Lolo9002
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Velocity Minify] PHP Warning with new versionHello,
Response from WordPress Core Lead Developer :
WP_Filesystem_Direct() is not designed to be used stand alone. Plugins shouldn’t use it if they simply want to modify files directly on the filesystem, instead they should use functions such as file_get_contents() directly.
WP_Filesystem_Direct should only be accessed through using the WP_Filesystem() method (found in wp-admin/includes/file.php). If you’re using it in any other way, you’re complicating your own code and increasing the chances of your code breaking in the future.Forum: Plugins
In reply to: [Yoast SEO] Ryte Indexability check issuesHello,
I have the same problem. The problem between CloudFlare and Ryte must not have any impact in the way our WordPress sites works. So please remove the anoying warning by default.
- This reply was modified 3 years, 6 months ago by Lolo9002.
The version 5.0.1 does not solve the problem cause the abusive deletion is not in the duplicated postmeta option but in the clear orpheans option.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Orphaned Term RelationshipBtw,
The version 5.0.1 does not solve the problem cause the abusive deletion is not in the duplicated postmeta option but in the clear orpheans option.
DELETED ORPHANS # préfixe type id title modified taxonomy meta key meta value 1 wp_ term relationship 11 Liens 2 2 wp_ term relationship 12 Liens 2 3 wp_ term relationship 14 Liens 2
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Orphaned Term RelationshipThx
If it can helps, I think it’s because the “wp_term_relationships” table contains both relationship “post/categories” and “link/categories”.
So for the ‘term_taxonomy_id’ that are flagged as ‘link_category’ in the ‘wp_term_taxonomy’ table, the ‘object_id’ field refers to a wp_link id not a wp_post id.
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] Orphaned Term RelationshipSame problem for me.
I think this recent add on to the plugin is definitively not a good idea.
I have open a new topic hoping that this mess will be be fixed.
Forum: Themes and Templates
In reply to: [GeneratePress] [3.0.x] About translationsHi,
I had completely forgotten that the translations of plugins and themes were part of the WordPress updates. I don’t know why but I still thought the translations were final during installation. Thanks for refreshing my memory.
Forum: Plugins
In reply to: [Comments - wpDiscuz] reCAPTCHA placeholder element must be an element or idHello,
I have the same problem. It happens
– When “Display on Subscription Form” option is ON (in the plugin settings)
– For the posts that already have comments and “Allow Comments” is OFF (in the per post settings)Forum: Themes and Templates
In reply to: [GeneratePress] 3.0 alpha : Wrong color in sub menuHi,
It’s ok with 3.0 alpha 2.
Thx again for the theme and for the great support.
??Forum: Themes and Templates
In reply to: [GeneratePress] 3.0 alpha : Wrong color in sub menuThx for the good news.
For the alpha.2, I will start from a fresh copy from my main site. So it will be again an ugrade from 2.4.2 to 3.0.a2.
Forum: Themes and Templates
In reply to: [GeneratePress] 3.0 alpha : Wrong color in sub menuHi,
I had to create the dns record and the reverse proxy rules but here it is
Forum: Plugins
In reply to: [WordPress Popular Posts] Alt tag is empty when no thumbnailThx for your feedback.
BTW I have learned a lot about apply_filter, add_filter… by seraching why this doesn’t work.
I hope the changes are not too difficult.
Forum: Plugins
In reply to: [WordPress Popular Posts] Alt tag is empty when no thumbnailHi and thanks @hcabrera ,
But it seems that the filter is never called.
I tried with
function fallback_alt_attribute_for_wpp_thumbnails($alt_attribute, $post_ID) { if ( '' == $alt_attribute ) { $alt_attribute = 'No thumbnail'; } return $alt_attribute; } add_filter('wpp_thumbnail_alt_attribute', 'fallback_alt_attribute_for_wpp_thumbnails');
- This reply was modified 4 years, 2 months ago by Lolo9002.
Problem is solved for me with version 5.4. Thanks.
Same problem for me (but not multi) with version 5.3. The plugin adds a “settings” link to its options on EVERY other plugins.