Roman
    Spectator
    Posts: 3147
    01.02.2019 at 21:30 #42865

    Please provide login in Private reply, I will have a look. thanks

    Beverly Weddington
    Spectator
    Posts: 23
    01.02.2019 at 22:16 #42871
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    01.02.2019 at 23:08 #42872

    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

    Beverly Weddington
    Spectator
    Posts: 23
    02.02.2019 at 14:22 #42877

    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.

    Roman
    Spectator
    Posts: 3147
    02.02.2019 at 14:32 #42878

    Is the password same? I am not able to login anymore 🙁

    Beverly Weddington
    Spectator
    Posts: 23
    02.02.2019 at 15:03 #42879
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    02.02.2019 at 15:52 #42880

    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

    Beverly Weddington
    Spectator
    Posts: 23
    02.02.2019 at 16:02 #42881

    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?

    Roman
    Spectator
    Posts: 3147
    02.02.2019 at 16:48 #42886

    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.