doudou12
Forum Replies Created
-
Forum: Plugins
In reply to: [Under Construction] Dismiss button does not workOk, I just connected me as admin, and type this url : [MY-WEBSITE]/wp-admin/admin.php?action=ucp_dismiss_notice¬ice=whitelisted
Now, it’s ok on my other account (not as admin)Forum: Plugins
In reply to: [Under Construction] Dismiss button does not workHi
Same here, even without cache for the user (I use lite speed)…
Can you add an ID to the div, like that we can hide it, thanks.
I think it’s more about “wp-admin” because the message is displayed not for an admin in my case, so the link to wp-admin it’s not found I think.- This reply was modified 1 year, 9 months ago by doudou12.
Forum: Plugins
In reply to: [WP INCI] Fatal error and warningThe new version has no issue.
- This reply was modified 1 year, 9 months ago by doudou12.
Forum: Plugins
In reply to: [WP INCI] Fatal error and warningHi
I tried on another wordpress (without plugins) and I have the same issue.
Is it about Php 8.1 ?
Can you help me, thanksForum: Plugins
In reply to: [Strong Testimonials] Is it possible to hide single testimonial page ?It’s okay, I installed another one plugin,
Thanks
Forum: Plugins
In reply to: [YouTube WordPress Plugin by Embed Plus] Error 403 when I saveNot idea ?
Thanks
EDIT : finally, I use YotuWP – YouTube Gallery because this manages perfectly, thanks
- This reply was modified 5 years, 4 months ago by doudou12. Reason: I have now another extension
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Own url shortenerThank you ??
It’s perfect, here is my code (it works with plugin better yourls which writes a post meta with the short link)
function heateor_sss_custom_url_shortener( $post_url, $sharing_type, $standard_widget ) { $post_id = get_the_ID(); $short_url = get_post_meta( $post_id, '_better_yourls_short_link', true ); return $short_url; } add_filter( 'heateor_sss_target_share_url_filter', 'heateor_sss_custom_url_shortener', 10, 3 );
MMh,
Yes, firstly, I just see a “warning message” about my version of PHP, it’s done now
and yes, my wordpress wasn’t the latest version (because PHP wasn’t too), so it’s done now.Thanks, it works perfectly
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] php warningsYeah, thanks, all it’s okay
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] php warningsI have the same problem, and didnt’t fix
Forum: Plugins
In reply to: [WooCommerce] Hide login on checkout pageHi thank you for your answering
But it doesn’t work, the customer who has an account needs to login to pay his order.
Maybe I can disable this function with a code ?
Thanks
EDIT : I disabled all options you told me
- This reply was modified 7 years, 4 months ago by doudou12.