Registrants-List Mass Email window to small

More
4 years 5 months ago #138914 by SRN
Hi Joomdonation Team,

my site is using J.3.9.22, Yootheme Pro 2.x and EventsBooking 3.13.1

The Problem
On my website the EB mass-email modal window in the front end registrants list appeared far to small.
See picture:


I realized that this seettin comes from \media\jui\css\bootstrap.css (somewhere around row 6137)
Code:
/* Joomla JUI NOTE: Original .modal definition has to be commented */ div.modal { position: fixed; top: 10%; left: 50%; z-index: 1050; [b] width: 560px;[/b] margin-left: -280px; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; outline: none; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; }



I tried to overwrite this with EBs custom CSS. But it never took effekt.
So I modified file...
components\com_eventbooking\themes\default\registrants\default.php
by adding
Code:
JFactory::getDocument()->addStyleDeclaration( ' @media (min-width: 768px) { div.modal { left: 5vw; right: 5vw; top: 10vh; bottom: 5vh; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: px; padding-left: 0px; padding-right: 0px; width: 90%; height: 85vh; box-shadow: 0 21px 10vw 0 rgba(85,95,109,.8); } .modal-body { max-height: 75vh; height: 75vh; } } ' );

Now it lookes better like in the picture below:



My basic question:
But this is not really an overwrite. So, it will possibly vanish when the next update of EB is rolled out on my website.
Do you have a better idea where to introduce this fix?
  • Please Log in or Create an account to join the conversation.

    More
    4 years 5 months ago #138920 by Tuan Pham Ngoc
    Replied by Tuan Pham Ngoc on topic Registrants-List Mass Email window to small
    Hello

    Look like there is css conflict to me. Usually, twitter bootstrap should be loaded by your site template already, so you should go to Events Booking -> Configuration:

    - Set Load Bootstrap CSS In The Front-end config option to No
    - Change Twitter Bootstrap Version config option to the correct twitter bootstrap version use by your site template. By default, it's twitter bootstrap version 2

    Then check it again. It might solve the issue. If not, instead of adding custom css by the code like that, you can go to Events Booking -> Configuration, look at Custom CSS tab, put the custom css there to fix the issue. Doing that will avoid the css is lost when you update to future releases of the extension. That's the right way to fix these kind of issues

    Tuan

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

    More
    4 years 5 months ago #139105 by SRN
    Hi,

    thank you for the quick reply.

    My template is a Yootheme Pro template. (It's based on Yootheme Pro 2.x / UIKIT 3)
    I tried several combinations.

    The only combinations where everything looks quite OK is...
    • Load Bootstrap in front end = NO
    • Twitter Bootstrap Version = 2
    ...and thats what was set until now all the time.
    Honnestly i am not really sure what should be the right combination for my setup - but i think Load BS = NO, BS = 2
    Everything else looks strange.
    (With green buttons, etc... See screenshots)









    Finally I could manage it with custom CSS (using a lot "!important").
    Hmm it works for the moment but it's still a somewhat messy solution. I think i need to refine it more.

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

    More
    4 years 5 months ago #139117 by Tuan Pham Ngoc
    Replied by Tuan Pham Ngoc on topic Registrants-List Mass Email window to small
    Hello

    If it's really needed, you can submit a support ticket. I can ask my template developer to look at it and get the issue sorted for you

    Tuan

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

    • StreetSportService
    • Offline
    • Premium Member
    • Premium Member
    More
    4 years 4 months ago #139502 by StreetSportService
    Replied by StreetSportService on topic Registrants-List Mass Email window to small
    I would really love a wider pop-up window too. it is not super user friendly in that width (Idea: Maybe just change it to a non-pop up full page)

    ps. I use Yootheme Pro too, and had the same issue with the overlay showing in pop-ups and got it fixed via support. Happens in Membership Pro >> plan edit >> schedule content plugin tab >> Select (pop-up)


    ps: If you are Yootheme pro user, Vote/request for Yootheme Pro dynamic content support on Events booking and Membership Pro

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