News Show Pro GK5 module setting

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.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Dec 24, 2013 11:53 am
Reply with quote
Report this post
I see News Show Pro GK5 backend module setting doesn't have any effect on frontend!

I want the price not to be shown below products:
take a look here https://dl.dropboxusercontent.com/u/4395035/01.jpg

and, in hover style, it's ok the price is shown on the big bubble, but I want the add to cart link to be disabled and not shown:
take a look here https://dl.dropboxusercontent.com/u/4395035/02.jpg

I hope you can help with this, thanks
User avatar
Expert Boarder

GK User
Mon Dec 30, 2013 4:36 pm
Reply with quote
Report this post
Hello,

In this case most probably you are using a portal mode which cannot be configured to hide these elements - the much easier way is using a normal mode and adjusting the module settings to display the content as you expect.
User avatar
Administrator

GK User
Thu Jan 02, 2014 6:38 pm
Reply with quote
Report this post
that means i should edit the code on css and php files related to this module??? i have no idea where to find those files, i should work on it for hours and hours... what i want is a customization once for all, i hope somebody here can help me doing it: why doesn't the backend module setting work???
User avatar
Expert Boarder

GK User
Thu Jan 02, 2014 10:53 pm
Reply with quote
Report this post
The portal modes are a version of the module which have a limited options due fact that it is prepared to display the content in a specific way.

If you really want to use the specific portal mode and not work with normal mode, then please add at the end of css/gk.stuff.css file in the template directory the following code:

Code: Select all
.gkNspPM .gkPrice,
.gkNspPM .gkAddToCart{
   display: none!important;
}
User avatar
Administrator


cron