Questions on News Show Pro GK5 Module

October 2015 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 10, 2016 7:55 pm
Reply with quote
Report this post
Hello,

First, let me just say that I love your themes. Even though they word extremely well out of the box, I have two small issues that I’d like to see if you can help me with.

1.) I’m using the News Show Pro GK5 module in the “standards mode.” There is a blue animation that pops up when you mouse over an article. How do you disable that? I’ve gone through the obvious module settings such as disabling animations with no luck. I've attached an image to illustrate.
2.) I’m using the News Show Pro GK5 module in the “Tech News Header I” mode. There is this pesky pink, round icon that shows at the bottom of each article image. There is text in the image that says “arrow_forward.” Do you have any idea how to get rid of this? I’ve tried most of the obvious settings. I've also attached an image to illustrate this.

Thank you for the help!
User avatar
Fresh Boarder

teitbite
Sat Aug 13, 2016 1:00 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkNspPM-TechNewsHeader1 .gkImage > a {
display: none;
}


That will remove the pink icon, but for the other issue please tell me the exact url to the page where I'll be able to see it.
User avatar
Moderator

GK User
Mon Aug 15, 2016 8:01 pm
Reply with quote
Report this post
Hello,

It looks like your addition to the override file worked, thank you! For the blue mouseover that I'm trying to remove, please see the "Latest News" section on the bottom of the page on semielectronics.com. I'm just looking to disable to blue mouseover animation.

Thanks!
User avatar
Fresh Boarder

teitbite
Sun Aug 21, 2016 2:12 pm
Reply with quote
Report this post
Hi

This can be removed thanks to this code:

Code: Select all
.nsphover .nspHoverOverlay {
display: none;
}
User avatar
Moderator


cron