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

Try to start with the theme documentation at this link: https://forum.tagdiv.com/header-ad/

Regards

colgate
tagDiv Member

@kolore can you share your website link to check the speed issue.

Thanks

colgate
tagDiv Member

Thanks Catalin.

colgate
tagDiv Member

Your site is currently dead. Its not loading to get it checked. For now, first thing to do is, if you have installed plugins, disable them all and see if that helps. If the speed is better, then try to re-active them one by one while checking the speed when activating each one. If its a plugin issue, you will notice the speed drops again as soon as you activate that particular plugin.

At this point, it is hard for anyone to check while your site is down. Maybe you need to check with your hosting company, specially if your site settings are correct.

Hope that helps

colgate
tagDiv Member

You need to adjust your WordPress settings to allow uploading larger files i.e 1M and/or above. I don’t think this is a theme issue. You should check this out, it may help: https://premium.wpmudev.org/blog/how-to-set-a-maximum-upload-size-for-images-in-wordpress/

Regards

colgate
tagDiv Member

To remove the ad or change it, you need to edit your homepage.

Regards

colgate
tagDiv Member

add a break tag – just one of two of these: <br> exactly under your adsense code.

you may need to just add one tag like this: <br>

or two tags to make the space wider, like this: <br><br>

You can add as many as you like, depending on the space level you want to achieve.

Regards

colgate
tagDiv Member

Ignore the styling, just do this:

Open category.php file

add your adsense code exactly below this line:

<div class="td-pb-span8 td-main-content">

Done!

Regards

colgate
tagDiv Member

The above option does not work. The below seems to be the best option:

Open category.php file

add your adsense code exactly below this line:

<div class="td-pb-span8 td-main-content">

You may also need to force your adsense to be responsive by adding a styling code like one below:

<style>
.ad-name { width: 200px; height: 200px; }
@media (min-width:300px) { .ad-name { width: 200px; height: 200px; } }
@media (min-width:500px) { .ad-name { width: 300px; height: 250px; } }
@media (min-width:900px) { .ad-name { width: 728px; height: 90px; } }
</style>

One thing to remember when updating the theme files to not override these changes.

Hope that helps

  • This reply was modified 10 years by colgate.
  • This reply was modified 10 years by colgate.
  • This reply was modified 10 years by colgate.
colgate
tagDiv Member

Thanks for that.

colgate
tagDiv Member

Posts should do for now. Thanks for your speedy help.

Viewing 11 posts - 26 through 36 (of 36 total)