Problem with ImageShow GK4

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
Thu Jun 13, 2013 1:31 pm
Reply with quote
Report this post
When we put two different modules on the same page, but each of them of type 'GK4 Imageshow', then only one is displayed and the other not. Can you provide a fix?

And please, don't ask for access to my system!
User avatar
Expert Boarder

GK User
Thu Jun 13, 2013 2:52 pm
Reply with quote
Report this post
I think some of the styles used in Image Show GK4 does not allow same styles to be used more then once.

Try changing style to another style and check if module displays.

See you around...
User avatar
Platinum Boarder

GK User
Tue Jun 18, 2013 11:30 am
Reply with quote
Report this post
You were right, second module displays only when it has a different style.

We want these two modules to look the same, so what should we do while we cannot use the same style?
User avatar
Expert Boarder

GK User
Tue Jun 18, 2013 12:16 pm
Reply with quote
Report this post
I think you can use storebox style which looks similar.
User avatar
Platinum Boarder

GK User
Tue Jun 18, 2013 2:07 pm
Reply with quote
Report this post
Similar is not enough, it has to be the same style.

On the other hand I don't even have "storebox" style or I look in a wrong place:
style.png
User avatar
Expert Boarder

GK User
Tue Jun 18, 2013 2:15 pm
Reply with quote
Report this post
Post a link to your website so I can take a look to see if we can customize one of the other styles for you.

See you around...
User avatar
Platinum Boarder

GK User
Tue Jun 18, 2013 3:00 pm
Reply with quote
Report this post
I cannot give you the access to our website. Could you please guide me how to customize other style by myself?
User avatar
Expert Boarder

GK User
Thu Jun 20, 2013 1:55 pm
Reply with quote
Report this post
Is there any update on this?
User avatar
Expert Boarder

GK User
Thu Jun 20, 2013 2:19 pm
Reply with quote
Report this post
Hi Dominikz,

As this goes in to customization I have given priority to other users and I will check this when there is free time to create same setup as you are using and make customizations.

See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 20, 2013 9:53 pm
Reply with quote
Report this post
Hi Dominikz,
http://awesomescreenshot.com/0b41f9zce5

Please download attached zip file which contains folder "gk_bikestore2".

1. Copy this folder to modules/mod_image_show_gk4/styles/
2. Create or dublicate one of your image show modules.
3. In options module style choose "gk_bikestore2". Save and close.
4. ( Optional ) Login to phpmyadmin and browse to _modules and find your newly created module in the list. Select it and delete params field content.
5. Copy below css codes to your override.css file and enable css override option in template settings > advanced settings > css override "on".
Code: Select all
.gkIsWrapper-gk_bikestore2 {
    margin: 0;
    min-height: 100px;
    position: relative;
}
.gkIsWrapper-gk_bikestore2 .gkIsPreloader {
    background: url("../images/style1/loader.gif") no-repeat scroll center center transparent;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 101;
}
.gkIsWrapper-gk_bikestore2 figure {
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gkIsWrapper-gk_bikestore2.loaded .gkIsButtons {
    opacity: 1;
}
.gkIsWrapper-gk_bikestore2 figure.animated {
    z-index: 2;
}
.gkIsWrapper-gk_bikestore2.loaded figure.animated {
    opacity: 1;
}
.gkIsWrapper-gk_bikestore2 figure.active {
    position: relative;
    z-index: 3;
}
.gkIsWrapper-gk_bikestore2 img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}
.gkIsWrapper-gk_bikestore2 figcaption {
    bottom: -300px;
    left: 0;
    position: absolute;
    width: auto;
    z-index: 2;
}
.gkIsWrapper-gk_bikestore2 figcaption.left {
    left: 32px;
}
.gkIsWrapper-gk_bikestore2 figcaption.right {
    right: 32px;
}
.gkIsWrapper-gk_bikestore2 figcaption.top {
    bottom: auto;
}
.gkIsWrapper-gk_bikestore2 figure.active figcaption {
    z-index: 4;
}
.gkIsWrapper-gk_bikestore2 figcaption h3 {
    background: url("../images/style1/pattern.png") repeat scroll 0 0 transparent;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.8;
    margin: 0;
    padding: 0 24px;
    text-shadow: 0 0 12px #000000;
    transition: letter-spacing 0.225s ease-out 0s;
}
.gkIsWrapper-gk_bikestore2 figcaption h3:hover {
    background: url("../images/style1/pattern_hov.png") repeat scroll 0 0 transparent;
    letter-spacing: 2px;
}
.gkIsWrapper-gk_bikestore2 figcaption h3 a {
    color: #FFFFFF;
}
.gkIsWrapper-gk_bikestore2 .nextSlide, .gkIsWrapper-gk_bikestore2 .prevSlide {
    background: url("../images/style1/is_nav.png") no-repeat scroll 0 8px transparent;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    left: 0;
    margin: 0;
    padding: 8px 0;
    position: relative;
    text-indent: -9999px;
    transition: left 0.25s ease-out 0s;
    width: 15px;
}
.gkIsWrapper-gk_bikestore2 .nextSlide {
    background-position: 0 -25px;
}
.gkIsWrapper-gk_bikestore2 .nextSlide:hover {
    left: 5px;
}
.gkIsWrapper-gk_bikestore2 .prevSlide:hover {
    left: -5px;
}


Regarding step 4, not sure if because of I was customizing this and added too many parameters but titles was not visible and I have noticed there are too many params in database so I had to delete modules params data and start from beginning editing module settings and adding slides.

Please clear your browsers cache and joomla site in case there are errors.

See you around...
User avatar
Platinum Boarder

GK User
Tue Jun 25, 2013 12:40 pm
Reply with quote
Report this post
Thank you, that solved my problem.
User avatar
Expert Boarder

GK User
Sun Jun 30, 2013 3:14 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron