• Resolved gruvismalt

    (@gruvismalt)


    hi
    i want the wheel to be seeing in any page on the site, not only the home page

    how can i set it up?
    thanks

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi,
    Our plugin is supposed to work like that as default. If it shows only on home page, please go to WooCommerce Lucky Wheel Settings and disable option Show only on Homepage and remove any conditional tags that you entered.

    Thread Starter gruvismalt

    (@gruvismalt)

    so disable all the options there? also Show only on Shop page and all?

    Yes. If you enable Show only on Shop page then it will show only on shop page. Same for others.

    Thread Starter gruvismalt

    (@gruvismalt)

    thanks
    is there a way to send them also to a chetbot in facebook?

    Thread Starter gruvismalt

    (@gruvismalt)

    chat*

    Sorry there’s no way to do that now.

    Thread Starter gruvismalt

    (@gruvismalt)

    Another bug
    There is no way to exit the pop up without typing the email ON MOBILE
    The X button has disappeared

    Can i take a look at it?

    Thread Starter gruvismalt

    (@gruvismalt)

    SURE
    go to koshernot.store
    from your mobile of course
    thanks

    Please go to plugins/woo-lucky-wheel/css, open file woocommerce-lucky-wheel.css and remove code from line 665 to line 690, those code should look like:

    .wlwl_lucky_wheel_content.wlwl_lucky_wheel_content_mobile .wlwl-show-again-option > div {
        text-align: center;
        padding: 0;
        width: 33.33%;
        display: inline-block;
        opacity: .8;
        transition: opacity 300ms linear;
        background: white;
        color: black;
    }
    
    .wlwl_lucky_wheel_content.wlwl_lucky_wheel_content_mobile .wlwl-show-again-option {
        padding: 0;
        font-weight: 600;
        display: flex;
        justify-content: space-around;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
    }
    
    .wlwl_lucky_wheel_content.wlwl_lucky_wheel_content_mobile .wlwl-show-again-option > div:hover {
        opacity: 1 !important;
    }
    Thread Starter gruvismalt

    (@gruvismalt)

    not working
    please look at the screen here:
    https://i64.tinypic.com/izca68.jpg

    Please clear your cache to make changes apply.

    Thread Starter gruvismalt

    (@gruvismalt)

    yes i see it now!! thanks a lot ??
    is there a way to do CSS to this line? “no thanks…” etc

    Sorry, you can not do that with css.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘entire site’ is closed to new replies.