map bubble issues

This topic contains 6 replies, has 3 voices, and was last updated by  Kor 7 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #348419

    Denis O
    Buyer
    Post count: 8

    Sir, does it possible to open map bubble not clicking the marker but when mouse over the marker.

    And to add to map bubble company information, controlling post Content excerpt character count as in popular post view through place settings

    #348423

    Kor
    Moderator
    Post count: 16516

    Hi Denis,

    Unfortunately, that would require complex customization to achieve what you needed there. Please feel free to add this into the “Feature Request” list https://wpgeodirectory.com/requests/.

    Thanks!

    #350187

    Denis O
    Buyer
    Post count: 8

    i can not add place basic information to map bubble through place settings? there lot of possibilities, web-site, email, phone nr, but could not find option for this text

    #350192

    Kor
    Moderator
    Post count: 16516

    Hi Denis,

    Yes, can you add custom fields into the map bubble by using this option called “Show in what locations?” and here’s the documentation for your reference. https://wpgeodirectory.com/docs/core-place-settings/#show

    Thanks!

    #353151

    Denis O
    Buyer
    Post count: 8
    This reply has been marked as private.
    #353280

    James Thomas
    Free User
    Post count: 1

    I noticed that all of our “Place Bubbles” have a black gradient at the top under the <h4> title. I could not find how to either remove that or change that to a white gradient, since our h4 text is black.

    Here is what I am seeing:

    2017-02-01_1022

    #353283

    Kor
    Moderator
    Post count: 16516

    Hi Denis,

    Unfortunately, this is not possible without complex customization.

    James Thomas,

    Please open a new thread next time. To change the color, try using the custom CSS code below. Insert into Gd > Design > Scripts > Custom Style CSS

    
    
    .geodir-bubble_desc h4 {
        background: linear-gradient(#000 100%, rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(#000 0%, transparent 100%);
        background: -moz-linear-gradient(#000 0%, transparent 100%);
        background: -ms-linear-gradient(#000 0%, transparent 100%);
    }

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket