But after clicking, there is the image animation to full screen, and then a flickering 1 or 2 seconds with image from the next portfolio item... and after go back to good image.
I added the a <php> request and the <h5> in portfolio_section_item.php, like that :
I don't think that's the problem it's either a portfolio item that had no hero image assigned or it is in draft state, there is gap between portfolio item images. Can you check?
if you can send us wp admin access if you don't realize what is the problem. Maybe it's a bug. we need to check.
Hello
What file should I modify if I want to add in a portfolio grid the "Hero Project Info" to the thumbnails?
Thanks !!
Sorry I found the answer : portfolio_section_item.php
ok Romain, you are pretty good with coding.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hmm, I found a solution, I can show the "Hero Project Info" from the post on the thumbnail of the portfolio grid : you can test here :
https://www.jeanyves-leloup.fr/wp/curator-art-sound-design/
But after clicking, there is the image animation to full screen, and then a flickering 1 or 2 seconds with image from the next portfolio item... and after go back to good image.
I added the a <php> request and the <h5> in portfolio_section_item.php, like that :
My php seems to be the problem for that image flickering :
Have you got a tip ?
Thanks !
Hi Romain
I don't think that's the problem it's either a portfolio item that had no hero image assigned or it is in draft state, there is gap between portfolio item images. Can you check?
if you can send us wp admin access if you don't realize what is the problem. Maybe it's a bug. we need to check.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Romain, I fixed it, instead of getting the hero properties just to read the project info I replaced it with a call to get the property directly with:
bauman_get_post_meta( BAUMAN_THEME_OPTIONS, get_the_ID(), 'bauman-opt-portfolio-hero-project-info' )
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
You are so wonderfull !!!
Many thanks !