You can’t when using cloudflare also that’s not why your website is slow.
Wrong option.
go to the theme panel >> post settings >> sharing >>> check the digg option.
Instead of your approach I would write up your code and make the output work as a shortcode then you could add it in the html/text widget.
You could add a plugin like this https://wordpress.org/plugins/insert-headers-and-footers/ and paste the code in one of the fields.
However, I recommend not using the auto ads feature on complex designs especially on homepages I find it to cause a lot of trouble with sticking advertisements in weird places and distorting the design.
It wouldn’t be wise to update JQuery to a newer version when JQuery 1.12.4 is still the latest version supported by core.
Without knowing your implementation traffic level, amount of posts, etc it would be difficult for anyone to diagnose.
Who is hosting it, whats the size of the DB are you sure its theme related, what have you done and what didn’t work what plugins are you using etc etc there are many variable at play ~
Install Yoast SEO
Try activating the tagdiv multipurpose plugin if its not already active.
Well deactivate your tagdiv social counter and reinstall it to have it updated additionally you might want to install the tagdiv multipurpose plugin.
This honestly could be a lot of things even down to how PHP was installed on the server.
Try using a page caching plugin, additionally I am going to assume your install is using straight apache?
That’s because its not a feature it has to do with you loading all your CSS with async so its causing a FOUT you need to disable that as its going to make the site look odd without properly using critical CSS.
Otherwise I would simply exclude the main theme css from being asynced.
Additionally, there should be an option or a check performed that if BuddyPress is enabled (and you have the login/logout item enabled) it will link to the /members/name/profile instead of /author/name/ this makes more sense than to link people to their author page which is likely going to be empty.
BuddyPress template lacks support for custom sidebars, (or no sidebar for that matter).
You can add this below code to your child theme functions.php file or a site specific plugin. It should do the trick.
function disable_comment_url($fields) {
unset($fields['url']);
return $fields;
}
add_filter('comment_form_default_fields','disable_comment_url');
You don’t need a license just ignore the warning the license is included within the theme and you will get updates for that plugin when the theme is updated.
1. Go to the theme panel footer settings click Instagram settings and uncheck the show Instagram thing.
2. If you want to set the footer widgets you need to change the footer template to footer template like 5 or 9 something that shows the blank spaces.
A link to the site might help o.o
If you go into the theme settings try disabling the lazy loading function as well that might be what’s adding it… Use a plugin like this to get a real lazy load.
You have a strange line of CSS causing it
body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post
img {opacity: 0;}
You can fix this by adding custom css of this
body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post
img {opacity: 1 !important;}
Did you clear your cache?
Odd you can try something like this then.
<center>
<style type=”text/css”>
.adslot_1 { width: 300px; height: 250px; }
@media (min-width:500px) { .adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .adslot_1 { width: 728px; height: 90px; } }
</style>
<ins class=”adsbygoogle adslot_1″
style=”display:inline-block;”
data-ad-client=”ca-pub-xxxxx”
data-ad-slot=”xxxx”></ins>
<script data-cfasync=”true” async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</center>
Replace the x’s with the ad-slot and your pub ID. You can also set the size to anything u want like on mobile if u want a 320×100 you can set that
Are you using responsive adsense code?
Polylang or WPML
I am running 7.0 and WP 4.5.2 and I have not received any errors.
Also… 504 Errors that’s a server error, not an application error.
http://stackoverflow.com/questions/261536/http-status-504
http://www.checkupdown.com/status/E504.html
This is the type of problem where you would need to paste a link to get proper help could you post a link. Also make sure that you have enabled the site in your adsense site management and that your website is not banned from Google adsense.
