David
Forum Replies Created
-
Yes, I did look into it as much as I could and did try doing it myself. I managed to get it to display using that hook, but couldn’t get it to authenticate.
If you could let me know here when the next update fixing this is released that would be great. Thank you!
Hey @mountainguy2, sorry to jump on an old thread but I’m wondering if you resolved this issue, and if so what the cause actually was? I Googled my issue and this was the first thing that popped up that resembles what I’m experiencing (no Akismet, no WordPress blacklist settings, but 1 reader’s comments still being marked as spam).
It’s hard to troubleshoot as I can’t predict when the guy will comment and it only seems to be happening when he comments, but he’s commented from a few different IPs, no links in his comments at all, and there’s no words or anything set up in WordPress to blacklist anything.
Looking at your list of active plugins my hunch is it could be something to do with Wordfence as that’s the only plugin we share, but I’d love to know if you ever got to the bottom of it.
Forum: Plugins
In reply to: [Requirements Checklist] Unset a post typeHi David,
I run an instance of Multisite which hosts a few clients sites, one of those clients has several authors so your plugin comes in handy to give those authors a checklist before they can submit a post for review by the admin/my client. I also have a page builder plugin active network-wide which adds the post type “templates”, and this plugin by default adds a settings tab for that post type, which is unnecessary. To be aesthetically as clean as possible for the benefit of my client I thought it would be best to strip out the option to set requirements for the templates post type, since seeing it would likely confuse him.
I don’t need a physical setting to disable certain post types from the settings, and I’m sure having one wouldn’t benefit the masses either since like you say they could just not activate the checklist for that custom post type, I appreciate your interest though ??
Thanks
Forum: Plugins
In reply to: [Requirements Checklist] Unset a post typeNever mind, I figured it out.
For anyone who might come across this wondering the same thing, open public/class-post-type-requirements-checklist.php and after line 90:
$post_types = get_post_types( $args, $output, $operator );
add
unset( $post_types['CUSTOMPOSTTYPE'] );
where CUSTOMPOSTTYPE is your custom post type’s slug.
Thanks again!
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Full width rows with X ThemeI think that’s it. Thanks!
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Full width rows with X ThemeHey Ben,
I’m afraid that’s not quite right. The customizer with X has an option to set the site max width container and site content width container (see #1 below), adding your CSS snippet renders those settings useless and still doesn’t make the full-width blocks fill to the content edges (see #2 below). To clarify, the site content is to the edges of the white block. If you look at the original (see #3 below) and a quick mockup I made (see #4 below) you should get an idea of how the theme works.
I understand I could just throw some negative margins in, but I don’t think that would be an all-round solution. If you’d like to take a closer look and have a play with it yourself I can provide you with admin access.
#1: https://imjamie.co.uk/x-beaver/x-customizer.jpg
#2: https://imjamie.co.uk/x-beaver/x-snippet.jpg
#3: https://imjamie.co.uk/x-beaver/x-current.jpg
#4: https://imjamie.co.uk/x-beaver/x-mockup.jpgBased off what I’ve seen Beaver do I definitely plan on upgrading if it works properly with X. I appreciate the *free* support you’re providing with this version.
Thanks
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Full width rows with X ThemeSure, it’s https://imjamie.co.uk/
Forum: Plugins
In reply to: [Network Posts Extended] Woocommerce supportOh wow, I didn’t get notified of your original reply 10 months ago or I would have replied sooner.
I’ll give it another try if I can dig up my old customisations to this plugin in my backups. Thanks so much for your help.
Forum: Plugins
In reply to: [User Role Editor] Shop Manager role View Orders issue (Bug?)I couldn’t tell you, never received help or managed to resolve this issue and that site has since been deleted. Woocommerce and user role editor have both received a ton of updates since this so chances are it’s been fixed
Forum: Plugins
In reply to: [User Role Editor] Shop Manager role View Orders issue (Bug?)Just as a followup, here’s the capabilities assigned to the shop manager role:
Core capabilities:
create_users delete_others_posts delete_pages delete_posts delete_private_pages delete_private_posts delete_published_pages delete_published_posts edit_others_posts edit_pages edit_posts edit_private_pages edit_private_posts edit_published_pages edit_published_posts edit_users level_0 level_1 level_2 level_3 level_4 level_5 level_6 level_7 level_8 level_9 list_users manage_categories manage_links moderate_comments publish_pages publish_posts read read_private_pages read_private_posts unfiltered_html upload_files Custom Capabilities: assign_product_terms assign_shop_coupon_terms assign_shop_order_terms delete_others_products delete_others_shop_coupons delete_others_shop_orders delete_private_products delete_private_shop_coupons delete_private_shop_orders delete_product delete_product_terms delete_products delete_published_products delete_published_shop_coupons delete_published_shop_orders delete_shop_coupon delete_shop_coupon_terms delete_shop_coupons delete_shop_order delete_shop_order_terms delete_shop_orders edit_others_products edit_others_shop_coupons edit_others_shop_orders edit_private_products edit_private_shop_coupons edit_private_shop_orders edit_product edit_product_terms edit_products edit_published_products edit_published_shop_coupons edit_published_shop_orders edit_shop_coupon edit_shop_coupon_terms edit_shop_coupons edit_shop_order edit_shop_order_terms edit_shop_orders manage_product_terms manage_shop_coupon_terms manage_shop_order_terms manage_woocommerce publish_products publish_shop_coupons publish_shop_orders read_private_products read_private_shop_coupons read_private_shop_orders read_product read_shop_coupon read_shop_order view_woocommerce_reports