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

You can’t when using cloudflare also that’s not why your website is slow.

Volnus
tagDiv Member

Wrong option.

go to the theme panel >> post settings >> sharing >>> check the digg option.

Volnus
tagDiv Member

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.

Volnus
tagDiv Member

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.

Volnus
tagDiv Member

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.

Volnus
tagDiv Member

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 ~

Volnus
tagDiv Member

Install Yoast SEO

Volnus
tagDiv Member

Try activating the tagdiv multipurpose plugin if its not already active.

Volnus
tagDiv Member

Well deactivate your tagdiv social counter and reinstall it to have it updated additionally you might want to install the tagdiv multipurpose plugin.

Volnus
tagDiv Member

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?

Volnus
tagDiv Member

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.

Volnus
tagDiv Member

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).

Volnus
tagDiv Member

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');

Volnus
tagDiv Member

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.

Volnus
tagDiv Member

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.

Volnus
tagDiv Member

A link to the site might help o.o

Volnus
tagDiv Member

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.

https://wordpress.org/plugins/rocket-lazy-load/

Volnus
tagDiv Member

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;}

Volnus
tagDiv Member

Did you clear your cache?

Volnus
tagDiv Member
Volnus
tagDiv Member

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

Volnus
tagDiv Member

Are you using responsive adsense code?

Volnus
tagDiv Member

Polylang or WPML

Volnus
tagDiv Member

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

Volnus
tagDiv Member

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.

http://ctrlq.org/sandbox/

Viewing 25 posts - 1 through 25 (of 35 total)