Conflict with Image Show GK4

Well-designed restaurant Joomla template with parallax effect.
GK User
Mon Jun 08, 2015 8:55 pm
I have on my frontpage an Image Show GK4 (module style = gk_quark). It works perfectly, except the side menu (used for mobile) does not slide out at all. When I swicth to another module style, the side menu does work correctly and slide out.

Joomla, Gavick module GK4 and SteakHouse template all latest version.

Can you please help me solve this conflict?

Jean
User avatar
Junior Boarder

GK User
Thu Jun 11, 2015 7:09 am
Hello,

Could you provide an URL to your website with this issue?
User avatar
Administrator

GK User
Fri Jun 12, 2015 11:11 pm
Sent you a private msg.
User avatar
Junior Boarder

GK User
Sat Jun 13, 2015 11:13 am
Please install this version of the module: https://github.com/GavickPro/Image-Show ... atible.zip and please refresh your browser cache.
User avatar
Administrator

GK User
Sat Jun 13, 2015 1:03 pm
It kind of solved the problem with the Mobile menu and the Top menu...BUT it is creating another problem: there is now a browser bottom scrollbar appearing and does change for each slides. Further, the gkIsQuarkPagination (the vertical dots on the right used for pagination) is way off the browser window to the right... When using another style such as StartUp, this bottom-scrollbar does not happen.
User avatar
Junior Boarder

GK User
Mon Jun 15, 2015 7:11 am
Please change in the modules/mod_image_show_gk4/styles/gk_quark/style.css:

Code: Select all
.gkIsWrapper-gk_quark {
  background: transparent;
  margin: 0;
  position: relative;
  overflow: hidden;
}


to:

Code: Select all
.gkIsWrapper-gk_quark {
  background: transparent;
  margin: 0;
  position: relative;
  overflow: hidden;
}
User avatar
Administrator

GK User
Mon Jun 15, 2015 2:13 pm
I did replace with the new code. And the bottom scrollbar is gone. BUT the 3 vertical dots on the right (Pagination) are also gone.
FYI, you asked to replace the original css code with the same code...the only instance of .gkIsWrapper-gk_quark was:
Code: Select all
.gkIsWrapper-gk_quark {
   background: transparent;
   margin: 0;
   position: relative;
}

Which I replaced. Thank you. Now, if only the pagination would work... P.S. I checked "under" the gkinset as I have something close to the right frame of the browser, but it is not there.
User avatar
Junior Boarder

GK User
Tue Jun 16, 2015 1:18 pm
In your case you have to add the following CSS code:

Code: Select all
.gkIsQuarkPagination {
right: 100px;
}
User avatar
Administrator

GK User
Tue Jun 16, 2015 1:30 pm
Sincere Thank You dziudek for your help!
Now if only navigation for Joomla Single articles (within a category, not K2) could work, this would be great! Any suggestions?
User avatar
Junior Boarder

GK User
Tue Jun 16, 2015 1:40 pm
Please elaborate your issue description.
User avatar
Administrator

GK User
Tue Jun 16, 2015 1:50 pm
I'm using only Joomla Single articles format. Not the wide or one page format. So the "basic" Joomla. Usually, you can allow navigation within articles inside a category; these links (Previous or Next) are often located at the bottom of the articles. My articles option are set to SHOW NAVIGATION at all levels (Articles, category, menu etc) but the NEXT PREVIOUS buttons/links do not appear. Wjhen I try with K2 format for articles, the navigation works. Hope I explain this correctly.
User avatar
Junior Boarder

GK User
Thu Jun 18, 2015 2:40 pm
Did you tried to enable the system-navigation plugin?
User avatar
Administrator

GK User
Thu Jun 18, 2015 3:18 pm
Was sure it was activated (because of K2 navigation was working) and did not even think it could have been disabled... but voila.. it was disabled and now everything is fine. THANK YOU VERY MUCH DZiudek.
User avatar
Junior Boarder


cron