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

how to remove the Expand icon in Captivate 9?

New Here ,
Aug 03, 2017 Aug 03, 2017

expand_icon@2x

I need to remove this icon from my courses entirely, it's confusing and not user-friendly. I don't know how to do this, unfortunately.  Our courses are responsive but not built using fluid boxes so we shouldn't see this icon in the first place. I tried speaking to Adobe Support but they didn't really fix the problem. I can still see this icon now and again.

Any ideas?


Thank you.

1.2K
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
People's Champ ,
Aug 03, 2017 Aug 03, 2017

You should be able to press F12 in the browser, in IE click the DOM Explorer Tab, then select the pointer icon and click on that icon. It's almost the same in Chrome.

See what the id of the icon is and then on the first slide, on enter execute the JavaScript:

document.getElementById("icon id").style.display="none";

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 04, 2017 Aug 04, 2017
LATEST

good tip, I'll try this. Thank 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
Contributor ,
Aug 03, 2017 Aug 03, 2017

I don't know if you saw this discussion, but the OP figured it out:

How to get rid of these text expanstion boxes-CP 2017

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 04, 2017 Aug 04, 2017

Thank you, we do apply different effects to our objects and the expand box seems to appear on such objects. I'll check if removing effects solves the problem.

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
Resources
Help resources