Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems standalone #508

Open
paulavancouver opened this issue Nov 15, 2016 · 2 comments
Open

problems standalone #508

paulavancouver opened this issue Nov 15, 2016 · 2 comments

Comments

@paulavancouver
Copy link

I'd appreciate it if someone could tell me why I can't generate a standalone version of the slides.
Here thea YAML

thanks in advance


title : R
subtitle : Primeros pasos
author : Paula
job : ---
framework : io2012 # {io2012, html5slides, shower, dzslides, ...,comment=NA}
highlighter : highlight.js # {highlight.js, prettify, highlight,comment=NA}
hitheme : tomorrow
widgets : [mathjax] # {mathjax, quiz, bootstrap,comment=NA}
mode : standalone # {standalone, draft,comment=NA}
knit : slidify::knit2slides
logo : Rlogo.png
assets : {assets: ../../assets,comment=NA}
onefile : True

@webdevdufrain
Copy link

I am also having a similar issue.
I've noticed that the HTML seems to be generating but everything is left hidden. You can verify this by inspecting the html code: your contents should be there, but hidden in an opaque div element.

I have my suspicions that this is due to the link to googlecode.com being out of date. That service was discontinued, yet the <head> of the html is riddled with references to files held there. For example:
http://slidifylibraries2.googlecode.com/git/inst/libraries/frameworks/io2012/css/default.css

What I truly don't understand is this: I thought the point of a standalone file was that you didn't need to be online to view it. Why are there references to css files on the internet?

Would appreciate a solution or a workaround if the repo owner is no longer maintaining. Can anyone help?

@webdevdufrain
Copy link

This is what keeps the contents of my presentation hidden:
<body style="opacity: 0">
Setting that to 1 in the inspector (I'm using Chrome) reveals the contents of my slidedeck, albeit devoid of any of the CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants