HELP ad responsive ads and HTML5 banners

Posted in: Newspaper
Post count: 2

I have created several ads spots using the ads feature in the theme and widgets, but after inserting the code,


<a href="#"><img scr= "http://www.mywebsite.com/wp-content/uploads/2013/12/ad-728X90-responsive.jpg" alt="" /></a>

they are not shown.
second, how I can add HTML5 responsive animation banners to the website
top, middle and left sidebar?
Thanks

  • This topic was modified 12 years by shaggi.
Post count: 9544

One thing, the code you’re entering appears wrong

img scr

should be

img src

(src is shorthand for “source”)

For animation banners you’d need to create the animation code using appropriate software, upload the assets to server (like /httpdocs/assets/animation/ ); then put in your HTML5 animation code into the advertising boxes in the theme control panel.

Hope that helped 🙂

Post count: 2

I corrected the code typo, thanks.
But the add is still not shown on the website.
Is there any stable wp ads plug-in that works with this theme I can use? current theme ads customize is not working.
Thanks

Post count: 3343

Hello,
I’ve corrected the code that you have provided and should look like:
<a href="#"><img src="http://www.mywebsite.com/wp-content/uploads/2013/12/ad-728X90-responsive.jpg" alt="" /></a>

Here we have some tutorials showing you how to setup the ads http://import.tagdiv.com/newspaper/doc/ads.html

You don’t need any plugins for the ads.
If you want we can take a look an setup a default image ad for you, just send us access to your WP via email at contact@tagdiv.com

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.