• Resolved Pak IT Services

    (@aikzhobi)


    I am trying to add “ED: Block Post” Widget in Home page middle content area and in other areas. But dropdown list dose not appear in this widget. watch this screenshot for understanding my issue:-

    Screenshot

    Please tell me how to fix this issue?
    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Thank you for writing in,

    Could you please check by deactivating all your plugin except woocommerce plugin.
    It seems the third-party plugin making conflict on your site. We have checked the theme in our server but we did not find any issues that you have mention.

    Thank you!!

    Same here, have no select box for categories. Tried to disable all plugins but no chance.
    Screenshot: https://yadi.sk/i/xjhJ6VP12TE1Bw

    Finally, I found it, line 100 in inc/widgets/ep-widget-fields.php
    If I change

    echo wp_kses_post($dropdown);
    

    to
    echo $dropdown;
    everything works like a charm!

    Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    This is also fine, but it is better to use those escaping function to prevent errors on your site, so we have refined this code block and replaced with core WordPress function in our latest update v1.0.6, so you can update the theme and get these fixed.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to select category in “ED: Block Post” Widget.’ is closed to new replies.