kitesurfpics
Forum Replies Created
-
Didn’t find a solution.
My solution in the end was to dump NGG completelyForum: Plugins
In reply to: [EWWW Image Optimizer] bulk optimizer stopsI can confirm this
Media library didn’t give any errors on the attachments with odd metadataForum: Plugins
In reply to: [EWWW Image Optimizer] bulk optimizer stopsEsmi & nosilver4u, the regenerate thumbnails plugin is doing it’s trick. Did a test run on 20 images and they can now be optimized by the ewww-image-optimizer.
Would be great if the plug-in can act on the filename and go on from there with the processing
Forum: Plugins
In reply to: [EWWW Image Optimizer] bulk optimizer stopsafter more research (coding a dimensions row into the media library page) you are right
All the other files are missing the dimension info.
This really is bad news for me, don’t want to reupload 900 images again.
thanks for the advice.Now time to see if there is a way to recreate the metadata on the already uploaded images.
Forum: Plugins
In reply to: [EWWW Image Optimizer] bulk optimizer stopsall the row’s are filled with info, metadata has been read on all the files since another plug-in is showing the iptc keywords. those keywords where entered into the database during upload. (webpage for ID 1747 https://www.watersportspics.com/photograph/2013-ejkc/ejkceuropean-junior-kite-championship-2013-317/ )
only difference in the table is that 338 rows have width & height info while the other haven’t.
The attachment ID’s mentioned have width & height info in them. only the row’s aren’t always starting with this infoForum: Plugins
In reply to: [EWWW Image Optimizer] bulk optimizer stopswrong info
tried the escape-ngg plugin today
no luck on my site ??When you deactivate the plugin normally nothing will happen to the photo’s you have uploaded.
Deactivating will only disable the plugin and not show any photo’s on post’s you have made with this plugin, your photo’s will stay on the server and reactivate won’t be a problem.
Did it myself a few times already when trying to find out some error’s i’m getting on my site.funny thing is when i first installed the plug-in i did the same check with no error’s on the same theme and the same plug-ins
did some testing this evening again since i need this to work to continue posting
Did a disable of all the plug-ins, brought theme back to default and still getting this error.
When i enable my theme back to and run a plug-in check it says that it’s missing the call to wp_head().
checked the theme code and in the header.php it shows a call to wp_head()` <?php
colabs_meta();
colabs_meta_head();
wp_head();
colabs_head();
global $site_title,$site_url;
$site_title = get_bloginfo( ‘name’ );
$site_url = home_url( ‘/’ );
$site_description = get_bloginfo( ‘description’ );
?> `Just disabled all my plugin’s to see if that would make a difference but no luck