Skip Navigation

[Resolved] Conflict with a Popup Maker plugin

This support ticket is created 7 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 11 replies, has 2 voices.

Last updated by Minesh 7 years ago.

Assisted by: Minesh.

Author
Posts
#592093

After starting using all the Toolset plugins the popup from the home page disappeared.

When I deactivate all the Toolset plugins everything is fine.

Popup Maker plugin here:

https://wordpress.org/plugins/popup-maker/

Link to a page where the issue can be seen:

hidden link

hidden link

devseat.webcto.eu

Could you please suggest what should I do because I need that popup.

Thank you in advance.

#592416

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - with the problem URLs you shared I can see Javascript error on browser's console.

In order to minimize the cause of the issue:
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?

#593912

Dear Support,

I wrote you when I deactivate all the Toolset plugins (layouts, views, etc) the popup works correctly.

I can provide you an access to the testing site and you can check it by yourself.

Regards,

#593967

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Please share steps to see popup working when its not working.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).

I have set the next reply to private which means only you and I have access to it.

#594340

Please provide your IPs and then we can grant you an access to SFTP.

Regards,

#594684

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

My IP is: 103.240.34.86

#594958

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - I see you've setup popup for this page:
hidden link

Here is the popup settings:
=> hidden link

I've disabled all Toolset plugins on the site and I can see the popup is still not working. Are you sure its due to Toolset?

Am I missing anything here?

#595113
devseat-popup.jpg

Dear Support,

Yes, I am sure. Please look at the screenshot.

Popup is working, when toolset is disabled.

Sorry, but it's unprofessional from your side. You didn't check carefully.

#595612

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I'm working on this and I'll get back to you as soon as I've any updates on this.

#596320

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - I need to spend bit more time to this specific issue and I debug this a lot.

Here is my findings:
- I do not able to reproduce the issue with my test install (Toolset plugins + default theme active)
- I see there is specific Cookie settings set with popup maker plugin (defaults to 1 week) when you close the popup

The issue looks like specific to your install when only View's plugin active and looks like compatibility issue with third party plugin or theme you are using. this needs further debug.

I need duplicator copy of your install so that I will send this to your next level support for further debug in order to find the issue.
=> https://toolset.com/faq/provide-supporters-copy-site/

I have set the next reply to private which means only you and I have access to it.

#598762

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Thank you for all required information. I've escalated this issue to next level support for further debug. please hold on for further updates.

#600106

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I've update here and the issue is confirmed from your theme.

there is a console error:

b(...).not(...).filter(...).mediaelementplayer is not a function 

This error has already been reported against Views, and the real issue here is not on us, but on the theme:

The main cause of the issue is caused by jQuery being included twice on the page.

Our Developer noticed at least 16 templates where the theme is loading its own version of jQuery.

It is not a good practice to load scripts bundled with WordPress from different locations. It is even a worse practice to load them at the same time you load the bundled ones. Views does the right thing and uses the bundled version, so it only gets loaded once. In fact we get surprised that the site works even without Views.

Since WP 4.9, this kind of error became much more evident since they played nd modified all the JS related to mediaelements, players, etc. But this is not belongs to Toolset.