Some one please help with H1, H2 missing problem.

Posted in: Newspaper
Post count: 24

Hi every body
From my theme panel page, it shows the current version is Newspaper 6.2, not 6.2.1.
And My homepage now does not contain any H1 and H2 headings.
http://kecodoc.com
I am not expert in Coding. All I know is installing theme, plugins, and some setting modifications.
Please help 🙂

Post count: 7909

Hi,

Unfortunately this was a small update just to fix SEO incompatibility issue and we forgot to change the theme version, but if you downloaded the latest version from themeforest then it is 6.2.1. Sorry for inconvenience!
To have also h1 and h2 to your pages just add a text block anywhere on the page(you can add it in the sidebar for example and use it on more pages) and add a title and a small description.

Thanks!

Post count: 24

Hi
Thank you so much for your quick response. However, the problem still remains the same even I have the 6.3 now.
– Please look at my homepage. All single post tittles should be the H2, shouldn’t they? And the H1 should be the website tittle.
Please give me further advises.
Thanks

Post count: 36

Kecodoc,

I’m guessing the challenge with putting H2 in the home page blocks is that those same blocks are used on other pages where you don’t want them to contain H2.

As Alin suggested, you can add a text block to your home page that contains H1.

Regarding H2 on the home page and archive pages, I personally haven’t decided what to do yet. I want to use Newspaper on one of my money sites but I don’t want to drastically change the on pages SEO of my archive pages, some of which rank in Google.

Post count: 7909

Hi,

I have checked you site and did not found any issues with SEO page title – http://screencast.com/t/sZ5kX6oTEkoqhttp://screencast.com/t/UYHgFmXUfu1Q
Also if you want to change to h1 the article title on modules you can do it from here – http://screencast.com/t/Wg0Jq4IyPQ but I suggest to do the above solution with a text block on your page and use H1 and H2 tags there, is more simple. You also can try to use pagebuilder with title template if you want – http://screencast.com/t/TaYYrsdfxSj to get h1 on page title.

Thanks!

Post count: 36

Alin,

Another theme I use detects when the current page is the home page and uses H1 on the logo image and on hidden/covered text containing the site title and tagline. When the current page is not the home page, it replaces H1 with H2.

I see this code in header.php:

<?php if( is_home() || is_front_page() ) echo '<h1>'; else echo '<h2>'; ?>

Any chance that this can be added to a future theme update? Yes, manually adding a text block is a simple solution but the majority of people buying your theme doesn’t know that they need to do this.

Regarding H2, perhaps the header tag can be a selectable attribute on the VC blocks. Perhaps on your demo stacks, you can by default select the H2 header for blocks on the home page and archive pages. This way, users can get H1 and H2 on the home page and archive pages out of the box. Any thoughts?

Post count: 7909

Hi,

Thanks for suggestion, I have added this on our list and we will think about this and try to find a better implementation in a future update. Mean time you can use the above suggestion and use a text block to have H! and H2 on the page or you can hire someone to do this modification in the code for you as unfortunately we cannot provide custom work at this time as we work hard on development, fixes and support, sorry! If you want to add h1 to the logo image here you can find the code – http://screencast.com/t/caUBOjNLu3f but I’m afraid that is is not a proper solution.

Thanks for the message!

Post count: 24

Very nice support. I made a new text box and solve the problem.
Thank you guys 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.