[h2]CONTACT[/h2]
[row]
[h3]Booking a table form[/h3]
[/row]
[row]
[half_column]
[book_table header=”Book a table” subheader=”It’s worth!” buttonlabel=”place booking” narrow=”yes”]
[/half_column]
[half_column]
[sourcecode language=”html”]
[[book_table header="Book a table"
subheader="It’s worth!"
buttonlabel="place booking" narrow="yes"]]
[/sourcecode]
parameters
- narrow : yes; no; – show in narrow mode?
- mailtto – admin email address
- subject – subject of the admin email
- header – header text (optional)
- subheader – subheadeer text (optional)
- buttonlabel – button label
- success – success message
- fail – error message
[/half_column]
[/row]
[row]
[h3]Contact information[/h3]
[/row]
[row]
[half_column]
[contact header=”Find us here” subheader=”Get in contact!” name=”Blackangus Restaurant” street=”Your Strett 123″ city=”Your City” postcode=”22234 ” country=”England” phone=”+49-(0)40 -73 442 190″ fax=”+49-(0)40 -73 442 190″ email=”sayhello@blackangus.com”]
[/half_column]
[half_column]
[sourcecode language=”html”]
[[contact header="Find us here"
subheader="Get in contact!"
name="Blackangus Restaurant"
street="Your Strett 123"
city="Your City" postcode="22234 "
country="England"
phone="+49-(0)40 -73 442 190"
fax="+49-(0)40 -73 442 190"
email="sayhello@blackangus.com"]]
[/sourcecode]
parameters
- header (optional)
- subheader (optional)
- name (optional)
- street (optional)
- city (optional)
- postcode (optional)
- country (optional)
- phone (optional)
- fax (optional)
- email (optional)
[/half_column]
[/row]
[row]
[h3]Contact form[/h3]
[/row]
[row]
[half_column]
[contact_form]
[/half_column]
[half_column]
[sourcecode language=”html”]
[[contact_form]]
[/sourcecode]
parameters
- mailtto – admin email address
- subject – subject of the admin email
- header – header text (optional)
- buttonlabel – button label
- success – success message
- fail – error message
[/half_column]
[/row]
[row]
[h3]Google maps[/h3]
[/row]
[row]
[half_column]
[google_maps latitude=”51.5171″ longitude=”0.1062″ popup=”true” zoom=”10″ width=”400″ height=”200″ contactaddress=”123 Eastern 12th ST New York, NY, North America” contactphone=”+49 1234 56789-0 +49 1234 56789-12″ contactemail=”info@delimondo.com” contactpage=”www.delimondo.com”]
[sourcecode language=”html”]
[[google_maps latitude="51.5171" longitude="0.1062"
popup="true" zoom="10" width="400" height="200"
contactaddress="123 Eastern 12th ST New York,
NY, North America"
contactphone="+49 1234 56789-0 +49 1234 56789-12"
contactemail="info@delimondo.com"
contactpage="www.delimondo.com"]]
[/sourcecode]
[/half_column]
[half_column]
parameters
- header – header label (optional)
- contactaddress – additional contact info (optional)
- contactphone – additional phone (optional)
- contactemail – additional email (optional)
- contactpage – additional webpage (optional)
- width – map width
- height – map height
- address (optional)
- latitude
- longitude
- zoom
- html – localization note
- popup : true; false;
- controls : true; false;
- pancontrol : true; false;
- zoomcontrol : true; false;
- maptypecontrol : true; false;
- scalecontrol : true; false;
- streetviewcontrol : true; false;
- overviewmapcontrol : true; false;
- scrollwheel : true; false;
- doubleclickzoom : true; false;
- maptype : ROADMAP; SATELLITE; HYBRID; TERRAIN;
- marker : true; false;
[/half_column]
[/row]
[row]
[h3]Open hours[/h3]
[/row]
[row]
[half_column]
[open_hours header=”Hours” monday=”11:00 am – 09:00 pm” tuesday=”11:00 am – 09:00 pm” wednesday=”11:00 am – 09:00 pm” thursday=”11:00 am – 09:00 pm” friday=”11:00 am – 09:00 pm” saturday=”11:00 am – 09:00 pm” sunday=”11:00 am – 09:00 pm”]
[/half_column]
[half_column]
[sourcecode language=”html”]
[[open_hours header="Hours"
monday="11:00 am – 09:00 pm"
tuesday="11:00 am – 09:00 pm"
wednesday="11:00 am – 09:00 pm"
thursday="11:00 am – 09:00 pm"
friday="11:00 am – 09:00 pm"
saturday="11:00 am – 09:00 pm"
sunday="11:00 am – 09:00 pm"]]
[/sourcecode]
parameters
- header – header text (optional)
- monday – opened on monday (optional)
- tuesday – opened on tuesday (optional)
- wednesday – opened on wednesday (optional)
- thursday – opened on thursday (optional)
- friday – opened on friday (optional)
- saturday – opened on saturday (optional)
- sunday – opened on sunday (optional)
[/half_column]
[/row]
[row]
[h3]Social links[/h3]
[/row]
[row]
[half_column]
[socials fbuser=”delimondo” twituser=”delimondo” email=”info@delimondo.com”]
[sourcecode language=”html”]
[[socials fbuser="delimondo" twituser="delimondo"
email="info@delimondo.com"]]
[/sourcecode]
[/half_column]
[half_column]
parameters
- fbuser – facebook user (optional)
- twituser – twitter user (optional)
- email – email address (optional)
- rss: yes; no; – show rss feed link?
[/half_column]
[/row]