Page, aside - disable

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Sat Apr 13, 2013 12:47 pm
Hi,

Im running version 1.0.1 of startup. I recently downloaded version 1.2 and have it running using Theme Test Drive, as my site is deployed. I want to update to version 1.2 completely but I need to disable the aside on pages. How is this done? Is this a setting once the theme is enabled or do I have to remove some code?

Startup 1.0.1 : http://ohd.dk/konsultation/

Startup 1.2 : http://ohd.dk/konsultation/?theme=Startup-1.2


Also, when testing the theme against YSlow, it asks me to move javascript to the bottom of the page (footer) aswell as adding ETags and minifying js and css. Would it be possible to have this premade in future releases or maybe advise me in the right direction?


Thank you in advance- :D
User avatar
Junior Boarder

GK User
Sat Apr 13, 2013 1:46 pm
Hi,

If you're using the version 1.2 then please go to the "Pages" in the Theme settings and disable option "Display details on pages".

Option to move JS at the bottom and minifying of the CSS and JS code will be implemented in Meet GavernWP 1.7 and then it will be implemented in the Startup v.1.3.
User avatar
Administrator

GK User
Sat Apr 13, 2013 2:04 pm
Thank you for your quick response, do you have a ETA on the release of Startup 1.3?
User avatar
Junior Boarder

GK User
Sat Apr 13, 2013 2:58 pm
Also, could you please advise best way to update theme? Just install over old theme?
User avatar
Junior Boarder

GK User
Sat Apr 13, 2013 3:02 pm
Meet GavernWP v.1.7 will be released most probably at the end of this month. The themes will be updated around 1 week later. So the most probably date is the first week of May.
User avatar
Administrator

GK User
Sat Apr 13, 2013 3:03 pm
In order to update the theme, you should install the new one, but if you modified the code of the theme, then you should compare changed files with the new ones using tools like winmerge (Windows) or File Merge (OS X).
User avatar
Administrator

GK User
Sat Apr 13, 2013 4:07 pm
Thank you I found a good working solution. Can you confirm that version 1.2 does not save color scheme and defaults to red no matter what?
User avatar
Junior Boarder

GK User
Sun Apr 14, 2013 7:01 am
For me the style change is working fine - please make sure that you have no cookie named gk_startup_style, because if you have used the style switcher at the bottom of the site then it saved a cookie with the style number and it overrides your settings from the theme options on your computer only.
User avatar
Administrator

GK User
Sun Apr 14, 2013 11:36 am
Setting the style to color II still defaults to red basic.

Even changing color in button and refreshing resets to color 1 no matter what i do.

Example here : http://ohd.dk/multifokal/

Also setting the default to color 2 and removing the color changer also defaults to color 1 :(

Something seems wrong, any advise?
User avatar
Junior Boarder

GK User
Sun Apr 14, 2013 4:29 pm
For me your page is loading as the blue one - please clear your cookie data.
User avatar
Administrator

GK User
Sun Apr 14, 2013 5:45 pm
Also the box in the middle named "Sygeforsikringen Danmark" which should load according to theme color?
User avatar
Junior Boarder

GK User
Sun Apr 14, 2013 6:42 pm
Yes, because the style2.css is loaded instead of style1.css :)
User avatar
Administrator

GK User
Mon May 06, 2013 12:57 pm
Hi, I have now tested this more throughly, and it seems that it still does list both the orange and blue style in my theme.

Can you please help me sort out what the problem is, or maybe force style2 somehow? I only need that. I have tried settings style2 in settings and disabling but that doesnt work. Tested across 3 browsers in 2 computers..

See attachment where both blue and orange appears.

Thank you in advance.

styleerrror2.png
User avatar
Junior Boarder

GK User
Tue May 07, 2013 10:33 am
If you need the blue style then you tried to just disable the style switcher in the theme options?
User avatar
Administrator

GK User
Tue May 07, 2013 12:28 pm
Yes I did try to disable the style switcher. No luck with that. Same result appears :(
Both blue and orange
Any other ideas?
User avatar
Junior Boarder

GK User
Tue May 07, 2013 12:35 pm
You have to modified the template files, because the style2.css file is loaded with wrong order, in the layouts/header.php file you should have the following fragment:

Code: Select all
<?php wp_head(); ?>
<?php gk_head_shortcodes(); ?>
<?php gk_head_style_css(); ?>
<?php gk_head_style_pages(); ?>


and your code is loading like this:

Code: Select all
<?php wp_head(); ?>
<?php gk_head_style_css(); ?>
<?php gk_head_shortcodes(); ?>
<?php gk_head_style_pages(); ?>
User avatar
Administrator

GK User
Tue May 07, 2013 8:25 pm
Apparently I did ;(

I have messed around with google pagespeed that they much have gone in the wrong order!

Thanks for you prompt response on this matter :)


Any news on Startup 1.3?
User avatar
Junior Boarder

GK User
Wed May 08, 2013 8:28 am
Startup 1.3 will be released after WordPress 3.6 update - we have changed the release date of Meet GavernWP 1.7, because we want to avoid too much updates in short period of time.
User avatar
Administrator

GK User
Fri May 10, 2013 12:00 am
Great thanks :)
User avatar
Junior Boarder


cron