• Resolved semperaye

    (@semperaye)


    I currently have the plugin disabled on one my websites running mylistings theme using google maps api. With the WP-External Links plugin enabled, the maps and listings do not show up on the page provided unless you select a region and that region has a listing assigned to it. Disabled, all the listings show up for all regions as intended.

    I can provide anything you need to get this resolved. Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    I looked at your website, the only thing I see that could cause issues if you are using an older version of WP External Links is some <a> tags without attributes.

    Are you using the latest version of WP External Links, version 2.43?

    Otherwise I would have to look at the website when WP External Links is active in order to have any chance at figuring out the issue 🙁

    Thread Starter semperaye

    (@semperaye)

    Hi Alexandru!

    Yes the plugin is up to date. I’ve re-enabled the plugin so you can check 🙂

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Sorry but unfortunately I really can’t see any hints as to why this is happening 🙁

    The only idea I have that you could try is that if you are able to edit the plugin’s code you could try to comment out line the register_scripts(); call on line 19 in wp-external-links/includes/class-wpel-register-scripts.php

    Basically change:

    protected function action_wp_enqueue_scripts()
        {
            $this->register_scripts();
        }

    To:

    protected function action_wp_enqueue_scripts()
        {
            //$this->register_scripts();
        }

    Let me know if that helps 🙂

    Thread Starter semperaye

    (@semperaye)

    Hello again! I tried what you suggested and it didn’t work. I also tried to add that page as an exclusion in WP External Links but that didn’t help either.

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Sorry, I looked into this more but I really can’t think of anything else 🙁

    It seems there’s some sort of JavaScript issue but WP External Links should not affect any thing related to that.

    I’ll close the thread, but if I have any ideas I’ll get back to you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Breaks MyListings Theme’ is closed to new replies.