Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #636914

    Hey 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,
    Yigit

    #636939

    I 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!

    #637126

    Hi,

    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,
    Vinay

    #637502

    Hi,

    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&#8221; border=”0″ alt=” photo Screen Shot 2016-05-24 at 8.58.00 pm.png” />” alt=”Enfold Ad” />

    #638069

    Hi,

    Glad you figured it out! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    #638368

    I meant I had sorted the link out – I still don’t have an answer to my original question/issue.

    #638415

    Hi,

    The ad size is 295×246 px

    Please use the “advertising widget” in Appearance > Widgets.

    Best regards,
    Vinay

    #638559

    Ok but doesn’t that only allow me to have two images? I am only after one image.

    #638933

    Hi,

    It will allow you to have one image. Please try out the widget and let us know if you have any questions :)

    Best regards,
    Vinay

    #639308

    OK 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%; }

    #639352

    Hey!

    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

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