Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1300217

    This is new to me but I’ve diagnosed what I believe is a bug. My WordPress and Enfold are the latest versions.

    On my home page I want to display Blog Posts with ‘Single Author, small preview Pic’ view. Normally that displays a small square version to the left of the post headline and excerpt. However, I also want to set Sidebar Settings to No Sidebar on this page, though the default is to have a sidebar for the site, and that causes a display problem.

    When I set the Sidebar Settings > Default Layout on the page, the Blog Posts module correctly displays posts as described above. But when I change Sidebar Settings to No Sidebar, the Blog Post displays the small image above the post headline and excerpt and I believe it’s trying to center it.

    I have tested this on a new page with no other elements but the Blog Posts module in a 2/3 Layout Element and was able to recreate this problem by changing the Sidebar Settings, confirming it’s something with that relationship of settings.

    Am I missing something or is this truly an Enfold bug?

    #1300761

    Hey Blaise,

    Thank you for the inquiry.

    You can use this css code to move the featured image back to the left of the post content.

    #top .fullsize .template-blog .blog-meta {
        float: left;
        margin-right: 50px;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1300819

    Thanks. This hack moves the image but it’s doesn’t fix issues with the by line and Read More text the way the module is supposed to. Look at the Home page vs the News page (https://site.danewscenter.com/news/) and you can see the difference. When correctly displaying, the image is lower, that text becomes smaller and wraps properly.

    While I appreciate the “fix” is there any regard to the bug that’s causing the module not to work correctly?

    #1301126

    Hi,

    It is not a bug. This is actually the default layout of the blog posts element when the sidebar is not enabled.

    To remove the line below the posts and adjust the font size of the title and the read more link, try to add this css code.

    body#top.home .av-alb-blogposts.template-blog div.post_delimiter {
        display: none !important;
    }
    
    body#top.home {
        font-size: 14px;
    }

    Best regards,
    Ismael

    #1301489

    Thanks for the explanation and the code. I’m not sure why the designers at Enfold thought that it’s a good idea for the module to behave differently without a sidebar – graphically it looks bad. I’ll use your hacks to force the module to look the way it should in this display mode. I would suggest that this get changed in the future though as there are other options for displaying an image above the post title that are far better looking design-wise.

    #1301629

    Hi,

    It is actually pretty common to use or add css code to adjust the style of a page or a template if the default styles do not meet your requirements. Have you tried setting the blog style to Single Author, Big Preview?

    // https://kriesi.at/themes/enfold/blog/blog-single-author-full/

    Best regards,
    Ismael

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