• Resolved infinitelinx

    (@infinitelinx)


    By default, the search box, radius box, and search button are on 3 separate line. We would like to have them all on one line. Please advise which file we should modify or if it’s easier to be done by CSS, what CSS should it be? Thank you.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi there

    My apologies for the delay in responding,

    I visited the link you supplied in order to make up some CSS for this page, however I get a 404 page when I follow that link.

    Could you please advise?

    Kind regards
    – Perry

    Thread Starter infinitelinx

    (@infinitelinx)

    Thread Starter infinitelinx

    (@infinitelinx)

    I’ll purchasing the Pro version today.

    Hi there,

    Thank you very much for your purchase!

    I was able to get these controls inline, however because of your theme I found this was only possible by hiding the text labels, due to your themes code. Would this be acceptable?

    If you’d like to try it out, please go to Maps -> Settings -> Advanced and under “Custom CSS” please add the following:

    .wpgmza_sl_main_div *
    {
        display: inline-block !important;
        width: auto !important;
        vertical-align: middle !important;
        box-sizing: border-box;
        height: 55px !important;
    }
    
    .wpgmza_sl_query_innerdiv1
    {
        display: none !important;
    }
    
    .wpgmza_sl_radius_innerdiv1
    {
        display: none !important;
    }
    
    .wpgmza_sl_radius_div
    {
        margin-top: 0 !important;
    }
    
    .wpgmza_sl_search_button_div, .wpgmza_sl_reset_button_div
    {
        position: relative;
        top: -1px;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    Let me know what you think?

    Kind regards
    – Perry

    • This reply was modified 6 years, 10 months ago by bdbrown.
    Thread Starter infinitelinx

    (@infinitelinx)

    That’s great. Thank you! I purchased the Pro. Great plugin. How can I change the placeholder text for different maps so I have 1 map for English speakers and 1 map for Spanish speakers. For the Spanish one, I would like to change the translation for “Enter a location”, “Search” and “Reset”. How can I do this? Thank you.

    How do I unsubscribe from this thread? I keep getting emails for every new comment, it’s driving me bonkers. Thank you.

    I purchased the Pro. Great plugin.

    For questions regarding the commercial version of this plugin please contact the vendor on their official support channel:

    https://www.wpgmaps.com/support/

    The vendors are the best resource as they are responsible for supporting their commercial products. Also, as the author is aware, commercial products are not supported in these forums.

    Thanks for your cooperation.

    @forumusr – Go to this link which shows your current subscriptions:

    https://www.ads-software.com/support/users/forumusr/subscriptions/

    Scroll down and you’ll see that you’re subscribed to this plugin. Go to the main support forum page for the plugin and click on the “Unsubscribe from this plugin” button at the top. Once that’s all done go back to your subscriptions page and confirm that you are no longer subscribed.

    Thank you so much!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Store Locator Search Fields’ is closed to new replies.