ThorHammer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to improve page visibility?Thanks both! I also read somewhere that this code in my header php would do it:
<?php if(is_single() || is_page() || is_home()) { ?> <meta name="googlebot" content="index,noarchive,follow,noodp" /> <meta name="robots" content="all,index,follow" /> <meta name="msnbot" content="all,index,follow" /> <?php } else { ?> <meta name="googlebot" content="noindex,noarchive,follow,noodp" /> <meta name="robots" content="noindex,follow" /> <meta name="msnbot" content="noindex,follow" /> <?php }?>
But…it might come in conflict with the all in one SEO pack..?Forum: Themes and Templates
In reply to: How to improve page visibility?*BUMP*
Forum: Fixing WordPress
In reply to: Internet Explorer BugWhy have you declared the style for the logo and the background at top in your header.php AND in your stylesheet? (From line 238 in you style).
Remove double style references and keep all styles in the stylesheet. Try:
#page-wrap1 {background-image:url(images/header-bg.jpg);background-position:left top;repeat-x;}
etc. instead of:
#page-wrap1{ background: transparent url(images/header-bg.jpg) repeat-x left top; }And why don’t you combine those two images into one?
Forum: Fixing WordPress
In reply to: Internet Explorer BugAnd your problem is the background image at the top of the page, ie. the Logo in the gradient?
Forum: Fixing WordPress
In reply to: Internet Explorer BugAnd where is your website?
Forum: Themes and Templates
In reply to: debugging cssThere is probably some issues in the js-file to the dropdown menu.
Forum: Themes and Templates
In reply to: How to get rid of weard dots ?check your
- styles in the sidebar definitions css.
Forum: Fixing WordPress
In reply to: Widgets are broken in 2.8.6 – can’t move them aroundThanks for the 2.8.6 warning. I’ll wait with this upgrade.
Forum: Plugins
In reply to: Create multiple posts from an xml fileNot as far as I know. But if you search for “csv” in the Plugin section you will find a lot of plugins for importing data from csv, perhaps it is easy to mod some of these to exclude the xml wrapping and only the data. Perhaps one of them already have this functionality already. Have a look.
Forum: Themes and Templates
In reply to: Widget screws up my sidebar**BUMP**
Forum: Themes and Templates
In reply to: Widget screws up my sidebar*bump* anyone with any idea??
Forum: Plugins
In reply to: [Plugin: Simple Sidebar Navigation] Problems with visibilitysorry – wrong posting! Admin, please delete.
Forum: Plugins
In reply to: [Plugin: Multi-level Navigation Plugin] One JS-errorbump
Forum: Themes and Templates
In reply to: Post order automatically changed!Hi esmi!
Yes.. it was the same when I switched to the default theme…
I am using the vpreviewengine, a paid review plugin, but this plugin is not supposed to handle my posts in my news category.
But if a plugin is the sinner, this has to be the guilty one, I suppose, since I haven’t changed any other plugins or settings.
Forum: Themes and Templates
In reply to: Limit length of sidebarjust edit the sidebar-declarations in you style.css
You can set a fixed height.