Hi, Christopher.
I dont see them in Windows.
The loading thing its something with the Tag Booster plugin, I’ve already deactivated.
I’m not using any CDN:
The icons are there (in blue in fact), they just dont show. O_o I’ve tried chaing their color, chaing the background color, but no luck.
Yep, I’m missing the social media icons after the update.
Figured out myself.
In includes/shortcodes/td_slide.php you have the set de seconds via hard code:
extract(shortcode_atts(
array(
'autoplay' => '3'
Yep, just like in Newspaper.
I’ve already changed the settings in functions.php.
Thanx for your support.
We do use mod_pagespeed, thanks to both. ๐
Even More News its an automatic block you can disable in the theme options (Footer seciont), as for the extra row, it’s a bug they’re fixing.
Which option is better, Lucian? For now I’m using the theme option.
Nice arrange of your homepage, Osmanovic, I’m going to use your top block. ๐
I’m looking for a way to compress each thumbnail to a different quality size, that would help a lot, thou I’, not good at coding. :p
What does this part of code do?
add_action('init', 'myoverride', 100);
function myoverride() {
remove_action('wp_head', array(visual_composer(), 'addMetaData'));
}
Thats, right Chris. Hope they can fix soon.
BTW, with your tips about minifying I’ve already reached a 90 score in Page Speed and 96 in GTMetrix. Thanx.
How can I specify the dimensions of the logo in the theme code?
You need to set an option in the theme panel to set the max height of the featured image (td_681x0) so we can crop the image if wanted.
Hi, Christopher.
The first part of your code is exactly for what?
Hi, Christopher. Images of slider are already optimized. Page Speed says the images are okay for desktop, but for mobile the still have to ve reoptimized or changed for a responsive size, I guess.
Hi, please also check the use of foreing characters. ๐
You have to set some things and regenerate thumbnails, but its not that hard.
Sorry, I was refering to the slider.
How can I set different quality compressions for different thumbnails?
Thanx in advance. ๐
How can I set WordPress to use Imagemagick instead of GD Library?
Bump.
TD Booster isnt doing anything for me. I’ve marked all the scripts and CSS like the tutorial, but nothing,
My code is this one:
//jetpack lost styles
$this->move_style_to_footer('jetpack-subscriptions');
$this->move_style_to_footer('jetpack-widgets');
$this->move_style_to_footer('taqyeem-style');
$this->move_style_to_footer('easy-social-share-buttons');
$this->move_style_to_footer('rs-plugin-settings');
$this->move_style_to_footer('wp-polls');
$this->move_style_to_footer('advanced-responsive-video-embedder-plugin-styles');
$this->move_style_to_footer('js_composer_custom_css');
$this->move_style_to_footer('jetpack_css');
$this->move_style_to_footer('td-bootstrap');
$this->move_js_to_footer('themepunchtools');
$this->move_js_to_footer('revmin');
$this->move_js_to_footer('tp-tools');
$this->move_js_to_footer('jquery');
$this->move_js_to_footer('taqyeem-main');
$this->move_js_to_footer('wp-polls');
$this->move_js_to_footer('devicepx');
$this->move_js_to_footer('td-external');
$this->move_js_to_footer('td-site-min');
$this->move_js_to_footer('js_composer_front');
You can check my site ๐
Thanx a lot, that worked. ๐
Is there a way to set the mobile users to get another block or module? I say this cos, I think the best block for the frontpage in smartphones is block 8.
Also, how can I change the font in block 9 titles? I changed every font and this module isnt affected.
Thanks, that worked, thou it broke the responsive look on iPhone. ๐ It would be great if we can set to change any king of block in the hompeage to 8, in case the visitor is using an smartphone, thats the best look to movil plattaforms.
-
This reply was modified 11 years by
Arved007.
