Benoit Chantre
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Selectable recipient with pipes doesn’t workThank you.
I think I misread that part of the documentation
If you insert a pipe (‘|’) character in the middle of the option value, only the part before the pipe will be open to the outside, and the part after the pipe will be used for mail replacement.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] GDPR – User Sync – User Meta – MailChimpDo not hesitate to contact the MailChimp support and ask them to allow us to be able to set subscribers marketing preferences from an external form. The more request they receive for this feature, the more likely they will add this feature.
- This reply was modified 6 years, 5 months ago by Benoit Chantre.
Forum: Plugins
In reply to: [Unique Headers] Wrong custom header for category archiveYes, it looks like a bug from the plugin.
In
class-unique-headers-taxonomy-header-images.php
, line 361: the ID is retrieved byget_the_ID()
instead ofget_queried_object()->term_id
.Then, line 365,
Custom_Image_Meta_Box::get_attachment_id
is used, but it usesget_post_meta()
which doesn’t work in the context of a term.get_term_meta()
should be used in this context.Forum: Plugins
In reply to: [Unique Headers] Wrong custom header for category archiveI finally think having found the source of the error: my theme uses the
attachment_id
to get the image url which is then used as a background image. The issue is that theattachment_id
value doesn’t match the custom header image id.url
andthumbnail_url
values are good.Twenty Seventeen uses the
header_image
function which uses theurl
.In
class-unique-headers-taxonomy-header-images.php
, line 365, the$attachment_id
is retrieved from the$post_id
instead of the term id.Forum: Plugins
In reply to: [Unique Headers] Wrong custom header for category archiveThank you for having checked that. I finally found the error comes from the theme.
Thanks for the quick and precise reply @duongcuong96. I was able to activate XMLWriter and now I can select S3 as a destination.
- This reply was modified 7 years, 4 months ago by Benoit Chantre.
Forum: Fixing WordPress
In reply to: Admin Login ProblemI see you domain name is registered at BlueHost. If your website is hosted there, their customer support will be able to help you better to solve this issue, because it is a DNS / hosting issue.
Forum: Fixing WordPress
In reply to: Upgrading from 4.2.10 to 4.8You will benefit from various improvements, security fix, …
To be safe :
- make a backup
- if your host has a staging environment, use it to test (you can otherwise make a local copy on your computer)
- update your plugins and your theme
- check on wp.org to see if they are marked compatible with WP 4.8 (if not, check if someone say it’s broken)
- update WordPress
- verify that everything works
- repeat on your production environment
If you don’t use a staging environment and something is broken, you can either deactivate the plugin and ask on the forums for help, or restore your latest backup.
Yes, it is related to the Unique Headers plugin: the issue happen only when it is activated under specific circumstances.
At the moment, I have solved the issue by supporting post-thumbnails for all post types.
I’ll need to make more tests to have a better understanding, but you should be able to reproduce the issue with the following steps:
- restrict post thumbnails support for posts
add_theme_support( 'post-thumbnails', array( 'post' ) );
- add a YouTube link to a post (should display the video in the editor)
- add a YouTube link to a page (should display only the link)
- support post thumbnails for all post types
add_theme_support( 'post-thumbnails' );
- now editor should display the video in the page
- This reply was modified 7 years, 7 months ago by Benoit Chantre.
Forum: Plugins
In reply to: [Autoptimize] Save the options as an array, pleaseYes, there’s worse and AO really helps to make websites faster.
As said, if can you improve that, it would be great, because the number of options increase rapidly with the number a plugins installed.
If each plugin author used an array to store options (and used the autoload value carefully) the option table would contain a lot less entries.
Thanks anyway for this great plugin.
Forum: Plugins
In reply to: [Polylang] Menu Bar Disappears After I Add a Language in Polylang SettingsI had a similar issue and it was due to a bad configuration in the WPE portal.
It happen when you force https for admin and login but not for the site.
Forum: Plugins
In reply to: [Polylang] Menu Bar Disappears After I Add a Language in Polylang Settings@ssdenis89, did you solve your issue? If yes, I’m curious to know what you did.
I have also an issue on WP Engine with Polylang : the menu bar disappears and the menu is displayed only in the main language.
Forum: Plugins
In reply to: [Easing Slider] ACF and Easing Slider ConflictSame issue for me.
Forum: Plugins
In reply to: [Simple Page Ordering] French localization completedIt is now approved and published.