tantaman / strut

Strut - An Impress.js and Bespoke.js Presentation Editor
http://strut.io
GNU Affero General Public License v3.0
1.82k stars 485 forks source link

Unable to edit after json export/import #352

Closed peemblis closed 8 years ago

peemblis commented 8 years ago

Hi,

I exported my presentation to json. On a different computer, I imported it. I am able to view it and change the background. However, I cannot edit the text, change the text colors, etc. Most of the functionality doesn't seem available. I'm using Chrome on Windows.

Thanks!

Peng

mwcz commented 8 years ago

When this happens, are there any errors in the JavaScript console? You can check by pressing F12 and clicking the Console tab.

peemblis commented 8 years ago

Hi mcwz,

Here's the console message:

LOADING LODASH!!!! amd-app.js:11 Loaded mirror amd-app.js:6 The specified value "!" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers. amd-app.js:29 Initing amd-app.js:17 amd-app.js:25 New file name: subro_analytics_day_v3.strut

peemblis commented 8 years ago

It appears to be an issue with Chrome. I can continue developing the presentation in Cyberfox (thank goodness!).

mwcz commented 8 years ago

It looks like this bug is caused by the Spectrum color picker (issue here).

@peemblis can you try visiting my Strut instance, where I've updated Spectrum, and let me know if you still see the error? http://strut-mwcz.rhcloud.com/

peemblis commented 8 years ago

Hi mwcz,

It appears to work as usual on that instance!

Peng

peemblis commented 8 years ago

Is that instance open for use?

Peng

peemblis commented 8 years ago

Btw, is there a way to get rid of the "Use spacebar or arrow keys to navigate" that shows up during impress mode on the first step/slide?

Edit: I have a work around. I can just start the presentation with a blank slide.

mwcz commented 8 years ago

Sure, you're free to use that instance. I set it up because I wanted a Strut that embedded images in the presentation instead of uploading them to Imgur. I can't guarantee it'll always be up but it's been up for about a year with no issues. :)

As for the Impress message, add this to your presentation's CSS: .hint { display: none; }

peemblis commented 8 years ago

Thank you very much. This is an awesome tool!

mwcz commented 8 years ago

Happy to help!

peemblis commented 8 years ago

Hi tantaman,

Is there an easy way for "within" slide animation using impress/strut? E.g., if I want to withhold a particular piece of information on a particular slide and bring it in with a mouse click or arrow button (i.e., power point like).

Peng

On Fri, Dec 11, 2015 at 10:00 AM, mwcz notifications@github.com wrote:

Happy to help!

— Reply to this email directly or view it on GitHub https://github.com/tantaman/Strut/issues/352#issuecomment-163974247.