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

Some panels inside "user-action-info" display correctly, but there is no close button. #11

Open
pguillem opened this issue Jul 25, 2016 · 1 comment

Comments

@pguillem
Copy link

pguillem commented Jul 25, 2016

I have evaluated and solved this one...

The reason the close button is not displaying is that there is no <div class="add-close-info"></div> on the secondary panels inside the wizzard panel.

Since the "add-close-info" action is statically attached to the "wizzard-box-info" panel, adding the same div to the sub panels will close the wizzard below, but the upper panels will remain on display.

SOLUTION:

  • Modify go_user_main_ce.php
  • Modify go_user_panel1_ce.js
  • Modify go_user_ce.css

I have the mods if you want to use them... basically i added function "add-close-info2" to handle the close buttons for the overlay panels. I hope it helps.

@demianb
Copy link

demianb commented Jul 28, 2016

Yes. Please post them here in our Github repo.

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