aaronrobb
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Honeypot field isn’t WCAG compatible?That’s perfect, Thank you very much.
Forum: Plugins
In reply to: [Advanced Menu Widget] Menu Showing TwiceNever mind. Just found code that was making the widget sidebar load twice.
Forum: Plugins
In reply to: [Image Gallery Slider For ACF] Set size of images?@anoopranawat, I don’t see that option in the field settings. I’m using ACF Pro, so maybe this isn’t in the options any more?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Editors unable to adjust Settings@shatter72 any updates to this issue? I’m getting the same thing.
I think the user has to have the full “manage_options” capability, but I don’t want to give our podcast editors that much power, since it pretty much opens the rest of the back end to them.I quickly looked through the plugin files and can’t really see what is setting the permissions to upload/edit settings.
Perhaps the author is still around??
Forum: Plugins
In reply to: [AWS S3 Bucket Browser] Error in_array() expects parameter 2 to be arrayI’m getting that error as well. Did you find a fix for it?
Forum: Plugins
In reply to: [WooCommerce] Cart Quantities Add One Extra in FirefoxAny thoughts out there?
This can’t be only happening on our install of woocommerce.Forum: Plugins
In reply to: [WordPress Popular Posts] Sorry, no data so farForum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Load OK, scroll not workingI’m getting the same issue right now. Not sure when it started but only the first slide shows, won’t scroll and controls don’t work.
I’m wondering if a recent WP core update broke it?
I’m using the Sage/Roots base framework on a custom theme.
No JS errors showing up.
I’ll start going through other plugins to see if there is a conflict somewhere.*holds head down in shame*
Yes, that was totally it. Never even saw that checkbox…..
Thank you!!!
Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] Adding Field Label to File nameBrilliant thank you!
I was so close myself. Just missed it a bit. ??Forum: Plugins
In reply to: [WooCommerce] Make order a quote if no shipping option available?Great ideas! I’ll work on implementing those now. Thanks for the suggestions!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Mailpoet not creating daily newsletters@tobanatron
We decided to migrate away to another newsletter option, so never got this plugin issue fixed. Sorry!Forum: Plugins
In reply to: [WP Admin UI Customize] Saving sidebar removes roles of new menu itemThanks for the response!
For the Parent Menu, there is no option to have the parent menu. It only lets me have the ‘add export’, ‘manage exports’ and ‘settings’. There is no option for a parent link at all.
Am i missing something??
Forum: Plugins
In reply to: [Custom Post Type UI] Removing Meta Box of Custom Taxonomy in CPTMichael
Found the problem. Yes, had something to do with some code above this breaking in the extras.php file.
Should have thought of that a while ago.
Just for note, I am using the second example above, with two different meta boxes two slugs ($slug2), and it works great now!
Thanks for the help!
Forum: Plugins
In reply to: [Custom Post Type UI] Removing Meta Box of Custom Taxonomy in CPTMichael,
Here’s the CPT export:
{"business":{"name":"business","label":"Businesses","singular_label":"Business","description":"","public":"true","show_ui":"true","has_archive":"true","has_archive_string":"","exclude_from_search":"false","capability_type":"post","hierarchical":"false","rewrite":"true","rewrite_slug":"","rewrite_withfront":"true","query_var":"true","menu_position":"","show_in_menu":"true","show_in_menu_string":"","menu_icon":"","supports":["title","revisions","thumbnail","page-attributes"],"taxonomies":[],"labels":{"menu_name":"","all_items":"","add_new":"","add_new_item":"","edit":"","edit_item":"","new_item":"","view":"","view_item":"","search_items":"","not_found":"","not_found_in_trash":"","parent":""},"custom_supports":""}}
And the Tax:
{"product-category":{"name":"product-category","label":"Product Categories","singular_label":"Product Category","hierarchical":"true","show_ui":"true","query_var":"true","query_var_slug":"","rewrite":"true","rewrite_slug":"","rewrite_withfront":"1","rewrite_hierarchical":"0","show_admin_column":"false","labels":{"menu_name":"","all_items":"","edit_item":"","view_item":"","update_item":"","add_new_item":"","new_item_name":"","parent_item":"","parent_item_colon":"","search_items":"","popular_items":"","separate_items_with_commas":"","add_or_remove_items":"","choose_from_most_used":"","not_found":""},"object_types":["business"]}}
I have other CPT and Taxes as well.
My only thoughts are that something is blocking the command somehow. I’m calling it in my extras.php file of the Roots Lib folder.