Forum replies created
Hello Luis,
sorry about that issue. Firstly, can you please make sure you have set the server recommended settings? https://theme4press.com/knowledge-base/
If it’s set can you please provide the wp admin and FTP access in Private reply? I will have a look on the issue further
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 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
Is the password same? I am not able to login anymore 🙁
Hello LWHC,
may I know what code do you try to use in the child theme? 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
Newer version of the evolve Plus theme is now available for download. We fixed some issues, added new options and the most big update, it’s the support for our very new widget BOX premium widgets plugin.
Sorry for the delay, just updated the theme. Can you please try and let me know if it works now? Thanks.
Please provide login in Private reply, I will have a look. thanks
I just tested it on my localhost and it works fine. Can you please try to disable plugins one by one to check if it helps, so we can make sure it’s not a plugin problem. Thank you