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 :)
Bichareh
tagDiv Member

Thanks for your answer, but with thousands of tags that is simply not a good solution. 😀

Bichareh
tagDiv Member

Got a solution now, with an adjustment in the wp-booster/sidebar.php. But seriously, that is a must have feature.

Bichareh
tagDiv Member

I know…but wouldnt it be great without an extra plugin???

Bichareh
tagDiv Member

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!

Bichareh
tagDiv Member

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

Bichareh
tagDiv Member

Okay thanks for your answers!!! 🙂

I think I will wait with this. It seems there is no major impact on the rankings, right?

Bichareh
tagDiv Member

You need to delete or comment out this code in the td-speed-booster.php:
http://screencast.com/t/HaOmyxJ45oX

Bichareh
tagDiv Member

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!

Bichareh
tagDiv Member

Same Problem here.

Bichareh
tagDiv Member

Thats exactly what I did. Still there are only 8 Posts. :-/

Bichareh
tagDiv Member

Thank you!

Bichareh
tagDiv Member

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.
Bichareh
tagDiv Member

Update: The same issue is with Internet Explorer too.

Bichareh
tagDiv Member

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 😀

Bichareh
tagDiv Member

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?

Bichareh
tagDiv Member

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!

Bichareh
tagDiv Member

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/

Bichareh
tagDiv Member

I really don’t get it. Block 5 has <h2> too. How to change this? I’m really confused.

Bichareh
tagDiv Member

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.

Bichareh
tagDiv Member

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>';
  • This reply was modified 10 years by Bichareh.
  • This reply was modified 10 years by Bichareh.
Bichareh
tagDiv Member

Thanks, it works! 🙂

Bichareh
tagDiv Member

Hi,

is it still on your agenda? I think it would be great feature for many of us!

Thanks!

Bichareh
tagDiv Member

Push ^^

Bichareh
tagDiv Member

And this?

Error: Unclosed element div.
From line 14, column 700; to line 14, column 723
ipt></div><div id="td-outer-wrap">

Viewing 25 posts - 26 through 50 (of 123 total)