-
AuthorPosts
-
May 23, 2016 at 8:46 am #636615
I am looking to add a sidebar to my page and want to include some images that will link to other pages similar to the Enfold ad on this page https://kriesi.at/support/.
The way I have done it is to add a text widget and then html to the image which is hosted on photobucket but then if you click on that image you are taken to photobucket.
What is the easiest way for me to do this – do I need to customise the advertising widget as I only want one image which is a similar size to the enfold ad here https://kriesi.at/support/
By the way do you know what size that ad is?
Thanks
May 23, 2016 at 4:20 pm #636914Hey keifygeorge,
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitMay 23, 2016 at 4:41 pm #636939I am not sure that addresses my question.
As you scroll down this page I want to be able to click on the images in the sidebar and make them link to another page http://westcoasthammocks.com/index.php/superjumbo/.
Thanks!
May 23, 2016 at 11:20 pm #637126Hi,
The widget way can be made to work as you like just right click the photobucket image then select “open image in new tab” or upload it to http://www.imgur.com copy the URL mostly it should end with a .jpg or .png depending on what you upload. use this image link and let us know if it works.
It appears i am unable to view the page you are mentioning. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayMay 24, 2016 at 3:00 pm #637502Hi,
I have sorted it out now – http://westcoasthammocks.com/superjumbo/
Also please see the enfold ad/image I was referring to attached.
<img src="<img src=”http://i1020.photobucket.com/albums/af329/erukus/Screen%20Shot%202016-05-24%20at%208.58.00%20pm.png” border=”0″ alt=” photo Screen Shot 2016-05-24 at 8.58.00 pm.png” />” alt=”Enfold Ad” />
May 25, 2016 at 3:24 pm #638069Hi,
Glad you figured it out! Let us know if you have any other questions or issues :)
Best regards,
YigitMay 26, 2016 at 2:02 am #638368I meant I had sorted the link out – I still don’t have an answer to my original question/issue.
May 26, 2016 at 3:50 am #638415Hi,
The ad size is 295×246 px
Please use the “advertising widget” in Appearance > Widgets.
Best regards,
VinayMay 26, 2016 at 7:52 am #638559Ok but doesn’t that only allow me to have two images? I am only after one image.
May 26, 2016 at 8:20 pm #638933Hi,
It will allow you to have one image. Please try out the widget and let us know if you have any questions :)
Best regards,
VinayMay 27, 2016 at 2:48 pm #639308OK so one image and an empty box to the right of it that says ‘Advertise Here’
I found this code and was wondering it is possible to have less white space under the image between it and the next image
.avia_partner2 { display: none!important; }
.avia_partner_widget a, .avia_partner_widget a:hover { width: 100%; padding-bottom: 100%; }May 27, 2016 at 4:06 pm #639352Hey!
Please use the below CSS and adjust the padding value 10% to suit your design
.avia_partner_widget a, .avia_partner_widget a:hover { width: 100%; padding-bottom: 10%; }
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.