• Hi,

    One of our users has found an incompatibility with Meta Slider and this plugin. It seems some of the styling included by this plugin is conflicting with the Meta Slider admin styling.

    Here is the CSS that’s causing the problem:

    .settings h2{font-family: 'HelveticaRegular'; color:#111111; font-size:24px; font-weight:normal; background:url(../images/form_editor.png) no-repeat top left;float: left;height: 37px;width: 78%;padding-left: 59px;}

    Please could you prefix all of your CSS rules with “.pie_wrap” to ensure they don’t impact other plugins? Or even better, ensure your CSS is only included on your plugin page by using the admin_print_scripts-$page action?

    I also noticed you’re enqueing a copy of jQuery from the google CDN rather than using wp_enqueue_script(‘jquery’) – this will mean, in most cases, 2 copies of jQuery will be included on your users pages and is likely to cause compatibility issues with other plugins.

    Only minor things. If you could take a look at them it would be much appreciated ??

    Thanks,
    Tom.

    https://www.ads-software.com/plugins/pie-register/

Viewing 5 replies - 16 through 20 (of 20 total)
  • Hello Sir,

    I updated the patch you gave me last time and it worked really good ??

    Today I will check on the WP_MAIL part. Will update you on that one soon.

    The other question I had was how to get the reCaptcha for log-in?

    I do see the option but don’t know how to get the Public or Private Key for that.

    Thank You

    Plugin Contributor genetech

    (@genetech)

    Hello,

    Glad you got it working! At the moment reCaptcha only integrated with registration form perhaps we will add this feature in our future releases!

    Thanks

    Hello Sir,

    Thank You for the update.

    I checked with WP_MAIL, everything is fine on server side. I also deleted any other plugins that I wasn’t using to avoid any conflicts.

    What I did to check on the notification is that I changed my email to l*****[email protected]. Before that the email I have set up was as d******[email protected]

    When I register through any mail I do receive notifications on L*****[email protected] but on the D******[email protected] I don’t receive any notification.

    On the other hand, I don’t receive any notification on the User side either, registration or Lost Password.

    I was unable to upload the testmail.php. Was trying to figure out how to do it and where.

    Untill May 28th I been receiving notifications on my G-mail account. After that not receiving anything.

    Thank You
    Regards,
    Nikhil

    Hello Sir,

    Any update on this one?

    Thank You

    Plugin Contributor genetech

    (@genetech)

    That’s your environment related issue, Please upload testmail.php where wp-content folder is located using any FTP client like Filezilla or CPanel File Manager, and let us know how it goes.

    Thanks

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Conflict With Meta Slider’ is closed to new replies.