Topic Resolution: Resolved
  • Closed
  • Graham Newell
    Spectator
    September 2, 2015 at 7:39 pm #20338

    Hi.

    I want to have the Google map on my contact page but want to lose the contact fields and have a normal page with 3 or 4 columns beneath, can this be done?

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    September 2, 2015 at 8:37 pm #20345

    Hi,

    I suggest you use a page template with the google map shortcode.
    Please see screenshot http://prntscr.com/8bt790

    The shortcode creator is the button with number 4 logo in WordPress content editor.
    Please see screenshot http://prntscr.com/8bt8a0

    Thanks!

    Graham Newell
    Spectator
    Posts: 104
    September 2, 2015 at 9:32 pm #20348

    Excellent. That’s gonna stop me bugging you so much.

    One thing, can I remove the shaded space above the Google map?

    http://www.onsteel.fi/?page_id=5242#

    G.

    Graham Newell
    Spectator
    Posts: 104
    September 2, 2015 at 11:34 pm #20349

    Hi again.

    So I want to use the Google map shortcode, full width. And then have 3 columns beneath that are of a fixed pixel width. Can you point me in the right direction?

    G

    Denzel Chia
    Moderator
    Posts: 2656
    September 3, 2015 at 9:01 am #20370

    Hi,

    I see that you have found a way to have 3 columns in the center, I think you are using siteorigin page builder plugin.

    As for the shaded space above the google map. When I view your webpage source code, I can see a set of p tags wrapping the javascript before your google map.

    Please use the following codes in your Theme Options -> Custom CSS
    This code is using the panel’s unique ID and is targeting that panel only, if you happen to redo and use another panel, it will not work.

    #panel-5242-0-0-0 .textwidget p {
    display: none !important;
    }

    Please see screenshot of result. http://prntscr.com/8c0qn1

    Thanks!

    Graham Newell
    Spectator
    Posts: 104
    September 3, 2015 at 9:31 am #20372

    Hi Denzel, thanks for your prompt reply.

    Sorry about the lazy ‘p’ tags, sorted now.

    Now all I need to do is have the 3 columns to be the same width as menus and normal page content, with the map at 100% width.

    Is it doable?

    G

    Denzel Chia
    Moderator
    Posts: 2656
    September 3, 2015 at 11:09 am #20378

    Hi,

    Please revert your previous layout.

    It is quite possible to widen the width of the 3 columns.
    But not really possible to make google map break the boundaries and become full width.

    Thanks!