Frank Bergère
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Override templatesFound it: Copying wp-content/plugins/yith-woocommerce-request-a-quote/templates/request-quote-view.php in wp-content/themes/form-edit/woocommerce/request-quote-view.php WORKS!
Forum: Plugins
In reply to: [reGenerate Thumbnails Advanced] Error messages after today’s updateYes it works well now. Thanks!
Forum: Plugins
In reply to: [reGenerate Thumbnails Advanced] Error messages after today’s updateThank you @shortpixel Alex. PHP Version 7.2.14 here.
Have a great day!Forum: Plugins
In reply to: [reGenerate Thumbnails Advanced] Error messages after today’s updateSame behaviour here !
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] wpml incompatibility ?Hi,
I have the same problem. Did you solve it ?Forum: Plugins
In reply to: [PixelYourSite - Your smart PIXEL (TAG) & API Manager] Editor AccessI had a look into wp-content/plugins/pixelyoursite/facebook-pixel-master.php and could add editors access.
From line 82 to 115, replace the code by this one :if ( ! function_exists( 'pys_admin_menu' ) ) { function pys_admin_menu() { /* if ( false == current_user_can( 'manage_options' ) ) { */ if ( false == current_user_can( 'edit_pages' ) ) { return; } /* add_menu_page( 'PixelYourSite', 'PixelYourSite', 'manage_options', 'pixel-your-site', 'pys_admin_page_callback', plugins_url( 'pixelyoursite/img/favicon.png' ) ); */ add_menu_page( 'PixelYourSite', 'PixelYourSite', 'edit_pages', 'pixel-your-site', 'pys_admin_page_callback', plugins_url( 'pixelyoursite/img/favicon.png' ) ); } add_action( 'admin_menu', 'pys_admin_menu' ); } if ( ! function_exists( 'pys_restrict_admin_pages' ) ) { function pys_restrict_admin_pages() { $screen = get_current_screen(); /* if ( $screen->id == 'toplevel_page_pixel-your-site' & false == current_user_can( 'manage_options' ) ) { */ if ( $screen->id == 'toplevel_page_pixel-your-site' & false == current_user_can( 'edit_pages' ) ) { wp_die( __( 'Sorry, you are not allowed to access this page.' ) ); } } add_action( 'current_screen', 'pys_restrict_admin_pages' ); }
Of course this will be deleted/replaced on the next release, so refind the code and change it again if this feature will still missing ??
Hope it helps!
- This reply was modified 7 years, 10 months ago by Frank Bergère.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Front page wrong page titleHi,
Same issue here : Version 0.9.45.6 installed and the blog page title inside the homepage title.
I had to create a page named Blog, copy title and description from Home page, and assign Blog as Posts page in options reading.
Regards,
FrankForum: Plugins
In reply to: [Adminimize] “Cheatin’ huh?” Error pageGot Cheatin’ page.
Hope this helps!
Forum: Plugins
In reply to: [Adminimize] “Cheatin’ huh?” Error pageHi Frank,
Working on my side (Modern Tribe CPT – Events Calendar Pro) but must check the Allow Page Access setting. Possible to fix without checking it?
Forum: Plugins
In reply to: [Adminimize] “Cheatin’ huh?” Error pageHi Frank,
This happens on Events Calendar Pro Custom Post Type (Modern Tribe).
Forum: Plugins
In reply to: [Adminimize] “Cheatin’ huh?” Error pageHi Frank and Adam,
Just following, having the same behaviour here.
Forum: Plugins
In reply to: [WP Product Review Lite] Translation of the pluginHey selu,
I’ve sent an email to you, did you receive it? Have the same issue, the plugin isn’t translated.
Kind regards,
FrankForum: Plugins
In reply to: [Join My Multisite] Join My Multisite and New User ApproveThank you Mika. I sent an email to Josh. I hold you informed when I have news.
Kinds regards,
FrankForum: Plugins
In reply to: [Join My Multisite] Join My Multisite and New User ApproveHey Mika,
Thanks for your fast message!
Here’s the plugin :
https://www.ads-software.com/plugins/new-user-approve/
Sorry about the wrong spelling ??
Kind regards,
FrankForum: Plugins
In reply to: [Dave's WordPress Live Search] The Excerpt are not displayedThank you Dave!