Frenkie
Forum Replies Created
-
Hi there Tobias,
Thank you very much, that worked!
Forum: Plugins
In reply to: [User Role Editor] Prevent shop manager from woocommerce settings.I found the solution guys (thanks to the support staff):
WATCH OUT: be really carefull since this may break things down. BAckup your files and shop before you do this.
Place this in your functions.php:
add_action( ‘admin_menu’, ‘wooninja_remove_items’, 99, 0 );
function wooninja_remove_items() {
$remove = array( ‘wc-settings’, ‘wc-status’, ‘wc-addons’, );
foreach ( $remove as $slug ) {
if ( ! current_user_can( ‘update_core’ ) ) {
remove_submenu_page( ‘woocommerce’, $slug );
}
}
}Hi Tobias, thanks for your repsonse and great friendly support. Unfortunatly i didnt get the desired result, see: http://www.maticmarketing.nl/prijzen/.
Any idea on how to fix this? I think the padding around the title texts is too big or something?
Hi Tobias,
I saw i replied in the mail to… noreply@wordpress.org…:). Anyway, here’s my mail:
Thanks for your great help! That worked. I have this same problem for http://www.maticmarketing.nl/prijzen. Can you provide the code for that too? Please explain me a little what your are doing so i know how to fix this in the future.
Here is another screenshot wich is maybe a little more clear: http://prntscr.com/59q5vb
Please respond on this post admins, would be great to get a response.
Forum: Plugins
In reply to: [WooCommerce Product Archive Customiser] Plugin broke after update wordpressHi there,
Just got a similar problem after updating woocommerce, but you just should reset/configure the settings on the woocommerce settings / products page and check which things you would like tho show (such as ‘thumbnail’ and so on)..
HOpe this helps!:)
Forum: Plugins
In reply to: [User Role Editor] Prevent shop manager from woocommerce settings.Hi there, this is exactly the post item i was looking for but for me no solution here just lke jannejava above.
There are no capabilities in user role manager for excluding/hiding the woocommerce settings (and add-ons) for shopmanager or editors.
Can you please advice here valdimir?
Would be great, thanks!
Forum: Plugins
In reply to: [Comment Guestbook] Remove/Hide about guestbook page tab in admin menuGffv cggbv
Any ideas?!?
I tried that but didn’t succeed, can you explain how to remove this SEO menu?
Forum: Plugins
In reply to: [WP-Polls] WP poll and qtranslate – translate questions and answersOfcourse Lester, no problem at all, i completely understand. I’ll wait a little more then, thanks anyway for the quality plugin.
Forum: Plugins
In reply to: [WP-Polls] WP poll and qtranslate – translate questions and answersHi Lester, do you know anything more yet?
Forum: Plugins
In reply to: [WP-Polls] WP poll and qtranslate – translate questions and answersHi Lester Chan,
Thanks for your quick reply. I understand but can you tell me whether it will be 2/3/4 weeks/months so i can inform my client?
Hope to hear, thanks!
Hi Barry,
That fixes the problem excellent, thanks! Will the plugin be updated after a while so this code isn’t necessary anymore? If so would you please post it here?
Thanks for your response