Home User profile
tagDiv Member
Nothing to sell, nothing to buy.
nairolf
tagDiv Member

Hi @offrezleweb,
You are using child theme?

nairolf
tagDiv Member

Hi @rayarasmussen,
The best way and without any problems: https://forum.tagdiv.com/install-via-ftp/

*be sure to upload an unzip file

nairolf
tagDiv Member

Hi @hadharm,
Honestly I don’t want to meddle in this matter.
I think the best answer in your case is that of tagDiv Staff.

nairolf
tagDiv Member

I don’t know if withdraw my words 🙂

OMG that page is the new free Themeforest 🙂 version

nairolf
tagDiv Member

Hi guys,
Hard to believe that is a pirate version (have more than 7500 indexed pages on Google and a good ranking).
Maybe only change his screenshot.png that is on the root.

  • This reply was modified 9 years by nairolf.
nairolf
tagDiv Member

Hi Chris S, indeed it would be great!

A little advice for that users who will want to use this improvement for Speed-booster plugin.

Using this code in combination for example with that one provided by Chris S in his [tutorial], you’ll have a double-edged knife (you’re warned! 🙂 ) if not used with caution.

Good to know: even if you update your theme to a new version, browsers/CDNs/… and in the end users, they all not recognize your changes until your rules for “Expire headers” will expire! and I’m sure that you’ll go crazy the tagDiv staff 🙂 with: “my users not seen me changes/updates” or similar.

In addition it should be recalled that a normal users (visitors) which makes search on Internet, will not erase the cache from their devices to see our web (recent version).
So, if you are use this snippet, use it with precaution in combination with an flexible time for expire headers depending on your activity!

Can be controled also by Cache-Control Headers but that’s another story apart

———-
Summary to remove query strings from static resources with Speed-Booster enabled:

• For functions.php (a slim version 🙂 )

function remove_js_ver( $src ) {
if( strpos( $src, '?ver=' ) )
$src = remove_query_arg( 'ver', $src );
return $src;
}
add_filter( 'script_loader_src', 'remove_js_ver', 10, 2 );

• For td-speed-booster.php

foreach ($this->style_footer_queue as $style_id => $wp_dependency_object) {
            if (strrpos($wp_dependency_object->src, '?') === false) {
                echo "<link rel='stylesheet' id='" . $style_id . "-css'  href='" . $wp_dependency_object->src . "' type='text/css' media='" . $wp_dependency_object->args . "' />\n";
            } else {
                echo "<link rel='stylesheet' id='" . $style_id . "-css'  href='" . $wp_dependency_object->src . "' type='text/css' media='" . $wp_dependency_object->args . "' />\n";
            }
        }

Good luck and nice/big traffic to all.

All thanks must go to Andrei L. because he provide us this custom work.

  • This reply was modified 9 years by nairolf.
nairolf
tagDiv Member

Hi guys,

@lastwordonsports
, the “views” counter works pretty pretty well with human traffic so the problem is not there.
Some tip: you have to log in into GA / all data website / view settings / and check the “Exclude all hits from known bots and spiders” and save the settings.

nairolf
tagDiv Member

BINGO!
Sincerely, I am very grateful.

Thank you very much Andrei. Certainly this gesture is priceless.

nairolf
tagDiv Member

Hi Andrei L. / Catalin,
Thank you both for reply

Of course I tried with high priority before to ask here, that’s why I asked for an example.

Previously in another topic some days ago, talking with @neotrope (Chris S), he has advised me to increase the priority. I tried on my end all possibilities and combinations: increasing/decreasing the priority, enable/disable speed-booster but allways with the same results (the 4 resource thats on top of this topic remain untouched).

  • This reply was modified 9 years by nairolf.
  • This reply was modified 9 years by nairolf.
nairolf
tagDiv Member

Hi Catalin,
You are kind to provide a simple example how you encrease that priority?
I will not insist, if you want to help me (ok and thank you very much), if not, do not answer me.
I don’t need deeper develop, and I don’t hiring a freelancer only for this.

Thank you.

nairolf
tagDiv Member

Hi @infusednz
For some of them you have to add an inline style
better create your own class into style.css than use inline css

<span class="dropcap" style="background-color:#e91fae">K</span>
  • This reply was modified 9 years by nairolf.
nairolf
tagDiv Member

Hi @rovara,
<code><img src="http://static.tradetracker.net/nl/material_image/73/07faee365397225f98fde0ba10e99ce9d99eb8.jpg" rel="nofollow" class="aligncenter" target="_blank" alt="here some words" width="300" height="250" /></code>

  • This reply was modified 9 years by nairolf.
  • This reply was modified 9 years by nairolf.
  • This reply was modified 9 years by nairolf.
nairolf
tagDiv Member

Hola @agendadeocio,
Es raro por que precisamente antes de ayer tuve que cambiar el enlace de un post y no tuve ningún problema.
Un pequeño consejo: ten cuidado porque no está bien utilizar más de 3/4 redirecciones sobre el mismo enlace (sea post o página). El crawler se marea y dejará de darle importancia al enlace principal y en consecuencia a todos los cambios posteriores afectando gravemente al SEO. Hay un video donde Matt Cutts lo explica super bien.

nairolf
tagDiv Member

🙂

nairolf
tagDiv Member

Another tip:
– resave your permalinks and after clear all cache.
If not work, disable your minification!

nairolf
tagDiv Member

Hi @glancecompany,
After enabled sitemap on the WP dashboard you clear all cache?

nairolf
tagDiv Member

Hi @sibinfotech,
There is no issue with the theme regarding what you describe until there is an incompatibility with some third plugin or cache misconfiguration.

It can occur for many reasons:
You are using some plugin (which?) of cache? (you’re cleaning after any modifications?)
How about third plugins, special this one “Yop Poll”.
what change have you done lately?

Also you have some errors & advertence on console!

nairolf
tagDiv Member

Hi @stigr,
Is not a bug and it has never been. I visit your site on mobile and works well (as it should).
Clear your cache from the mobile browser & try again

nairolf
tagDiv Member

Go to block settings, there you have a similar option to disable it.
– from block settings: they will be inactivated for blocks, categories, tags, etc.
– from post settings: only for individual post

nairolf
tagDiv Member

Indeed 🙂

nairolf
tagDiv Member

🙂 Your welcome

nairolf
tagDiv Member

Go to block settings and try there to deactivate your comment count.

nairolf
tagDiv Member

Hi @aboobackerp,
In theme settings / translations / Trending Now

nairolf
tagDiv Member

Hi @sebastien-doi,
If you made changes into theme files (style.css, header.php, etc.), yes, you will lose them.
Best way: make a test into a local server

nairolf
tagDiv Member

Hi @kibiribi,
1. That label is a comment count. Disable it for settings panel.
2. Clear your cache

Viewing 25 posts - 101 through 125 (of 250 total)