verdun
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to unlock Checkout blocksHi @ckadenge
Thank you for your answer. Then, I try to ask like this:
My checkout page has the usual 2 columns by Woocommerce default:
1st column (left) contains:
“Billing Details” block
and beneath:
“Payment” block
with the payment options (Paypal, Credit card, etc.)2nd column (right) contains:
“Your order” blockI would of course like the payment block to be below the order block. How can I make that happen? When I look at shops, they all have the payment block below the order block. I don’t know why my payment block is below “Billing Details” !?
- This reply was modified 4 months ago by verdun.
Hi,
Perfect! Your code modification was the key to success. The item “Templates” has been removed. Thank you so much.
Hello!
You are great. You have understood what i mean.
Exactly, I need the slug for remove_menu_page.
I added your given slug “Elementor_library”, as follows:
add_action( ‘admin_menu’, ‘members_remove_menu_pages’ );
function members_remove_menu_pages() {
$user = wp_get_current_user();
if ( in_array(‘editor’, $user->roles) ) {
remove_menu_page(‘tools.php’);
remove_menu_page(‘Elementor_library’);
}
}Problem: The “Templates” menu item in the WordPress Dashboard stays!
As I mentioned before, the “Tools” menu item was successfully removed.
Have I implemented yours correct? Or, could you post the whole code?
- This reply was modified 1 year, 10 months ago by verdun.
I only need the code to hide the Admin “Templates” menu option for the Author role
I can only advise to everyone not to buy this plugin because you could configure the buttons by yourself via PayPal’s developer page and receive an HTML code easily to paste to.
We wonder why you didn’t give the hint in your “documentation” that the columns move when you click on a button. And why don’t you give the hint how to solve it with Elementor. We, the user, has to do it himself, right! That shows your character and the quality in your booth.
EDIT.
I found a solution in Elementor. Layout > Column Position > select “Top” (previously: “Stretch” was set)
Now the two columns no longer shift when you choose / click on a different payment method.
Regards,
Hi webtoffee,
Thx. wonderful fay. Thx.
Hi,
I did it. But it keeps unchanged. The slider is still active. Active = green color. The slider should be disabled and have a grey color.
I also cached the site.
Can you check the site? Is the slider active?
I don’t know how to upload images here. But it’s the way you mentioned in your image.
The field “non-necessary cookies” should remain active, only the slider should be de-activated. That will not do here. How it works?