Hello,
Please tell me why when I click on the front page pic of this website it disappear, url http://divinedirection.org/
.gkIsWrapper-gk_photo figure {
opacity: 1 !important;
}
teitbite wrote:Hi
It does that because it's an image slider and click is triggering another image. I just think noone checked the situation when there is only one slideSorry for that. Here is a code to fix it, but You will have to remove it if You decide add more slides.
- Code: Select all
.gkIsWrapper-gk_photo figure {
opacity: 1 !important;
}
add this to override.css and remember to allow using override in template settings.
leaseline1 wrote:teitbite,
Thanks for your quick response, it worked.
teitbite wrote:Hi
It does that because it's an image slider and click is triggering another image. I just think noone checked the situation when there is only one slideSorry for that. Here is a code to fix it, but You will have to remove it if You decide add more slides.
- Code: Select all
.gkIsWrapper-gk_photo figure {
opacity: 1 !important;
}
add this to override.css and remember to allow using override in template settings.
teitbite wrote:Hi
First You need to put this icons in some layer so I'll be able to move them at once or create a new module position in top of the template: https://www.gavick.com/documentation/jo ... e-switcher
<a class="alt_flag" style="background-position:-0px -200px;" title="English" onclick="doGTranslate('en|en');return false;" href="#">
<img width="32" height="32" alt="English" src="/modules/mod_gtranslate/tmpl/lang/blank.png">
</a>
<a class="flag nturl" style="background-position:-600px -200px;" title="Spanish" onclick="doGTranslate('en|es');return false;" href="#">
<img width="32" height="32" alt="Spanish" src="/modules/mod_gtranslate/tmpl/lang/blank.png">
</a>
<div class="langIcons">
<a class="alt_flag" style="background-position:-0px -200px;" title="English" onclick="doGTranslate('en|en');return false;" href="#">
<img width="32" height="32" alt="English" src="/modules/mod_gtranslate/tmpl/lang/blank.png">
</a>
<a class="flag nturl" style="background-position:-600px -200px;" title="Spanish" onclick="doGTranslate('en|es');return false;" href="#">
<img width="32" height="32" alt="Spanish" src="/modules/mod_gtranslate/tmpl/lang/blank.png">
</a>
</div>
teitbite wrote:Hi
I still see this buttons separated:
- Code: Select all
<a class="alt_flag" style="background-position:-0px -200px;" title="English" onclick="doGTranslate('en|en');return false;" href="#">
<img width="32" height="32" alt="English" src="/modules/mod_gtranslate/tmpl/lang/blank.png">
</a>
<a class="flag nturl" style="background-position:-600px -200px;" title="Spanish" onclick="doGTranslate('en|es');return false;" href="#">
<img width="32" height="32" alt="Spanish" src="/modules/mod_gtranslate/tmpl/lang/blank.png">
</a>
it has to be in one layer, like this:
- Code: Select all
<div class="langIcons">
<a class="alt_flag" style="background-position:-0px -200px;" title="English" onclick="doGTranslate('en|en');return false;" href="#">
<img width="32" height="32" alt="English" src="/modules/mod_gtranslate/tmpl/lang/blank.png">
</a>
<a class="flag nturl" style="background-position:-600px -200px;" title="Spanish" onclick="doGTranslate('en|es');return false;" href="#">
<img width="32" height="32" alt="Spanish" src="/modules/mod_gtranslate/tmpl/lang/blank.png">
</a>
</div>
so it will be possible to move. Please let me know when You will do that so I'll figure out the code to reposition it.
teitbite wrote:Hi
Yes of course. Use my mail address from a footer of my every post or this forum's PM. But I do not know how this module works. It's possible that I will have to make this change in files, so FTP access may be required.
<div style="float: right;"><jdoc:include type="modules" name="lang" style="raw" /></div>
teitbite wrote:Hi
I could not figure out how to login to Your joomla panel, so I've just created a new module position by adding to /layout/default.php this line:
- Code: Select all
<div style="float: right;"><jdoc:include type="modules" name="lang" style="raw" /></div>
so please move this module to "lang" module position and show me the site than.
leaseline1 wrote:Teitbite,
I made the position switch you requested, see the website http://fayetteadventist.org/ Let me know if its done correctly.
teitbite wrote:Hi
I could not figure out how to login to Your joomla panel, so I've just created a new module position by adding to /layout/default.php this line:
- Code: Select all
<div style="float: right;"><jdoc:include type="modules" name="lang" style="raw" /></div>
so please move this module to "lang" module position and show me the site than.
#gkHeaderNav .gkPage > div[style="float: right;"] {
margin-right: 40px;
margin-top: 9px;
}
You ROCK.. teitbite wrote:Hi
I cannot read the text in the image. It's too small. For top add this to override.css
- Code: Select all
#gkHeaderNav .gkPage > div[style="float: right;"] {
margin-right: 40px;
margin-top: 9px;
}
teitbite wrote:Hi
No problem. Glad I could help
teitbite wrote:Hi
I can see Cyberek is taking care of You in this thread already, so You're in good hands. Let me know if You will have any other problems.
