Tagged: pages
-
AuthorPosts
-
December 12, 2016 at 9:01 am #723007
I have put the relevant screenshot here: http://asklindasherman.com/enfold-screenshots/
The website is: http://BertaArt.com
Normally on both posts and pages, what is written in the WordPress place allocated for headlines, shows up as an H1. If we assign CSS to the H1 that is how it appears on the page.
My predecessor decided not to use Enfold headlines, choosing “hide title and breadcrumbs” and put the H1 at the top of the page.I am concerned this is creating a double H1 for Google.
This is what happens if I elect to “display only title” The font is not showing as H1. I tried selecting this option both on the header page options for Enfold settings and the options on the sidebar of the page.
The CSS settings for H1 are working fine on the page content in terms of size and color just not if they are displayed as a “title”. I am wondering if the theme is meant to hide headlines and your “title” is supposed to serve a different purpose than normal headline.
December 13, 2016 at 4:11 pm #723776Hey LindaSherman,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file to remove border:
.sidebar,.content { border: none !important; }
Please firstly update Enfold to the latest version 3.8.3 – kriesi.at/documentation/enfold/updating-your-theme-files/
Then you can edit your H1 tags that you have added manually and give them a custom CSS class and target them as following
h1.your-custom-class { color: orange; font-size: 20px; }
If that was not what you meant, please elaborate once again and post screenshots here using imgur.com or Dropbox public folder. The link you posted above is very detailed and thanks a lot for that however it got me confused
Best regards,
YigitDecember 14, 2016 at 3:10 am #724061Let me try cleaning up the enfold screenshots page so that you only look at my current issue.
I will let you know when I am done.December 14, 2016 at 5:09 am #724081I tried rewriting my request to be more clear. I made it clear to only look at the top section of the screenshots page.
What I am trying to find out is if the Enfold theme handles headlines for Pages in an unusual manner. I am accustomed to simply entering the headline in the place provided by WordPress and having those headlines show up at the top of the page.
Normally on both posts and pages, what is written in the WordPress place allocated for headlines, shows up as an H1 for the purposes of SEO.
I am trying to clarify if that is neither the default on Enfold nor one of the options in settings for Pages (not posts, I realize they are handled differently)
Here is what I mean by the place allocated for WordPress headlines in this screenshot from the Enfold theme for BertaArt: please see
Here is an example in a more standard theme for entering the headline and how it appears at the top of the page after being entered.
Please see the same screenshots blog post.It appears that my predecessor decided not to use standard WordPress headlines, choosing “hide title and breadcrumbs” in the Enfold theme settings and put the H1 as HTML code at the top of each body content in pages.
This is only a factor for Pages. The layout for the blog is DOES use the WordPress headline.
I am concerned this methodology is creating a double H1 for Google on the Pages in this website. That is because I do have to put something in the place where the headline should go just to manage the page names in the WordPress dashboard.
This is what happens if I elect to “display only title” The font is not showing as H1. I tried selecting this option both on the header page options for Enfold settings and the options on the sidebar of the page.
Screenshot in same blog post aboveThis is everything currently in Quick CSS. You can see that there is a setting for H1’s and it works in the content body.
h1 {font-size: 26px; line-height: 1.1em; margin-bottom: 10px;} h2 {font-size: 22px; line-height: 1.1em; margin-bottom: 8px; } h3 {font-size: 16px; line-height: 1.1em; margin-bottom: 6px;} h4 {font-size: 16px; line-height: 1.1em; } p { font-size: 1.1em;} .responsive #top #main .sidebar { display: block !important; } #top .avia-post-nav { display: none; } .small-preview {background: none !important;} .html_bottom_nav_header.html_logo_center #top #menu-item-search>a { border-color: #fff;} .socialmedia-buttons {margin-top: 13px;} .main_color h1 {color: #439AC7;} #top h2 a {color:#439ac7;} .wp-caption-text { display:block !important; font-size:14px !important; font-style:bold !important; font-style:italic !important; margin:0 auto !important; padding:3px 10px 5px !important; text-align:center !important; font-family: “Verdana”, arial, sans-serif !important; }
December 19, 2016 at 4:04 pm #726072Hi,
when editing your page look on the right side for “Layout->Title Bar Settings” and choose “Display Title”.
Best regards,
AndyDecember 20, 2016 at 7:00 am #726428Looking through “view source” it looks like there are not two H1’s for the headline.
The item I enter in the place WordPress provides for page headlines is hidden from the code.
I am concerned though if Google will recognize my H1 that I put in content as the headline for the page for SEO purposes.
This would appear to your headline code as seen in view source:
<header class=”entry-content-header”></header><div class=”entry-content” itemprop=”text” ><h1>Commissioned Art to Your Specifications</h1>
For this to appear, I entered at the top of the body content was just:
<h1>Commissioned Art to Your Specifications</h1>here: http://www.bertaart.com/commissioned-art/
for H2 view-source:http://www.bertaart.com/workshops/
<h2>Next DownTown Los Angeles Painting Classes</h2>
is in view source just
<h2>Next DownTown Los Angeles Painting Classes</h2>On BoomerTechTalk.com which uses the standard entry to the place for the WordPress Headline I get:
<h1 class=”entry-title” itemprop=”headline”>Linda Sherman</h1> at the top of the about page for Linda Sherman,I have to talk to an SEO expert to find out if this is hurting us or not. We have definitely been having SEO issues with this site. It should be performing better than it is.
But if I were to try to enable your “title” so that the Page would use the entry in the standard place for WordPress headlines. I don’t think the code that was previously suggested here would work or would it?
You gave me:
h1.your-custom-class { color: orange; font-size: 20px; }
Does this mean I am to put my own name for the custom class. I need to set that up somewhere, right?
I just want to make sure you don’t think I have an issue with how the H1’s look in the content. They look fine.
But when I enable “titles” to be seen with your settings options, they have no style.December 24, 2016 at 12:25 pm #728131Hi,
this whole thread is quite confusing to me. Please make sure to talk abut one single issue only here and feel free to open new tickets for different questions/issues.
We recommend to work with Yoast SEO plugin, if you want to improve your SEO.
If you want to provide your elements from ALB a custom css class, then follow these instructions: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Hope this helps!
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.