Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #80548
    Marc N
    Participant

    2) i think you donยดt understand my problem. I have build a own shoppage with the shortcodes and now this page should replace the woocommerce shop-page totally.

    #80559
    Marc N
    Participant

    I need a way to say to the button: “this is the englisch shop page and that ist the german shop page” ๐Ÿ™‚

    #80615
    Marc N
    Participant

    Ok, i got a workaround.

    1. I set the woocomerce shop-page to the dummy site.
    2. The dummy site is privat so not visible.
    3. Edit the link in the cart-empty.php

    Not perfect but it worked. The best way would be if i can edit the woocommerce shop-page dropdown in the backend so i can select the used link in the cart-empty.php in the backend.

    #80641
    Marc N
    Participant

    Just one little thing. The last sentence is not very nice. I canยดt localize the problem.

    Can i edit this in the css oder in the php (what php?)?

    Please look the picture: https://www.dropbox.com/s/19unwzu0fw2a5qm/Bildschirmfoto%202014-08-08%20um%2016.38.55.png

    #80654
    Zeshan
    Member

    Hi Marc,

    Glad to hear that! ๐Ÿ™‚

    Regretfully I am not entirely certain about the shop-page dropdown customization. Would you mind providing us a little more detail about the customization? Or if you can provide a screenshot, that’ll be best.

    Thank you.

    #80663
    Marc N
    Participant

    That would be just a gimmick. I was just thinking out loud. ๐Ÿ˜‰

    Greater problem gives me currently actually the button on the checkout page …

    “Just one little thing. The last sentence is not very nice. I canยดt localize the problem.

    Can i edit this in the css oder in the php (what php?)?

    Please look the picture: http://www.dropbox.com/s/19unwzu0fw2a5qm/Bildschirmfoto%202014-08-08%20um%2016.38.55.png”

    #80724
    Zeshan
    Member

    Hi Marc,

    Thanks for sharing the screenshot, I can see the issue now ๐Ÿ™‚

    Please add the following CSS code in Customizer > Custom > CSS to fix this issue:

    .woocommerce-checkout input[type=submit] {
       clear: both;
       display: block;
       margin-top: 10px;
    }
    

    Hope this helps ๐Ÿ™‚

    Thanks.

    #83567
    Marc N
    Participant

    Ok, that works good. Just the margin-top have no effect?!

    #83568
    Marc N
    Participant
    #83570
    Marc N
    Participant
    #83639
    Zeshan
    Member

    Hi Mark,

    Please try using the following CSS code instead of the one provided above:

    .page-id-9.woocommerce-checkout input[type=submit] {
       clear: both;
       display: block;
       top: 10px;
    }
    

    This should add the gap above the footer and remove the styling from second page ๐Ÿ™‚

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-75405 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>