Cedric
Forum Replies Created
-
Hello Jordy,
Thank you for your help.
I will contact you directly today.Hello Jordy,
Thank you for your response.For example, I have an image with the following attributes :
Title = forum méteo2015 29 mars n 2 207_72dpi
Filename = forum-méteo2015-29-mars-n-2-207_72dpi.jpg
Address = https://www.domain.tld/wp-content/uploads/2015/04/forum-méteo2015-29-mars-n-2-207_72dpi.jpgWhen I rename the filename to forum-meteo2015-29-mars-n-2-207_72dpi.jpg, the title and the address are updated too BUT the filename on the server is not updated, so it results a broken link to the file.
Note : I can modify the filename only if I choose the Force rename option.
Same problem here : with the Pro version, i can force to change the filename but it only applies to the database and not on the server ??
Forum: Plugins
In reply to: [Simple Lightbox] stop working after updating to 2.0RC3 (BETA)@archetyped : in my case, it doesn’t work with Chrome, Opera, Safari and IE. But works fine in Firefox.
Forum: Plugins
In reply to: [Simple Lightbox] stop working after updating to 2.0RC3 (BETA)Thank you for your response.
This is the URL where Simple Lightbox doesn’t seem to work anymore after upgrade:
https://www.forumeteoclimat.com/archive-fim2012-galerie-photo-volet-grand-public/
Forum: Plugins
In reply to: [Simple Lightbox] stop working after updating to 2.0RC3 (BETA)Same problem here. Update to 2.0RC3 seems to cause a failure.
Forum: Fixing WordPress
In reply to: Links disappear when editing a published post.Thanks for the update.
It seems that I have exactly the same issue, but also with the Left / Right / Center button.
Link tag gets outside of the paragraph tag and so, gets stripped by the auto-formatting when updating post.
Forum: Fixing WordPress
In reply to: Links disappear when editing a published post.So, for now, I don’t use the visual editor, only the HTML editor, it’s safer.
Forum: Fixing WordPress
In reply to: Links disappear when editing a published post.In my case, it seems that the editor misplaces sometimes the A tag so when I update the post, auto-formatting delete some of the code.
But I have no idea why the WP editor acts like this.
Forum: Fixing WordPress
In reply to: Links disappear when editing a published post.Hi,
Did you find a way to manage this issue?
I have the same problem, it’s so weird and so… frustrating!
I’ve got this error too in PHP 5.4.3
Forum: Fixing WordPress
In reply to: get_option and php tagsPHP-EXEC does the job when the code is in the content of a post, a page or a widget but has no influence on functions like get_option.
Forum: Fixing WordPress
In reply to: query_posts() troubleshootingHi Chip,
Sorry for my late response!
Thank you so much for your piece of code, it worked like a charm!
A simple but efficient way to resolve my issue as I only need to avoid sticky posts to show on top of my main loop.
Forum: Fixing WordPress
In reply to: query_posts() troubleshootingHi Chip,
I put it in my functions.php file but it now returns an internal server error.
So I guess that there is a conflict problem somewhere else.
Forum: Fixing WordPress
In reply to: query_posts() troubleshooting@chip : using pre_get_posts returns me an internal server error 500. Weird…