Hello,
I am trying to show AdSense Link Ads on my blog, but whenever I am pasting the Ad code in the Theme ads panel, the image ad is showing up in place of Link ads.
Can anybody tell me that how can I use the theme ad panel to show the link ads. I want to use Responsive Link Ads Unit.
Blog URL – http://thatsbreaking.com
Let me know if I need to share anymore information.
Thanks!
-
This topic was modified 9 years by
Singh.
Hello Vicky,
Please notice that our theme only will render the Adsense code and do not change the Ads structure. For more information about our Google Adsense implementation, please consult our guide here -> https://forum.tagdiv.com/header-ads-adsense/ If the Ad Code will not work as expected, please contact the Google Adsense department, tell them the problem because they should be able to provide a more accurate response in this regard, sorry!
Thanks for your understanding!
Hello,
The problem is with the theme and AdSense Ads are working fine. Seems like you didn’t understand my point clearly. The thing is regular Adsense Ads like image/text ad units are working fine but whenever I paste the AdSense Link Ad Unit code in the theme’s Ads panel it converts it into the responsive image/text ad and I want to know that how can I make the theme to show the link ads.
If I use plugin for Adsense Ads placement then this problem don’t occur but I don’t want to install one more plugin for no reason as the theme itself have that feature.
Hope this clarifies.
Thanks!
Hello Vicky,
I suppose that you are referring to Google Adsense Link Units -> https://support.google.com/adsense/answer/15817?hl=en. Our theme does not recognize these parameters, and if you want to achieve that format of Ads, you can try to use AdRotate plugin. The theme only works using the Google Adsense ad codes: https://forum.tagdiv.com/ads/ … for another type of ads you can either use wp text widget or a plugin like Simple Ads Manager or AdRotate to render the code then use theme’s ad spots. There is no official tested ad plugins as we have our ad system. Adrotate works with our theme even though it’s not tested by us but by our users.
If is not what you mean, please provide more details, so I will be able to provide a more accurate response.
Thanks for your understanding!
Hi,
Okay I get it, that I cannot show Link ads through theme’s ads panel.
I got one more thing, I want to ask i.e., Whenever I try to use W3 Total Cache with NewsPaper theme and choose the option to load Javascript Asynchronously, I noticed that the theme stop showing images. Also, if I use the TagDiv Mobile theme with W3 Total Cache, the mobile theme start showing on browser sometimes and the desktop theme on mobile platforms.
I tried to fix this issue by choosing the defer Javascript option of the w3 Total Cache, but still the issue of images not showing up and wrong theme for different platforms loads up.
Then I decided to delete the mobile theme and to do that again, but the image issue was still there.
Right now, I am not using any Caching plugin and any other plugin or code to load javascript asynchronously/ defer.
I noticed some warnings when I ran Google Pagespeed Insights and would like to learn some tips to fix these warnings.
I know I can also use WP Super Cache, but it is not that efficient and don’t have that many features as compared to W3 Total Cache.
If you are about to run a Google Pagespeed Insights, then please check the render blocking javascript and css for the desktop and ignore for the mobile platform as I am using mobile theme which is preoptimized.
Thanks!
Hello Vicky,
Please notice that the W3 Total Cache is not tested with our theme, sorry! You should use only the WP Super Cache plugin because this is our tested caching plugin. For more information about settings of WP Super cache, please consult here -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Please notice that the mobile theme makes some troubles due to WP Super Cache plugin. Also, the WP Super Cache plugin is compatible with the mobile devices, but if you are using the Mobile Theme, please notice that you should make some changes for a better working. This could be a problem from wp super cache and not the browser. If you use the plugin, please use this method to fix the issue:
Use this link and add the customization as marked here: https://github.com/Automattic/wp-super-cache/pull/185/files
Edit wp-cache-phase1.php and add the green code from the right column as it shows there.
If you need more assistance regarding on your images, please provide your website URL so we can take a closer look.
Thanks for the message!
Hi,
Thanks for the reply. As said I am not facing any problem with WP Super Cache and images & blog is working just fine with WP Super Cache, but the thing is WP Super Cache doesn’t have that many features as W3 Total Cache got.
Here is the actual problem is with the Asynchronous tag i.e., whenever I try to use the Async feature of W3 Total Cache or plugin to make all the javascript Asynchronous/ defer, the images stop showing up. If you can tell me any script which needs to be excluded then it would be really helpful. If this functionality cannot be attained then also please let me know. Also, as far as the testing is concerned then W3 Total Cache works just fine if I uncheck the Async Javascript option, but then again it becomes a bit useless to use it.
Also, let me know if there is any possible way to show the News Ticker on all the pages of the site or on all articles page. Currently it can be only shown on the homepage but it would look really great on the articles pages. If there is any possible to do the same then please let me know.
Blog URL – http://thatsbreaking.com
I am trying to add Async Javascript to make my blog load faster and to increase the Google Pagespeed Insights.
Thanks and have a nice day!
Hello,
Well since the plugin is not tested, there is no solution we can provide for the async javascript. As a workaround, you can try to disable the theme lazyload animation as that is the first to break on a js error. Your images will appear again but you will have to test other parts of the theme that will not work properly because of the js error the option creates. You will have to check the site and if you encounter any other errors, you should keep in mind that the async option is on and try to disable it if anything else occurs.
As for the news ticker, you can add it on any at all page as it;s a simple element found in the visual composer element list.
If you want to add it on posts, you can do it from the theme code for every post at one. You will have to add this code:
<?php echo do_shortcode ('[td_block_trending_now tdc_css=""]'); ?>
Add the code on each of the post templates that you use (each post style has it’s own file):
https://www.screencast.com/t/NKMofpKm7z
Thank you!