• 077b

    (@077b)


    Hi,

    I have installed your lugin and on the brands page there is no sidebar or page title showing. Im using the woodmart theme.

    Thank you.

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

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

    (@razyrx)

    Hello,

    If you mean brand page with products, then it is use default WooCommerce product archive template, same as category page for example.

    Regards,
    Oleg

    Thread Starter 077b

    (@077b)

    Hi,

    The developer of the theme has said the following:

    “You need to contact the plugin support and request the code allowing the brand page, which is created by the plugin to inherit the theme template.”

    Its still not shwoing any sidebar or page title because of this.

    Any help is appreciated.

    Thankyou,
    Ollie.

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Not sure what theme support mean, but plugin use this code to get template from WooCommerce.

    if( function_exists('wc_get_template') ) {
        wc_get_template( 'archive-product.php' );
    } else {
        woocommerce_get_template( 'archive-product.php' );
    }

    It is default product archive template from WooCommerce.

    Regards,
    Oleg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Page Title or Sidebar’ is closed to new replies.