Top bar issues

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
Wed Feb 26, 2014 8:03 am
Reply with quote
Report this post
I notice this strange behaviour. On a fresh installation, if I try to customize the "Banner topbar" I lose the social icons, even though I change the html back to the original state.

Then I manually insert:
<div class="gk-social">
<a href="#"<i class="fa fa-facebook"></i></a>
<a href="#"<i class="fa fa-twitter"></i></a>
<a href="#"<i class="fa fa-youtube"></i></a>
<a href="#"<i class="fa fa-vimeo-square"></i></a>
</div>

which revovers the icons but loses the hovering effect.

Finally I try to insert a language switcher on the topbar but it does not appear. I also tried in several more positions (for eg lang) with no luck.

Can you help me?





:
User avatar
Fresh Boarder

teitbite
Wed Feb 26, 2014 10:02 am
Reply with quote
Report this post
HI

This code is not correct:

Code: Select all
<div class="gk-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
<a href="#"><i class="fa fa-vimeo-square"></i></a>
</div>


Please show me Your site and tell me where language switcher module is published.
User avatar
Moderator

GK User
Sat Mar 01, 2014 10:34 am
Reply with quote
Report this post
Excuse my late reply but I was trying to set up a ddns...

Anyway, I pasted your code and the hovering effect is fine now. Thanks

You may see the site on parapanpan.no-ip.biz/mamoutzis
I try to publish the language switcher on the topbar (on the top right I guess).
I have tried several module positions provided with the template, including lang, topnav,cart etc, with no luck...
User avatar
Fresh Boarder

teitbite
Sat Mar 01, 2014 10:15 pm
Reply with quote
Report this post
Hi

I can see languages module, but it's empty.

Code: Select all
<div class="mod-languages">
   <ul class="lang-inline">
      </ul>
</div>


are You sure You have configured content langages properly in joomla languages section ? Here is an instruction: https://www.gavick.com/documentation/ge ... oomla-1-7/
User avatar
Moderator

GK User
Wed Mar 05, 2014 7:25 am
Reply with quote
Report this post
Thanks, I managed to display the language switcher. Is there a way to place it on topbar, on the rightmost (not where the social icons are)
User avatar
Fresh Boarder

teitbite
Wed Mar 05, 2014 8:15 pm
Reply with quote
Report this post
Hi

I cannot open Your site to check the code. Is there something wrong with server ?
User avatar
Moderator

GK User
Wed Mar 05, 2014 11:02 pm
Reply with quote
Report this post
It must be fine now...
User avatar
Fresh Boarder

teitbite
Thu Mar 06, 2014 1:15 pm
Reply with quote
Report this post
Hi

Please add this to css:

Code: Select all
#gkHeaderNav {
    position: relative;
}

#gkTopMenu {
    position: absolute;
    right: 0;
    top: 28px;
}
User avatar
Moderator

GK User
Thu Mar 06, 2014 8:37 pm
Reply with quote
Report this post
Re-placing the gkTopMenu did the trick, but unfortunately the responsive behavior is not right, as resizing the window sends the language flag out of the topbar.
User avatar
Fresh Boarder

teitbite
Fri Mar 07, 2014 4:41 pm
Reply with quote
Report this post
Hi

Add this code to tablet.css:

Code: Select all
#gkTopMenu {
    top: -38px;
}


This code to small.tablet.css:

Code: Select all
#gkTopMenu {
    float: right !important;
    margin: 0 !important;
    position: absolute;
    right: 20px;
    top: -39px;
    width: auto !important;
}


And for mobile.css:

Code: Select all
#gkTopMenu {
    top: 100px;
}
User avatar
Moderator

GK User
Wed Apr 30, 2014 4:12 am
Reply with quote
Report this post
Why do the topBar social icons disappear when this module is updated and how do we stop this? And how do I get it back?

I thought I had screwed something up, but did a new instyle Quickstart installation and sure enough, any mods made to the topBar cause the social icons to disappear.
User avatar
Senior Boarder

teitbite
Thu May 01, 2014 9:56 pm
Reply with quote
Report this post
Hi

Probably it's pushing icons from sight. Please show me Your site.
User avatar
Moderator

GK User
Sat May 03, 2014 5:01 pm
Reply with quote
Report this post
use codemirror, or none as your editor. The code for the social icons does not show up with regular editor...So any edits, will auto delete the code.
User avatar
Junior Boarder

teitbite
Tue May 06, 2014 6:18 pm
Reply with quote
Report this post
Hi

Yes, that's the other possibility. Editors are stripping some of HTML5 code which mat be used in this case.
User avatar
Moderator


cron