Jump to content

Archived

This topic is now archived and is closed to further replies.

claudedagenais

[Solved] incompatibility with EventON

Recommended Posts

claudedagenais

Hi,

Hi,
We are having an incompatibility problem with EventON & Pagelines. We created a test site with just these two plugins installed to demonstrate the problem.
When creating an event (Add Event) the Select from List section doesn’t work. Specifically the drop-down doesn’t work. If Pagelines is disabled then everything is fine again.

Can someone look at this? I can provide credentials to a test site with only the relevant plugins installed.

And for sure the plugin developper says that you are the problem...

eventon.png

Share this post


Link to post
Share on other sites
claudedagenais

I should have added that I understand that you don’t know this plugin and that for you this might be awkward but the developer put all the responsibility of the problem on you and won’t even look at the problem at this point. So any help will be appreciated event if it is just to give me proof that they are the one to blame.

Tx

Share this post


Link to post
Share on other sites
claudedagenais

And it looks like something that changed in Pagelines CSS.

The problem is Pagelines overiding the backend css of EventON- see screenshot

Can it be fixed?

listt.jpg

Share this post


Link to post
Share on other sites
claudedagenais

The guys at EventOn found a workaround in CSS to compensate for what was changed in Pagelines:

.select2-container--open .select2-dropdown--below {
  width: 460px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  overflow-x: visible !important;  
overflow-y: visible !important;
}

.select2-container--default .select2-selection--single {
  width: 460px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: -455px !important;
}

Can you check what is causing this to conflict in Pagelines. 

Tx.

Share this post


Link to post
Share on other sites

×