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

Export to a single web page does'nt work #652

Open
ChrRousseau opened this issue Sep 17, 2020 · 8 comments
Open

Export to a single web page does'nt work #652

ChrRousseau opened this issue Sep 17, 2020 · 8 comments

Comments

@ChrRousseau
Copy link

  • Operating system: Windows 10
  • Pencil version: 3.1.0

I Used Pencil for few years and it worked fine. I realized a mockup in 2018 without any problems. I changed recently my computer (and so my pencil version). But when I try to export my mockup (the same .epgz than in 2018) : the index.html generate do not work : there is no link behind buttons or not on the good place.
What's wrong ? Can you help me ? I'm blocked.
Thank's for your help.

@swiftech
Copy link

try "Clickable Prototype HTML template"

@ChrRousseau
Copy link
Author

I tried it, but no clickable area either.

@swiftech
Copy link

There is a bug that it is not clickable, it has been fixed in development branch but not released yet, you have to build it yourself if you can.

@Xalip
Copy link

Xalip commented Oct 26, 2020

Exporting to a clickable single web page is working on development branch again. But the page names in the sidebar on the left handside are gone somehow.

@lkdo
Copy link

lkdo commented Nov 4, 2020

@Xalip I can confirm. On the nighly build pencil-3.1.0.20201105003003, the clickable single web page is working, but the left side navigation bar is missing ( for the "Clickable Prototype HTML template" )

@sharpchi
Copy link

sharpchi commented Nov 1, 2021

Two things are happening: the Title text isn't being inserted into the element. And the stylesheet doesn't assign any colour to the text, so it doesn't appear. The following changes fixes it:
In app/pencil-core/templates/HTML/prototype.HTML/Resources/script.js:187 add:

imageWrapper.innerHTML = title.textContent;

In app/pencil-core/templates/HTML/prototype.HTML/Resources/style.css:120 add:

color: #fff;

@dvrvk
Copy link

dvrvk commented Oct 15, 2022

Hello, I have problems with pencil, when I try to export my mockup the links doesn't work because the image and the coordinates links don't match.
What is the solution for this error?

@dwatow
Copy link

dwatow commented Jun 14, 2023

#713 fix this

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

7 participants