Forum replies created
there seems to be an issue with plugin WP FileBase…please try to disable it and let me know if it works
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/
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
no problem…we are here to help 😉
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.
probably your browser save extracted files or you’ve chose to open the download file instead of only save it 😉
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.
we are working on a fix…thanks for your patience
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;
your website is loading slower because you are using big images…in other thread I already recommended to reduce their size