• Resolved pacous

    (@pacous)


    Hello,

    first, let me thank you for the great effort on this plugin! Recently introduced multiple markers moves the usability of the plugin to another level.
    I have a question regarding secondary markers. I managed to create a post with multiple markers. I’ve tried to edit information displayed in popover. Title and anchor works like a charm. However, I’m not able to show custom thumbnail. Even though I set it in the administration, the map is not showing these thumbnails. Any advice what am I doing wrong?
    Thanks a lot in advance!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Camille V

    (@socrapop)

    Dear @pacous,

    I think there is a bug, another user told me the same thing last week! I didn’t have the time to check, I will do it as soon as I can ??

    Plugin Author Camille V

    (@socrapop)

    New update 2.0.4 should fix the issue ??

    Thanks for the update Camille, works perfectly now!

    Thread Starter pacous

    (@pacous)

    Does it? Finally I got myself to test it, but unfortunately I still get a grey box with custom title of the secondary marker. Unfortunately, no thumbnail image for secondary marker displayed. :-/ What am I doing wrong?

    Plugin Author Camille V

    (@socrapop)

    I check on your website, the image is showing in the code, but a css rule is setting opacity:0 on them, so it’s transparent…

    Here is the rule:

    body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img:not(.woocommerce-product-gallery img):not(.rs-pzimg), body.td-animation-stack-type0 .td-animation-stack .td-lazy-img

    I don’t know from where it’s coming (a plugin or your theme?) because you are using autoptimize and all the css is included in a single file. It looks like a lazy loading functionality not working well.

    You can fix it with custom CSS if you want, add this to your css (if you know how to add that, if you don’t, I can come back to you with some explanations):

    .travelersmap-container .default-popup .img-mask img {
        opacity: 1 !important;
    }

    Have a nice day ??

    Optimizing Matters

    (@optimizingmatters)

    Hey Camille; you can (almost) always disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL ??

    hope this helps debugging,
    frank (ao dev)

    Thread Starter pacous

    (@pacous)

    Thanks a lot. I’ve finally got to check it and do some research. Your custom CSS worked like a charm. Thumbnails for secondary markers work now! Thanks a lot!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom thumbnails for secondary markers’ is closed to new replies.