Thanks for your answer, but with thousands of tags that is simply not a good solution. 😀
Got a solution now, with an adjustment in the wp-booster/sidebar.php. But seriously, that is a must have feature.
I know…but wouldnt it be great without an extra plugin???
Is it possible to tell me, what I have to change, to achieve this? Block 3 should show posts from the same tags in the sidebar widget.
Thanks!
It seems to be [ Version 2.2.1 ]
– improvement: updated visual composer to the latest version due to security issues with the plugin on it’s ajax calls
Okay thanks for your answers!!! 🙂
I think I will wait with this. It seems there is no major impact on the rankings, right?
You need to delete or comment out this code in the td-speed-booster.php:
http://screencast.com/t/HaOmyxJ45oX
Hi Chris,
I want to move my Newsmag site to https. Did you geht any ranking improvement since the change to https? And how does it impact the speed of the site?
Thanks!
Same Problem here.
Thats exactly what I did. Still there are only 8 Posts. :-/
Thank you!
Hi Andrei,
sorry, I had to disable a comment plugin first. Now you can test it with the native theme comment form again. The error still exists…after submitting the comment you can’t scroll up anymore. The upper half of the site disappears. You only see the comment form.
-
This reply was modified 10 years by
Bichareh.
Update: The same issue is with Internet Explorer too.
My Experience:
Figured out, that the best combination of speed plugins is…Speed Booster + Gator Cache + Autoptimize. Check it out, my site loads blazing fast now!
https://wordpress.org/support/plugin/gator-cache
https://de.wordpress.org/plugins/autoptimize/
Just my two cents 😀
I tried the Plugin “Disable Google Fonts” but I still see the fonts in my source code. Does it only work in the admin panel?
Nevermind…I forget to delete the Widget Cache. Now it works. But it would be great, of you can split these things up.
On the front page and the categories/tags I need the posts in <h2>. Now I have to let them in <h3>, because I don’t want <h2> in the sidebar. Thats stupid.
Thanks!
Are you sure? Because I changed the get_title() function, but it worked only on my front page posts. The sidebar posts do still have <h2>. I deleted all WP Caches and the Browser Cache.
Take a look: http://www.promicabana.de/kristen-stewart-erst-beziehungskrise-heimliche-hochzeit/
I really don’t get it. Block 5 has <h2> too. How to change this? I’m really confused.
Yes, it seems they abandoned the Newsmag forum in the last few days a little. I’m still waiting too for solutions on my issues.
I know why this is happening…I changed the headings in the td_module.php to <h2> to get <h2> on my front page. How can I change separately the headings for the sidebar? I think it’s Block 1 not 3. My front page must be module 11.
Summary:
I want <h2> on my posts at the front page and <h4> for the sidebar posts.
function get_title($cut_at = '') {
$buffy = '';
$buffy .= '<h2 itemprop="name" class="entry-title td-module-title">';
$buffy .='<a>href . '" rel="bookmark" title="' . $this->title_attribute . '">';
//see if we have to cut the title and if we have the title lenght in the panel for ex: td_module_6__title_excerpt
if ($cut_at != '') {
//cut at the hard coded size
$buffy .= td_util::excerpt($this->title, $cut_at, 'show_shortcodes');
} else {
$current_module_class = get_class($this);
//see if we have a default setting for this module, and if so only apply it if we don't get other things form theme panel.
if (td_api_module::_check_excerpt_title($current_module_class)) {
$db_title_excerpt = td_util::get_option($current_module_class . '_title_excerpt');
if ($db_title_excerpt != '') {
//cut from the database settings
$buffy .= td_util::excerpt($this->title, $db_title_excerpt, 'show_shortcodes');
} else {
//cut at the default size
$module_api = td_api_module::get_by_id($current_module_class);
$buffy .= td_util::excerpt($this->title, $module_api['excerpt_title'], 'show_shortcodes');
}
} else {
/**
* no $cut_at provided and no setting in td_config -> return the full title
* @see td_global::$modules_list
*/
$buffy .= $this->title;
}
}
$buffy .='</a>';
$buffy .= '</h2>';
Thanks, it works! 🙂
Hi,
is it still on your agenda? I think it would be great feature for many of us!
Thanks!
Push ^^
And this?
Error: Unclosed element div.
From line 14, column 700; to line 14, column 723
ipt></div><div id="td-outer-wrap">
