• Resolved eching

    (@eching)


    Hi, I have added the shortcode into my page but it does not work. Nothing comes down from the options dropdown. How do I resolve it?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Did you add any currencies on the plugin settings page?

    Please provide screenshot of the plugin configuration and the page where you did add the shortcode.

    Regards,
    Dima

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Checked your site and seems all works correct.
    Please explain what exactly do not work.

    Regards,
    Oleg

    Thread Starter eching

    (@eching)

    hi @razyrx , it only works if I set the shortcode to Type=radio. but on Type=select, it doesn’t work. you can check the site again http://hellosabah.my/sabah-dee-khrap/
    Here on the site I have set my shortcode to [br_currency_exchange title=”Choose your preferred currency” type=”select”]
    hi @dholovnia, here’s the screenshots
    plugin configuration screenshot: https://snipboard.io/rP1lQm.jpg
    page screenshot on Type=”select”: https://snipboard.io/bn2j6r.jpg

    • This reply was modified 5 years, 4 months ago by eching.
    Plugin Author RazyRx

    (@razyrx)

    Hello,

    You have this CSS code that hide dropdown menu.

    .widget {
        overflow: hidden;
    }

    Please try to use this CSS code to display it

    .widget.widget_berocket_ce_widget {
        overflow: visible!important;
    }

    Regards,
    Oleg

    Thread Starter eching

    (@eching)

    oh it works! thank you so much!! 😀

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

The topic ‘shortcode not working’ is closed to new replies.