Forum Replies Created

Viewing 10 posts - 21 through 30 (of 118 total)
  • Author
    Posts
  • in reply to: PayPal Checkout Button On Cart Slider #33655

    Yes yes, I have installed it and the button is active and is displayed on cart page and if I want as well on the product page.

    Now, can you tell me where I have to insert php code so that it is below the slider? And do you have by any chance the code for the PayPal Express button from the plugin “Plugin WooCommerce PayPal Checkout Payment Gateway”? Thanks!

    in reply to: Currrency Plugin Only For Displaying #33652

    Great, thank you so much!

    in reply to: Currrency Plugin Only For Displaying #33618

    Great!

    Thank you very much. Worked. So far I did this:

    <?php echo do_shortcode(‘[woocs style=”1″ show_flags=1 head_bg=”#00000014″ head_txt_color=”#000″ head_close_bg=”black” head_close_color=”white”]’); ?>

    With additional CSS of

    .woocs-style-1-dropdown {
    max-width:200px;
    }

    It works fine, but how do I get it on mobile? It seems that I have to insert it into another field as well. Thank you!

     

    in reply to: Payment + Currency Switch #31545

    Assuming I would use another currency switcher plugin now – how would I get it at the same position in the front end as your plugin?

    in reply to: Payment + Currency Switch #31535

    Hi There once again,

     

    so I disabled the currency converter now for quite a while but started to use it again because I thought maybe it would work now. However, it doesn’t work.

    When the customer wants to pay with EURO (default currency is USD) and with PayPal I keep getting this error message and the order is “on hold” instead of “Processing”

     

    This is the message >> Validation error: PayPal amounts do not match (gross 59.71). Order status changed from Pending payment to On hold.

    Even though my PayPal account received the money properly.

     

    in reply to: Custimazation of Product Category Header #31511

    .jas-wc .page-head, .jas-wc-single .page-head {
    padding: 10px 0;
    color: #222;
    background: none;
    text-align: left;
    }
    .jas-wc .page-head::before {
    background: none !important;
    }
    .jas-wc .page-head h1 {color: #222;}

    .jas-wc .page-head {
    background-image:none;
    }

     

    This is the code I applied now in total. Your code changed all headers and not only Woocommerce category πŸ™‚

     

    As you see I also made “background-image:none;”Β  Β in there. Does the background image still get loaded now in the background even though it doesn’t get displayed?

    in reply to: Custimazation of Product Category Header #31484

    I applied it now on the staging site, but with this method it still displays a grey bar. And if I go to theme settings and disable page title in total then I wouldn’t have H1 Tag on the picture.

    It would be awesome if it would look like I said in the first message of this topic.

     

    Attachments:
    You must be logged in to view attached files.
    in reply to: Custimazation of Product Category Header #31424

    Thank you Harry.

    The code crashed the site again. Maybe you have one more idea πŸ™‚

    in reply to: Custimazation of Product Category Header #31382

    The first code broke the side.

    For the second thing, the CSS code works nice for mobile. Thanks for that. Do you could make it work for desktop as well? πŸ™‚

    in reply to: Custimazation of Product Category Header #31377

    And one question to what you said in your reply:

    I do not have this code in my Child functions.php and it is not in my functions.php of normal site as well. Where is this code?

Viewing 10 posts - 21 through 30 (of 118 total)