Want to put in the widget
I have this affiliate link https://www.dreamhost.com/r.cgi?2213974
HI
@@GlanceCompany The theme support banner ads, you can find more details in this regard in our documentation: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Let us know if you need further assistance o this.
Thanks!
Hi Andrel,
Here is my scenario.
There are some affiliated Program where the company share 300 x 250 image and a referral link.
e.g Here is the referral link.
The scenario you are sharing is the case , where script has to be added in the text and image automatically pops up.This I have done it for some affiliated program.All the advertisers has no such link.
Hi,
I’m not sure exactly what implementation is needed for your affiliate ad. Please ask the ad provider about an implementation method as we have not tested this type of ads. Add it inside a simple text block as Chris suggested above and see if it works. Any ad should work from a text box if the proper implementation is added. some special types of ads require a piece of code added in the theme’s head tag. Please refer to your ad provider’s guide
Thank you!
The company has provided me the link and Image..not script..
For e.g.
Dreamhost has only link .they dont have banner ad script.
https://www.dreamhost.com/r.cgi?2213974
They have provided me the image.
Mode of operation, when user click on the image , it will trigger the link and navigates to Dreamhost landing Page.
In the current widget, the theme has text where we can put only script not for uploading image
can you let me know which widget I have to use ?
Hi
To place the ad in sidebar you can use the sidebar ad-spot from theme panel, just paste the html code there: http://screencast.com/t/yLQwistTs8 then add the ad-spot in sidebar under Appearance > Widgets: http://screencast.com/t/0rlT1Vq8WZd
This is an example of a banner ad code:
<div class="td-all-devices"><a href="link-to-the-page"><img src="image-url"/></a></div>
Hope this helps!
Thanks!
SCENARIO 1:
This feature I got it.and I have already placed in my blog.Automaticall the images comes up
SCENARIO 2:
There are some affiliated Program where the company share 300 x 250 image and a referral link.
e.g Here is the referral link.
https://www.dreamhost.com/r.cgi?2213974
In this scenario I have to upload the image and link it to the referral link
Hi,
You need to have the image on your server and edit the code Andrei provided by adding the url and the complete image path pointing to where you placed the image on your server. It does not have to be uploaded through the media library. You can simply place it anywhere on the server as long as you specify the correct path to it in the ad code.
Thank you!
Oh that is a painful.
Where can I add the link the image and affiliated link ?
Hi,
You have to copy and paste the image on your server and then use the ad code like so:
<div class="td-all-devices"><a href="the link the ad provfider sent you"><img src=the source path where you placed the image"/></a></div>
You can paste the image anywhere on your server as long as you add the correct path in the code above. Here is an example of the ad code with an image and url:
<div class="td-all-devices"><a href="#"><img src="http://192.168.0.70/newspaper7/wp-content/uploads/2016/09/rec728.jpg"/></a></div>
I hope this helps.
Hello Fitlogy.com,
The image should load on your server in Media Library, like this -> http://screencast.com/t/FCEhCslI
This is not a sophisticated task.
Hope this helps!
If is not what you mean, please provide more detail so I will be able to provide a more accurate response.
Thanks.
Thanks Catalin.
Is there any way to add URL(landing page) at the image.
For Instance if user clicks on the image it will navigated to their website
Hello Fitlogy,
You should add an image at your homepage, using the Single image element from Visual Composer and from settings you can add your desired link (URL), like this -> http://screencast.com/t/UuTrjQJZguNi
Thanks for your understanding!