Tagged: post slider, post title
Hello,
I’m trying to put my post titles as an overlay on the post thumbnail in the post slider. Can you help me figure out how to do this? I tried the code that Ismael provided here, but it doesn’t seem to be working: https://kriesi.at/support/topic/move-post-slider-text-content-into-thumbnail/
Basically, I want my post sliders to function something like this: https://blog.barre3.com/recipes/
Here’s the page I’m trying to do this on: https://dev.champagneyogi.com/nourish/recipes/
Thank you!
-Brad
Hey soundstrat,
I’m sorry but this customization requires some work, is time intensive and beyond the scope of our support forum.
You can use a masonry grid instead (like demonstrated here: https://kriesi.at/themes/enfold-2017/portfolio/masonry-portfolio-example-4-column-masonry-grid/ ) which offers a similiar effect out of the box.
On the demo page we used this code
[av_masonry_entries link='portfolio_entries,12,14,15' sort='yes-tax' items='9' columns='4' paginate='load_more' query_orderby='date' query_order='DESC' size='fixed manually' gap='no' overlay_fx='active' id='' caption_elements='title' caption_styling='overlay' caption_display='on-hover' color='' custom_bg='' av_uid='av-9ikih']
to generate the effect. You can use the debug mode ( https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode ) to insert it into your existing template.
Best regards,
Peter