hazelbug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide widget title in sidebarI would imagine that this would go in my sidebar.php file, but when I add it there it doesn’t remove the title “pages” title from my widget…
What am I doing wrong?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] HTML Tagsthank you thank you thank you!!!
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] HTML TagsThanks Bee!!!
where do I find that? Or where do I insert that?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] HTML Tagsanyone?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] HTML Tagsfor example (see first top left photo descrip)
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Missing description under thumbnailsThanks for all this – got my descripts up and working…
I would like to be able to use the <b> tag for sections of the descriptions…
Is this possible? How can I make that happen?
There is now an option to have more than one column – i changed mine to 2 columns and that forced the copy under…
Otherwise, it’s a CSS styling issue.
Forum: Fixing WordPress
In reply to: Next Gen Upgrade ~ Descrips disappearedFound the file to edit.
It is under the “View” folder > gallery.phpAdded
<?php echo $image->description ?> </div>
at the end of
<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box"> <div class="ngg-gallery-thumbnail" > <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> </a> </div>
and now I have to restyle the descriptions. I wish the upgrade didn’t overwrite all of this that I worked so hard to set up already… but glad to have figured it out.
Forum: Fixing WordPress
In reply to: Next Gen Upgrade ~ Descrips disappearedI found this, but I can’t find the code in the file where it says it’s supposed to be (I assume “gallery.php” is now “nggallery.php”, etc)… Looked through all the files and don’t see the proper code I am supposed to edit….
Help! Thanks!
Forum: Fixing WordPress
In reply to: element.style and other stylesI see it now. Someone went in after me and attached HTML that was overriding my CSS. grrr.
Forum: Fixing WordPress
In reply to: element.style and other stylesSorry I can’t post the site bc it’s internal at my work. Let me know if there is anything else I can provide.
Forum: Fixing WordPress
In reply to: what does this mean?Thanks Ipstenu…
Fixed that, but it’ still not working.
Pulled the ABSPATH via PHP and it looks right in the error message
(/home/mckenna/public_html/healingforallhumanity.com/)I checked the directories and all the files are there. Any other ideas?
So the code in the Home.php is
<?php include (ABSPATH . '/wp-content/plugins/content-gallery/gallery.php'); ?>
and I am still getting this error:
Warning: include(/home/mckenna/public_html/healingforallhumanity.com//healingforallhumanity.com/wp-content/plugins/content-gallery/gallery.php) [function.include]: failed to open stream: No such file or directory in /home/mckenna/public_html/healingforallhumanity.com/wp-content/themes/lifestyle_10/home.php on line 13
Forum: Fixing WordPress
In reply to: what does this mean?anyone know?
Forum: Fixing WordPress
In reply to: what does this mean?sorry, here is the link to the site
Forum: Fixing WordPress
In reply to: Upgrading to WordPress 2.6.5There is also a plug in to ‘automatically’ upgrade wordpress. It will take you through the steps by clicking on links and backing up your date in case anything happens while you are upgrading. You can find it under plug ins.