Roman
    Spectator
    Posts: 3147
    February 1, 2019 at 9:30 pm #42865

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

    Beverly Weddington
    Spectator
    Posts: 23
    February 1, 2019 at 10:16 pm #42871
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    February 1, 2019 at 11:08 pm #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
    February 2, 2019 at 2:22 pm #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
    February 2, 2019 at 2:32 pm #42878

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

    Beverly Weddington
    Spectator
    Posts: 23
    February 2, 2019 at 3:03 pm #42879
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    February 2, 2019 at 3:52 pm #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
    February 2, 2019 at 4:02 pm #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
    February 2, 2019 at 4:48 pm #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.