Hi,
version 3.0 looks great. I love the theme panel.
Three Questions:
1.) Where do I find the speedbooster plugin? Its not downloadable via “install plugins”.
2.) ADS: sidebar ads (300×250 google adsense) are not displayed at all AND Header ad is not shrinking on smaller devices. Am I missing someting here?
3.) Lightbox for featured images is working fine. But all images added via visual composer are opening not in a lightbox. Can you recommend a plugin or tell me how to be able to use your lightbox also with inarticle images?
My page: http://www.brettspiele-magazin.de
Cheers,
Norman
-
This topic was modified 12 years by
julingn.
hi,
1) you can find speed buster plugin in /plugins directory in the theme source code:
http://screencast.com/t/l0RsEUsV ,but for now I recommend not to use it, we had found some bugs.
2) https://forum.tagdiv.com/how-to-update-newspaper-from-v2-to-v3/
3) please install lightbox plugin and shoud see all the image with this.
Thanks for you message.
Radu A.
Hi Radu,
thanks for the fast reply. About
1.) Found it, thanks. I’ll wait until the known bugs are fixed.
2.) Perfect. Sidebar Ad is displayed now. But the header ad is still not responsiv on tablets.
3.) Which lightbox plugin? Any? I installed jackbox and that is not working.
Hello,
1. We fixed Speed Booser plugin, we have release v 3.0.1
2. You site link not work, to see the header ad issue http://screencast.com/t/BXuNTwne0PX1
3. Search on WordPress plugins for lightbox, there are a lot of plugins, you can try Lightbox or Simple Lightbox.
Thanks for the message!
Hi,
I thing your ad is not responsive, if you have more banners at different sizes you can add it each one like this, add this code in ad panel:
<div class="td-visible-desktop">
---paste you AD code for desktop (recommended size is 728px width)---
</div>
<div class="td-visible-tablet-l">
---paste you AD code for ipad orizontal (recommended size is 468px width)---
</div>
<div class="td-visible-tablet-tp">
---paste you AD code for ipad vertical (recommended size is 468px width)---
</div>
<div class="td-visible-phone">
---paste you AD code for phones (recommended size is 300px width)---
</div>
Hope this help.
Thanks!