Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #289912

    Pandaweb S
    Participant

    Hi,

    is it possible to show the google map marker tooltip by default?

    #290587

    Christopher
    Moderator

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #290765

    Pandaweb S
    Participant

    what I want is to show the google map marker text by default, in the map you need to click the marker to show the text/tooltip (e.g. your address). i want to show this text without clicking.

    marker text

    #291386

    Nico
    Moderator

    Hi There,

    We’d really love to help you with that however it is beyond the scope of our support. It would be best to contact a developer for that kind of customization.

    Thank you so much for understanding.

    #328865

    c1s
    Participant

    Hi, have you found a solution for this?

    It would be a nice little feature to have an option “open on default” in the map markers.

    I only found this:

    google.maps.event.addListenerOnce(map, 'tilesloaded', function() {
      infowindow.open(map, marker);
    });

    but i wouldn’t know how to implement this – maybe with a class?

    #328948

    Zeshan
    Member

    Hi there,

    Thanks for writing in! As mentioned, this could technically be possible with custom development but would fall beyond the scope of support we can provide. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    However, I’ll consider it as a featured request and will forward to our development team. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.

    Thanks!

    #346607

    c1s
    Participant
    This reply has been marked as private.
    #346718

    Prasant Rai
    Moderator

    Hello There,

    You might want to contact our trusted partners who caters X setup and customization needs. Please see https://theme.co/x/member/custom-development/.

    Thanks.

    #364248

    Arns
    Participant

    Hi there,

    I´m interested in the same. I want to include a Logo at the marker. Did you find something out?

    regards

    Christian

    #364253

    Rue Nel
    Moderator

    Hey Arns,

    Thanks for updating this thread! We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.

    Thanks!

    #364359

    Arns
    Participant
    This reply has been marked as private.
    #364424

    Zeshan
    Member

    Hi Christian,

    This issue is related to VC 4.6 update. VC changed things in v4.6, so the way it was working no longer is. For example, if you use 0px in Padding Top and Bottom fields, VC won’t output anything in its shortcodes. We’re aware of it and are working to address it as quickly as possible. In the meantime, the only option would be to manually insert padding top and bottom attributes with 0px value.

    Or as a temporary solution, you can use following CSS code under Custom > CSS in the Customizer:

    .home #x-content-band-23 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thank you!

    #804094

    Alexander
    Keymaster

    Hey everyone,

    I just wanted to let you know that the next version of Cornerstone will include this functionality. There will be a toggle in the page builder allowing the info window to start open. It will also accept HTML.