• Resolved sbelaud

    (@sbelaud)


    Hi,

    I’m working on migration of a WPMU instance.

    One site, with a Virtue child theme, have a slider on main page, with external images (from google drive).

    On Virtue 2.6.0, there is no problem, but after update to 3.4.1, images don’t load.

    See src, dimensions or alt text attributes in source code:

    
    <div class="carousel_gallery_item" style="display: table; position: relative; text-align: center; margin: 0; width:100%; height:px;">
      <div class="carousel_gallery_item_inner" style="vertical-align: middle; display: table-cell;">
        <div itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><img src="" width="" height="" alt="" itemprop="contentUrl"/>
          <meta itemprop="url" content="">
          <meta itemprop="width" content="px">
          <meta itemprop="height" content="px">
        </div>
      </div>
    </div>
    

    Uploaded images works perfectly.

    In this post
    Ben Ritner (theme author) says:

    You do have to upload the images, the url is to help display information and spot issues but you have to upload

    But it was possible before, so I’m confused…

    Is this a wanted regression?

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hi @sbelaud,
    Can you post a link to your site?
    Thanks!

    Hannah

    Thread Starter sbelaud

    (@sbelaud)

    Hi,

    Finally, customers uploaded images, so you can’t see the broken slider anymore.

    But it’s not a big deal, it was more curiosity from me than a blocking point.

    hannah

    (@hannahritner)

    I don’t believe the theme has ever allowed for an external image slider. It’s possible you were using a plugin for that?
    Glad your customers uploaded photos an got it working!

    Best,
    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sliders don’t work after update’ is closed to new replies.