• Resolved clicksolutions

    (@clicksolutions)


    Hello all!

    Please i need little Help with Ocean Wp Theme, i’m using this with woocommerce and i have a product size variation, when i click under the text inside the dropdown its work, but when i click in ARROW DOWN , nothing happing! It’s usuall to click on arrow.
    Can anyone help with this issue ?

    ADD: Back To Top Arrow is not working too!!!

    Thank you!
    Felipe

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey! I’d like to piggyback on this because I have the exact same issue that I came here to ask about. Are you using Elementor, clicksolutions? Maybe the below code will work for you either way. It nearly solved it for me.

    OceanWP: Here’s a 2 min screenshot video showing you the issue: https://cloud.smpl.ro/p9uKO5Eb

    Url in question:
    https://dev.emmamumford.co.uk/product/law-of-attraction-pencils-emma-mumford/

    Or since we’re launching shortly, it might be the following if the above url doesn’t work anymore:

    https://emmamumford.co.uk/product/law-of-attraction-pencils-emma-mumford/

    Elementor support gave me this code which nearly fixed it, but wondering if you could have a look and let me know if you’re able to offer any more code or an addendum that would move the dropdown arrows over so it doesn’t cut off the wording:

    .theme-select {
    display: none!important;
    }

    #pa_make-a-choice {
    opacity: 1!important;
    }

    Thanks so much! ??

    Thread Starter clicksolutions

    (@clicksolutions)

    Hi @tracyraftl , thank you for share!!!!

    Your custom code gave me some new ideas… and i solved by myself…

    I’m used this code :

    .theme-select {
    display: none!important
    }
    .hasCustomSelect {
    width: 300px!important; opacity: 1!important;
    }

    #embalagens{
    bottom:0px;
    top:-4px!important;
    }

    Remember to change #embalagens for your #pa_make-a-choice, you code is this

    .theme-select {
    display: none!important
    }
    .hasCustomSelect {
    width: 300px!important; opacity: 1!important;
    }

    #pa_make-a-choice{
    bottom:0px;
    top:-4px!important;
    }

    Let me know if you solved this too!

    Best Rgds… Felipe =)

    @clicksolutions YESS!! That worked! High five!

    Thanks so much ??

    Thread Starter clicksolutions

    (@clicksolutions)

    Awesome =)

    Thanks x)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dropdown Arrow not work !’ is closed to new replies.