Forum replies created

    Roman
    Spectator
    Posts: 3147
    18.01.2019 at 08:43 #42195

    Hello Daryl,

    are you using the older Theme4Press Core plugin? if yes, this is not supported anymore with the new evolve PLus. I will prepare new Font Awesome shortcode for this in the new Component Shortcodes plugin. For now, you could use a classic HTML code like:

    <i class="fas fa-music"></i>

    it will work fine

    Roman
    Spectator
    Posts: 3147
    18.01.2019 at 08:31 #42194

    Hello Noble,

    do you use other plugins from us? Theme4Press Core? If yes, you need to remove it too. Let me know please. thanks

    Roman
    Spectator
    Posts: 3147
    17.01.2019 at 14:03 #42188

    thanks for the update

    Roman
    Spectator
    Posts: 3147
    17.01.2019 at 12:53 #42186

    I recommend try for example this plugin https://wordpress.org/plugins/advanced-excerpt/ as this customization requires extra work. Please let me know if it works

    Roman
    Spectator
    Posts: 3147
    17.01.2019 at 11:49 #42184

    can you please try to add this code to the theme child functions.php if it does what you need:

    function evolve_custom_excerpt_length( $length ) {
        return 10;
    }
    
    add_filter( 'excerpt_length', 'evolve_custom_excerpt_length', 999 );
    Roman
    Spectator
    Posts: 3147
    17.01.2019 at 11:37 #42183

    New version of evolve Plus v2.9.2 is now available for download. We added new One Page Parallax feature, 5 New Beautiful One Page demos and new shortcodes – Carousel Slider, Client Slider, Image Carousel, Image, Blog, Progress Bar, Counter Blocks

    Roman
    Spectator
    Posts: 3147
    17.01.2019 at 10:44 #42177

    Please provide URL to the archive page. thanks

    Roman
    Spectator
    Posts: 3147
    17.01.2019 at 10:43 #42176

    Hi, just wanted to inform you, I added the option to the shortcode, please redownload the Component Shortcodes plugin and use new parameter in the shortcode strip_html=”no”

    Roman
    Spectator
    Posts: 3147
    16.01.2019 at 16:45 #42151

    thanks for the update 😉

    Roman
    Spectator
    Posts: 3147
    16.01.2019 at 16:15 #42149

    Correct Additional CSS is:

    .post-content {
        margin-top: 1rem;
    }