Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » Events Manager influences CSS of Pagelines DMS

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    can you share sample link to your site for us to see and analyze?

    Thread Starter janpeeters

    (@janpeeters)

    Hi Angelo,

    Thanks for getting back to me, really appreciated. You can only see this when logged in. I can send you a login to my site but then please point me to a place where I can send you this info securely and verify it’s you. Twitter DM?

    If this is a problem you could install the theme yourself:
    https://github.com/pagelines/DMS/

    Thanks, Jan

    Hiya,

    Have you tried using the Inspector tool in the Chrome, Firefox or Safari browsers to see what CSS styles are being applied? This will help to identify what you need to do.

    Also, given this is a theme issue I would suggest you need to contact the theme developers for support.

    Thanks,
    Phil

    Hello,

    I had a look at the CSS conflict: it is due to the inclusion of jquery custom css (ui-lightness.css)

    It is not selective enough and it will likely raise a few more questions like this one

    My interpretation of the problem is here

    @janpeeters

    If you are really bothered, you can comment out following line in function localize_script() (in events-manager.php)

    // 'ui_css' => plugins_url('includes/css/ui-lightness.css', __FILE__),

    It may have a side effect if you use some Events Manager html elements that need this style

    Hope this helps

    Thread Starter janpeeters

    (@janpeeters)

    Hi @franceimage

    Very thorough research on your blog, great.
    Thanks for looking into this. I’ll forward your research to the Pagelines devs because I contacted them also about this issue. Hopefully Event Manager will make their code more specific.
    I’ll might change the code you suggested but I might also wait a bit to see how this evolves on Event Managers side.

    Thanks, Jan

    Hello,

    I tested a way to solve the problem here

    It needs:
    – rebuilding the jquery-ui custom theme
    – modifying the events-manager.js to wrap the newly created datepicker

    Thread Starter janpeeters

    (@janpeeters)

    Thanks FranceImage. I’ll feed this back to the DMS devs. Presume the Event Manager visit this forum every now and then.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Events Manager influences CSS of Pagelines DMS’ is closed to new replies.