clashmedia
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Whispy] Need style.css to be last loaded CSSActually – one thing I might try is to deactivate and then re-activate the theme itself – that MIGHT change the stylesheet loading order. I know that plugin order is set by what order they were activated in. Did you install those plugins AFTER installing the theme?
Forum: Themes and Templates
In reply to: [Whispy] Need style.css to be last loaded CSSHi,
Stylesheet enqueueing is all handled by WordPress itself. This is so that plugins CAN override the core style.css
If you wish to override that yourself, I’d recommend simply creating your own custom .css file, and statically including it AFTER the wp_head() entry in header.php That way you are guaranteed thta it will not be overridden.
Forum: Themes and Templates
In reply to: [Whispy] Cant show 3 columnsok everyone has gone quiet closing this thread.. Open another if you still have problems.
Forum: Themes and Templates
In reply to: [Whispy] Cant show 3 columnsHi Guys,
Sorry we had fixed this but the latest version took a while to be pushed live to the repository. It has been pushed now and can be found here https://www.ads-software.com/extend/themes/whispy. Download it and should be fixed.
Roorda Tim thanks for helping out, we actually used pretty much the same code ourselves.
Cheers
Forum: Themes and Templates
In reply to: [Whispy] Cant show 3 columnsAre you running the latest version of Whispy? Go here and download it if you aren’t. https://www.ads-software.com/extend/themes/whispy
Forum: Themes and Templates
In reply to: [Whispy] Whispy Font Size & Header Image Info & Post Layouttry latest version, we have made it easier to go to 3 column layout.
Closing thread. If you are still having problems open another thread and we will look at it for you.
Forum: Themes and Templates
In reply to: [Whispy] Problem with three columnsOK if that fixed things for you I will shut this thread!
Forum: Themes and Templates
In reply to: [Whispy] change widge backgroundThe three column layout was only originally for pages. The latest version has been updated to allow it elsewhere. try the latest version.
Forum: Themes and Templates
In reply to: [Whispy] PHP error after updateno problem.. there is an even newer version out now.
Answered in another thread.
Forum: Themes and Templates
In reply to: [Whispy] Whispy I like to change the font-size of the contentanswered in another thread
Forum: Themes and Templates
In reply to: [Whispy] Problem with three columnsWhat version are you using?
Try latest version, the fix should be in that.Let me know if it is still a problem.
Forum: Themes and Templates
In reply to: [Whispy] Whispy like to change the width of the content areano problem I hope it helps!
Forum: Themes and Templates
In reply to: [Whispy] Whispy like to change the width of the content areaHi Retgev,
I will try and help as best I can but this is really wordpress programming issues.
Firstly get firefox and install firebug plugin. I use it is great!! When you right click on the thing you want to change firebug will actually tell you what files that ode appears in.
1) Your first question about removing spaces above header image :
remove the following code from header.php:
<div id=”topwidget”>
<?php
if( !dynamic_sidebar( ‘above-header-widget-area’ ) ) get_search_form();
?>
</div>and if that isn’t enough you may need to delete some code in header.php that starts at line 23 but be careful editing this code as it could affect your on site SEO.
2)changing fonts is in style.css and starts around line 509
3) changing the width of the theme is also in style.css about line 186 you will see #wrapper and change the width 940px; to the size you want. However you will also have to play with the width of the following to make the theme look right.
#main (line 500 in style.css) it is 940px also and needs to be new value.
#primary, #secondary (line 78 in style.css) it is 220px and will have to be changed to the width you want for the sidebar.
I can’t recommend strongly enough using firebug in firefox, it will change your theme modification life, if you aren’t already using it.
Hope that helps.
Forum: Themes and Templates
In reply to: [Whispy] Problem with three columnsHi Qbag,
Thanks for picking up that bug, we are doing a fix but in the mean time if you want to edit code yourself, you can remove the ‘print_r($input);’ on line 128 of whispy_theme_menu.php