Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #339994

    Hello

    I am using the Blog Posts Element with the following options:

    – Single Author, big Preview Pic
    – Excerpt with Read More Link

    What i want though is to have the option “Title and Read more link” (like with Grid Layout). I dont want the excerpt shown, since i do not use it and therefore

    shows content out of my main article.

    I tried using css to remove it but it seems that if “entry-content”

    is not shown, then the read more link dissapears as well.

    Please advise. Thanks

    #340056

    Hey george!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .blog .entry-content p {
    display: none;
    }

    If that does not work, please post the link to your website

    Best regards,
    Yigit

    #340100
    This reply has been marked as private.
    #340102

    Hi!

    Please add following code to Quick CSS

    .page-id-62 .entry-content p {
    display: none;
    }

    Can you please elaborate on the second issue?

    Cheers!
    Yigit

    #340108
    This reply has been marked as private.
    #340112

    Hey!

    You can use the code as following

    .page-id-62 .entry-content p, .page-id-59 .entry-content p {
    display: none;
    }

    I wanted to look into it but login credentials do not seem to work. Can you check them once again?

    Cheers!
    Yigit

    #340118
    This reply has been marked as private.
    #340121

    Hey!

    Please edit your page and remove blog posts element from it

    Cheers!
    Yigit

    #340126
    This reply has been marked as private.
    #341295

    Hey!

    Did you set any option on Settings > Reading panel? Please set it to default. Or did you set this page as blog page on Enfold > Theme Options > Where do you want to display blog option?.

    Best regards,
    Ismael

    #345139

    At the beginning under Enfold Options, i chose a page to display the blog. Though i removed it from there, but the blog is still being displayed on that page.

    #345718

    Hey!

    Which page is this exactly? A url to the actual page will help. Possible reasons why blog posts are still showing are:

    1.) A Blog Posts element is present on that page.
    2.) You set this page as Posts page on Settings > Reading panel.

    Cheers!
    Ismael

    #345755
    This reply has been marked as private.
    #346512

    Hey!

    Can you post the link to your login screen? We would like to check the backend

    Best regards,
    Yigit

    #346557
    This reply has been marked as private.
    #346568

    Hi!

    I have created a page which is not in your menu and set it as blog in Enfold theme options and it removed the content from your page. Please review your website

    Regards,
    Yigit

    #346608

    excellent thanks, i deleted that page and it still doesnt display anything!

    thanks for the help.

    #346612

    Hey!

    Please flush browser cache and try de-activating all active plugins and check if that helps

    Best regards,
    Yigit

    #347048

    no what i meant was that it works!

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Removing excerpt from blog element’ is closed to new replies.