Dottoro Theme is being discontinued.
There will not be a direct replacement for Dottoro Theme services within Dottoro's product portfolio.
It is recommended that you consider alternative vendor solutions as early as possible.
We understand that this announcement may be unwelcome news to you and your organization.
We want to thank for your loyalty and support, and we are very grateful in having you as our customer. We hope you will find the right replacement solution during your time of transition.
Sincerely,
Dottoro team

Dottoro Theme Documentation

Tutorial to get your theme to work

PrologueFirst StepsFront PageCreating a custom front pageBlog, News and Portfolio post typesPost Type specific settingsGeneral settingsSingle post settingsCategory / Tag / Date archive page settingsPermalink settingsOptions on single post pagesGeneral page optionsImage optionsGallery settingsPage Templates and PagesPage SettingsPage TemplatesPages created from page templatesGeneral page settingsGallery settingsBlog page settingsNews page settingsPortfolio and Imagefolio page settingsContact page settingsArchives page settingsAuthors page settingsBoomarks page settingsSitemap page settingsSpecial pagesCategory and tag page settingsArchive and date page settingsSearch page settingsAuthor page settings404 page settingsHeader and MenuSubheadersSubheader specific shortcodesPredefined SubheadersCreating SubheadersAssigning subheaders to pagesFooterWidgets in the FooterCopyright and other notices in the FooterSidebarWidgets on the SidebarWidth and alignment of the sidebarWidget AreasWidgetsBreadcrumbShortcodesShortcodes In Alphabetical OrderShortcodes By CategoriesNested ShortcodesPost TemplatesOverlaysMedia and External MediaOverview of galleries, gallery listings and slideshowsGalleries and Gallery ListingsAbout Galleries In GeneralCreating And Managing Galleries[gallery_list] shortcodeSlideshows and Popup SlideshowsSlideshowsPopup SlideshowsSlideshow SettingsMost Often Used Slideshow OptionsAll Slideshow OptionsSlideshow Templates - Slideshow Specific ShortcodesStyling Guide For SlideshowsStyling Of Slideshow and Post TemplatesSlidesPopupsSelectorsWeb FontsGeneral Theme SettingsUser RolesExport / Import SettingsCreating theme designsLocalizationHeadingsChild ThemesCSS ClassesResponsive DesignCSS Extension JavaScript ToolkitJavaScript LibraryAction HooksFilter HooksCompatibility Issues
<

Google Maps

[google_maps]

With this shortcode you can insert Google Maps into the contents of your pages.

For example:

[google_maps latitude="40.777203" longitude="-73.961475" zoom="17" marker="true" info="My Info" /]

Attributes:
width The width of the map, in pixels.
height The height of the map, in pixels.
type The type of the map. (ROADMAP | SATELLITE | HYBRID | TERRAIN)
address The address to show in map.
latitude The north-south location's coordinate. (This parameter has effect only if the address is not set)
longitude The east-west location's coordinate. (This parameter has effect only if the address is not set)
zoom The initial resolution at which to display the map (0 - 20).
info The information to show, when the user clicks on the marker. If you want to display more complex content, use the [marker_info] shortcode within the [google_maps] shortcode.
marker Specifies whether to identify the specified locations on the map with the standard icon, or not. (true | false)
pancontrol Specifies whether to show the pan control, or not (true | false).
zoomcontrol Specifies whether to show the zoom control, or not (true | false).
maptypecontrol Specifies whether to show the 'Map Type' control, or not (true | false).
scalecontrol Specifies whether to show the scale control, or not (true | false).
showinfooninit Specifies whether the marker should be shown initially or not (true | false). Default is false.
streetviewcontrol Specifies whether to show the 'Street View' control, or not (true | false).
overviewmapcontrol Specifies whether to show the 'Overview Map' control, or not (true | false).

Nested shortcodes

The following shortcodes can be nested inside a [google_maps] shortcode: