voldby
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Disable Home Page TemporarilyUse a plugin to display a temporary page.
I use: http://wordpress.org/extend/plugins/ultimate-coming-soon-page/
Forum: Fixing WordPress
In reply to: Problem! Time-To-First-Byte ~10 SecondsWithout being an expert on the issue, it is probably server configuration issue.
http://www.websiteoptimization.com/speed/tweak/time-to-first-byte/
That function is only available for posts.
Multiple content blocks only adds a new content area for text, picture, video etc. to content on pages – or content on posts.
What do you mean by “the block strips out”? The css format of the p tag is ignored?
If that is the case, set a div with a class, around
<?php the_block('blockname'); ?>and add that to your css.There is no problem, if you embed youtube videos when copy and paste the embed youtube codes.
You have to put it outside the loop 🙂
Forum: Plugins
In reply to: Remove sidebar on only cart pageI found the solution!
WP e-Commerce adds a style class to the body in each template.
Just add this line to your style sheet:body.wpsc-shopping-cart #primary {display: none;}