Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author bluey80

    (@bluey80)

    Can you send a link showing the wrong button icon? I’m guessing that it is some css on your theme that is affecting how the button looks. See https://iguanaworks.net/ for a reference of how the button normally looks with SCABN.

    Thread Starter R3VOLTZ

    (@r3voltz)

    https://www.123scorenow.com/buy-now-paypal-or-credit-card/checkout/

    I am guessing it is the css as I even changed the button to a different one and it still messed up the button. Ill look over the css and check.

    Plugin Author bluey80

    (@bluey80)

    Look at the height and padding part of your bootstrap.css (line 1901 I think)

    media="all"
    .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;

    They seem to be rescaling the Paypal image.

    Thread Starter R3VOLTZ

    (@r3voltz)

    It doesnt seem to be the bootstrap as changing it still does not fix my issue.

    Plugin Author bluey80

    (@bluey80)

    When I go your site in chrome and right-click inspect element on the Paypal button and uncheck the “height: 34px” element, then it looks ok again, so I’m pretty sure it is that height coding on all media elements.

    Thread Starter R3VOLTZ

    (@r3voltz)

    I deleted the height from bootstrap, but it doesnt make any changes to the website.

    Plugin Author bluey80

    (@bluey80)

    Play around with it with Chrome’s inspect element or the equivalent — you should be able to uncheck css lines and see changes and track it down from there. I’m not sure why what I suggested didn’t do it, but it really does look right if you uncheck that height line — maybe there are more than one and chrome is disabling, but you need to use some css debugging tools to track it down.

    Thread Starter R3VOLTZ

    (@r3voltz)

    No your way did workm just when I update the css it reverts it back to what it orginally was.

    Plugin Author bluey80

    (@bluey80)

    Update the css and then do the same test in chrome — if it still sees theat height line (and when you uncheck it it looks right) then maybe some cacheing on the css file or there is another section to edit, but if chrome fixes it with unchecking that height line, that’s what you need to hunt down.

    Thread Starter R3VOLTZ

    (@r3voltz)

    OK, I have another issue.
    When some one adds more than one item to the cart it messes up.
    https://puu.sh/6xS9W.png

    It is suposed to make another box underneath the other one and then put the remove at the very buttom.

    Plugin Author bluey80

    (@bluey80)

    I’m not sure I’m following — are you adding a different item, or buying multiple of the same item by click “add to cart” multiple times? Is the content wrong, or how it is displayed? If the display, again I’d be suspicious of some CSS with your theme or other plugin, etc.

    Thread Starter R3VOLTZ

    (@r3voltz)

    I am buying multiple items and when I go to the checkout page it will not display it right.

    Plugin Author bluey80

    (@bluey80)

    That is very strange. Looking at the html code on your website, it is generating wrong code — there is only one line for items when there should be two, but the content is a mismatch between the two items. Have you edited the display.php class? I can’t think what else would cause this as that is what runs the loop to generate the table.

    Otherise, maybe some weird javascript that is editing the DOM of the web page somehome. Maybe try disabling plugins and/or trying different themes (or reinstall SCABN if you edited files) to try to see what is triggering this issue.

    Thread Starter R3VOLTZ

    (@r3voltz)

    Alright ill have a look.

    Thread Starter R3VOLTZ

    (@r3voltz)

    Is it possible to make promo codes to get discounts for buyers?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Paypal button messed up?’ is closed to new replies.