Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #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

    #1043041

    Hey,

    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,
    Yigit

    #1043264

    Hi,
    Sorry for the link.
    This link is ok

    I need to delete the yellow button PayPal
    Thanks for your return.

    Emmanuel LE RET

    #1043273

    Hi,

    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,
    Yigit

    #1043310

    Hi

    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

    #1043603

    Hi,

    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,
    Rikard

    #1043998

    Dear 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

    #1044209

    Hi,

    You can upload images to a service like google drive, dropbox, imgur, snaggy etc. and then link to them here.

    Best regards,
    Rikard

    #1044217

    Hi Rikard,
    The link
    https://drive.google.com/open?id=1cc8YsMKdVNXcb4aJp6HowkXhwL3SySmx

    Thanks for your return

    Best regards

    Emmanuel LE RET

    #1044329

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Yigit

    #1080008

    Dear 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=true

    I 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 it

    It 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

    #1082525

    Hi,

    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,
    Ismael

    #1088927

    Dear Ismael

    I made the requested update.
    Except error but I do not have the Paypal button in

    but he is present in

    Thank for your return.

    Best regard.

    #1089422

    Hi,

    Please try this CSS as well:

    #zoid-paypal-button-c5ee320b49 {
      display:none;
    }

    Best regards,
    Rikard

    #1091917

    Dear 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.

    #1092267

    Hi,

    Thanks for the update, please try this instead:

    #zoid-outlet {
      display:none;
    }

    Best regards,
    Rikard

    #1092340

    Dear 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;

    #1092988

    Hi,
    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,
    Mike

    #1093275

    Thank you for taking the time to understand my problem. Congratulations. My problem is corrected. Thank you

    #1093354

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Paypal button’ is closed to new replies.