• Resolved sherinbloemendaal

    (@sherinbloemendaal)


    Goodevening,

    I just installed this plugin to use the blog element inside wp bakery but when I add a category it doesn’t filter but it still shows all categories.

    Is this a known bug or do I need to report this somewhere?

    Kind Regards,
    Sherin Bloemendaal

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi Sherin,

    Thanks for notice this, it’s a bug and I will fix it in the new plugin release. For your case you can find this function inside plugin folder extensive_vc_get_shortcode_query_params (extensive-vc/shortcodes/shortcodes-function.php) and inside it replace this code below

    $args['category'] = $params['category'];

    with this

    $args['category_name'] = $params['category'];

    Best regards,
    Nenad

    • This reply was modified 6 years, 5 months ago by Nenad Obradovic. Reason: Better response
    Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi Sherin,

    I released the new plugin update with this fix. Just update your plugin version to fix it on your side.

    Best regards,
    Nenad

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog element – specific category not working’ is closed to new replies.