-
AuthorPosts
-
August 25, 2016 at 11:24 am #677434
hi
I am using WordPress 4.5.2 with Enfold 3.7.1
i noticed that whenever i choose to edit a post using advanced editor, the social media sharing and comments section are not displayed. i applied the below CSS in Enfold->general styling->quick CSS without success
.comment-entry.post-entry {
display: block !important;
}actually I noticed using the chrome inspect element feature that the DIV class=:comment-entry” is not even there.
please have a look at the below 2 examples,
thanks a lot!!
basic editor:
————<div class=”container template-blog template-single-blog “>
<main class=”content units av-content-small alpha ” role=”main” itemscope=”itemscope” itemtype=”https://schema.org/Blog”>
<article class=”post-entry post-entry-type-standard post-entry-837 post-loop-1 post-parity-odd post-entry-last single-big with-slider post-837 post type-post status-publish format-standard has-post-thumbnail hentry category-blog” itemscope=”itemscope” itemtype=”https://schema.org/BlogPosting” itemprop=”blogPost”>
..
</article>
<div class=”single-big”></div><div class=”comment-entry post-entry”>
…
</div>
<!–end content–>
</main><aside class=”sidebar sidebar_right alpha units” role=”complementary” itemscope=”itemscope” itemtype=”https://schema.org/WPSideBar”>
..
</aside>
</div>advanced editor:
—————-
<div class=”container”>
<main role=”main” itemscope=”itemscope” itemtype=”https://schema.org/Blog” class=”template-page content av-content-small alpha units”><div class=”post-entry post-entry-type-page post-entry-886″>
<div class=”entry-content-wrapper clearfix”>
…
</div>
</div></main>
<!– close content main element –>
<!– section close by builder template –>
<aside class=”sidebar sidebar_right alpha units” role=”complementary” itemscope=”itemscope” itemtype=”https://schema.org/WPSideBar”>
..
</aside>
</div>- This topic was modified 8 years, 2 months ago by george_valentin.
August 26, 2016 at 7:27 am #677976Hey george_valentin,
That is as expected, when using the builder for posts it will act like a page and you will have to add any elements you want in it manually. You could try to switch to the default builder once you are ready to save if you want the “regular” elements to appear.
Regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.