• Resolved mrkaczor

    (@mrkaczor)


    Hi, I have created map page for category with several posts (points) in it. I want to add my own jquery script to handle linking to posts from “cpm-infowindow” – I need jquery to open post content in lightbox-like site in ajax.

    I think problem is that CP callback function ( $(‘.cpm-map’).each(function() ) is running in background and I can’t execute other js stuff on the page.

    https://www.ads-software.com/plugins/codepeople-post-map/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The $(“.cpm-map”).each….. code is used to generate the maps on page. This code is required to insert the maps on page, and display the points on maps.

    Thread Starter mrkaczor

    (@mrkaczor)

    Ok – this is ql.

    Next thing. CSS:hover of menus stops working when plugin is on page … css hover works on all the rest of pages. It looks like plugin JS overwrites hover stuff :/

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I will need the URL to your website to check the issue in detail.

    Thread Starter mrkaczor

    (@mrkaczor)

    page is passwored – I will send you access by mail ok?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘javascripts on map page’ is closed to new replies.