Shape 5

Joomla Templates => Avignet Dream - Club => : mperdue33 February 25, 2015, 11:52:37 AM



: Issues after upgrade to 3.3.6
: mperdue33 February 25, 2015, 11:52:37 AM
The site is http://appalachiantrading.com

The menu drop downs don't work, but there is no module publish for menu at that location it's buit into the template and I find no place to specficly how many levels to drop down. My left menu is a cinch menu and it too will not expand out even though it does have a setting and is set to max.

The s5 tab show does not show the first tab untill i go to the second tab and then back.

the s5 tab show 'tabs' up top are not inside the brown banner like it shows on the website (and was when I was using 2.5). And the tabs do not have the nice rounded edges like in 2.5 or on the website demo.

I would apprecate any help, hints, for fixes!

Thanks for looking
-Michael




: Re: Issues after upgrade to 3.3.6
: mperdue33 February 25, 2015, 11:57:15 AM
Ok found the menu fix, If i unpublich the cinch menu the top menu works and vice versa. So they are conflicting for some reason, which they did not before. I found an option called  Include jQuery Library yes/no and selected no. And both menu's now work.

I also resolved the first tab not showing up by fixing the logo size/padding. Some how it was flowing down into the tab1?

I have not resolved how to get the rounded tab's and to have them placed inside the tan area like it was before.


: Re: Issues after upgrade to 3.3.6
: mikenicoll February 25, 2015, 03:56:34 PM
Hello,

The Template was designed with an old version of S5 Tab show before the responsive one came out. The class names on Tab Show are much different now as well as the CSS standards used for styling.

You won't be able to get the "exact" same layout but you can get something close by modifying the CSS values in the new Tab Show.

:
s5_tab_show.css - line 78

.s5_tab_show_slide_button_inactive {

:
s5_tab_show.css - line 58

.s5_tab_show_slide_button_active {

You can alter the background calls already here for both active and inactive tabs as well as add a border-radius: 10px 0 0; to both values to get a similar look.

Regards,


: Re: Issues after upgrade to 3.3.6
: mperdue33 February 26, 2015, 11:43:18 AM
One of the other designers in my office managed to get the tab's to move up into the tan bar area by removing 60 padding that she found coded into the css file. Since it was a clean template install, I was unsure why the padding was in there. The tab and site does seem to work fine now on 3.3.6.

I would like to know is there a way to get the rounded edges like the previous s5 tabs did?


: Re: Issues after upgrade to 3.3.6
: mikenicoll February 26, 2015, 09:05:49 PM
Hello,

You just need to add the border-radius coding I mentioned in my last post to both the active and inactive tab divs.