-
Closed
-
Portfolio Features Image and Excerpt are not showing up. http://honeychon.com/available-puppies/
Please provide login in Private reply, I will have a look. thanks
For the featured images, the option in the Customize -> Blog -> Featured Image -> Enable Featured Images was disabled. This we will fix in the next theme version. For the excerpt issue I recommend sometimes switch to the text editor, as it will clean all unwanted spaces/codes which can break the code – http://prntscr.com/mfgc6l
I am still having issues getting the Excerpt to show. It is showing the Portfolio Content instead of the excerpt. I have it set at text editor. Please help.
Is the password same? I am not able to login anymore 🙁
The excerpt for the portfolio templates is generated from the content, not from the defined excerpt. If you need to define your own excerpt, we will need to modify a code. Best would be use a child theme, then you will not lose the customization. What we need to modify is this file – custom-templates\template-parts\portfolio\content-catalog.php line #27:
evolve_truncate( evolve_theme_mod( 'evl_portfolio_excerpt_length', '100' ), $evolve_portfolio_content, true, ' [...]' );
replace with:
the_excerpt();
then it will work as you need
This is odd because I have another website https://cambeas.com/available-puppies/ that I am doing exactly the same layout and it works perfectly fine. So why would there be a need to develop a modified code?
On this website https://cambeas.com/available-puppies/ you are using the portfolio shortcode with the Component Shortcodes plugin while on this site http://honeychon.com/ you are using the portfolio page template.
The topic Portfolio Featured Image and Exerpt is closed to new replies