dban_2_3
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Shadowbox JS] Video blacks out in Firefoxdid you have any luck with this?
im having same problem…Forum: Fixing WordPress
In reply to: Table colour backgrounds not showing in Internet ExplorerThanks ChantalC,
I have tried it now (third row) and doesn’t seem to help.
Any other methods that may work?Forum: Fixing WordPress
In reply to: Plugin to show info bubble on text hover?Thanks so much Rev. Voodoo – That worked perfectly.
You are my hero.Forum: Fixing WordPress
In reply to: Plugin to show info bubble on text hover?Sorry – i was really unclear in my last post.
I mean that it stops my website’s background from displaying properly – the white bit at the bottom isnt normally there.when i disable the plugin the website background displays fully.
any thoughts on how I can edit the plugin to stop this from happening?
thanks so much Rev. Voodoo and all!
Forum: Fixing WordPress
In reply to: Plugin to show info bubble on text hover?thats a good one but doenst seem to agree with my websites background – http://bit.ly/9kA4mf. couldnt find many decent plugins
Almost, but I only want to force login on one particular category archive page, not the whole blog.
Any other suggestions or hard-coding I can do?Thanks again!
Thanks Samuel.
Is there a way to force the login on a particular archive page too?Forum: Themes and Templates
In reply to: How exclude sidebar code from certain pagesHi guys, thanks for your responses.
The code with the images on each page is here. As you can see, at the bottom are the images which appear in the sidebar of each page.
How do I get these images only to show on certain pages such as ‘welcome’ and ‘sponsors’?jrav001 –
I’ve given your code a shot and to my frustration I can’t get it to work. My attempt is here which gives the following error:Parse error: syntax error, unexpected ‘<‘ in /home/beckford/public_html/wp-content/themes/reiss9/sidebar1.php on line 122
Thanks,
Dan.Forum: Fixing WordPress
In reply to: How remove quotation marks around title of category page?thanks again alchymyth.
worked perfectly. 🙂Forum: Fixing WordPress
In reply to: How remove quotation marks around title of category page?anyone? here is the code I have a feeling I have to edit from the archive.php
<div class="art-PostContent"> <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?> <?php /* If this is a category archive */ if (is_category()) { ?> <h2 class="pagetitle"><?php printf(__('‘%s’', 'kubrick'), single_cat_title('', false)); ?></h2> <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?> <h2 class="pagetitle"><?php printf(__('Posts Tagged ‘%s’', 'kubrick'), single_tag_title('', false) ); ?></h2> <?php /* If this is a daily archive */ } elseif (is_day()) { ?>Forum: Fixing WordPress
In reply to: Off-center button for Contact Form 7 – how to re-align?by the way,
view the site by using:
username: test
password: test1Forum: Fixing WordPress
In reply to: Off-center button for Contact Form 7 – how to re-align?ive added a </p> to the second last line and still not change 🙁
any other ways of sorting it?Forum: Fixing WordPress
In reply to: How to show Full Articles in Search Resultsthanks esmi!
Forum: Fixing WordPress
In reply to: How to put text above the sheetawesome. thanks again alchymyth!
Forum: Fixing WordPress
In reply to: How Remove Custom Header on Single Pageperfect.
thanks alchymyth!