nvg
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] SQL ERRORAlso just when I was in there noticing that no images are actually showing up on the admin, just the front end. Not just talking about the thumbnails but the entire rows are missing. It shows how many is all in the admin. No errors on the front end…
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] SQL ERROR13 images
All the rest are about the same, no big quantities.
Thanks….
Awesome glad to hear it. Thanks again for your work on one of the best plugins out there 😉
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Conflct with WP EditorWhen I installed the YITH plugin I noticed that syntax highlighting no longer worked in the WP Editor (which is a nice code editor for stylesheets and template files). If I disable the YITH plugin, the highlighting functions again. It’s not the end of the world, just thought you might want to know 😉
Yeah we got a bunch of email reports too (also with the dates into the future) but in our case, we have everything set to only send emails if something is wrong. Instead we got regular reports, which make it difficult to sift through if you only want to get alerted if something is wrong. Just FYI 😉
Cool – thanks Tim..
Yeah, it does put a load on with the reverse dns, whois lookups, and geo locating, but it would be nice to crank it up when you’re having an exploit incident. Of course the server logs tell all, but you have to work at it to resolve the details that are instantly at your fingertips with this report – would be a nice option. I just wanted to make sure I wasn’t missing something that was in there in front of my face 😉
Yes, I can only see a day’s worth at most at a time…
Was the best social plugin out there, now useless.
Ok thanks for the update, glad it was just a glitch. We’ll give it another shot and modify the rating 😉
Forum: Reviews
In reply to: [CiviEvent Widget] Works wellGot it, thanks!
Forum: Plugins
In reply to: [Disable New User Notification Emails] disable user mails as well?This works as a simple plugin:
if ( !function_exists('wp_new_user_notification') ) { function wp_new_user_notification( ) {} }per: http://www.stumiller.me/disable-wordpress-notifications-email-for-users-and-admins/
Hi: Well I had a few plugins activated, but I deactivated those and just left Cunjo activated, and the content disappeared on all pages. By content I mean everything in the post-content div on the Avada theme I was using. So the header, footer, and sidebar were still there. Looking at the source code, all html was gone in that area so perhaps it wasn’t just a missing end tag like I previously suspected. Deactivating Cunjo made all content reappear again.
The interesting thing was that I had deleted the Cunjo plugin, and after I received your update to this thread I reinstalled it and was going to see if could tell you more, but when I installed it again it all worked fine. We are developing other sites, I have this plugin installed on a boiler plate WP install that I clone for new sites in development, so if it crops up again I will try to do more testing on it and hopefully have more info for you. Could have just been a transient issue so I’m not sure what to tell you at this point – wish I had more info for you on it, but I’m happy it’s working again because it’s the best social plugin available IMHO.
Many thanks for your response.
Forum: Plugins
In reply to: [WP Super Cache] Script message on top of all pages!!Oh I see, yeah that’s not normal, I should have read your post more carefully. It must not have found whatever it’s looking for (1st comment block ? – maybe an older WP install ?) You can put it at the top of the config file just under the top comment block like this:
/** .. * @package WordPress */ define( 'WPCACHEHOME', '/server-path/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager define('WP_CACHE', true); //Added by WP-Cache Manager // ** MySQL settings - You can get this info from your web host ** //Hope that helps…
Forum: Plugins
In reply to: [WP Super Cache] Script message on top of all pages!!That’s the wordpress config file, it’s just turning on the caching functionality and telling wp where to store the cached files. You do want your site cached right? If you never want anything modified in the configuration file, the .htaccess file or the db, then don’t install plugins.