• Resolved thoseitguys

    (@thoseitguys)


    Is there a way to keep the currency selector sidebar active permanently?

    so the title, flags etc stay active without moving your mouse over it.

    • This topic was modified 5 years, 8 months ago by thoseitguys.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Do you mean to spread the currency selector sidebar permanently instead of the selector sidebar spreading just when hovering, like this: https://prnt.sc/ugrm0h

    Best regards.

    • This reply was modified 5 years, 8 months ago by mivtt.
    Thread Starter thoseitguys

    (@thoseitguys)

    Hi @mivtt that is exactly it!

    Is there some code I need to use?

    • This reply was modified 5 years, 8 months ago by thoseitguys.

    Hi,

    This code is what you need, please go to this plugin setting/ Design, add it in the Custom CSS field:

    .woo-multi-currency.wmc-sidebar.wmc-right.wmc-currency-flag{right:0 !important;}
    .woo-multi-currency.wmc-sidebar .wmc-title{display:block !important; visibility: visible !important;}

    Best regards

    Thread Starter thoseitguys

    (@thoseitguys)

    @mivtt hi there sorry for the late response.

    That doesnt seem to work? it shows abit of the sidebar but not the whole thing until I mouse over it.

    Thread Starter thoseitguys

    (@thoseitguys)

    @mivtt any news please?

    page I need help with:

    https://journeysofawakening.com/shop/

    I tried your custom CSS in the design section but it didnt work

    Hello,
    Please remove the previous css and add the below one:

    @media screen and (min-width: 768px) {
        .woocommerce-multi-currency.wmc-sidebar .wmc-title,
        .woocommerce-multi-currency.wmc-sidebar.wmc-collapse .wmc-currency {
            display: block !important;
            visibility: visible;
        }
    
        .woocommerce-multi-currency.wmc-sidebar.wmc-left {
            left: 0 !important;
        }
    
        .woocommerce-multi-currency.wmc-sidebar.wmc-right {
            right: 0 !important;
        }
    }

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Keep sidebar active’ is closed to new replies.