Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can a layer in one page be made visible or hidden from a button in different page for epub

New Here ,
Aug 05, 2021 Aug 05, 2021

I'm creating an epub document. I want a layer in page2 be made hidden/visible by clicking a button in page1. I tried multi state objects, but using that we can control the states present in the same page as the button. Any ideas please.

TOPICS
EPUB , How to , Publish online
847
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mentor , Aug 06, 2021 Aug 06, 2021

This is not possible in an epub: states cannot be saved between pages, and each page is a separate html page that has no awareness of other pages, nor can pages 'communicate' (meaning use variables and share variables) between them.

Translate
Community Expert ,
Aug 05, 2021 Aug 05, 2021

I'll need more of an idea what you're trying to do in order to help you. Layers are document-wide so if you hide a layer, it will hide everything in the document that is on that layer.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2021 Aug 05, 2021

In order to hide a layer using a button, either layer has to be a button or should be in multi state object. I tried both. example: I converted a layer (in page2) into a button (layerBtn) & made hidden until triggered and i made another actual button (OnBtn) in page1 that has actions when clicked it make the 'layerBtn' appear. But it does not work. it works only when both buttons are in same page. I hope I answered your question.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Aug 06, 2021 Aug 06, 2021
LATEST

This is not possible in an epub: states cannot be saved between pages, and each page is a separate html page that has no awareness of other pages, nor can pages 'communicate' (meaning use variables and share variables) between them.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2021 Aug 05, 2021

What possible good would that do even if you could do it. A fixed layout epub only displays one page at a time.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2021 Aug 05, 2021

so that when i move to next page, the layer will be visible for me. I could not accomodate all the buttons & layers in a single page. So i have to keep a page dedicatedly for button and another page to dedicated to layers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Aug 05, 2021 Aug 05, 2021

Can you provide a sample file so we might understand better what it is you're trying to accomplish?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2021 Aug 05, 2021

As with Diane, I need to see a sample of what you want. If you want a button to take you to the next page, why isn't the next page already showing what you want?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2021 Aug 05, 2021

Here attached is sample indesign file. On clicking the ON button in page, the layer should appear in page 2. the desired output is epub or online publishing.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2021 Aug 05, 2021
Why don't you just create a multi state object on page one?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2021 Aug 05, 2021

but how does it affect page2?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2021 Aug 05, 2021
Honestly, I don't think you've thought this through at all. What you want to do can't be done so it's time for a plan B and without a full explanation nobody is going to be able to help you.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines