Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040689
    JP
    Participant

    Hi there,

    just setup X and Woo. all seems good by the shopping cart widget is not popping upas it does on your stacks

    thanks a lot

    #1040775
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1041929
    JP
    Participant
    This reply has been marked as private.
    #1042721
    Christopher
    Moderator

    Hi there,

    I was able to replicate this on my end too, I’ll report this bug to our developers team.

    Thanks.

    #1043453
    JP
    Participant

    OK, any idea when this will be fixed?

    Thanks

    #1043681
    Rupok
    Member

    Hi there,

    Thanks for updating. I’d like to have a further look into this. Are you referring this widget? – http://prntscr.com/bgs5oj

    It seems showing fine on my end. If you are referring any other widget, kindly add a screenshot.

    Kindly check again and let us know.

    Cheers!

    #1043889
    JP
    Participant

    nope this one. the shopping cart count that is on your demo themes. thanks

    #1044164
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can set that in the customizer.

    <stroxng>Appearance > Customize > WooCommerce > Navbar Menu just fill out the settings and it should appear. Hope this helps – thanks!

    #1045887
    JP
    Participant

    actually i tried this before but got some funny results. see screen. so i thought it must be somewhere else.

    when i edit the options nothig really happens.

    and the positioning is wrong but does not respond to changes

    #1046338
    Rad
    Moderator

    Hi there,

    It’s the setting, I changed it. Please check.

    Though yes, it’s not properly formatted for Ubermenu.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-menu-item-woocommerce {
        float: left;
        top: 3px;
        position: relative;
    }
    .x-menu-item-woocommerce .x-cart {
        padding: 10px;
    }
    .x-menu-item-woocommerce .inner {
        padding: 5px;
        background: rgb(39, 39, 39);
    }
    .x-menu-item-woocommerce .outer {
        padding: 5px;
        color: #fff;
        background: rgb(183, 183, 183);
    }

    Thanks!

    #1048838
    JP
    Participant

    This is great thanks.

    Can i move this element to the top right of the page above the uber menu?

    JP

    #1049066
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    li.x-menu-item-woocommerce {
        position: relative;
        top: -57px;
        float: right;
    }

    Hope that helps.

    #1051161
    JP
    Participant

    thanks

    almost perfect. I want it to be far right

    http://myeternalbeauty.com/

    i tried right: 0px with no luck

    #1051259
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this one:

    li.x-menu-item-woocommerce {
        position: absolute !important;
        top: -57px !important;
        right: 0 !important;
    }

    Let us know how this goes!

    #1051814
    JP
    Participant

    thanks a lot

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