Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #613404

    Hi,
    I reported the problem in displaying blog posts since 3.5.2 update.
    Each blog post grid is overlapped by the source codes and it is not clickable at all.
    You instructed me to reinstall Enfold 3.5.2 via FTP but it did not work.
    If you cannot solve the problem, I just want to go back to the old 3.4.7 version where it worked.
    Please provide me a link to download it. Thanks.
    Phil

    #613407

    Hey Phil!

    We checked for the issue it might be a due to custom css why the blog looks messed up. However please add the below css in Enfold > General Styling > Quick CSS

    .post-entry .hidden {
    	position:relative!important;
    }

    Cheers!
    Vinay

    #613514

    Vinay,

    Thanks for your input. The CSS partially fixed the problem. I can now click on each blog post, but the source code is still present along with the blog post. Further help will be appreciated.

    Phil

    #613571

    Hey!

    Please use the following code in Quick CSS and if this is not what you wanted pelase let us know exactly what you are trying to achieve so we can help you better.

    .post-entry .hidden {
        display: none;
    }
    

    Regards,
    Vinay

    #613598

    I was able to achieve what I wanted by the CSS code you provided. Thanks, Vinay!
    By the way, should I keep using this code in Quick CSS in the future Enfold version?
    Thanks again for your help.

    #613708

    Hi!

    I think this happened due to custom modifications tot he theme. it’s better to keep it this way the new updates will not affect this. :)

    Regards,
    Vinay

    #622817

    Hi,
    After updating Enfold to 3.5.4 today, the problem happens again.
    Under the blog post title, the URL link is displayed. (Please see the link in the private content.)
    One particular thing to note is that older posts are fine, but only the new post after Enfold update displays the URL link.
    I still use the same CSS code you suggested above.
    Your help would be appreciated.

    Phil

    #622847

    I was able to solve the problem by deleting the existing post and rewrite it. Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘I need your follow-up on my Blog Posts problem.’ is closed to new replies.