mandarke
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS browser compatibility issueI actually just set the font size to 0 and it worked perfectly. Many thanks!
Forum: Themes and Templates
In reply to: CSS browser compatibility issueHi, unfortunately when I do that, the whole header disappears? Any other apporaches along these lines – just need to remove the default h1 text in the banner… many thanks!
Forum: Fixing WordPress
In reply to: URGENT! Menu bar has disappeared from front page.Thanks for the advice esmi – yes I just temporarily deactivated the ‘exclude pages’ function. Appreciate the offer of help – all the best!
Forum: Fixing WordPress
In reply to: URGENT! Menu bar has disappeared from front page.OK! Problem resolved – it was a problem with an un-updated plugin. Phew!
Forum: Themes and Templates
In reply to: Uncentered background on widescreensCome on chapichoos, is this not a school boy error?
Forum: Themes and Templates
In reply to: Uncentered background on widescreensThe background isn’t black? Or, rather, it shouldn’t appear black, it’s a deep blue pattern. Is this no appearing on your browser? Is this true for others as well?
Forum: Fixing WordPress
In reply to: Urgent MySQL problem!Thanks for that mechx1 – have sorted things out with hosts.
Forum: Fixing WordPress
In reply to: Display images in category archive with text exerptsSeriously, no-one has any idea how to add thumbnail images to the category archive page? (using Sandbox theme)
Oh PLEASE! It’s getting desperate ??
Forum: Fixing WordPress
In reply to: Display images in category archive with text exerptsSurely someone must have an idea??! Please help a desperate soul!
Forum: Fixing WordPress
In reply to: Sidebar for specific pages?Thank you! Presumably this will work for pages as well as categories? i.e.
<?php
if(is_page(‘test’)){
//sidebar test here
}
?>Forum: Fixing WordPress
In reply to: Display images in category archive with text exerptsNo ideas anyone? Please forgive me if this has been answered elsewhere, but I’ve given a good look and can’t find anything dealing with my specific issue? Gooo on, gis us a hand!
Forum: Fixing WordPress
In reply to: How to remove category spoilers from the front page only??Please forgive me, I’m so much of a novice! – Where would I need to place this text? Would I need to replace something else with it? It would be a godsend if you (or anybody else) could suggest how the whole text above should look with the new edition implemented. Thank you SO much!
Forum: Fixing WordPress
In reply to: How to remove category spoilers from the front page only??Many thanks – that looks like just the ticket. The theme I’m using has a specific ‘sidebar.php’ – so would it make sense to put the conditional tag in there?
<div id="sidebar"> <?php $showSpoilers = get_settings ( "cp_catSpoilers" ); if ( $showSpoilers != "no" ) { $cp_categories = get_categories('hide_empty=0'); $postcat = get_settings( "ar_spoilers" ); if( ! is_array( $postcat ) ) { foreach ( $cp_categories as $b ) { $postcat[] = $b->cat_ID; } }
I’m guessing this is the right region, and I’ve experimented with inserting/replacing the conditional tag, however, I’m inexperienced with .php and I keep getting parse errors – any idea where I’m going wrong? Many thanks once again!
Forum: Fixing WordPress
In reply to: Rules for specified pages?? PLEASE HELP!Any ideas about this anyone?
Forum: Fixing WordPress
In reply to: Rules for specified pages?? PLEASE HELP!Would it be possible to create a rule in CSS that stops each category from being displayed on the front page? Something like
h3.catt-9
display: none?is it possible to refer to specific pages in CSS? Many thanks in advance!