Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #913342

    Hello all,

    I am trying to use a Post Slider to have single images from a portfolio item show up and slide. Right now the default is to “fade” but I want it to look more like the image slider (where it slides side-to-side) I have the two examples linked below. I also would like to know how to get portfolio links that link outside the website to open in a new window.

    Also since I am using the Post Slider and not an image slider is there a way to remove the linking on some images but not all? I currently have it set in the portfolio section to open a lightbox image, but I’d rather it not be like that, but some of the items (such as the last two slides) need to have links attached.

    I greatly appreciate your help!

    #913591

    Hey jnetsc,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #914956

    Could you help me with getting the link to open in a new tab then? Or is that too difficult as well? I’ve seen some outdated topics about it (2014) but no current ones.

    #914969

    Never mind, I figured it out.
    How do I ensure that if I update Enfold that my changes stay?

    I had to update line 511 in postslider.php located in config-templatebuilder>avia_shortcodes

    This is my edited code:

    $output .= $thumbnail ? "<a target='_blank' href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";

    This is the original code:

    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";

    • This reply was modified 6 years, 9 months ago by jnetsc.
    #915054

    Hi,

    There will be an update from our developers, they will have it out soon!

    Best regards,
    Basilis

    #920603

    Anything new regarding my previous question?

    #920761

    Hi jnetsc,

    You need to use a child theme and copy the file there. Here is how to do it

    If you need further assistance please let us know.
    Best regards,
    Victoria

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