Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
braulioss6
tagDiv Member

Hi,
In this file single_template_4.php, Im editing these lines:

<?php
//if we have a featured image, show it
if (!empty($td_post_featured_image)) { ?>

<div class="td-big-slide-background"><div id="td-full-screen-header-image" class="td-image-gradient"></div></div>

<!-- preload the image -->
" alt="" style="display:none;"/>
<?php

td_js_buffer::add_to_footer(
'jQuery().ready(function() {' . "\r\n" .
'jQuery("#td-full-screen-header-image").backstretch("' . $td_post_featured_image . '", {fade:1200, centeredY:false});' . "\r\n" .
'});'
);
}
else {
echo '';
}

?>

But it does not having the same efects, how can I set it to work?

Thanks in avance!

braulioss6
tagDiv Member

Hi,
I received the 2.5 plugin version and now is working fine.

I will waiting for the next update version.

Thanks.

braulioss6
tagDiv Member

Thanks for your response.

I think is not a slow connection, i have been testing in slow and faster connection and is all the same thing.

Im not using CDN / Caching plugin at this moment.

I was using Total Cache plugin before install this theme. I was looking in wp-config.php file and I deleted these lines:

/** Enable W3 Total Cache Edge Mode */
//define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘W3TC_EDGE_MODE’, true); // Added by W3 Total Cache

I disabled the speedbooster plugin and now the pages/post are loading fine: http://www.elversiculodeldia.com/ it is not showing me the links before showed. but pagespeed score now is lower.

Any suggestion?

Viewing 3 posts - 1 through 3 (of 3 total)