Forum replies created

    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 19:54 #16715

    there seems to be an issue with plugin WP FileBase…please try to disable it and let me know if it works

    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 19:51 #16714

    with the Front Page Content Boxes it’s not possible, but with shortcodes it is, please check Content Boxes shortcode for further reference https://theme4press.com/alora-documentation/shortcodes/content-boxes/

    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 19:49 #16713

    I have created page Testing Background and set some values for the background and it works..please check and let me know…you can always use only one option Image Set, Overlay or Background Color

    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 17:05 #16710

    no problem…we are here to help 😉

    In reply to fullwidth video
    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 17:04 #16709

    Sorry, but slider can have set only the width to the 100% while the height must be set to the fixed px value. Anyway, please don’t post another topic in someone’s thread. This is not allowed. Thanks.

    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 10:42 #16702

    probably your browser save extracted files or you’ve chose to open the download file instead of only save it 😉

    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 10:40 #16701

    you reduced little bit the images size. you must understand, that you have 8 images and all are over 1MB per image!!! the total website size is 11.7 MB which is huge – http://tools.pingdom.com/ . comparing to our which is 1.2 MB total.

    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 10:28 #16700

    we are working on a fix…thanks for your patience

    Roman
    Spectator
    Posts: 3147
    22.04.2015 at 10:27 #16699

    the changes has been made in library/functions/basic-functions.php line #2151:

    echo evolve_truncate($postexcerpt, 180, ' [...]');

    replaced with:

    echo get_the_excerpt();

    and file library/plugins/t4p-slider/classes/class-wooslider-sliders.php line #218 and #219

    $content = $image . '<div class="slide-excerpt"><h2 class="slide-title">' . $title . '</h2>' . $excerpt . '</div>';
    $content = '<div class="slide-excerpt"><h2 class="slide-title">' . $title . '</h2>' . $excerpt . '</div>' . $image;

    replaced with:

    $content = $image . '<div class="slide-excerpt"><h2 class="slide-title">' . $title . '</h2>' . get_the_excerpt() . '</div>';
    $content = '<div class="slide-excerpt"><h2 class="slide-title">' . $title . '</h2>' . get_the_excerpt() . '</div>' . $image;

    Roman
    Spectator
    Posts: 3147
    21.04.2015 at 22:13 #16695

    your website is loading slower because you are using big images…in other thread I already recommended to reduce their size