Image Show Rockwall theme gkIsPagination problem

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
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
Sat Jun 15, 2013 3:26 pm
Hello,
I'm using Rockwall template joomla 2.5

On Home Page I created an Image Show as the one in the demo, and everything is fine.
But if I create another slide show with different dimensions on other pages, the gkIsPagination items on the right side appears too big, not small circles as the ones in Home Page, they are big elliptical long figures, too much high.

What can I do?
The two modules are exactly the same, the only difference is that, in the one in home page on header position I'm using 1150x460 px images, in the other ones on mainbody top position on other pages, the images are 600x400px. I tried with 600x240 px (height=0,4 width as on homepage) but nothing changes.

Is there something I should set?

Thanks

Laura (Blueinx)
User avatar
Fresh Boarder

GK User
Sat Jun 15, 2013 4:40 pm
Hi,

Could you provide an URL to your website? Most probably there is a problem with the CSS code override.
User avatar
Administrator

GK User
Sun Jun 16, 2013 12:18 pm
Hi,
you can see what I mean here (the site is under construction):

http://bb.infstudio.it/index.php/villa- ... zione-menu

As News Pro GK4 images were not shown (they appeared for just a second and then disappeared), I tried to find a solution reading on your forum and I found that I had to add the following strings on override.css (that's what I did). Can it give some problems to Image show? It solved the News Pro Gk4 problem.

.nspList, .nspArtPage {
opacity: 1;
}

Thanks Laura
User avatar
Fresh Boarder

GK User
Mon Jun 17, 2013 7:18 pm
Please add for the following selector in the gk.stuff.css file (around line 781):

Code: Select all
.gkIsWrapper-gk_rockwall .gkIsPagination li


the following property:

Code: Select all
padding: 0!important;


it should helps.
User avatar
Administrator

GK User
Tue Jun 18, 2013 3:12 pm
No, nothing changed.
User avatar
Fresh Boarder

GK User
Wed Jun 19, 2013 4:34 pm
Are you sure? For me now pagination is working fine on the linked page.
User avatar
Administrator

GK User
Wed Jun 19, 2013 7:53 pm
You are right, it works on the linked page but now it' smaller on Home page.
Now it's this way because I changed this (on gk.stuff.css):

.gkIsWrapper-gk_rockwall .gkIsPagination li {
padding: 0!important; // I inserted this, as you suggested
background: #717171;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
float: left;
height: 5px; // I changed this, from 10px to 5 px
margin: 0 0 0 5px;
text-indent: -9999px;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
width: 10px;
}

I don't understand why it can't be the same on both pages.
Anyway for me it's fine this way, better than before.

Thanks a lot

p.s. I have to ask something else. I have to write another post?
Always on rockwall template, how can I reduce the space between inset - mainbody - sidebar?
I read something about the suffix GRIDPAGE, but I didn't understand where I have to write it down (and if I have to use it with a blank space like as in module suffixes or not).

Thanks
User avatar
Fresh Boarder

GK User
Thu Jun 20, 2013 3:17 pm
To use the gridpage, you have to go to the template features tab and specify the page suffix gridpage for specific menu item ID.
User avatar
Administrator


cron