• Resolved emirandah

    (@emirandah)


    I have an image-heavy post, and I am using the image carousel shortcode to embed images. Everything looks great in desktop view, but when I view in mobile, I only see the first image in each carousel.

    I m flexible on which shortcode I use, so I can use another one if it will work better for my purpose; however, I had previously tried using the gallery shortcode, and there is no option to display image captions, which are necessary for this post.

    So I am looking for either one of the following solutions:
    – a way to show image captions in the gallery shortcode, or
    – a way to view all images in image carousel when viewing on a mobile device

    Appreciate any help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi @emirandah,

    first, try adding adaptive="no" to your carousels. This will disable collapsing on mobile devices. Example:

    [su_image_carousel adaptive="no" ...other options...]
    

    [su_custom_gallery] can display captions. It can display captions all the time OR on mouse hover.

    [su_custom_gallery title="always"]
    [su_custom_gallery title="hover"]
    [su_custom_gallery title="never"]
    

    The thing is that the gallery is using text for captions not from the Caption field, but from the Title:

    Thread Starter emirandah

    (@emirandah)

    Okay, thank you. I tried both options:
    – Setting adaptive to “no” on my carousel shortcode did fix the mobile view, but unfortunately the caption then covered the majority of the photo. Is there an option to have the caption display below the image instead of on top? Because otherwise the image carousel is my favorite of the options.
    – In gallery shortcode, I changed the image title to the caption, and that did work. I foresee a potential problem with some of the images though, because they have the same caption.

    In general, I love the options available in the image carousel; things like setting number of columns, and crop factor. Do you plan to add these same options to the gallery? If you did in the future, it would be very helpful.

    Thank you!

    Plugin Author Vova

    (@gn_themes)

    Do you plan to add these same options to the gallery?

    Yes, I will add a new shortcode similar to the Image Carousel that will have all the options you (and me) like about it. This task requires a lot of time, so I don’t know when it will be done.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Carousel not showing all images in mobile view’ is closed to new replies.