-
AuthorPosts
-
June 14, 2016 at 2:33 pm #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.
June 17, 2016 at 4:35 am #649530Hey 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,
IsmaelJune 17, 2016 at 9:23 pm #649986Hi 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
VincentJune 21, 2016 at 1:58 am #651171Hi,
use this code inside of Quick CSS field:
.entry-content h3 { font-size: 9px; }
and adjust as needed.
Best regards,
AndyJune 21, 2016 at 11:10 am #651386Thanks 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.
June 21, 2016 at 6:18 pm #651619Hi,
use this code instead:
.slide-entry-title.entry-title { font-size: 12px !important; }
and adjust as needed.
Best regards,
AndyJune 21, 2016 at 6:46 pm #651637Thank you Andy, that looks much better :)
Solved!
Vincent
June 21, 2016 at 8:22 pm #651689Hi,
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 -
AuthorPosts
- The topic ‘Feed Page Content to Another Page’ is closed to new replies.