-
AuthorPosts
-
December 10, 2018 at 12:16 pm #1043006
Hi,
I have the paypal button that was displayed in addition to the shopping cart button.
How to delete it
I found another request on the same subject but it seems that the problem is different.Thanks for your return
December 10, 2018 at 1:17 pm #1043041Hey,
I am getting “Désolé, vous n’avez pas l’autorisation de prévisualiser les brouillons.” error when i click your link. Could you please create temporary admin logins and post them here privately? Also, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
YigitDecember 10, 2018 at 7:07 pm #1043264Hi,
Sorry for the link.
This link is okI need to delete the yellow button PayPal
Thanks for your return.Emmanuel LE RET
December 10, 2018 at 7:25 pm #1043273Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#zoid-paypal-button-91236fbf3b.paypal-button-size-responsive { display: none; }
Best regards,
YigitDecember 10, 2018 at 8:15 pm #1043310Hi
I adding this code to the Quick CSS section under Enfold > General Styling / Quick CSS
#zoid-paypal-button-91236fbf3b.paypal-button-size-responsive {
display: none;
}The yellow button PayPal is not delete
Best regards
December 11, 2018 at 8:17 am #1043603Hi,
Please try this instead:
.woo_pp_ec_button_product .paypal-button { display:none !important; }
Also please make sure to clear the old CSS and JS files under Enfold->Performance before checking the results.
Best regards,
RikardDecember 11, 2018 at 10:03 pm #1043998Dear Rikard
Thank you for your reply. I did the operations but I still have the problem. I can send you an image of the settings if you have an email address.
Thanks a lot.
Emmanuel LE RET
December 12, 2018 at 9:37 am #1044209Hi,
You can upload images to a service like google drive, dropbox, imgur, snaggy etc. and then link to them here.
Best regards,
RikardDecember 12, 2018 at 9:47 am #1044217Hi Rikard,
The link
https://drive.google.com/open?id=1cc8YsMKdVNXcb4aJp6HowkXhwL3SySmxThanks for your return
Best regards
Emmanuel LE RET
December 12, 2018 at 1:44 pm #1044329Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
YigitMarch 18, 2019 at 6:44 pm #1080008Dear Yigit
Sorry but I could not process your return but the problem is still present.
Thank you for telling me if you can treat it and if I have to do the operation you asked me:
install and activate ” Temporary Login Without Password “….When I add the button
Product Purchase Button
https://www.riverson.fr/boutique/skate/classic-short-board-carbone/?preview_id=1980&preview_nonce=4afa45e7d4&_thumbnail_id=1578&preview=trueI have the information Tarif, add to cart but there is also the Paypal Buy button that appears.
Except error but I did not do any manipulation so that it appears.
I would like to delete itIt also appears on the page
I would like to delete it
It should only appear on the page
The customer can pay paypal or by CB which is ok for me
Thanks for your return.
Best regard.
Emmanuel LE RET
March 25, 2019 at 5:48 am #1082525Hi,
Thanks for the update.
This should remove the yellow paypal button in the cart page.
.woocommerce-cart .wcppec-checkout-buttons.woo_pp_cart_buttons_div { display: none !important; }
Don’t forget to disable or toggle the Enfold > Performance > File Compression settings after adding that code.
Best regards,
IsmaelApril 9, 2019 at 11:53 pm #1088927Dear Ismael
I made the requested update.
Except error but I do not have the Paypal button inbut he is present in
Thank for your return.
Best regard.
April 11, 2019 at 7:24 am #1089422Hi,
Please try this CSS as well:
#zoid-paypal-button-c5ee320b49 { display:none; }
Best regards,
RikardApril 17, 2019 at 11:18 am #1091917Dear Rikard,
Thank for you return,
We try your solution :
#zoid-paypal-button-c5ee320b49 {
display:none;
}and your solution with the solution of Ismael.
.woocommerce-cart .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
display: none !important;
}#zoid-paypal-button-c5ee320b49 {
display:none;
}but the paypal button is present :(
Do you have another solution.
April 18, 2019 at 5:55 am #1092267Hi,
Thanks for the update, please try this instead:
#zoid-outlet { display:none; }
Best regards,
RikardApril 18, 2019 at 8:52 am #1092340Dear Rikard,
It doesn’t work.
I installed the code in the heading: Appearance / Change CSS
Could you tell me if there is an additional operation to be done once you have published the code.
Must add the previously recommended code.
If so, is there an order?
Thank you/*.woocommerce-cart .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
display: none !important;
}
#zoid-paypal-button-c5ee320b49 {
display:none;
}*/#zoid-outlet {
display:none;April 20, 2019 at 11:47 pm #1092988Hi,
I took a look at your pages but some of them are not showing the product as I would expect, I understand that you want the paypal button to show on the checkout page, but not the product page.
Please try this code in the WordPress > Customize > Additional CSS field:#top.single-product .zoid-outlet { display:none !important; }
Best regards,
MikeApril 22, 2019 at 9:43 am #1093275Thank you for taking the time to understand my problem. Congratulations. My problem is corrected. Thank you
April 22, 2019 at 3:36 pm #1093354Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Paypal button’ is closed to new replies.