Hi,
edit the speed booster plugin like so:
delete this: http://screencast.com/t/XU0nOJEaN6OX
add this in place of what you deleted:
$this->move_style_to_footer('google-font-opensans');
$this->move_style_to_footer('google-font-ubuntu');
$this->move_style_to_footer('google-font-pt-sans');
$this->move_style_to_footer('google-font-oswald');
$this->move_style_to_footer('google-roboto-cond');
Hope this helps,
We are working to improve the google fonts system in a future update.
Radu O.
Hi,
Unfortunately we do not provide support for 3rd party plugins that are not made by us. From what I know disqus should update the comment count automatically but I think there is some kind of cache on your site and that’s why you cannot update the theme and the comments are not shown.
Sorry about that.
-
This reply was modified 12 years by
Radu.
Hi,
there is some kind of cache active. We can try to install it for you if you send us FTP access and wp-admin access. contact@tagdiv.com
(also add a link to this forum post in the email)
Radu O.
@vz I cannot find your email. Did you sent it to contact@tagdiv.com ? Please send it again and add FOR RADU in the subject.
Radu O.
SheAttack can you give us wp-admin access please? contact@tagdiv.com please add a link to this post, a link to the page that doesn’t work ok with the ads and FOR RADU in the subject.
Radu O.
Hi,
give me your url please I need to see what are fonts are you using and get the id after that I can send you the speed booster modification to only move the google css.
We also have here a nice discussion about how to modify the speedbooster plugin to move whatever you want to the footer: https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
đ
Hi,
@uzairfreak you are getting a very good speed.
from here: http://screencast.com/t/sGX4rgLlfkA
1. the files are served to slow by your server – use a cdn or … if you are familiar with nginx use that instead of apache
2. try to manually compress the css using an online css compressor maybe that will make get a better score without updating / configuring the server
The speed booster plugin is working on your site (make sure that you empty the cache when you test with or without it).
sorry for the delay… we try to answer all of the questions as fast as we can.
@Vinay Prajapati – please give me your site url!
@mixvice – our speed booster plugin is moving all the stuff at the bottom
@Steven – google’s pagespeed tools gives a better score with css at the bottom but you lose html5 validation đ .
hi,
it should not affect the navigation. We are working to better optimize the menu for google in the following updates.
radu O.
Hi,
please disable revolution slider if you are not using it or the speed booster plugin. The two plugins are incompatible with each other for now đ but I’m looking to fix them.
Radu O.
Hi,
I don’t think I understand you correctly. You want to move the content part of the theme down a bit to make the background ad visible?
Do you have a working link?
Radu O.
Hi,
please send me a url to that page. We’re working to improve the default pagebuilder widgets.
Radu o.
Hi,
you can change the module only via a code change: http://screencast.com/t/ghnGswHMT7
I will investigate this further and see if we can add an option for this.
Hi,
I will fix the issue with featured videos + missing image from facebook in the next update!
Radu O.
Hi,
unfortunately the theme doesn’t support that feature and it has to be custom coded. Sorry about this.
Radu O.
Hi all
Please delete the Newspaper/wpbakery folder from the theme!
it is an old folder from the 3.7 version of our theme and it prevents visual composer from loading.
http://screencast.com/t/WHvPjLsmd
Radu O.
Hi,
Are you using newspaper 1.2 ??? Please update to the latest version if possible. if not:
ok I will try to give you a straight forward solution.
in Newspaper\wp-admin\js\wp-admin-js.js
1. delete this line: http://screencast.com/t/oar9SPKv
2. add this to the top: http://screencast.com/t/20JweKShfwM
the code that has to be added to the top:
//init the variable if it's undefined, sometimes wordpress will not run the wp_footer hooks in wp-admin (in modals for example)
if (typeof td_get_template_directory_uri === 'undefined') {
td_get_template_directory_uri = '';
}
Hope that helps, generally we don’t support older versions of our theme.
Radu O.
Hi,
we messed up the versions sorry for that đ . But it’s the latest plugin and it should be ok.
Radu O.
Hi,
unfortunately there is nothing we can do about that. Google decides what to show and what not to show in the search results. The theme has meta info for reviews but that doesn’t guarantee that google will show your ratings in the search results.
For example for authorship support @google they have this information:
http://screencast.com/t/Em1IL5I9Al here https://support.google.com/webmasters/answer/1306778?hl=en
Regarding the site sections please see here: http://stackoverflow.com/questions/6886019/how-do-i-get-google-to-show-different-sections-as-parts-of-the-same-site
Radu O.
Hi,
I’ve asked for a url to your site. Wp-admin access will also help. Please send that to contact@tagdiv.com and add a link to this forum post so we know about the issue and we will have a look and see if we can fix that.
Thanks,
Radu O.
hi,
please use wp seo by yoast if possible. We fully support that plugin and I believe it’s the best solution for seo available for wordpress.
Hi,
add this at the begining of the footer.php file:
<div class="container">
<div class="row">
<div class="span12">
<?php
// show the header ad spot
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
?>
</div>
</div>
</div>
after this you can use the custom ad 1 spot to show footer ads. The ads may need a little bit of css to be better centered.
Radu O.
Hi,
the theme doesn’t supports that out of the box and it will have to be custom made. You can use envato studio for this: https://studio.envato.com/
Radu O.
Hi,
thanks for the feedback.
Radu O.