Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #25233

    The slideshow is not auto rotating when in AJAX preview. I have it set to auto/slideshow/4 seconds…. but it’s static, have to choose buttons.

    Also… where is the link for this slideshow managed?.. specifically I want NO link on these slideshows.

    Can you help?

    Thanks for the AJAX upgrade BTW…

    #126177

    Hi mgma,

    I *think* the ajax portfolio slideshows are set to change on mouseover of the individual slides so I’m not sure if the option is available for the ajax view or if Kriesi just accidentally is overriding them.

    I’ve tagged Kriesi on the topic for a definitive answer.

    Regards,

    Devin

    #126178

    Oh man… this is such a basic, necessary function. auto-rotation of slideshow? The dialogue in the admin for the slideshow says “Slideshow” and “autorotation in seconds”. I love the AJAX, but this is a must, I would have not migrated my whole site if I had known. Do you know when we’ll get an answer?

    Also… the link issue… these slideshows should have no link… and I can’t get rid of it. I don’t want to open the image in a lightbox. How do I turn that function off?

    Thanks Devin!

    #126179

    Hi!

    The autorotation not playing is actually a bug, thanks for noticing and reporting it. It will be fixed with the next version :)

    If you want to disable the slideshow links you would need to do that manually be editing the file config-temlatebuilder/avia-shortcodes/slideshow.php

    scroll down to line 382 and edit the following:

    http://pastie.org/8078318

    Best regards,

    Kriesi

    #126180

    Thanks Kriesi.. I’ll look for it.

    And thank you for the great work. I’ve got a lot going on, but finessing my UI/UX so decisively on your framework is therapy.

    I’m using Enfold for my new site, and Replete for a large corporate site with a LOT going on. It’ll be the largest responsive site I’ve ever seen. And if they’ll let me, it’ll be stunning as well.

    Peace.

    #126181

    I tried this code switch, but still have the pics of an AJAX post opening a lightbox/slideshow. Is there something else I can try?

    Thanks

    #126182

    Hi mgma,

    You replaced that line completely? If so it shouldn’t have the ability to have a link at all. Do you happen to have any caching plugins installed or anything like that which would cause an old version to be shown instead of updated re-rendered pages?

    Regards,

    Devin

    #126183

    No… I haven’t installed anything but the template. Will check it again…

    TX

    #126184

    The lightbox will only pop up if the image is wrapped into a link and the link must point to another image. It seems like Kriesi removed the link and replaced it with a div

    $html .= "<div>{$caption}<img src='".$img[0]."' title='".$imgtitle."' alt='".$imgalt."' /></div>";

    – thus no lightbox should pop up. If it still doesn’t work for you please post a link to the website and I’ll investigate the source code.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘slideshow is not auto-rotating when previewing in AJAX’ is closed to new replies.