brlbeagle
Forum Replies Created
-
Forum: Plugins
In reply to: Any ideas – Charity / Pay Per Votes photo contestDid you find a workaround for this? I’m doing the same thing and having a hell of a time getting an answer
Forum: Fixing WordPress
In reply to: How to remove pages from leftI sure did – I actually don’t have any widgets. It seems to me like it’s something in the actual index.php. I tried adding an exclude string to it but that didn’t work ??
Forum: Fixing WordPress
In reply to: help adding text to main phpOK I got that – I think my issue is that I don’t really plan on using blog posts as part of this theme. I’d actually prefer to put a column of text beneath each of the Spotlight and Coming events headers.
I might be able to do that by simply adding a table but I’m not sure. I may be misunderstanding the use of the term post but again, I’m not looking for bells & whistles – I’m looking for pretty vanilla stuff ??Forum: Fixing WordPress
In reply to: help adding text to main phpOk – thats totally over my head ??
I’ll have to figure out something else because I don’t have any categories set up at all right now.Forum: Fixing WordPress
In reply to: help adding text to main phpMaybe this will help???
<div class=”left-column”>
<div class=”title”><h3>Spotlight</h3></div>
<?php query_posts(‘cat=1&showposts=3’); ?>
<?php $posts = get_posts(‘category=1&numberposts=3&offset=0’);
foreach ($posts as $post) : start_wp(); ?>
<div class=”entry”>
<?php if(function_exists(‘get_the_image’)) { get_the_image(array(‘custom_key’ => array(‘Thumbnail’,’thumbnail’,’Medium’,’medium’,’Preview’,’preview’), ‘default_size’ => ‘preview’)); } ?>
</div>
<?php endforeach; ?>
</div> <!– end left column –>Forum: Fixing WordPress
In reply to: How to modify the "header image"?You are the eggman – koo koo ka choo!! LOL
Thank you so so much. This is super!!!!!!!
Love it.Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to headerEsmi I did change it as you suggested – too close to the “bumper” on the left for my liking but I’m happy that at least I can read my text.
I’ll keep playing w/it.Forum: Fixing WordPress
In reply to: How to modify the "header image"?FYI – I put the code back in for the header (h1) which I missed…so my title is back – but again, this graphic is too long & it’s running into the descriptions. What a pain – and considering its the company logo I don’t want to make it smaller than it sadly already is LOL.
Forum: Fixing WordPress
In reply to: UGH – accidentally deleted a line of text in my header – helpPerfect – I did miss it. Thanks
Forum: Fixing WordPress
In reply to: How to modify the "header image"?I don’t have the original – I do however have the original download but I tried reverting to that – it totally screws the page up.
Forum: Fixing WordPress
In reply to: How to add transparent gif (my logo) to headeresmi,
Can you pls take a look at the header I changed and advise if you know how I can lower it???Forum: Fixing WordPress
In reply to: How to modify the "header image"?I checked in admin/general and the title is there but this logo is killing me – its under the line of text and I can’t reposition it to save my life.
I checked it in IE/Firefox – all of them show it up too high ??Forum: Fixing WordPress
In reply to: How to modify the "header image"??? When I view it in Firefox its way up top and I lost my title header ??
Forum: Fixing WordPress
In reply to: UGH – accidentally deleted a line of text in my header – helpWoops – that partially worked. I’m missing the TITLE of my page even though it’s in the admin/general section.
Any ideas?Forum: Fixing WordPress
In reply to: How to modify the "header image"?Sadly I also lost my title which was right above the text “because every dog bla bla”…can you help?