"Show text block" won't disable

Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Apr 17, 2013 11:33 am
I have installed the StoreBox template with quickstart on Joomla 3.0.

Under interface I set "Show text block" to disable, but the text block don't dissaperar and when I enter GK4 module again it is still enabled.

I had no problem with the other settings in the module.
User avatar
Fresh Boarder

teitbite
Wed Apr 17, 2013 3:58 pm
Hi

Please check if cache is disabled and check one more time. If it's not the case than please send me an access to Your site and let me know which moduel should I check.
User avatar
Moderator

teitbite
Thu Apr 18, 2013 3:34 pm
Hi

No luck fixing it. I've reported this to programmers.
User avatar
Moderator

teitbite
Fri Apr 19, 2013 9:28 am
Hi

Looks like it's working now. Can You please check it ?
User avatar
Moderator

GK User
Fri Apr 19, 2013 9:45 am
Now it seems to "remember" when I set the enable/disable, however it doesn't seem to show on the frontpage.

It works when I change the left/right position of the text block (this didn't work before).

But still the enable/disable show text block doesn't seem to function.

I tried to clear cache and try another browser, but it's the same.
User avatar
Fresh Boarder

teitbite
Fri Apr 19, 2013 10:31 am
Hi

I can see it disabled. Please see the screen.
User avatar
Moderator

GK User
Fri Apr 19, 2013 10:40 am
I see. I thought the "text block" was the menu.
Because when it says "Text block position" the menu moves position. I now see that text block is the text square on the slides.

Is it somehow possible to hide the menu navigation?
User avatar
Fresh Boarder

GK User
Fri Apr 19, 2013 12:08 pm
Please open file mod_image_show_gk4/styles/gk_game_magazine/engine.js and find line 69, then replace this code :

Code: Select all
if(wrapper.getElements(".gkIsTextItem")) {


to :

Code: Select all
if(wrapper.getElements(".gkIsTextItem").length > 0) {
User avatar
Platinum Boarder

GK User
Fri Apr 19, 2013 1:35 pm
Thank you for reply.

I replace the exact code on line 69:
/modules/mod_image_show_gk4/styles/gk_game_magazine/engine.js

However no change? No cache running and I deleted expired cache and tried to refresh from another browser.
User avatar
Fresh Boarder

GK User
Mon Apr 22, 2013 8:37 am
Could you contact with me via PM and provide me access details ? I mean FTP and administrator.
User avatar
Platinum Boarder

GK User
Mon Apr 22, 2013 8:41 am
Well in the end I decided to use the slide menu after I added additional slides, so I'll live without the hide option.

Thanks a lot for your help. I'm satisfied with using Gavick products.
User avatar
Fresh Boarder

GK User
Tue Apr 23, 2013 8:39 am
@joni321,
If you want to hide listing in module then please add following css code in override.css and enable css override option in template settings > advanced settings > css override "on".

Code: Select all
.gkIsList {display: none;}


Then in image show module settings > interface use 945px as image width and use images 945px wide.

See you around...
User avatar
Platinum Boarder


cron