Bug with modal popups on bootstrap templates

  • RCheesley
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 10 months ago - 10 years 10 months ago #33085 by RCheesley
I've come across this several times, both using Joostrap and other bootstrap-enabled templates, so guess it might also be a problem with Joomla core templates.

Basically features such as invite a friend (on event details page) and also the 'view course' link when you're in the cart - which are displayed using a modal popup - do not show in the correct place on the page but are instead a 'floating' button which appears to scroll with the page (see below, this is displaying between the bottom of the main menu and the start of the content!).



Thought it might need fixing!

Ruth

Ruth Cheesley
Virya Group Ltd.
Attachments:
Last edit: 10 years 10 months ago by RCheesley.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
10 years 10 months ago #33088 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Bug with modal popups on bootstrap templates
Dear Ruth

Thanks for reporting. Yes, this is a known bug and I had it fixed in the latest version which I am working on at the moment (will be released in about two weeks). The new version will also be responsive as well :).

So if you are in rush, submit a support ticket sending us information of your site so that we can fix it for you. If not, then wait for the new version :).

Tuan

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

  • RCheesley
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 10 months ago #33164 by RCheesley
Replied by RCheesley on topic Re: Bug with modal popups on bootstrap templates
If you could let me know the changes to make, I can do it myself.

Ruth

Ruth Cheesley
Virya Group Ltd.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
10 years 10 months ago #33175 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Bug with modal popups on bootstrap templates
Hi Ruth

Basically, we will need to search through the whole component/com_eventbooking folder, find the code below :
Code:
JHTML::_('behavior.modal');

2. Change it to :

JHTML::_('behavior.modal', 'a.eb-modal');

3. Find the code :

class="modal"

4. Change it to :

class="eb-modal"

After that, it will work as expected.

Tuan

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

More
10 years 5 months ago #38565 by CT
Has this update been done yet? I am still seeing the same issue with T3-Framework which is Bootstrap based.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
10 years 5 months ago #38571 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Bug with modal popups on bootstrap templates
Hi

This issue was fixed from version 1.6.0 if I remember correctly. What version you are using on your site now ?

Tuan

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

Moderators: Tuan Pham Ngoc