Frontpage Pic Disappear When I Click It

GK User
Mon Mar 16, 2015 12:16 pm
Hello,

Please tell me why when I click on the front page pic of this website it disappear, url http://divinedirection.org/
User avatar
Platinum Boarder

teitbite
Wed Mar 18, 2015 3:22 pm
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 slide :) Sorry 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.
User avatar
Moderator

GK User
Wed Mar 18, 2015 3:27 pm
teitbite,

Thanks for your quick response, it worked. :D


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 slide :) Sorry 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.
User avatar
Platinum Boarder

GK User
Wed Mar 18, 2015 3:37 pm
Teitbite,

Quick question, how do I move the flags at the bottom of this website http://fayetteadventist.org/ to the top in between the contact and search area. See attachment.


leaseline1 wrote:teitbite,

Thanks for your quick response, it worked. :D


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 slide :) Sorry 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.
User avatar
Platinum Boarder

teitbite
Sat Mar 21, 2015 5:40 pm
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
User avatar
Moderator

GK User
Sun Mar 22, 2015 4:21 am
Teibite,

Thanks for your quick response. :D


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
User avatar
Platinum Boarder

teitbite
Wed Mar 25, 2015 4:39 pm
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.
User avatar
Moderator

GK User
Wed Mar 25, 2015 4:49 pm
Hello Teitbite,

Could I give you login info for the backend and you do the complete adjustment for me. I don't know how to make the necessary adjustments. Let me know how to get the login info to you. Thanks. :D



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.
User avatar
Platinum Boarder

teitbite
Thu Mar 26, 2015 5:33 pm
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.
User avatar
Moderator

GK User
Thu Mar 26, 2015 5:54 pm
Teitbite,

I sent you the requested info via this forum's PM and your email. Thanks again and you ROCK. :D




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.
User avatar
Platinum Boarder

teitbite
Thu Mar 26, 2015 8:54 pm
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.
User avatar
Moderator

GK User
Fri Mar 27, 2015 2:29 am
Teitbite,

I made the position switch you requested, see the website http://fayetteadventist.org/ Let me know if its done correctly. :D



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.
User avatar
Platinum Boarder

GK User
Fri Mar 27, 2015 3:21 am
Teitbite,

Is it possible to make the highlighted adjustments(See attachment)? Thanks, here is the url: http://fayetteadventist.org/


leaseline1 wrote:Teitbite,

I made the position switch you requested, see the website http://fayetteadventist.org/ Let me know if its done correctly. :D



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.
User avatar
Platinum Boarder

teitbite
Sat Mar 28, 2015 3:44 pm
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;
}
User avatar
Moderator

GK User
Sat Mar 28, 2015 8:06 pm
Teitbite,

I have placed the code you sent over and it works.. :D You ROCK.. :mrgreen: Thanks.


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;
}
User avatar
Platinum Boarder

teitbite
Mon Mar 30, 2015 7:26 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Sat Apr 11, 2015 1:38 am
Hello Teibite,

Please help me with this link: :D

Link: https://www.gavick.com/forums/quark/how ... ment-44938


teitbite wrote:Hi

No problem. Glad I could help :)
User avatar
Platinum Boarder

teitbite
Mon Apr 13, 2015 1:43 pm
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.
User avatar
Moderator

GK User
Mon Apr 13, 2015 2:22 pm
Ok thanks :D


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.
User avatar
Platinum Boarder


cron