I am using this theme for a design portfolio and would like to be able to have a separate image for the thumbnail and slideshow, so that I can manipulate both differently. Is this possible?
Thumbnail image separate from slideshow image
13 posts from 5 voices-
Posted 2 months ago #
-
Hey!
Did you solve the issue?
Best regards,
PeterPosted 2 months ago # -
I'm interested in this as well. For the time being, I'm using a custom fields plugin to achieve this, but if there's a better way I'd appreciate hearing it!
Posted 2 months ago # -
Hey!
Personally I'd also use a custom field but I'm not sure how kristiegeorge solved it.
Best regards,
PeterPosted 2 months ago # -
Hello, I am interested in having a thumbnail of the portfolio without having a slideshow at all. Is this possible ? Thank you !
Posted 2 months ago # -
Hey PPjev,
Yes it is possible but you need to use a custom field and then modify the portfolio loops in the includes folder to use the custom field data for the thumbnail.
Regards,
Devin
Posted 2 months ago # -
Could you please give me some more hints how can I integrate this custom fields to use ?
Thank you !
Posted 2 months ago # -
My question is: How to integrate custom fields, so that they appear in portfolio items, so that I could set thumbnail image for it. And also, where to tell *.php to take that value as img src .
I have no experience with custom fields at all.
Thank you.
Posted 2 months ago # -
You would need to look into a freelance developer in that case. Typically we can only provide css fixes/customization and a bit of php but this would be adding in a completely new function/feature.
Regards,
Devin
Posted 2 months ago # -
In this case could you please tell me where should I add custom-field variable ? In your php code, I will add id by my self.
Thank you!
Posted 2 months ago # -
You can either modify the slideshow in includes>helper-slideshow.php or the includes>loop-portfolio.php for the regular portfolio page or in functions-eunoia.php the function: function avia_check_ajax_request() for the ajax portfolio.
Regards,
Devin
Posted 2 months ago # -
Thank you, I did that already.
echo '<div class="post-content">';
echo wp_get_attachment_image(get_field('portfolio_thumbnail'), 'full');
echo "<h1 class='post-title'>";
P.S. I could not find any file with the name of functions-eunoia.php or function called avia_check_ajax_request(). There is none.Posted 2 months ago # -
Hey!
Maybe you're using another theme (and not Eunoia)?
Regards,
PeterPosted 2 months ago #
Reply
You must log in to post.














