After the update to 4.7
-
the plugin isn’t working anymore ?? .. it says Compatible up to: 4.4.0
-
This topic was modified 8 years, 2 months ago by
JurgenDoe.
-
This topic was modified 8 years, 2 months ago by
-
same problem for me
Hi Guys. I’m going to take over development of this plugin. Could you tell me what error message you are seeing and where?
Hello @johnogg i had contact with @lisa Woodruff who developped this plugin.
We’ve got this type of error on our website :The link to the pictures is broken, there is only the link to the directory, if you need people to test solution, i’m there !
The problem appeared this month without doing any modifications on our website.https://3dms.fr/index.php/prestations/illustrations
<img data-attachment-id="667" data-orig-file="https://3dms.fr/wp-content/uploads/2015/10/les-montagnards-ambiance-fin-de-journee.jpg" data-orig-size="1500,1000" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Les Montagnards ambiance fin de journée" data-image-description="illustration 3D de perspective extérieure" data-medium-file="https://3dms.fr/wp-content/uploads/2015/10/les-montagnards-ambiance-fin-de-journee-300x200.jpg" data-large-file="https://3dms.fr/wp-content/uploads/2015/10/les-montagnards-ambiance-fin-de-journee-1024x683.jpg" alt="illustration 3D de perspective extérieure" style="margin: 2px; width: 132px; height: 132px;" src="//3dms.fr/wp-content/uploads/2015/10/" width="248" height="248" title="Les Montagnards ambiance fin de journée" data-pin-nopin="true">
Arnaud, the problem appears to be that the image tags are being generated with erroneous srcset values. For example:
srcset="https://3dms.fr/wp-content/uploads/2015/10/T-_ESCAUT_HABITAT_MONTAGNARDS_PROJETPSD_escautv2_SD-150x150.jpg 150w, https://3dms.fr/wp-content/uploads/2015/10/les-montagnards-ambiance-fin-de-journee-160x160.jpg 160w"
I’m not sure where it’s getting that T-_ESCAUT_HABITAT_MONTAGNARDS_PROJETPSD_escautv2_SD-150×150.jpg value from. Do you have any plug-ins or edits in your functions.php that do anything to srcset values? Or any memory of setting anything up with that image address?
I have a compatibility problem of “WP Gallery Custom Links” with the Jetpack Gallery.
Strangely the first gallery in a list of posts works, but the following galleries tell me that the “Jetpack Caroussel was deactivated due to another plugin or theme overwriting the [gallery] shortcode”.
That warning goes away when I deactivate the WP Gallery Custom Links Plugin, but of course I loose my link capability.Since this only doesn’t work when I’m logged in to the backend, this is not a severe problem; it obviously is working without error messages for my users.
Nevertheless, it is nasty because is slows down my workflow.Any help/update would be great!
If more details are needed, please let me know how I can help!
UPDATE:
Just after writing this post I found another post that helped solving this issue:
Add Filter to functions.phpThe solution is to add the following line to the functions.php file of your active theme (e.g. located for the WP Theme TwentyFifteen in the folder “wp-content/themes/twentyfifteen” of your WP installation):
add_filter( 'jp_carousel_force_enable', '__return_true' );
Hi @hnuecke
For the short-term you can add this snippet to your functions.php file. I’ll look to fix the issue in a future release.
add_filter( 'jp_carousel_force_enable', '__return_true' );
Hi @johnogg,
the old links to the target pages no longer exist after the update. And they can’t be set again. All of them were replaced by the links to the pictures.I checked my webiste (it was updated to WP 3.7.1 recently) and my links still work; without the need to change function.php again.
Did you update your theme?
Then check your Theme’s “function.php” and add the “add_filter” line if missing.I have no jetpack. No idea why my post was placed here. I’ve used the Replay button under @johnogg message (5 days ago).
- The topic ‘After the update to 4.7’ is closed to new replies.