• Hello,

    I want to use your plugin on my website, but when I add a pin it is not showing. You can check it on https://bikeshop.chucksinontwikkeling.nl/werkplaats-en-tarief/ (the image on the left). As you can see by the pulse I added 2 pins, but the image is not showing and neither does the content when I hover over it with my mouse.

    I already deactivated every plugin I am using, but with zero effect. I am using BeTheme as the theme for my website.

    Screenshot: https://prnt.sc/g07nee

    I hope you can help me with this.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Le Van Toan

    (@levantoan)

    Hello @lfctom
    Try this css. Insert to style.css or any where in your option theme

    body .point_style a img, body .point_style img, #Content .wrap_svl img {
        max-width: inherit;
        vertical-align: inherit;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    Thread Starter lfctom

    (@lfctom)

    Hello @levantoan,

    Thanks for your reply. I added the CSS.

    Now you can see the pins, but still no text when you hover over it with the mouse.

    Can you please help me with this?

    Plugin Author Le Van Toan

    (@levantoan)

    Hello @lfctom
    Add this one more

    body.mobile-side-slide {
        position: inherit !important;
    }
    Thread Starter lfctom

    (@lfctom)

    Its working now! Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pins not showing’ is closed to new replies.