Hello,
I made remove the H2 titles from my website (big mistake I know) so I want them back but have no clue about where I should go and what I should do to get them back.
Could you give me a hand please?
Many thanks!!
Hello,
I made remove the H2 titles from my website (big mistake I know) so I want them back but have no clue about where I should go and what I should do to get them back.
Could you give me a hand please?
Many thanks!!
Hi boudoirs,
The only thing I can suggest is to re-install the theme files from a fresh download (from your downloads on themeforest).
I have no idea what changes you made and in what files so any suggestions could just cause more problems.
Regards,
Devin
Hi Devin,
thx for your answer,
in fact it seems what I thought I removed is still there but is not an H2 title.
So the real question is: is there H2 titles in Abundance and if yes where can I find manage them? looks like my seo is not happy without ...
thanks a lot again
Hi boudoirs,
There are h2 titles in lots of places throughout the theme. I'm not really able to point to any one spot in the theme code that is responsible for every instance of a second level header.
Regards,
Devin
Hi Devin,
Thanks a lot for your comment. But still it's quite strange: being an e-commerce theme, and this point (h2) being important regarding your SEO, there should be a way to have an access to them, at least for the products pages and home page.
I mean, using Yoast pluggin for SEO, it keeps on teeling me that the web site misses H2 / tag header.
thanks again,
sophie
The site does *use* H2 tags but there is not any single central location where they are all created. You originally said:
I made remove the H2 titles from my website (big mistake I know) so I want them back but have no clue about where I should go and what I should do to get them back.
The only way to get back to the basic theme files where the H2 tags are used by default (how the theme is built) would be to re-install the theme files from a fresh download from Themeforest under your Downloads.
If Yoast is telling you that you need to add additional H2 tags, then you can add them in wherever you'd like. Either in the page content using the visual editor or the same in posts/products. You can even modify the theme files to add more of them. Its really up to you if you feel it will benefit you with search engines.
Regards,
Devin
Hi Devin,
My mistake, I checked and the result is that H2 weren't removed from my website. So they should be somewhere but I have no clue whereabout and how to search for them.
Could you please tell me where I could fond them regarding home page / e-shop page and single product pages, please please please?
Many thanks for your help,
Kind regards,
Sophie
Almost got it:
I put
#tab-description h2 {
display: none;
}
in the quick CSS field in order not to get "product short description" displayed like that. So the final question should be:
how can I do to get the tab-description h2 displaying the product short description ?
thanks again for everything
The short description is just the content you put into the products visual editor. So if you don't have anything there, then you need to add it in.
Regards,
Devin
Hi Devin,
In fact this is exactly the reason why I removed them: because it was just repeating "description" " reviews"... as you can see on the demo down there.
http://www.kriesi.at/themedemo/?theme=abundance
Even if my short description is properly made.
Thanks again,
Sophie
Hi Sophie,
I think the code you posted above:
#tab-description h2 {
display: none;
}
should have done the job removing the h2 title which is not needed. Then on the Product Short Description you can add an h2 tag and use the text you want to act as the heading title and use p tag for the other contents.
Hope this helps.
Regards,
Ismael
Hi Ismael,
You're right, the code I inserted removed what is supposed to be the H2 title.
I did the test and removed the code, but in this case the only thing appearing is "short description"...
thanks for the thip regarding an H2 tag but I have no idea of how to apply this: any help please?
Thanks a lot
Sophie
Hi,
Can you give us a link to your website? Or maybe send us a screenshot of the area you want to remove. I'm a bit confuse, sorry.
Regards,
Ismael
Hi Isamel,
My website is http://www.boudoirsduboutdumonde.com but you to get my point regarding what appears in H2 if I didn't remove the code on this product page of the demo :
http://www.kriesi.at/themedemo/?theme=abundance
where it says "product description" above the description tab this is what is supposed to be the H2. Which is absolutely irrelevant cause I cannot modify it at all. Unless you give me a trick to do so.
Am I clearer?
Many thanks,
sophie
Hi sophie,
No, you can not modify that. It is automatically generated to be inside of the tab.
If you want that text to be removed, use the css above. Then you just add your own headline in there, select it, and set it as h3. Then you can use the following css to style it however you want:
#tab-description h3 {
font-size: 15px;
color: #333;
text-transform: none;
}
Regards,
Devin
Hi Devin,
Thanks a lot, I think I got your point.
I'll try your suggestion, but actually if I can tell wordpress what I want my H2 to display I want to keep it even in the tab, no probelm.
but if I'd like to have an H2 in the main description part (the one right in front of the picture) is there anything I could do?
many thanks again,
Sophie
You would need to modify the WooCommerce plugin or use a custom function/filter to change the text.
Regards,
Devin
Hi Devin,
Do you mean this for both items?
Regards,
Sophie
No, just the one that gets auto generated inside the tab.
In the short description, you can just add it to the main visual editor for that product.
I don't get what you mean Devin, I'm sorry :)
Just to be sure: there's no short code / Quick CSS I can add to Woocommerce in order to display the h2 title I want ? (even within the tab)
For the main visual editor you mention, a bit of explanation would be more than welcome :)
thank you very much
by the way, I'm surprised that I'm the first one asking for this
WooCommerce creates that h2 item. If you want your own, you first need to use CSS to remove it or modify the WooCommerce plugin.
Then, if you want to use your own title, you would add it into the product information.
You must log in to post.