ronald_edelschaap
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] After active , show errorI have updated the plugin to version 1.2.1. Can you please check it again? Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] After activation, blank screenIt turned out PHP had some scope issues on versions below 5.4. I have updated the plugin. Please let me know if the update solves your problem.
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] After active , show errorIt turned out PHP has this kind of scope issues on versions below 5.4. I have updated the plugin. Please let me know if the update works fine for you.
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] After activation, blank screenI can’t reproduce your situation. Can help me by setting
define('WP_DEBUG', false);
in /wp-config.php todefine('WP_DEBUG', true);
for a second. Then upload that file, activate the plugin and copy/paste all the error’s that you see in a reply. Then you can undo the the changes in wp-config.php and upload that file again.If you don’t see any errors, try adding
define('WP_DEBUG_LOG', true);
after the WP_DEBUG line and refresh the page. A file nameddebug.log
containing PHP errors should be generated in /wp-content/. You can post the content of that file in a reply here and remove the WP_DEBUG_LOG line again.Sorry for not coming back to you sooner, didn’t receive any notification of your support ticket.
It’s done with JavaScript to be able to switch between shipping methods. When you have two shipping methods, you might want to show the shipping address fields when one of them is selected.
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Opacity instead of dispay:none ?Sorry for not coming back to you sooner, didn’t receive any notification of your ticket.
The fields are hidden with jQuery, so for the best flexibility no. However, in the most recent update I’ve added a class to the shipping fields container when the fields are hidden. When they are hidden, the class
shipping-fields-hidden
will be added to the container (the one with classwoocommerce-shipping-fields-cnt
). You could overwrite this with CSS, perhaps with something like this:.woocommerce-shipping-fields-cnt.shipping-fields-hidden { display: block !important; visibility: hidden; }
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] After activation, blank screenSorry for not coming back to you sooner, didn’t receive any notification of your support ticket.
What are your PHP and WordPress versions? And what other plugins do you use?
Forum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Can't Activate PluginSorry for not coming back to you sooner, didn’t receive any notification of your support ticket.
What is your PHP version?
Forum: Plugins
In reply to: [Links shortcode] Links are not displayedNo problem. I thought your plugin would show a list of al pages that has the current page as their parent. But I already found another way to do that.