• Closed
  • July 31, 2017 at 8:40 am #34370

    Hi, My site is dvoraelisheva.com and the page I’m having trouble with is “Shop” (dvoraelisheva.com/shop/)
    https://prnt.sc/g2e41a
    There is a funny space/graphical area underneath each button. I wrote to the plug in developer (PayPal WP Button Manager by Angell Eye) and they suggested I add the following code. However it only made one of the boxes transparent…. (see the picture)

    .entry-content > .img-responsive{
    box-shadow: none !important;
    Border:none or 0 !important;background:transparent
    }

    They said if that did not work, it was a template issue and to contact the template developer. Can you help me get rid of this weird graphical area so the buttons have a clean appearance?

    Thanks in advance.

    Deborah

    Priyank
    Spectator
    Posts: 747
    July 31, 2017 at 11:53 am #34380

    Hello

    As see your page https://prnt.sc/g2e41a, payment is not possible to admin using any shortcode or other theme option.
    Please check one by one plugin disable what is causing this issue. or try below custom css
    .entry-content .img-responsive {
    display: none;
    }

    Note: This css hide all classes which has “img-responsive” class name.

    Thank you

    Deborah Hemstreet
    Spectator
    Posts: 17
    July 31, 2017 at 7:00 pm #34386

    Thank you! This worked! 🙂

    I know that the paypal button DID NOT work. However, the plug in I added makes it work. I’ve had it tested by people in different countries and it is working for all of them as well as for me. The Plugin Name is:
    PayPal WP Button Manager

    Thank you for the .css code. It worked. I appreciate your quick answer.

    Deborah

    Priyank
    Spectator
    Posts: 747
    August 1, 2017 at 12:08 pm #34391

    Welcome

    Thank youi