• Resolved maggiee

    (@maggiee)


    Hi together,

    When creating a location the default form shows 5 options: Location, address, coordinates, contact, and opening days.

    I would like to only leave the “location” and delete the other four options. They are unnecessary for my page.

    Do you have any idea how to make this possible?

    Best wishes
    Maggi

Viewing 1 replies (of 1 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hello @maggiee,

    The most simple solution would be to hide the sidebar that is holding the tabs. You can do so using the CSS:

    
    body .gmw-lf-tabs-wrapper {
        display :none ! important;
    }
    

    let me know if this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Create location without adress field, coordinates, etc.’ is closed to new replies.