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

    Hi,

    I would like a way to feed my articles (pages) with their featured image and title to a specific page named articles.

    I know on the Kriesi Abundance template this can be done as here: http://www.manscape.co.uk/articles-base/

    Can this be done on Enfold, and if not is there another way I can do this?

    Thanks
    Vincent

    • This topic was modified 8 years, 5 months ago by Vincent.
    #649530

    Hey Vincent,

    Thank you for using Enfold.

    The portfolio item can be use to link to another page. Edit a portfolio item then look for the Overwrite Portfolio Link setting and set it to “Define a custom link”, add the url of the page. Use the portfolio grid element to display the portfolio items.

    Best regards,
    Ismael

    #649986

    Hi Ismael, that seems really convoluted and takes away from the customization using excerpt etc.

    I have found another workaround:

    Using this Plugin: Add Categories to Pages(https://wordpress.org/plugins/add-category-to-pages/) (This allows me to attach a page to a post category without it altering the URL and actually physically living in that category.

    On ALB I then use the Blog Posts grid and specify the category where I put my pages in. It feeds through perfectly with a custom excerpt.

    The only problem I have now is that the titles are too big, is there a way I can reduce the titles size in the Blog posts grid?

    Thanks
    Vincent

    #651171

    Hi,

    use this code inside of Quick CSS field:

    .entry-content h3 {
    font-size: 9px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #651386

    Thanks for your response Andy,

    This has no effect at all and the articles page still shows the exact same size titles. I have included in the private area the page itself so you can see what I mean.

    #651619

    Hi,

    use this code instead:

    .slide-entry-title.entry-title {
    font-size: 12px !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #651637

    Thank you Andy, that looks much better :)

    Solved!

    Vincent

    #651689

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Feed Page Content to Another Page’ is closed to new replies.