x

Photo's not uploading in Themes/Assets

As reported yesterday, I can't upload any picture using online editor.
So at the moment I can't update *anything* and this is more than a 24 hours, can I know when this will be fixed?

Thanks

1,488 Views
Message 1 of 9
Report
8 REPLIES 8
Square

I'm not sure how long it will take, though our engineers are working on fixing that @corcav. Thanks for your patience!

1,465 Views
Message 10 of 9
Report

Hello,

I am having the same issue. I am so glad that I found this post! Any word on when this will be fixed?

-C

1,457 Views
Message 10 of 9
Report

I cannot upload files to assets, in the editor either. How long will this take to fix?

1,453 Views
Message 10 of 9
Report
Square

We don't have an official time frame, but based on the activity it should be resolved shortly. Thanks everyone for your patience!

1,448 Views
Message 10 of 9
Report

Hey so a work-around to using the upload to asset folder is to use the upload image widget, publish, then go to the webpage and get the image URL. Then paste the image URL in the src="" attribute in the html.

1,443 Views
Message 10 of 9
Report
Square

This has been fixed, guys! Sorry for the delays!

1,434 Views
Message 10 of 9
Report

I created a Image Slider on http://imageslidermaker.com/v2 to place on my website which i have to place in the HTML/CSS section under themes of my site editor.

I created the file directory s as required (see below) , under Assets and uploaded the files .

ism/
css/
my-slider.css
js/
ism-2.2.min.js
image/
slides/
_u/1527843128147_219393.jpg
_u/1527841021715_644557.jpg
_u/1527841053670_635600.jpg

After doing this i needed to post the body HTML on my site where i want the slider to be .

<div class="ism-slider" data-buttons="false" id="synergy_001">
<ol>
<li>
<img src="ism/image/slides/_u/1527843128147_219393.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1527841021715_644557.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1527841053670_635600.jpg">
</li>
</ol>
</div>
<p class="ism-badge" id="synergy_001-ism-badge"><a class="ism-link" href="http://imageslidermaker com" rel="nofollow">generated with ISM</a></p>

And Script in the page header. 

<link rel="stylesheet" href="ism/css/my-slider.css"/>
<script src="ism/js/ism-2.2.min.js"></script>

After doing all this as required the slider and images are still not loading . I thing i might have a Root Directory problem . I tried a few changes to the Sources without any luck .

Please help Cat Wink

 
 
 
1,424 Views
Message 10 of 9
Report
Square

1,421 Views
Message 10 of 9
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.