Home Forums WoodMart support forum Products under main menu when click in a brand

Products under main menu when click in a brand

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #70798

    StylingAgenten
    Participant

    Hi!
    When I click on our brands, the page that is shown has the product “under” the menu. There is no space between. I have tryed 3 different brands plugin and it seems to be the same result wiyh all 3 of them. Please take a look at the link below.

    https://new.stylingagenten.se/brand/alyssa-ashley/

    Thank you
    Andreas

    #70822

    Artem Temos
    Keymaster

    Hi,

    Be sure that you have enabled page title in Theme Settings -> Page heading.

    Regards

    #71040

    StylingAgenten
    Participant

    Hi, That is activated. The page heading is visible when I click on categories, but not for the brands pages.

    I will enclose the login info, please take a look.

    BR
    Andreas

    #71058

    Artem Temos
    Keymaster

    Please, send us your FTP access as well.

    #71063

    StylingAgenten
    Participant

    Sure!

    #71066

    Hello,

    Please check your FTP access we cannot login.

    Best Regards

    #71137

    StylingAgenten
    Participant

    Hi! Use a different adress, see below. Thank you for your help.

    //Andreas

    #71196

    Artem Temos
    Keymaster

    We can’t log in with this data. Also, please, disable all cache on your website and server because we don’t see any changes we made in the files.

    #72289

    StylingAgenten
    Participant

    Hi,
    I did just try to login with that data and it works for me. See the data in private again. I did unactivate the cache-plugin also

    Thanks

    BR
    Andreas

    #72297

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    function woodmart_is_shop_archive() {
    		return ( woodmart_woocommerce_installed() && ( is_tax('product_brand') || is_shop() || is_product_category() || is_product_tag() || is_singular( "product" ) || woodmart_is_product_attribute_archieve() ) );
    	}
Viewing 10 posts - 1 through 10 (of 10 total)