The Rhetorist
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Spastic Primary Menu Action After 3.8 UpdateOkay, I read the article, which is excellent, so thanks! I will look into resolving it the way suggested in the article.
Forum: Fixing WordPress
In reply to: Spastic Primary Menu Action After 3.8 UpdateBut also, I wasn’t adding any items, it has been working fine with the number of items it has contained. I added/changed a description. Now it won’t let me even go back to the number of items it once held.
Forum: Fixing WordPress
In reply to: Spastic Primary Menu Action After 3.8 UpdateIt’s big. It’s here: http://w8r.com. Thanks.
Forum: Reviews
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] BrokenAs you know, thanks to your help I am back using the NextGEN plugin and very happy with it after using the reset plugin, there was little for me to do. I have no intention of replacing it again at the moment and plan to stick with what works.
Forum: Reviews
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] UghAs you know, I filled out the bug report and we took it from there, successfully.
Forum: Reviews
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] BrokenThanks, that helps a lot.
Ok, got it! This is working for me now. Thanks again, Nick, that helped.
<img title="©2012 W8R.COM" alt="©2012 W8R.COM" src="<?php echo $image->thumbnailURL ?>"Thanks, Nick.
I have tried every conceivable attempt at this, as it sounds as easy as you recommend, but I must be doing something wrong. Everything gives me a parsing error when keeping my text in the php tag except the code below, which still does not alter the alt text:
—-
<!-- Thumbnails --> <?php foreach ( $images as $image ) : ?> <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> > <div class="ngg-gallery-thumbnail" > <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <?php if ( !$image->hidden ) { ?> <img title="<?php echo $image->alttext ?>" alt="©2012 W8R.COM" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> <?php } ?> </a> </div>—-
Can you see what I am doing wrong?
Thanks! Steve
Haven’t seen anyone want to do what I want to do but would certainly appreciate any expeditious way to do it. Except for 12 images of the 9000 on my site, I don’t care to give the user alt text with some cryptic file name. What I want to do is have the alt text always be the same. I love this idea, but seeing that my images are already in established galleries do not want to a) manually insert the same alt text 9000 times and b) do not want to reinstall all the galleries after downloading then uploading again following insertion data in Photoshop. Any ideas? I saw the option to edit the one caption php file so that it will allow for a URL in the alt text. I do not want that, I want the same branding on all images to show up in the center of the image where the alt text shows and on mouseover.