Okay
  Public Ticket #2108118
google map place card
Closed

Comments

  • XopTgaH started the conversation

    Hello , how can i remove google place-card on Split-Screen contact page ? it looks bad under logo..

  •  675
    Neuron replied

    Hi,

    Unfortunately that is still not able, that element comes directly from Elementor team and haven't updated it, the 2.0 Bifrost update is coming which includes the advanced google map element, you'll be able to add custom markers, custom skins and much more.

    If you're looking for a solution at the moment, please check the following plugin.

    - https://wordpress.org/plugins/extended-google-map-for-elementor/

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • XopTgaH replied

    i dont need some big solution  or  admin-area solution , im looking for some little code fix for g-map iframe .

  •  675
    Neuron replied

    Alright then, you can try to add the following style in Appearance > Customize > Additional CSS.

    .gm-style .place-card-large {
        display: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • XopTgaH replied

    thank you but  before creating ticket i ve tried  doing all css-tricks , but it will not work because g-map loading iframe to page from external source , so theme css rules cannot affect  to iframe css.

    there is need to be some jquery  fix but i`m low with js


  •  675
    Neuron replied

    Hi,

    I would suggest you to add the following JavaScript instead of jQuery. It worked alright for me. http://prntscr.com/osy01t

    document.querySelector('.place-card').style.display = 'none';

    To add JavaScript you can install the plugin insert headers and footers.

    - https://wordpress.org/plugins/insert-headers-and-footers/

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • XopTgaH replied

    it doesn't work even on your demo , how  can it work for you ? 

    https://prnt.sc/ot902x

    you cannot access directly cross-domain iframe

    ----------------------------------------------------------------------------

    if you are going to fix this in the next update, then well, I can wait.
    but I'm afraid that your next update may take about six months or more .. as the first update :)
    do not get me wrong but this is a very big time gap )


  •   Neuron replied privately
  •   Neuron replied privately
  • XopTgaH replied

    thank you. if it s already fixed in new update ofcourse i can wait week or little bit more... no problem.

    i will not share the link dont worry

    thank you for information and help. i`ll wait update  no  code editing needed.

  •  675
    Neuron replied

    Okay, we're working even on the weekend to get the update released, I'm sure it will come in less than 5 days.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • XopTgaH replied

    Hello i just saw the update.. now how to upgrade to v2 and  not to crash the existing  site ?

    and 1 more question about lightbox , how to adjust lightbox size because on some images its shows smaller than preview image but real size of image around 2k. so i need to adjust lightbox to show close to real size

  •  675
    Neuron replied

    Hi,

    1) Please scroll down on this article, it will explain how you can update it.

    https://neuronthemes.com/bifrost/whats-new-in-2-0/

    Make sure to do a backup before updating.

    - https://wordpress.org/plugins/search/backup/

    2) If you mean for the lightbox that is being used in portfolio item, it uses 90% of the screen, that may be enough, but here's the selector.

    img.mfp-img {
        max-height: 90vh !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • XopTgaH replied

    1) Thank you i`ve fixed lightbox  and updated to 2.0 version but google-map problem still exist. cant remove  place-card. 

    2) how to use custom fonts ?  does your theme support custom fonts upload ? 

  •  675
    Neuron replied

    Hi,

    1) Use the Advanced Google Map, you can easily customize it there. Make sure to remove the Neuron Core if the plugin is not running on 2.0.0 version, if you remove it, simply re-install it again from Appearance > Install Plugins and the 2.0.0 version will be installed.

    2) Sure, simply head to Appearance > Customize > General > Settings. https://prnt.sc/oz4s3h

    The new fonts will appear on the Customizer and Elementor.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • XopTgaH replied

    ohhh )) that was so easy  i ve added  fonts by your link to other customer )

    https://tomiup.com/add-custom-fonts-to-kirki-customizer/

    new gmap plugin works only with API ?


  •  675
    Neuron replied

    Yes, we did handle all the functions to get the fonts displayed both in Customizer and Elementor.

    Unfortunately, that's how it works.


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • XopTgaH replied

    thank you for help

  •  675
    Neuron replied

    You're welcome anytimesmile.png


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.