Products under main menu when click in a brand
-
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
Hi,
Be sure that you have enabled page title in Theme Settings -> Page heading.
Regards
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
Please, send us your FTP access as well.
Hello,
Please check your FTP access we cannot login.
Best Regards
Hi! Use a different adress, see below. Thank you for your help.
//Andreas
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.
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
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() ) );
}