Pop-up Display Issues

  • Posts: 37
  • Thank you received: 5
10 years 3 weeks ago #198112

I am having some issues on my site, all of the pop boxes refuse to display.

When I click a function that requires the pop-up to display the whole website goes "dark". Apparently this is Something to do with the Javascript not loading properly...

I have enabled error reporting in Joomla and it shows nothing :dry:

Does anyone have an idea what is going on here?

This is the bit that is no loading, I can see it in Firebug...

<div id="modal-hikashop_new_address_popup" class="modal hide fade in" style="width: 780px; height: 490px; margin-left: -390px; display: block;" aria-hidden="false">
<div class="modal-header">
<button class="close" data-dismiss="modal" type="button">×</button>
<h3>New</h3>
</div>
<div id="modal-hikashop_new_address_popup-container"> </div>
</div>
<div id="modal-hikashop_edit_address_popup_3" class="modal hide fade in" style="width: 780px; height: 490px; margin-left: -390px; display: block;" aria-hidden="false">
<div class="modal-header">
<button class="close" data-dismiss="modal" type="button">×</button>
<h3>Edit</h3>
</div>
<div id="modal-hikashop_edit_address_popup_3-container"> </div>
</div>
<div class="modal-backdrop fade in"></div>

Many many thanks in advance!

Please Log in or Create an account to join the conversation.

  • Posts: 26226
  • Thank you received: 4035
  • MODERATOR
10 years 3 weeks ago #198115

Hi,

You're using "bootstrap" modals with a template which does not handle it correctly (missing CSS).
The easier is to change the popup mode in your HikaShop configuration in order to use the "mootools" popups.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Jethro

Please Log in or Create an account to join the conversation.

  • Posts: 37
  • Thank you received: 5
10 years 2 weeks ago #198709

Solved my problem, hopefully this will help others using a Bootstrap 3 environment... many thanks!

Last edit: 10 years 2 weeks ago by Jethro.

Please Log in or Create an account to join the conversation.

Time to create page: 0.053 seconds
Powered by Kunena Forum
loading