• Is there any way to style the pop-up info boxes with CSS? Can’t inspect the pop-up box, so assuming that it relies on Javascript or JQuery? I see nothing in the documentation. Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author bluisier

    (@bluisier)

    Yes you can inspect the infoboxes easily. Just open an infobox, right click and open the inspector and the pres ctrl+shift+c. Then just hover your mouse on the infobox to see the HTML. And yes you can style the infoboxes with CSS

    Thread Starter Chuck Munson

    (@chuck0)

    We opted to directly edit the PHP files while we were waiting for an answer to this question. We really appreciate the work you’ve done with this plug-in. It looks like at some point, in an earlier version, there was dashboard support for the infobox styling. Why was this removed?

    Plugin Author bluisier

    (@bluisier)

    I built the plugin with that in mind (dashboard in the admin to create different infobox styles) but never had the time to finish it unfortunately

    Anonymous User 17904682

    (@anonymized-17904682)

    Hi bluisier,

    thanks for this plugin. It could be the one I am looking for.
    I only want to change one thing with this infobox but I am not sure if this is possible. I need more height in the infobox but I can’t find this CSS anywhere.
    Can you help me?

    
    #IASProjectMapN645UFF41p .novo-map_infobox_style_default {
    
        width: 320px;
        <strong>height: 210px;</strong>
        background-color: rgba(0,0,0,.7);
        max-width: 90%;
        overflow-y: auto;
    

    Hello herrjaro,

    I have made modifications to the infobox styles on my client’s website and this is where I made them: /wp-content/plugins/novo-map/public/partials/infobox-styles/default-css.php. Please note that this file would be overwritten each time you update the plugin, so you will need to keep an off-site backup.

    Hope this helps.

    Cheers,

    Anonymous User 17904682

    (@anonymized-17904682)

    Hey @mikehermary,

    Thank you for your fast response. I have found it. Thx.

    Hello herrjaro,

    Glad to hear you got it sorted.

    Cheers,

    Hi – this plugin might be what I’ve been looking for for a few months! BUT the ‘close button’ for the info-box is very large. Any idea how to reduce it’s size?

    I’ve found (and adjusted) the CSS to do what I needed to do. Great plugin – thanks!

    @best_before would you be so kind and share your solution? I’m facing the same issue.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Styling the pop-up info box’ is closed to new replies.