lvneditor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add images to a lightboxThanks Rev.-
I was pretty sure that would be the case, I was just hoping that someone had figured it out or had created a plugin that I wasn’t aware of-
On to Plan B!Is this impossible as well?
Forum: Fixing WordPress
In reply to: Add images to a lightboxEvidently it is impossible-who knew?
I have been trying to get the search function to do what I want it to do. The site that I’m working on is a stock photography site, without blog posts. I want the search to return results based on keywords. I have accomplished that. What I’m having issues with is I would like the gallery results returned to the page (which I have also accomplished) but when there are no results, a message about no results and the search box. Currently, it returns the message and search box, whether or not there are results.
I have to say that what I know about PHP will fit on the head of a pin but here is the code so far (a mixture of codes found through forums). I’m sure this is quite simple, but then, so am I!
<h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1> <?php if (ngg_images_results() ) : ?> <?php echo ngg_images_results();?> <?php else : ?> <div id="post-0" class="post no-results not-found"> <h2 class="entry-title"><?php _e( 'Nothing Found', 'twentyten' ); ?></h2> <div class="entry-content"> <p><?php _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'twentyten' ); ?></p> <?php get_search_form(); ?> </div><!-- .entry-content --> </div><!-- #post-0 --> <?php endif; ?>
Any and all help is greatly appreciated! Go Pack Go!
Forum: Fixing WordPress
In reply to: Add images to a lightboxHello-is anybody out there?
Forum: Plugins
In reply to: [Plugin: Thesis OpenHook] Syntax problemI think that there is a problem w/ quotes in general. I was having problems with quotes in the custom.css file for image urls. With quotes, they wouldn’t show up, without, it was fine. I had to tweak urls on 6 or 7 sies to get images to display…a major pain.
Forum: Fixing WordPress
In reply to: RedirectsSimon,
Greatly appreciated. Being a designer, not a programmer(obviously), I have a couple of questions.
1. Am I correct in assuming that where you have:
// PROCESS FORM HERE – NO OUTPUT TO SCREEN AT ALL (NOT EVEN WHITE SPACE)
I would enter my form processing script and remove the slashes?
2. Is ‘siteurl’ passed or provided by me?
3. Am I also correct in assuming that I continue with elseif arguments until it matches the number of presentations?
4. I am also assuming that as the presentations vary on the Presentations links page, the formProcessor.php file will need to be updated to reflect those changes. Correct?
Sorry for all the questions. I just haven’t taken the time to take a PHP class and learn the language. It’s on my to-do list for this upcoming winter!
Thanks for all of your assistance on this.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Lost “visits” after plugin updatecakes,
Yes and no. It works sporadically. Often times it won’t even take my password (does nothing). I wish it worked a little more consistently. If it doesn’t clear up, I think I’m going to switch back to Google Analytics.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Lost “visits” after plugin updatecakes,
my guess us some sort of WP stats issue, but we’ll see. hopefully the old data isn’t lost forever!
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Lost “visits” after plugin updateMine could be a worse problem. When I log in, it now tells me that I haven’t set up a a blog yet. It had been doing fine up until the upgrade. I actually access the stats through WordPress.com. It shows that my site https://www.lodivalleynews.com is the blog, but when i click on the stats link, I get the above message.
Error 500 not issued
Still in the loop of ‘Update’ and ‘Continue’ and ‘Update’ and ‘Continue’ and repeat…..
Forum: Fixing WordPress
In reply to: 500 Error – Internl Server ErrorI am having a similar problem since I upgraded to WP 2.7.1. I keep getting and 500 Error-Internal Server Error when publishing a post. I have tried deactivating plugins to overcome this, but it doesn’t seem to help. For me, subscribers are still getting an email re: a new post. Not sure about this one.
BTW Alex, I loved this thing up until a couple of days ago.
I’m having the exact same problem. Galleries were working fine up until a few days ago. Then, it started spitting back an “error 500, internal server error” when I was adding images to galleries. Next it would not thumbnail anything, returning either a failure re:
[XMLHttpRequest]
or telling me that the jpg’s I was uploading were not of the correct file format. So I deactivated the plugin, deleted it and then deleted everything off of the server. I downloaded the latest version of Nextgen, uploaded it to the server. When I went to activate it, the activate link on the admin screen would return a 500 error. So I ticked the box, selected ‘Activate’ from the dropdown menu, clicked ‘Apply’ and it would activate. However, when i went to changes the settings, etc., it would also put me into a loop of ‘databases are outdated, please upgrade NextGen’, then I would get a success screen w/ a continue button that would return me back to the ‘databases are outdated….’ screen-endless loop. Help!