Sliders don’t work after update
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sliders don’t work after update’ is closed to new replies.