• Resolved markokrstic14

    (@markokrstic14)


    Hello,

    First of all, great plugin, but I’ve encountered an issue that I’m afraid I can’t resolve on my own. When testing the plugin on the Twenty-Three theme, everything works fine, but when I switch to my custom theme, the vendor list doesn’t appear on the page, nor does the single vendor page. When I insert a shortcode to display the list, the list shows up, but the links to individual vendor pages don’t work.

    Could you provide more information about this issue if you’ve come across it before?

    Thank you in advance!

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

    (@webwizardsdev)

    Hi there,

    Thank you for using our plugin,

    It may be an issue with how the loop runs in the theme. If you are comfortable with editing code, please try opening the file in wp-content/plugins/marketking-multivendor-marketplace-plugin-woocommerce/public/class-marketking-core-public.php and look for ‘function marketking_vendors_page’.

    In this function you will be able to see some exceptions for Astra theme and the twenty themes. If adding your own theme to the exceptions, or just setting the code to a ‘if(true)’ statement, does that resolve it for you?

    If so, we could just add a hook there so you can solve it for your theme with a code snippet.

    Thread Starter markokrstic14

    (@markokrstic14)

    Hello,

    The solution for my problem is exactly what you wrote: to add the name of my own theme next to the others. Thank you for your support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.