-
Hi Kitestudio
I have 2 requests I really hope you will look into.
1. When I use Category Description Position “on the header” the description disappears in mobile. Not good because of SEO. Google bot only use mobile bot now, and if there is no text my rankings will fall. Any way to show the text in mobile as well?
2. I cannot use links either when I use “on the header”. Could you please get this to work?I could of course use “after the header” instead. But then the header will be there two times. Not good for SEO either.
Hi dear friend,
Hope you are fine,1. Please use “after the header” option instead.
I have checked the situation you mentioned but the header will not display two times if “after the header” option is activated.
Please provide your WordPress login information to me, I will investigate it online on your website.2. It’s possible to have link for the header with this HTML code :
<a href="#">Your Link</a>
Please change the value of URL (#) and text(Your Links) based on your desired.
Best Regards.
Hi again
I really like the “on heder” option if it just did not disable the links (I know how to make links) and disable the text on mobile.
The after header does indeed show the header two times on desktop look here: https://staging18.pocketmonster.dk/produkt-kategori/pokemon-figurer/
I really would love the first option with the possibility to show text and use links (also because I do not need the subcategories to be shown, they are in the sidebar). If not please remove the first header. Two identical headers are not good for SEO.
Please help me with this.
Thanks
Hi dear friend,
In order to display categories description on the header on mobile mode when on the header position is activated, please add this line of CSS code on the following path :
Dashboard > Theme Setting > Additional Scripts > Custom CSS
@media (max-width: 1140px) {
#header.shoppage .subtitle {
display: block!important;
}
}I am not sure what do you mean about the links if you are talking about the subcategory links and you wanna need to hide subcategories and display category description, it’s not possible to have these features together thought Pinkmart setting but I can do it with a line of CSS code.
Please provide a screenshot about what you exactly need and also your WordPress login information to me via private reply, then I will do it for you.
Best Regards.
Now the text is there perfect. But I still need the header as well. Can the code be modified to also show the header? What I mean is that the links will be blocked when I use on the header option. Why is that? Look here: https://staging18.pocketmonster.dk/produkt-kategori/gx-kort/ – when I change to after the header, the link will be there.
Thanks
JacobAnd wh do the header and description disappear when I choose only to show products and not subcategories? Is it possible to change this as well?
Hi dear friend,
There is a small issue for after the header option so please use on the header option to show the description on the header on desktop and mobile.
I have explained the details for you with the screenshot, please look at it for more details.Also, notice that show products option only show the products and hide the header and subcategories.
This is one of our styles for the theme and the design is such as this.If you want to have Header, the subcategories will appear on the header on the desktop when you activate categories and product options.
If you point the other query, please explain with the detail with the Screen shot, I will do it for you if possible.
Best Regards.
Hi again
Yes good pictures. What I want is to leave out the blue box on desktop (from your picture). And have a header in the mobile version. Is this possible?
Thanks
JacobAnd I also want to use links. Why have the links I have made in the editor removed in front end? (but if I use after the header the links are back again).
I guess what I am really asking for is the basic Woocommerce term-description class in both desktop and mobile.
I really love the design and all the functions in the theme, this is just one VERY important thing for me because of SEO. I cannot have a category without header and discription (or dublicate content). So this needs to be fixed before I can use the theme.
Hi,
I have added a line of CSS code to hide subcategories on the header on desktop (Blue Box in the picture).
Please check out your website.
Subcategories are hidden in the mobile mode by default.In order to add categories and subcategories on mobile mode, you can build a category menu with categories and subcategories link, then you will have a menu for the categories and subcategories on shop and categories menu. please see the attachment.
For the links, it seems that there is an issue with it, I have reported this issue with our developers and we will fix it as soon as possible.
Best Regards.
You must be logged in to reply to this topic.