• Resolved vilarik

    (@vilarik)


    Hi,

    I have tested MarketKing plugin and meet some issues. In the result “Stores List” and “Store Details” are not output properly in different themas.

    Twenty Twenty-Three theme:

    • “Stores List” is outputed in the top of the page – above header of the page. It is happened because you use echo “Content” instead of $content=”Content” in public/class-marketking-core-public.php line line 778.

    Astra theme:

    • “Stores List” is outputed in wrong place of the page – the reasone is the same (echo output).
    • “Store Details” is not outputed at all. I don’t complitely understend the root of the issue but if I remove the line of code $get_the_excerpt = get_the_excerpt(); in astra/inc/markup-extras.php line 1376 then Store Details is otputed properly.

    PS In plugin descripton you write

    “MarketKing — Ultimate WooCommerce Multivendor Marketplace Solution” is open source software.

    Unfortenly I was not be able to finde any place there I can contribute in this open source software. Please, advice how I can do it.

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

    (@webwizardsdev)

    Hi there!

    Thank you for the interest in our plugin : )

    I made a plugin update now (1.5.71) that I think fixes that issue with the twentytwentythree theme – also fixes the ‘Store details’ issue with Astra.

    For some themes we found that $content has to be echoed, with others returned, I haven’t been able to find a consistent way to make it work with all themes, but the current way seems to work with most (e.g. themes such as Storefront, Electro, Woodmart, and most themes on themeforest should work fine).

    We would love any contribution to the plugin – you can use our page here:

    https://github.com/kingplugins/marketking-core

    Thread Starter vilarik

    (@vilarik)

    #WebWizards

    Thanks a lot,

    I have tested update and it works properly now.

    PS git seems is not live.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stores List and Store Details are not output properly’ is closed to new replies.