No tooltips in mashups

Home Forums MapPress Support No tooltips in mashups

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10441
    jimkimmons
    Participant

    I’m mapping individual locations in posts, and the tooltip on mouseover works fine with the marker title.  However, with mashups, no tooltips at all.

    #10444
    Chris
    Keymaster

    Hi,

    If you can provide the MapPress version you’re using, a sample URL illustrating the problem, and the shortcode you’re using for your mashup that would be helpful.

    #10850

    Hi,

    I’m having a similar problem. The URL for my development mashup page is http://dev.wordsmith-communication.co.uk/local_contact_category/food-and-drink/ the shortcode I’m using is [mashup].

    Is there a fix for this?

    Many thanks,

    Jon

    #10892
    Chris
    Keymaster

    Hi Jon,

    I looked at the page and it seems the ‘tooltips’ option is set to false.  You can control the option in the MapPress settings screen or the shortcode – you probably just need to turn it on.

    If that’s not the problem, though, let me know and I’ll take another look.

    #10895

    Hi Chris,

    I did have the tooltips setting turned on in the MapPress settings screen already. I added the tooltips=”true” to the template tag shortcode as below. It’s all working now – many thanks.

    Jon


    function archive_page_mappress() {
    if ( is_post_type_archive( 'local_contact' ) || is_tax( 'local_contact_category' ) ) {
    echo do_shortcode('[mashup tooltips="true"]');
    }
    }
    add_filter( 'genesis_loop', 'archive_page_mappress', 5 );

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.