• Resolved datiswous

    (@datiswous)


    Hello,

    See topic.

    With the new version (2 I asume)

    the:

    .post .gallery_container_jsj-gallery-slideshow .gallery-pager li {
    display: none;
    }

    doesn’t work anymore. This means the thumbs under the image are shown, what I don’t want.

    Issue 2 I have with new version. You removed the option to set a standard height + weight option for the slides. Which means images of different sizes are bumping my blog up and down. The standard way of setting height …px and weight auto was one of the reasons I liked this plugin.

    Btw. I have absolutely no idea what to fill in here (or what it realy does):

    This option determines whether or not Cycle2 will provide height management for the slideshow which can be very useful in fluid or responsive designs

    Yes? No? A number?

    https://ww.wp.xz.cn/plugins/jsj-gallery-slideshow/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter datiswous

    (@datiswous)

    Also, I found a conflict with the Nextgen gallery plugin (version 2.0.66.27). If this plugin is active, navigation links in slideshows won’t work.

    Plugin Author Jorge Silva-Jetter

    (@jorgesilva-1)

    1. For the first problem, just change the CSS class.

    .jsj-gallery-slideshow-gallery-container.jsj-gallery-slideshow-classic .jsj-gs-pager {
        display: none;
    }

    If you’re not familiar with CSS, the chrome DEV tools is a good way to find the CSS rules for things and what classes they have: http://discover-devtools.codeschool.com/

    I might add a new theme later on that doesn’t have the thumbnails at the bottom.

    2. I agree 100% that this is not clear. This refers to the Cycle2 API which you can find here under the Options > Auto height options: http://jquery.malsup.com/cycle2/api/

    It reads:

    There are three ways this option can be used:
    an integer can be provided to identify the zero-based slide index for a sentinel slide
    the string “calc” can be provided to instruct Cycle2 to calculate the tallest slide and use it as the sentinel
    a ratio string can be provided which identifies the width:height aspect ratio for the container

    Can you give any of those (integer, ‘calc’, ratio) a try and see if any of them work?

    Also, can you send me a link with the page in which you are using this in order to see what’s going on.

    I agree that the bumping up and down is a bit of a pain. I hated when that happened in my site. The reason why this is no longer the same way is that I switched the plugin to Cycle2 and Cycle2 (and this new version of the plugin) is made to be responsive, so it can work in mobile phones. That is a really good thing!

    That being said, I do think there should be a way for the slideshow to be 1. playing automatically and 2. keep the same height. The fix might not be an easy quick one though. I’d love to hear if you have any ideas on how to solve that problem.

    3. Also send a url where this doesn’t work. That would help. Keep in mind that I might not be able to solve this problem since this might be caused by the NextGen plugin. Let’s give it a try though!

    Thread Starter datiswous

    (@datiswous)

    I’m sorry I didn’t answer yet. I didn’t have time yet. I will answer the rest when I have.

    The problems are on a test website, which is hidden for public, so I can e-mail you a login so you can look at it.

    Thread Starter datiswous

    (@datiswous)

    1. Thanks, issue resolved.

    2. I don’t see anything happening when I fill the integer, ‘calc’ or ratio in the auto height box.

    There’s some more info here..

    Maybe you can provide backward compatibility to Cycle 1 until certain issues are resolved. For non responsive websites it’s not needed anyway.

    I have another issue as well which is described in the faq under title:

    Why do all my images (slides) display briefly when the page loads?

    (somewhere end of page)

    Thread Starter datiswous

    (@datiswous)

    Sorry the info of my last issue which is mentioned on the FAQ of Cycle2 is
    here: http://jquery.malsup.com/cycle2/faq/#fouc

    I also found out that if nextgen plugin is activated it seems to take over rendering and the image bumping is gone (but then the navigation doesn’t work).

    Plugin Author Jorge Silva-Jetter

    (@jorgesilva-1)

    That’s a really good find. I’m going to update the plugin so that it includes that in the CSS and won’t be an issue anymore.

    The NextGen thing might be because it’s adding some css to it… ?

    Again, thanks for the find.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Version 2 issues’ is closed to new replies.