Try to start with the theme documentation at this link: https://forum.tagdiv.com/header-ad/
Regards
@kolore can you share your website link to check the speed issue.
Thanks
Thanks Catalin.
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
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
To remove the ad or change it, you need to edit your homepage.
Regards
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
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
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
Thanks for that.
Posts should do for now. Thanks for your speedy help.