• Resolved webdevelacc

    (@webdevelacc)


    Hi, is it possible to change the vertical position of the banner so it is above the “View Style – Default Sorting Options” and below the “Search – Social Icons” on our theme?

    We are using the Mindig Version: 1.5.4

    Here is a screenshot

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dotstore

    (@dots)

    Hello @webdevelacc,

    Thank you for using our plugin and sharing your concern with us.yes it’s possible to change the position of the banner via custom code.Please provide which name of a banner page you want to change so we can provide you solution.

    Check pro plugin demo if want to more FEATURES :https://woocategorybannermanagement.demo.store.multidots.com

    Thank you,
    multidots

    • This reply was modified 8 years ago by Dotstore.

    Love this plugin, does exactly what I want very simply.

    BUT …

    I’ve the same issue, the image shows BELOW the description…

    https://neac.chilledgoods.co.uk/product-category/artists/alanmould/

    Can that be reve§used so the image remains on top?

    Thanks

    A

    Plugin Author Dotstore

    (@dots)

    Hey @droow,

    Thanks for contacting us.if you want to show before description than change on this file \plugins\banner-management-for-woocommerce\includes\class-woo-banner-management.php line number 161.

    diff:
    $this->loader->add_action(‘woocommerce_before_shop_loop’, $plugin_admin, ‘WBM_show_category_banner’, 30);

    to

    $this->loader->add_action(‘woocommerce_before_main_content’, $plugin_admin, ‘WBM_show_category_banner’, 30);

    I hope that’s issue is resolved when you change that.

    if you need further help then let me know.

    Thank You,
    Multidots

    • This reply was modified 7 years, 9 months ago by Dotstore.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Position of Category Banner’ is closed to new replies.