Shape 5

General Category => Joomla Talk => : eddiek156 December 03, 2012, 03:29:46 PM



: s5 flex menu problem in Chrome
: eddiek156 December 03, 2012, 03:29:46 PM
I have inherited the management of a site which uses the Construction template. Initiallt the site was based on Joomla 1.7 but I have now upgraded it to 2.5.8.

I think the site is using the s5 flex menu. There is a drop-down on one of the menu items which appears to be working fine in IE and Firefox but is displaying incorrect in Google Chrome.

It has 4 items on the submenu that should display as 2 colums of 2 but is instead displaying as 1 column of 4.

Im am unsure if I need to change the configuration or maybe there is an upgrade available somewhere or do I need to do something else.

I do not have access to the account the purchased the template originally.

You can view the site at http://panther.directrouter.co.uk/~reglazem/ (http://panther.directrouter.co.uk/~reglazem/)

Does anyone have any suggestions?

Ed



: Re: s5 flex menu problem in Chrome
: claymcox January 21, 2013, 04:05:40 PM
I'm having this exact same problem with Construction. I recently even started with a fresh install of the template and it worked perfectly for a few hours and then suddenly as I'm editing the site, I realize that the sub menus have gone back to being messed up. For example, instead of 2 rows and 2 columns it's 1 column of 4 rows. Not only that, but the bottom of the submenus is cut off and hidden. I didn't edit anything having to do with the s5 menu. I even re installed it again, but this time it was messed up from the beginning.

Works fine in explorer and firefox as eddiek156 said, but not chrome.


: Re: s5 flex menu problem in Chrome
: mikenicoll January 21, 2013, 04:42:10 PM
Hello,

Product support is only given during the duration of the membership period. You will need to have an active membership and post in the Construction forum to receive support for this template.

-MIke


: Re: s5 flex menu problem in Chrome
: claymcox January 23, 2013, 10:41:00 AM
.....awesome. I guess I'll try to fix your template's problem myself.



: Re: s5 flex menu problem in Chrome
: Protopia March 10, 2013, 04:18:05 AM
Though my symptoms are different, I am getting some uncaught exceptions in S5_flex_menu.js.

So I am guessing that there is some sort of javascript incompatibility that has crept into Chrome.

Still trying to work out how to fix it.

P


: Re: s5 flex menu problem in Chrome
: mikek March 11, 2013, 07:21:19 AM
Please post your questions in the forum board of the template that you are using.


: Re: s5 flex menu problem in Chrome
: mabdelhady January 19, 2014, 08:03:33 AM
Hello,

Any solution found to that?

Thanks


: Re: s5 flex menu problem in Chrome
: mikenicoll January 19, 2014, 07:05:10 PM
Hello,

Please post your questions in the forum board of the template that you are using.

-Mike


: Re: s5 flex menu problem in Chrome
: _Crowe_ July 24, 2014, 06:34:23 AM
Resolving by me
Somewhere in this template was a mistake Chrome says 400 Bad Reqest, so
I go to ...\templates\construction\vertex\css_and_js.php line 28:
:
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=<?php echo $s5_fonts;?>" />

and change it to the Google font you need:

:
<link rel="stylesheet" type="text/css" href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic-ext,latin,cyrillic' />

And it was a miracle ))))


: Re: s5 flex menu problem in Chrome
: mikenicoll July 24, 2014, 02:59:32 PM
Hello,

That will work but also be aware that you can enter subsets in the Font-Style input box in the back end as well and it will apply it to the Google Font call as you have done manually.

Regards,