• Resolved dk9

    (@dk9)


    Hi guys,

    On desktop, the form shows nicely, but on mobile there’s a button says “Contact Listing Owner”. Clicking it does nothing.
    Any idea why?

    Greetings and thanks

    Daniel

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Garret L

    (@garret1996)

    Hi @dk9

    Thanks for reaching out to us about this.

    This is a bug that will be fixed in the next release. In the meantime, you can make this change to your current version of the plugin if you wish.

    To do this, go to Plugins > Plugin Editor and select Business Directory Plugin on the right-hand side of the page. Once you’ve selected Business Directory Plugin, click on the “Select” button.

    Using the Plugin File editor, go to assets > js > wpbdp.min.js

    On line 108 replace:
    $( '.wpbdp-listing-contact-form .contact-form-wrapper' ).show();
    With:
    $( '.wpbdp-listing-contact-form .contact-form-wrapper' ).removeClass( 'wpbdp-hide-on-mobile' );

    If you feel uncomfortable making that change, you can wait for the next release when this fix will be included.

    That should address the issue for you. Please try that and let me know!

    Regards,

    Thread Starter dk9

    (@dk9)

    Hello, thanks for the answer.

    I tried to to do, but it didn’t help.

    Any idea when the next update will be released?

    This is a major bug, as mobile customers can’t contact listing owners. Thanks

    Plugin Support Garret L

    (@garret1996)

    Hi @dk9

    We don’t have a release date set just yet as our developer still has a few other things they are working on.

    I do understand your concerns and apologize for any inconvenience in the meantime. I will let the team know that people are waiting for the next release.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Message Listing Owner not working on mobile’ is closed to new replies.