Luis Martins
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Display Header] Hide the header management on custom post typesTo anwser my own question i’ve hidden the postbox with the following code:
function mw_remove_postboxes() { // Remove metaboxes from WooCommerce product management remove_meta_box( 'wp-display-header', 'product', 'normal' ); // Breadcrumbs // Remove metaboxes from Banners post type management remove_meta_box( 'wp-display-header', 'banners', 'normal' ); // Breadcrumbs remove_meta_box( 'wpseo_meta', 'banners', 'normal' ); // Breadcrumbs } add_action( 'do_meta_boxes' , 'mw_remove_postboxes' );
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Click 'Crop' and Nothing HappensJust tested and it now works fine. Thanks @andersthorborg !
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Click 'Crop' and Nothing HappensHaving the same problem, it’s returning the following error:
[07-Oct-2014 17:02:40 UTC] PHP Fatal error: Call to undefined method WP_Error::resize() in /Users/luismartins/Sites/00_LAB/wp-multisite/wp-content/plugins/acf-image-crop-add-on/acf-image-crop-v4.php on line 841
Forum: Plugins
In reply to: [Easy Google Fonts] How to limit options availableOk, thank you.
I’ll go for a simpler option then.Thanks anyway.
Forum: Plugins
In reply to: [Genesis Custom Headers] Headers in CategoriesYes, that was what I meant.
Thank anyway, i’ll keep an eye on future updates.Cheers!
Forum: Plugins
In reply to: [Slate Admin Theme] Sticky toolbarI meant the WYSIWYG tools, and yes it does work. Sorry for that, didn’t noticed it only got sticky if the content was bigger than the screen height.
Thanks
Forum: Plugins
In reply to: [Genesis Custom Headers] Image croppingOk, thanks for the suggestion. That sadly won’t work because it need to be edited by the client who doesn’t have the skills for that. I’ll try to find another plugin to do this but will keep an eye on this one for when the feature lands.
Thanks.
Forum: Plugins
In reply to: [Genesis Custom Headers] Image croppingWhen you say “pre-size” do you mean cropping the images manually or have them be automatically cropped somehow?
Forum: Plugins
In reply to: [Genesis Custom Headers] Image croppingIs there any way I can force it for now, until a solutions appears built in with the plugin?
Forum: Plugins
In reply to: [Genesis Custom Headers] Image croppingHuum, that would super useful due to the nature of banner images. Thanks for clear things up.