Richmond
Luxury Hotel Booking Theme
Richmond - Luxury Hotel Booking Theme
Hi, and welcome to the Richmond User Guide. The User Guide covers all the information needed to use the Richmond theme to build an amazing website, as well as some helpful tips and tricks that will make your experience working with the Richmond theme easier and more enjoyable. If you need any additional assistance while using our theme, you can always submit a ticket to our support forum at https://helpcenter.qodeinteractive.com and our support team will be glad to help you out.
You can navigate through different sections of the User Guide by clicking on the links in the menu to the left of your screen. You will also notice that we have highlighted certain parts of the text throughout the User Guide, such as important pieces of information, useful tips, and helpful code snippets, with different formatting for an easier overview. Here are some examples of the different formatting we use for Useful Tips, and Code Snippets:
This is a useful tip
<div class="code-snippet">This is a helpful code snippet</div>
In this first section of the Richmond User Guide we will go through the essential steps required to start building your website with the Richmond theme. We will explain how to install the theme, import the included demo content, as well as how to update the theme. At the end of this section you will also find a set of Frequently Asked Question related to troubleshooting the theme.
Installing Richmond
After downloading the Richmond installation file from ThemeForest, extract it and in the extracted folder locate the richmond.zip file. You can then install the Richmond theme using one of the two following installation methods:
-
WordPress upload - For most users, this is probably the simplest installation method. To install the Richmond theme using this method, please follow these steps:
-
Login to your WordPress admin panel
-
Navigate to Appearance > Themes > Add New > Upload Theme
-
Click on Choose File and select richmond.zip
-
Click on Install Now
-
FTP upload - If you would like to install the Richmond theme via FTP, please follow these steps:
-
Extract the richmond.zip file you previously located. You should now see a folder named richmond
-
Using an FTP client, login to the server where your WordPress website is hosted
-
Using an FTP client, navigate to the /wp-content/themes/ directory under your WordPress website's root directory
-
Using an FTP client, upload the previously extracted richmond folder to the themes directory on your remote server
Once the installation is complete, your Richmond theme will be ready for use. Now all you need to do is navigate to Appearance > Themes and activate the Richmond theme. After you have done this, you should see Richmond Core Options appear in the left navigation bar of your WordPress admin panel.
You should also see a notification at the top of the screen that required plugins need to be installed. Please install and activate all of the required plugins, since they are necessary for the theme to function properly.
Make sure to install and activate the "Qode Framework" plugin, since this plugin is of critical importance for proper theme functioning. After you have done so, please proceed with installing and activating the "Richmond Core" plugin. This plugin includes core theme functionalities and custom post types that come with the theme (Portfolio, Testimonials, etc.), and without this plugin you will not be able to create any of these custom post types or the elements in the theme that require them.
If writing permissions aren't set for folders containing CSS and JS files on your server, you will see a warning message at the top of the theme options page. In order to remove that message, you need to change permissions for the
wp-content/themes/richmond/assets/css and
wp-content/themes/richmond/assets/js folders and set them to 755. We recommend setting writing permissions in order to optimize your site performance. If you have any issues with this, please contact your hosting service provider. Alternatively, you can submit a ticket to
https://helpcenter.qodeinteractive.com with FTP access for your site, and our support team will take a look.
Theme Activation and Registration
In order to activate your copy of Richmond, you should input your purchase code and email address, and thus effectively register the theme. To do this, please navigate to Richmond Dashboard > Richmond Dashboard and input the required information there.
You can obtain your purchase code by following these steps:
-
Log into your Envato Market account.
-
Hover the mouse over your username at the top of the screen.
-
Click ‘Downloads’ from the drop-down menu.`
-
Click ‘License certificate & purchase code’ (available as PDF or text file).
Note that you are not required to separately register any of the plugins which came bundled with the theme.
Please note that if you used your purchase code on one installation, you are required to Deregister in order to use the purchase code on a different installation.
You should also make sure to activate and register your copy of the theme before proceeding to the demo import process.
It is also a good practice to refer to the System Info section to see if your server resources match the theme requrements. Navigate to Richmond Dashboard > System Info and there you will find a general overview of your server configuration, as well as the theme information and an overview of all the active plugins. In System Information any parameters that do not meet the theme requirements will be shown in red, and you can also see the recommended values that you should set next to them. If you are unsure how to adjust the server resources, you can ask your hosting provider to perform this for you.
Importing Demo Content
With the Richmond theme, you have the option to either start creating your site from scratch, or choosing to import one of the included demo sites to use as a starting point, and then modifying it to suit your needs. In this section we will explain how to do the latter.
If you plan on building an online shop with Richmond, you should install the WooCommerce plugin before importing the demo content. For more information on how to install WooCommerce, please read the WooCommerce section of this User Guide.
If you plan on using contact forms on your website, you should instal the Contact Form 7 plugin before importing the demo content so you recieve all the contact forms from our demo site. For more information on how to install Contact Form 7, please read the Contact Form 7 section of this User Guide.
Richmond comes with a one-click import module. To import one of the included demo sites, please follow these steps:
-
Login to your WordPress admin panel
-
Navigate to Richmond Dashboard > Import
-
From the Import dropdown menu, choose the demo site that you would like to import.
-
From the Import Type dropdown menu, choose what type of content you'd like to import:
-
All - imports pages, content, widgets, and settings. We recommend this for users who would like to import a demo site exactly as it appears on our live demo.
-
Content - imports only pages and their content. This option is recommended for users who would like to see how we've created our page layouts, but who want to keep their own settings in Richmond Core Options.
-
Widgets - imports only widgets. This option is recommended for users who would only like to populate the theme’s widget areas with the widgets from their chosen demo. No other content is imported.
-
Options - imports settings in Richmond Core Options only. This option is recommended for users who would like to achieve the same look and feel of their chosen demo site, but do not want to import any additional content.
-
If you also wish to import media files (images, videos, sounds), make sure to set the Import attachments option to "Yes".
-
Click on the Import button and wait for the import process to finish.
Updating Richmond
You can update your theme by performing the following steps:
-
Download the latest theme .zip file from ThemeForest
-
Extract it and locate richmond.zip
-
Extract richmond.zip and locate the richmond folder
-
Copy/Replace the contents of the richmond folder to the /wp-content/themes/richmond folder of your web site.
Troubleshooting FAQ
1. Why can't I save my menu?
WordPress by default has a limited number of menu items. When you import our demo content, which contains a lot of menu items, you might not be able to save changes you make to a menu. You can fix this problem by contacting your hosting and asking them to add the following lines to the php.ini file:
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000
2. Why is there a smiley displayed on blank pages?
This problem is most likely related to JetPack and memory settings of your hosting. You can either disable JetPack or read what the JetPack developer wrote: Regarding the memory limit, please refer to the WordPress Codex section concerning this problem. Some sites that load many plugins alongside WordPress ultimately require a higher memory limit than WordPress defaults to, but since this is limited to specific hosts and configurations, it must be dealt with on an individual basis. You'll find the Codex article at: https://codex.wordpress.org/Common_WordPress_Errors#Allowed_memory_size_exhausted
3. How do I optimize my site?
Please use this tool to investigate reasons for slow loading: https://gtmetrix.com/
4. How to translate or rename default theme labels?
You can use the Poedit software (https://poedit.net/wordpress) to translate/rename all the theme's labels. Another solution is to edit the theme folder/languages/en_US.po file directly in a text editor and manually edit the labels you want to translate.
5. Why do I see a white screen when importing demo content?
If you get a white screen or some other error when trying to import our demo content, this probably happens because of the maximum execution time limit. You need to increase the maximum execution time (upload time) setting of your web server. The default maximum execution time on web servers is 30 seconds. Please increase it to 120 seconds. Possible ways of achieving this are:
-
By Wp-config.php changes - set_time_limit(120);
-
In htaccess - php_value max_execution_time 120;
-
In php.ini file - max_execution_time = 120
You can also ask your hosting provider to take care of this for you.
Once you've installed Richmond, you can start building your site. In this section of the User Guide we will explain how you can set up your header, upload your logo, create your menu, set up your footer area, customize the general look and feel of your website, and create your first pages.
One of the first things you might want to do after you have installed and activated your Richmond theme is to set up your header area. The header contains the logo, menu, search bar, side area icon, and other optional widgets.
To set up your header, navigate to Richmond Core Options > Header from your WordPress admin panel. The settings you define here will be the default settings for all pages on your site. If you need any help in further understanding any of these options, please refer to the Richmond Core Options section of this User Guide.
Some options, such as the header skin and background color, can be overridden on a page to page basis from a specific page’s backend. For more information on how local page settings work, please refer to the Pages section of this User Guide.
Uploading Your Logo
To add your logo to the header, navigate to Richmond Core Options > Logo from your WordPress admin panel and click the upload button next to the Logo – Main field. After you upload your image and save the options, you should have a visible logo in your header area. For more information regarding the various logo types that can be uploaded, please refer to the Richmond Core Options section of this User Guide.
To create a new menu, navigate to Appearance > Menus from your WordPress admin panel. Enter a name for your new menu and then click Create Menu.
Every page that you have created will be listed in the section on the left named Pages. Simply check the pages that you would like to add to your menu and click the Add to Menu button. Once you have added pages to your menu, you can click and drag the menu items to rearrange them, or nest them one underneath the other.
In the Menu Settings section (which is located underneath the Menu Structure section), check the checkbox next to Main Navigation and click Save Menu. This will activate the menu you have just created, and you should now see a functional menu in your header.
To set up your footer, navigate to Richmond Core Options > Footer from your WordPress admin panel.
The settings you define here will be the default settings for all pages on your site. If you would like both the top and bottom footer areas to be displayed, make sure that both the Enable Footer Top Area and Enable Footer Bottom Area options are enabled. If you need any help understanding any of these options, please refer to the Richmond Core Options section of this user guide.
Content is added to your footer via widgets. Navigate to Appearance > Widgets from your WordPress admin panel. On the right side of your page you will see the widget areas for your footer. The widget areas for the top footer are named Footer Top Area - Column 1, Footer Top Area - Column 2, Footer Top Area - Column 3, and Footer Top Area - Column 4. On the left side of the Widgets page you will see the available widgets. To add a widget to one of the Footer widget areas, simply drag the desired widget to one of the Footer Column widget areas on the right.
To add content to the bottom footer, simply add widgets to the Footer Bottom widget areas.
General Look and Feel
Now let’s set up the general look and feel of your site. If you have imported a demo site and would like to keep its general look and feel, then you do not need to do anything else. Otherwise, you can go to Richmond Core Options > Typography and in the General Typography section set a default font family and styles for your site. Next, you can navigate to Richmond Core Options > General, and in the Main Color field set a default main color for your site.
Now that you have set up the basic elements for your site, you’re ready to start building your pages.
Building Pages
To create a new page, navigate to Pages > Add New from your WordPress admin panel. In the text field near the top of the screen enter a title for your page. After you have added a title, choose the “Full width” template from the section on the right named Page Attributes. This will allow you to add sections to your page that span across the whole width of the screen.
In the bottom section of your screen you will find local page settings. Any settings that you define here will override the global settings set in Richmond Core Options.
It is generally considered good practice to set up the look and feel of your site on a global level, and override the settings when necessary on a local level. This will save you a lot of time, unlike if you were to set up every page separately.
To start adding elements to your page, first make sure that you are in the Elementor editor view. If the blue button near the top left of the page says EDIT WITH ELEMENTOR, click on it to enable the Elementor Page Builder view.
Once you’re in the Elementor Page Builder view, you can start adding elements to your page. To locate the custom elements that come with the theme, scroll down to the bottom of the Elementor toolbar until you reach the section named Mikado - this is where you'll find all our custom-made shortcodes.
You can also type in the name of the desired element in the Search Widget... search field located at the top of the toolbar. Note that you can add the elements of your choosing by drag-and-dropping them on the page, which is displayed on the right side of the screen. You can learn more about individual elements in the Custom Shortcodes section of this user guide.
Finally, click the Publish button in the lower right section of the Elementor toolbar. (If you made some changes on an already published page, you will see an Update button instead).
Useful tip: you have the option to disable specific shortcodes, post types and icon packs, e.g. the ones you will not be using in any way. Doing so may result in improvement of your website's performance. If you wish to disable any of these options, you should navigate to Appearance > Customize > Richmond Performance. You can choose which features you wish to disable from there.
In this section of the User Guide we will discuss page creation in more detail, including the various page templates available in the theme, and all the page specific options.
When creating a new page, one of the first things you will probably want to do is to choose an appropriate template for your page. To this this, visit your page from the backend (or create a new page by going to Pages > Add New), and locate the Page Attributes section on the right side of the screen. Richmond comes with a variety of page templates to choose from:
- Default Template - Select this template if you would like to create a standard page with your content inside the grid.
- Qode Blank Template - Choose this template to create a page with no header or footer.
- Qode Full Width Template - Select this template if you would like to create a standard page with your content spanning across the full width of the page.
Now that you have chosen an appropriate template, let’s go over the custom fields available for pages.
Please note that any settings you save here will override the global settings you've set in Richmond Core Options. It is generally considered good practice to set up the look of your pages on a global level, and then override settings on a local level, if necessary. This will save you a lot of time, unlike if you were to set up every page locally.
Richmond Settings
General Settings
- Main Color - Set the most dominant color for your website (will mostly be applied to haadings).
- Second Color - Set the second most dominant color for your website (will mostly be applied to texts).
- Third Color - Set the third most dominant color for your website (will mostly be applied to links).
Page Settings
- Page Background Color - Set a color for the page background.
- Page Background Image - Set a background image for the page.
- Page Background Repeat - Set a background pattern for the page.
- Page Background Size - Choose whether you wish to resize the background image to cover the entire background (even if this means streaching or cutting the image), or if you wish to resize the background image to display it in its full size.
- Page Background Attachment - Choose whether the background image will be fixed or can be scrolled.
- Page Content Padding - Set the padding values for the content on this page. Please input the padding values in the format: top right bottom left (e.g. 10px 5px 10px 5px).
- Page Content Padding Mobile - Set the padding values for the content on this page on mobile screens (1024px and below). Please input the padding values in the format: top right bottom left (e.g. 10px 5px 10px 5px).
- Boxed Layout - Set this option to "Yes" to enable the boxed layout. If you choose a boxed layout for this page, the content will be fitted in a centrally positioned grid.
- Boxed Background Color - Set a background color for outside the boxed content.
- Boxed Background Pattern - Set an image pattern to be displayed in the boxed background.
- Boxed Background Pattern Behavior - Choose a behavior type for the boxed background.
- Enable Left Fixed Area - Set this option to "Yes" if you would like to display left side fixed area.
- Passepartout - Set this option to "Yes" if you would like to display a passepartout border around this page.
- Passepartout Color - Set a color for the passepartout.
- Passepartout Background Image - Upload an image to be displayed in the passepartout background.
- Passepartout Border Color - Set a border color for the passepartout.
- Passepartout Border Image - Upload an image to be displayed in the passepartout border.
- Passepartout Size - Set a size for the passepartout.
- Passepartout Responsive Size - Set a size for the passepartout border when viewed on smaller screens.
- Initial Width of Content - Set a width for the grid on this page.
- Always Put Content Behind Header - Set this option to "Yes" if you would like the header to cover the top of the page content.
- Enable Page Spinner - Set this option to "Yes" if you would like to enable the page spinner effect.
- Enable Back to Top - Set this option to "Yes" to display a 'Back to Top' button on your website.
Age Verification Settings
- Enable Age Verification - Set this option to "Yes" if you wish to display age verification on your pages.
Footer Settings
- Enable Page Footer - Set this option to "Yes" to display the footer on this page.
Footer Area
- Uncovering Footer - Set this option to "Yes" if you would like to make the footer gradually appear on scroll.
- Enable Light Footer - Set this option to "Yes" if you would like your footer to have a predefined light style.
- Enable Top Footer Area - Set this option to "Yes" if you would like to display the top footer area.
- Top Footer Area in Grid - Set this option to "Yes" if you would like the top footer area to be displayed in grid.
- Top Custom Footer Area - Choose a custom top footer area type and the number of columns you would like to display.
- Content Alignment - Choose how you wish to align the content in your top footer area.
- Top Footer Area Styles - Customize padding, background, border and widget margins for the top footer area.
- Enable Bottom Footer Area - Set this option to "Yes" if you would like to display the bottom footer area.
- Bottom Footer Area in Grid - Set this option to "Yes" if you would like the bottom footer area to be displayed in grid.
- Bottom Custom Footer Area - Choose a custom bottom footer area type and the number of columns you would like to display.
- Content Alignment - Choose how you wish to align the content in your bottom footer area.
- Bottom Footer Area Styles - Customize padding, background color and border for the bottom footer area.
Header Settings
- Header Layout - Choose a header type to use on this page. Depending on the header type you choose, different options will be available.
- Header Skin - Here you can choose a header style to be applied to the header on this page. The "Light" header style displays white navigation text and the "Light" logo version, while the "Dark" header style displays black navigation text and the "Dark" logo version. If you wish to use the default colors and logo, leave this field empty.
- Show Header Widget Areas - Set this option to "Yes" if you wish to display the header widget areas on this page.
- Choose Custom Header Widget Area One - Choose a custom widget area to display in the header widget area one.
- Choose Custom Header Widget Area Two - Choose a custom widget area to display in the header widget area two.
- Choose Custom Header Top Widget Area - Left - Choose a custom widget area to display in the header top left widget area.
- Choose Custom Header Top Widget Area - Center - Choose a custom widget area to display in the header top center widget area.
- Choose Custom Header Top Widget Area - Right - Choose a custom widget area to display in the header top right widget area.
Main Menu
- Dropdown Position - Input a value for the dropdown menu height in pixels.
Scroll Appearance Section
- Header Scroll Appearance - Choose a scroll appearance/behavior for the header on this page.
- Sticky Header Appearance - Choose a motion direction for your sticky header appearance.
- Sticky Header Skin - Choose a skin style for your sticky header.
- Sticky Scroll Amount - Enter a scroll amount (how much you will scroll from the top of the page) for the sticky header to appear at. This option is only available for the sticky header scroll appearance.
- Sticky Header Side Padding - Input a value for the sticky header side padding.
- Sticky Header Background Color - Set a color for the sticky header background.
- Choose Custom Widget Area One - Choose a custom widget area to display in the sticky header widget area one.
- Choose Custom Widget Area Two - Choose a custom widget area to display in the sticky header widget area two.
Divided Header
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the divided header.
- Header Background Color - Set a background color for the divided header.
- Header Border Color - Set a border color for the divided header.
- Header Border Width - Input a value for the divided header border width.
- Header Border Style - Choose a border style for your divided header.
Minimal Header
- Content in Grid - Set this option to "Yes" if you wish to set the minimal header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the minimal header.
- Header Background Color - Set a background color for the minimal header.
- Header Border Color - Set a border color for the minimal header.
- Header Border Width - Input a value for the minimal header border width.
- Header Border Style - Choose a border style for your minimal header.
Standard Extended Header
- Show Extended Dropdown - Set this option to "Yes" if you would like to show the extended dropdown animation.
- Extended Dropdown Opener Label - Input a value for the extended dropdown opener label or leave the field empy to apply the default value settings.
- Content in Grid - Set this option to "Yes" if you wish to set the standard extended header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the standard extended header.
- Header Background Color - Set a background color for the standard extended header.
- Header Border Color - Set a border color for the standard extended header.
- Header Border Width - Input a value for the standard extended header border width.
- Header Border Style - Choose a border style for your standard extended header.
Standard Header
- Content in Grid - Set this option to "Yes" if you wish to set the standard header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the standard header.
- Header Background Color - Set a background color for the standard header.
- Header Border Color - Set a border color for the standard header.
- Header Border Width - Input a value for the standard header border width.
- Header Border Style - Choose a border style for your standard header.
- Menu Position - Choose where you wish to position the menu within the standard header.
Vertical Sliding Header
- Header Background Color - Set a background color for the vertical sliding header.
Top Area
- Enable Top Area - Set this option to "Yes" if you wish to display the top area on this page.
- Content in Grid - Set this option to "Yes" if you wish to set the top area content in grid.
- Top Area Options - Set the background color, height, and side padding for the top area.
- Content Alignment - Choose how you wish to align the content in your top area.
- Top Area Border Options - Set a border color, input border width value and choose a border style for your top area.
- Choose Custom Widget Area - Left - Choose a custom widget area to display in the top area header inside the left widget area.
- Choose Custom Widget Area - Right - Choose a custom widget area to display in the top area header inside the right widget area.
Logo Settings
Header Logo Options
- Logo Height - Set the logo height for your pages.
- Hide Logo - Set this option to "Yes" if you wish to hide your logo.
- Enable Logo Outside Of Header - Set this option to "Yes" if you would like to display the logo outside of the header.
- Logo Padding - Input a value for your logo padding.
- Logo Source - Choose a source for your logo.
- Logo - SVG Path - Input SVG path code for your logo.
- Logo - Sticky SVG Path - Input SVG path code for your sticky logo.
- SVG Styles - Choose colors and input a value for the SVG icon size.
- Logo - Main - Upload a default logo image to display in the header on your pages.
- Logo - Dark - Upload a dark style logo to display in the header on your pages.
- Logo - Light - Upload a light style logo to display in the header on your pages.
- Logo - Vertical Sliding - Upload a vertical sliding area logo image to display in the header.
- Logo - Sticky - Set a sticky logo image to be displayed.
- Logo - Textual - Input text you would like to be displayed as your textual logo.
- Typography Styles - Here you can set typography styles for your textual logo.
Mobile Header Logo Options
- Mobile Logo Height - Set the mobile logo height for your pages.
- Mobile Logo Padding - Input a value for your mobile logo padding.
- Mobile Logo Source - Choose a source for your mobile logo.
- Mobile Logo - Main - Upload a default mobile logo image to display in the header on your pages.
- Mobile Logo - SVG Path - Input a SVG path code for your logo.
- SVG Styles - Choose colors and input the value for the SVG icon size.
- Mobile Logo - Textual - Input text you would like to be displayed as your textual logo.
- Typography Styles - Here you can set typography styles for your textual logo.
Mobile Header Settings
- Mobile Header Layout - Choose a mobile header layout for this page.
- Content in Grid - Set this option to "Yes" if you would like to set your mobile header content in grid.
Sidebar Settings
- Sidebar Layout - Choose the desired layout for your sidebar. You can also disable the sidebar here by choosing "No Sidebar".
- Custom Sidebar - Choose a custom sidebar layout you would like to display.
- Set Grid Gutter - Choose a predefined grid gutter size to set space between content and sidebar.
Title Settings
- Enable Page Title - Use this option to control whether you would like to display the title area on this page or not.
Title Area
- Title Layout - Chose a type of title area to use.
- Page Title in Grid - Set this option to "Yes" if you would like to set the title area content in grid.
- Height - Set a height for the title area.
- Height on Smaller Screens - Set a height for the title area on smaller screens when the mobile header is displayed.
- Background Color - Set a background color for the title area
- Background Image - Chose a background image for the title area.
- Background Image Behavior - Choose how you would like the background image to behave.
- Title Color - Choose a color for the title.
- Text Alignment - Set an alignment for the title area text.
- Vertical Text Alignment - Define the vertical alignment setting for the title area content on this page. You can choose to vertically align the title area content from the bottom of the header, or from the top of your browser window.
- Subtitle Options - Input text you wish to display, choose a color and input margin value for the subtitle. This option is only available if you have selected 'Standard Title' layout.
In this section of the User Guide we will discuss the creation of blog posts and all the available options for each post, setting up pages to display blog listings, as well as how to change the date format for your posts.
Blog Posts
To create a new blog post, go to Posts > Add New from your WordPress admin panel. First, you need to enter a title for your blog post in the text field near the top of the screen. Then choose a format for your blog post in the Format section on the right side of the screen.
Let's take a look at the available blog post formats:
- Standard - This is the default blog format. You can start adding content with the Elementor Page Builder.
- Gallery - this format features an image gallery slider. In order for it to work, you need to add a gallery at the top of your page. A field named Post Format Gallery will appear in the blog single settings section of the page, and here you can upload and add your gallery images.
- Video - a field named Post Format Video will appear in the blog single settings section of the page. Here you can enter your video links. You can link videos from YouTube or Vimeo, or alternatively, host your own videos. If you decide to self-host your video files, you need to upload the video files via the Media section (or you could upload a video directly to your server), and then enter the path to your video files in the corresponding fields. We recommend uploading videos in MP4 format in order to ensure compatibility with all modern browsers. You can also find a list of all supported formats here.
- Audio - a field named Post Format Audio will appear in the blog single settings section of the page. Here you can enter the path to an audio file you have previously uploaded to the Media Library (or to your server directly), or a link to an online audio service. You can find the full list of all supported online audio services here.
- Link - a field named Post Format Link will appear in the blog single settings section of the page. Here you can enter the full URL of the page you would like to link to, as well as a text you wish to display on the link.
- Quote - a field named Post Format Quote will appear in the blog single settings section of the page. Here you can enter the quote you would like to display as well as the author of the quote.
Now it's time to categorize this post:
- Beneath the Format section you will see a section named Categories. Here you can select the categories that you would like to add this post to. If you would like to create a new category, click on the + Add New Category link. A text field will appear in which you can enter a category name, and then click Add New Category.
- Once you've selected the categories you would like to add your post to, click the Publish button. Congratulations, you've just published your first blog post!
- Beneath the Categories section you will see the Tags and Featured Image sections. Here you can add tags to your post, and set a featured image which will be displayed for this post on blog list pages.
Now that we have published our first blog post, let’s go over the available custom fields for blog posts.
Note that most of them are the same custom fields you'll find when creating standard pages.
Blog Single
- Blog List Image - Set an image for this post to be displayed in blog lists instead of the featured image.
- Image Dimensions - Choose an image layout for blog lists. If you are using fixed images proportions in the list, pick an option other than default.
Richmond Settings
General Settings
- Main Color - Set the most dominant color for your website (will mostly be applied to haadings).
- Second Color - Set the second most dominant color for your website (will mostly be applied to texts).
- Third Color - Set the third most dominant color for your website (will mostly be applied to links).
Page Settings
- Page Background Color - Set a color for the page background.
- Page Background Image - Set a background image for the page.
- Page Background Repeat - Set a background pattern for the page.
- Page Background Size - Choose whether you wish to resize the background image to cover the entire background (even if this means streaching or cutting the image), or if you wish to resize the background image to display it in its full size.
- Page Background Attachment - Choose whether the background image will be fixed or can be scrolled.
- Page Content Padding - Set the padding values for the content on this page. Please input the padding values in the format: top right bottom left (e.g. 10px 5px 10px 5px).
- Page Content Padding Mobile - Set the padding values for the content on this page on mobile screens (1024px and below). Please input the padding values in the format: top right bottom left (e.g. 10px 5px 10px 5px).
- Boxed Layout - Set this option to "Yes" to enable the boxed layout. If you choose a boxed layout for this page, the content will be fitted in a centrally positioned grid.
- Boxed Background Color - Set a background color for outside the boxed content.
- Boxed Background Pattern - Set an image pattern to be displayed in the boxed background.
- Boxed Background Pattern Behavior - Choose a behavior type for the boxed background.
- Enable Left Fixed Area - Set this option to "Yes" if you would like to display left side fixed area.
- Passepartout - Set this option to "Yes" if you would like to display a passepartout border around this page.
- Passepartout Color - Set a color for the passepartout.
- Passepartout Background Image - Upload an image to be displayed in the passepartout background.
- Passepartout Border Color - Set a border color for the passepartout.
- Passepartout Border Image - Upload an image to be displayed in the passepartout border.
- Passepartout Size - Set a size for the passepartout.
- Passepartout Responsive Size - Set a size for the passepartout border when viewed on smaller screens.
- Initial Width of Content - Set a width for the grid on this page.
- Always Put Content Behind Header - Set this option to "Yes" if you would like the header to cover the top of the page content.
- Enable Page Spinner - Set this option to "Yes" if you would like to enable the page spinner effect.
- Enable Back to Top - Set this option to "Yes" to display a 'Back to Top' button on your website.
Age Verification Settings
- Enable Age Verification - Set this option to "Yes" if you wish to display age verification on your pages.
Footer Settings
- Enable Page Footer - Set this option to "Yes" to display the footer on this page.
Footer Area
- Uncovering Footer - Set this option to "Yes" if you would like to make the footer gradually appear on scroll.
- Enable Light Footer - Set this option to "Yes" if you would like your footer to have a predefined light style.
- Enable Top Footer Area - Set this option to "Yes" if you would like to display the top footer area.
- Top Footer Area in Grid - Set this option to "Yes" if you would like the top footer area to be displayed in grid.
- Top Custom Footer Area - Choose a custom top footer area type and the number of columns you would like to display.
- Content Alignment - Choose how you wish to align the content in your top footer area.
- Top Footer Area Styles - Customize padding, background, border and widget margins for the top footer area.
- Enable Bottom Footer Area - Set this option to "Yes" if you would like to display the bottom footer area.
- Bottom Footer Area in Grid - Set this option to "Yes" if you would like the bottom footer area to be displayed in grid.
- Bottom Custom Footer Area - Choose a custom bottom footer area type and the number of columns you would like to display.
- Content Alignment - Choose how you wish to align the content in your bottom footer area.
- Bottom Footer Area Styles - Customize padding, background color and border for the bottom footer area.
Header Settings
- Header Layout - Choose a header type to use on this page. Depending on the header type you choose, different options will be available.
- Header Skin - Here you can choose a header style to be applied to the header on this page. The "Light" header style displays white navigation text and the "Light" logo version, while the "Dark" header style displays black navigation text and the "Dark" logo version. If you wish to use the default colors and logo, leave this field empty.
- Show Header Widget Areas - Set this option to "Yes" if you wish to display the header widget areas on this page.
- Choose Custom Header Widget Area One - Choose a custom widget area to display in the header widget area one.
- Choose Custom Header Widget Area Two - Choose a custom widget area to display in the header widget area two.
- Choose Custom Header Top Widget Area - Left - Choose a custom widget area to display in the header top left widget area.
- Choose Custom Header Top Widget Area - Center - Choose a custom widget area to display in the header top center widget area.
- Choose Custom Header Top Widget Area - Right - Choose a custom widget area to display in the header top right widget area.
Main Menu
- Dropdown Position - Input a value for the dropdown menu height in pixels.
Scroll Appearance Section
- Header Scroll Appearance - Choose a scroll appearance/behavior for the header on this page.
- Sticky Header Appearance - Choose a motion direction for your sticky header appearance.
- Sticky Header Skin - Choose a skin style for your sticky header.
- Sticky Scroll Amount - Enter a scroll amount (how much you will scroll from the top of the page) for the sticky header to appear at. This option is only available for the sticky header scroll appearance.
- Sticky Header Side Padding - Input a value for the sticky header side padding.
- Sticky Header Background Color - Set a color for the sticky header background.
- Choose Custom Widget Area One - Choose a custom widget area to display in the sticky header widget area one.
- Choose Custom Widget Area Two - Choose a custom widget area to display in the sticky header widget area two.
Divided Header
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the divided header.
- Header Background Color - Set a background color for the divided header.
- Header Border Color - Set a border color for the divided header.
- Header Border Width - Input a value for the divided header border width.
- Header Border Style - Choose a border style for your divided header.
Minimal Header
- Content in Grid - Set this option to "Yes" if you wish to set the minimal header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the minimal header.
- Header Background Color - Set a background color for the minimal header.
- Header Border Color - Set a border color for the minimal header.
- Header Border Width - Input a value for the minimal header border width.
- Header Border Style - Choose a border style for your minimal header.
Standard Extended Header
- Show Extended Dropdown - Set this option to "Yes" if you would like to show the extended dropdown animation.
- Extended Dropdown Opener Label - Input a value for the extended dropdown opener label or leave the field empy to apply the default value settings.
- Content in Grid - Set this option to "Yes" if you wish to set the standard extended header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the standard extended header.
- Header Background Color - Set a background color for the standard extended header.
- Header Border Color - Set a border color for the standard extended header.
- Header Border Width - Input a value for the standard extended header border width.
- Header Border Style - Choose a border style for your standard extended header.
Standard Header
- Content in Grid - Set this option to "Yes" if you wish to set the standard header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the standard header.
- Header Background Color - Set a background color for the standard header.
- Header Border Color - Set a border color for the standard header.
- Header Border Width - Input a value for the standard header border width.
- Header Border Style - Choose a border style for your standard header.
- Menu Position - Choose where you wish to position the menu within the standard header.
Vertical Sliding Header
- Header Background Color - Set a background color for the vertical sliding header.
Top Area
- Enable Top Area - Set this option to "Yes" if you wish to display the top area on this page.
- Content in Grid - Set this option to "Yes" if you wish to set the top area content in grid.
- Top Area Options - Set the background color, height, and side padding for the top area.
- Content Alignment - Choose how you wish to align the content in your top area.
- Top Area Border Options - Set a border color, input border width value and choose a border style for your top area.
- Choose Custom Widget Area - Left - Choose a custom widget area to display in the top area header inside the left widget area.
- Choose Custom Widget Area - Right - Choose a custom widget area to display in the top area header inside the right widget area.
Logo Settings
Header Logo Options
- Logo Height - Set the logo height for your pages.
- Hide Logo - Set this option to "Yes" if you wish to hide your logo.
- Enable Logo Outside Of Header - Set this option to "Yes" if you would like to display the logo outside of the header.
- Logo Padding - Input a value for your logo padding.
- Logo Source - Choose a source for your logo.
- Logo - SVG Path - Input SVG path code for your logo.
- Logo - Sticky SVG Path - Input SVG path code for your sticky logo.
- SVG Styles - Choose colors and input a value for the SVG icon size.
- Logo - Main - Upload a default logo image to display in the header on your pages.
- Logo - Dark - Upload a dark style logo to display in the header on your pages.
- Logo - Light - Upload a light style logo to display in the header on your pages.
- Logo - Vertical Sliding - Upload a vertical sliding area logo image to display in the header.
- Logo - Sticky - Set a sticky logo image to be displayed.
- Logo - Textual - Input text you would like to be displayed as your textual logo.
- Typography Styles - Here you can set typography styles for your textual logo.
Mobile Header Logo Options
- Mobile Logo Height - Set the mobile logo height for your pages.
- Mobile Logo Padding - Input a value for your mobile logo padding.
- Mobile Logo Source - Choose a source for your mobile logo.
- Mobile Logo - Main - Upload a default mobile logo image to display in the header on your pages.
- Mobile Logo - SVG Path - Input a SVG path code for your logo.
- SVG Styles - Choose colors and input the value for the SVG icon size.
- Mobile Logo - Textual - Input text you would like to be displayed as your textual logo.
- Typography Styles - Here you can set typography styles for your textual logo.
Mobile Header Settings
- Mobile Header Layout - Choose a mobile header layout for this page.
- Content in Grid - Set this option to "Yes" if you would like to set your mobile header content in grid.
Sidebar Settings
- Sidebar Layout - Choose the desired layout for your sidebar. You can also disable the sidebar here by choosing "No Sidebar".
- Custom Sidebar - Choose a custom sidebar layout you would like to display.
- Set Grid Gutter - Choose a predefined grid gutter size to set space between content and sidebar.
Title Settings
- Enable Page Title - Use this option to control whether you would like to display the title area on this page or not.
Title Area
- Title Layout - Chose a type of title area to use.
- Page Title in Grid - Set this option to "Yes" if you would like to set the title area content in grid.
- Height - Set a height for the title area.
- Height on Smaller Screens - Set a height for the title area on smaller screens when the mobile header is displayed.
- Background Color - Set a background color for the title area
- Background Image - Chose a background image for the title area.
- Background Image Behavior - Choose how you would like the background image to behave.
- Title Color - Choose a color for the title.
- Text Alignment - Set an alignment for the title area text.
- Vertical Text Alignment - Define the vertical alignment setting for the title area content on this page. You can choose to vertically align the title area content from the bottom of the header, or from the top of your browser window.
- Subtitle Options - Input text you wish to display, choose a color and input margin value for the subtitle. This option is only available if you have selected 'Standard Title' layout.
Blog Lists
After you have created enough posts, you also need to create a blog list where all of these posts will be displayed. To create a blog list, you first need to create a new page on which your blog list will be displayed, and in the page's backend find the Blog List shortcode. You also have the option to create a blog slider using the Blog Slider shortcode. For a more detailed look into the Blog List as well as the Blog Slider elements, refer to the Custom Shortcodes section of this guide.
Date Format
If you wish to change the date format on blog posts, navigate to Settings > General > Date Format from your WordPress admin, and select your format of choice.
This section of the User Guide provides a comprehenisve overview of all the settings available in the Richmond Core Options section of your WordPress admin panel. The settings found here are applied globally and will affect all pages on your website. However, note that many of these options can be overridden locally by applying settings on individual pages or on shortcode elements.
General
- Main Color - Set the most dominant color for your website (will mostly be applied to haadings).
- Second Color - Set the second most dominant color for your website (will mostly be applied to texts).
- Third Color - Set the third most dominant color for your website (will mostly be applied to links).
- Page Background Color - Set a background color for your pages.
- Page Background Image - Upload the image for the background.
- Page Background Repeat - Enabling this option will set the background image as a repeating pattern throughout the page, otherwise the image will appear as the cover background image.
- Page Background Size - Choose whether you wish to resize the background image to cover the entire background (even if this means streaching or cutting the image), or if you wish to resize the background image to display it in its full size.
- Page Background Attachment - Choose whether the background image will be fixed or can be scrolled.
- Page Content Padding - Set the padding values for the content for your pages. Please input the padding values in the format: top right bottom left (e.g. 10px 5px 10px 5px).
- Page Content Padding Mobile - Set the padding values for the content on your pages on mobile screens (1024px and below). Please input the padding values in the format: top right bottom left (e.g. 10px 5px 10px 5px).
- Boxed Layout - Set this option to "Yes" to enable the boxed layout. If you choose a boxed layout for your pages, the content will be fitted in a centrally positioned grid.
- Boxed Background Color - Set a background color for outside the boxed content.
- Boxed Background Pattern - Set an image pattern to be displayed in the boxed background.
- Boxed Background Pattern Behavior - Choose a behavior type for the boxed background.
- Passepartout - Set this option to "Yes" if you would like to display a passepartout border around your pages.
- Passepartout Color - Set a color for the passepartout.
- Passepartout Background Image - Upload an image to be displayed in the passepartout background.
- Passepartout Border Color - Set a border color for the passepartout.
- Passepartout Border Image - Upload an image to be displayed in the passepartout border.
- Passepartout Size - Set a size for the passepartout.
- Passepartout Responsive Size - Set a size for the passepartout border when viewed on smaller screens.
- Initial Width of Content - Set a width for the grid on your pages.
- Enable Page Spinner - Set this option to "Yes" if you would like to enable the page spinner effect.
- Page Spinner Type - Choose an animation type for the page spinner.
- Spinner Background Color - Set a background color for the page spinner.
- Spinner Color - Set a color for the page spinner.
- Spinner Text - Input some text for the page spinner.
- Enable Fade Out Animation - Set this option to "Yes" if you would like to enable the fade out animation that will appear when leaving the page.
- Enable Back to Top - Set this option to "Yes" to display a 'Back to Top' button on your website.
- Back to Top Icon SVG Path - Input your SVG path code for your back to top icon.
- Back to Top Styles - Choose a style for your 'Back to Top' button.
- Color - Set a color for your 'Back to Top' button.
- Hover Color - Set a hover color for your 'Back to Top' button.
- Background Color - Set a background color for your 'Back to Top' button.
- Background Hover Color - Set a background hover color for your 'Back to Top' button.
- Border Color - Set a border color for your 'Back to Top' button.
- Border Hover Color - Set a border hover color for your 'Back to Top' button.
- Border Width - Input a value for your 'Back to Top' button border width.
- Border Radius - Input a value for your 'Back to Top' button border radius.
- Icon Size - Input a value for your 'Back to Top' button icon size.
- Custom JS - You can input any custom JavaScript into this field and it will take effect on your site.
Logo
Header Logo Options
- Logo Height - Set the logo height for your pages.
- Logo Padding - Input a value for your logo padding.
- Logo Source - Choose a source for your logo.
- Logo - SVG Path - Input SVG path code for your logo.
- Logo - Sticky SVG Path - Input SVG path code for your sticky logo.
- SVG Styles - Choose colors and input a value for the SVG icon size.
- Logo - Main - Upload a default logo image to display in the header on your pages.
- Logo - Dark - Upload a dark style logo to display in the header on your pages.
- Logo - Light - Upload a light style logo to display in the header on your pages.
- Logo - Vertical Sliding - Upload a vertical sliding area logo image to display in the header.
- Logo - Sticky - Set a sticky logo image to be displayed.
- Logo - Textual - Input text you would like to be displayed as your textual logo.
- Typography Styles - Here you can set typography styles for your textual logo.
Mobile Header Logo Options
- Mobile Logo Height - Set the mobile logo height for your pages.
- Mobile Logo Padding - Input a value for your mobile logo padding.
- Mobile Logo Source - Choose a source for your mobile logo.
- Mobile Logo - Main - Upload a default mobile logo image to display in the header on your pages.
- Mobile Logo - SVG Path - Input a SVG path code for your logo.
- SVG Styles - Choose colors and input the value for the SVG icon size.
- Mobile Logo - Textual - Input text you would like to be displayed as your textual logo.
- Typography Styles - Here you can set typography styles for your textual logo.
Fonts
- Enable Google Fonts - Set this option to "Yes" if you wish to use Google Fonts on your website.
- Google Fonts to Include - Here you can choose which Google Fonts you wish to include on your site.
- Google Fonts Weight - Set default Google Fonts weights for your site. The more options you select, the greater potential impact on page load time gets.
- Google Fonts Styles - Choose default Google Fonts styles for your site. The more options you select, the greater potential impact on page load time gets.
- Custom Fonts - If you wish to add custom fonts to your theme, you can do so here.
Typography
- General Typography - Here you can set the typography styles for different headings, links and paragraphs. In addition to this, you can set typography styles for individual responsive stages for each heading below.
General
- Header Layout - Choose a header type to use on your pages. Depending on the header type you choose, different options will be available.
- Header Skin - Here you can choose a header style to be applied to the header on your pages. The "Light" header style displays white navigation text and the "Light" logo version, while the "Dark" header style displays black navigation text and the "Dark" logo version. If you wish to use the default colors and logo, leave this field empty.
Divided Header
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the divided header.
- Header Background Color - Set a background color for the divided header.
- Header Border Color - Set a border color for the divided header.
- Header Border Width - Input a value for the divided header border width.
- Header Border Style - Choose a border style for your divided header.
Minimal Header
- Content in Grid - Set this option to "Yes" if you wish to set the minimal header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the minimal header.
- Header Background Color - Set a background color for the minimal header.
- Header Border Color - Set a border color for the minimal header.
- Header Border Width - Input a value for the minimal header border width.
- Header Border Style - Choose a border style for your minimal header.
Standard Extended Header
- Show Extended Dropdown - Set this option to "Yes" if you would like to show the extended dropdown animation.
- Extended Dropdown Opener Label - Input a value for the extended dropdown opener label or leave the field empy to apply the default value settings.
- Content in Grid - Set this option to "Yes" if you wish to set the standard extended header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the standard extended header.
- Header Background Color - Set a background color for the standard extended header.
- Header Border Color - Set a border color for the standard extended header.
- Header Border Width - Input a value for the standard extended header border width.
- Header Border Style - Choose a border style for your standard extended header.
Standard Header
- Content in Grid - Set this option to "Yes" if you wish to set the standard header content in grid.
- Header Height - Input a value for the header height.
- Header Side Padding - Set the side padding for the standard header.
- Header Background Color - Set a background color for the standard header.
- Header Border Color - Set a border color for the standard header.
- Header Border Width - Input a value for the standard header border width.
- Header Border Style - Choose a border style for your standard header.
- Menu Position - Choose where you wish to position the menu within the standard header.
Vertical Sliding Header
- Header Background Color - Set a background color for the vertical sliding header.
- Icon Source - Choose whether you would like to use icons from an icon pack, SVG icons or predefined, theme-styled icons.
- Icon Pack - Choose an icon pack for the vertical sliding header. This option is only available if you have selected icon pack as your source.
- Header Menu Open Icon SVG Path - Enter the header menu icon SVG path here. This option is only available if you have selected the SVG icons as your source.
- Header Menu Close Icon SVG Path - Enter the header menu close icon SVG path here. This option is only available if you have selected the SVG icons as your source.
Top Area
- Enable Top Area - Set this option to "Yes" if you wish to display the top area.
- Content in Grid - Set this option to "Yes" if you wish to set the top area content in grid.
- Top Area Options - Set the background color, height, and side padding for the top area.
- Content Alignment - Choose how you wish to align the content in your top area.
- Top Area Border Options - Set a border color, input border width value and choose a border style for your top area.
Main Menu Settings
Main Menu
- Dropdown Position - Input a value for the dropdown menu height in pixels.
- Dropdown Background Color - Select a dropdown background color for your menu.
- Main Menu Dropdown Appearance - Select a dropdown appearance option for the main menu.
- Wide Dropdown Full Width Section - Set this option to "Yes" if you wish to set the main menu to take up the full width.
- Wide Dropdown Content in Grid - Set this option to "Yes" if you would like the wide dropdown menu content to be in grid.
- Wide Dropdown Background Color - Set a background color for the dropdown menu.
Main Menu Typography
- Menu 1st Level Typography - Set styles for 1st level menu items in the main menu.
- Menu 2nd Level Typography - Set styles for 2nd level menu items in the main menu.
- Menu 2nd Level Wide Typography - Set styles for the 2nd level menu items in the wide menu.
- Menu 3rd Level Wide Typography - Set styles for 3rd level menu items in the wide menu.
Scroll Appearance Settings
- Header Scroll Appearance - Choose a scroll appearance/behavior for the header on your pages.
- Sticky Header Appearance - Choose a motion direction for your sticky header appearance.
- Sticky Header Skin - Choose a skin style for your sticky header.
- Sticky Scroll Amount - Enter a scroll amount (how much you will scroll from the top of the page) for the sticky header to appear at. This option is only available for the sticky header scroll appearance.
- Sticky Header Side Padding - Input a value for the sticky header side padding.
- Sticky Header Background Color - Set a color for the sticky header background.
General Settings
- Sticky Mobile Header - Set this option to "Yes" if you wish the mobile header to be sticky (to follow in the viewport on scroll).
- Mobile Header Layout - Choose mobile header layout you wish to use.
- Content in Grid - Set this option to "Yes" if you would like to set your mobile header content in grid.
- Icon Source - Choose whether you would like to use an icon from an icon pack, SVG icons or a predefined, theme-styled icon.
- Mobile Header Opener Styles - Customize your mobile header opener by selecting a color, hover color, and inputing a value for your icon size.
Minimal Mobile Header
- Minimal Height - Set a height for the minimal mobile header.
- Header Side Padding - Set the side padding for the minimal mobile header.
- Header Background Color - Set a background color for the minimal mobile header.
Side Area Mobile Header
- Header Height - Set a height for the side area mobile header.
- Header Side Padding - Set the side padding for the side area mobile header.
- Header Background Color - Set a background color for the side area mobile header.
Standard Mobile Header
- Header Height - Set a height for the standard mobile header.
- Header Side Padding - Set the side padding for the standard mobile header.
- Header Background Color - Set a background color for the standard mobile header.
Mobile Menu Settings
Mobile Menu Typography
- Menu 1st Level Typography - Set styles for 1st level menu items in the mobile menu.
- Menu 2nd Level Typography - Set styles for 2nd level menu items in the mobile menu.
- Fullscreen Menu in Grid - Set this option to "Yes" if you wish to set the fullscreen menu in grid.
- Fullscreen Menu Hide Logo - Set this option to "Yes" if you wish to hide your menu logo.
- Background Color - Select a color for your fullscreen menu background.
- Background Image - Upload an image for your fullscreen menu background.
- Icon Source - Choose whether you would like to use icons from an icon pack, SVG icons or predefined, theme-styled icons.
- Icon Pack - Choose an icon pack for the full screen menu. This option is only available if you have selected icon pack as your source.
- Full Screen Menu Open Icon SVG Path - Enter the full screen menu icon SVG path here. This option is only available if you have selected the SVG icons as your source.
- Full Screen Menu Close Icon SVG Path - Enter the full screen menu close icon SVG path here. This option is only available if you have selected the SVG icons as your source.
Fullscreen Menu Typography
- Menu 1st Level Typography - Set styles for 1st level menu items in the fullscreen menu.
- Menu 2nd Level Typography - Set styles for 2nd level menu items in the fullscreen menu.
Title
- Enable Page Title - Use this option to control whether you would like to display the title area or not on your website.
- Title Layout - Choose a type of title area to use.
- Page Title in Grid - Set this option to "Yes" if you would like to set the title area content in grid.
- Height - Set a height for the title area.
- Height on Smaller Screens - Set a height for the title area on smaller screens when the mobile header is displayed.
- Background Color - Set a background color for the title area
- Background Image - Chose a background image for the title area.
- Background Image Behavior - Choose how you would like the background image to behave.
- Title Color - Set a color for the title.
- Title Tag - Set a heading tag for titles.
- Text Alignment - Set an alignment for titles.
- Vertical Text Alignment - Define the vertical alignment setting for the title area content on your pages. You can choose to vertically align the title area content from the bottom of the header, or from the top of your browser window.
- Sidebar Layout - Choose a layout for the sidebar on pages.
- Custom Sidebar - Choose a custom sidebar to display.
- Set Grid Gutter - Choose a predefined size for the space between the content and sidebar.
- Widgets Margin Bottom - Input space value between widgets.
- Enable Page Footer - Set this option to "Yes" to display the footer on your pages.
Footer Area
- Uncovering Footer - Set this option to "Yes" if you would like to make the footer gradually appear on scroll.
- Enable Light Footer - Set this option to "Yes" if you would like your footer to have a predefined light style.
- Enable Top Footer Area - Set this option to "Yes" if you would like to display the top footer area.
- Top Footer Area in Grid - Set this option to "Yes" if you would like the top footer area to be displayed in grid.
- Top Footer Area Columns - Choose a number of columns you would like to display in the top footer area.
- Top Area Grid Gutter - Choose a predefined size for the space between columns for top footer area.
- Content Alignment - Choose how you wish to align the content in your top footer area.
- Top Footer Area Styles - Customize padding, background, border, and widget margins for the top footer area.
- Enable Bottom Footer Area - Set this option to "Yes" if you would like to display the bottom footer area.
- Bottom Footer Area in Grid - Set this option to "Yes" if you would like the bottom footer area to be displayed in grid.
- Bottom Footer Area Columns - Set the number of columns for the bottom footer area.
- Bottom Area Grid Gutter - Choose a predefined size for the space between columns for bottom footer area.
- Content Alignment - Choose how you wish to align the content in your bottom footer area.
- Bottom Footer Area Styles - Customize padding, background color, and border for the bottom footer area.
Search
Search Page
- Enable Page Title - Set this option to "Yes" if you wish to display the search page title.
- Sidebar Layout - Choose a layout for the sidebar on search pages.
- Custom Sidebar - Choose a custom sidebar to display on search pages.
- Set Grid Gutter - Set a predefined size for the space between the content and sidebar on search pages.
- Number of Characters in Excerpt - Input the maximum number of characters you wish to show in post excerpts on search pages.
- Icon Source - Choose whether you would like to use icons from an icon pack or SVG icons, or a predefined icon style.
- Search Open Icon SVG Path - Input your search icon SVG path. This option is only available if you have selected SVG path as your search icon source.
- Search Close Icon SVG Path - Input the search close icon SVG path here. This option is only available if you have selected SVG path as your search icon source.
- Icon Pack - Choose an icon pack to use for search icons. This option is only available if you have selected Icon Pack as your search icon source.
- Search Icon Size - Set a size for the search icon.
- Search Icon - Here you can set a color for the search icon as well as for search icon on hover.
- Search Icon Label - Set this option to "Yes" if you would like to display the search icon label.
Side Area
- Side Area Width - Set a width for the side area.
- Content Overlay Background Color - Set a background color for the content overlay.
- Background Color - Set a background color for the side area.
- Icon Source - Choose whether you would like to use icons from an icon pack,SVG icons or a predefined icon style.
- Icon Pack - Choose an icon pack you wish to use for side area icon.
- Side Area Icon SVG Path - Enter your Side Area icon SVG path here.
- Side Area Close Icon SVG Path - Enter your Side Area close icon SVG path here.
- Colors - Here you can set the colors for the side area.
- Text Alignment - Choose an alignment for the text in the side area.
Blog
Blog List
- Number of Characters in Excerpt - Set a number of characters to be displayed in the excerpt.
- Sidebar Layout - Choose a sidebar layout for blog archive pages.
- Custom Sidebar - Choose a custom sidebar layout for blog archive pages.
- Set Grid Gutter - Set a predefined size for the space between the content layout and the sidebar layout for your blog lists.
Blog Single
- Enable Page Title - Set this option to "Yes" to display the post title in single post title areas.
- Show Post Title in Title Area - Set this option to "Yes" to display the post title in title areas.
- Sidebar Layout - Choose a sidebar layout for blog single posts.
- Custom Sidebar - Choose a custom sidebar layout for blog single posts.
- Set Grid Gutter - Set a predefined size for the space between the content layout and the sidebar layout for your single posts.
- Enable Author Info - Set this option to "Yes" to display the author info box on blog single posts.
- Show Author Email - Set this option to "Yes" to show the author e-mail in the author info box.
- Enable Related Posts - Set this option to "Yes" to display related posts on blog single pages.
- Enable Single Post Navigation - Enable navigation links on single posts, so you can navigate through single blog posts.
- Set Navigation Through Current Category - Set this option to "Yes" to limit the navigation only to the current category.
Social Share
- Enable Facebook Share - Set this option to "Yes" to enable the Facebook social share functionality.
- Enable Twitter Share - Set this option to "Yes" to enable the Twitter social share functionality.
- Twitter Via Text - Input a twitter handle you wish to appear in Tweets shared from your site.
- Enable LinkedIn Share - Set this option to "Yes" to enable the LinkedIn social share functionality.
- Enable Pinterest Share - Set this option to "Yes" to enable the Pinterest social share functionality.
- Enable Tumblr Share - Set this option to "Yes" to enable the Tumblr social share functionality.
- Enable VK Share - Set this option to "Yes" to enable the VK social share functionality.
Maps
- Maps API Key - Input a Google Maps API key you wish to use.
- Map Style - If you would like to use a predefined map style, input the map style json here.
- Map Zoom - Input the default value for zoom on your maps.
- Enable Map Scroll - Set this option to "Yes" if you would like maps to be scrollable.
- Enable Map Dragging - Set this option to "Yes" if you would like maps to be draggable.
- Enable Map Street View Controls - Set this option to "Yes" if you would like to enable street view controls on maps.
- Enable Map Zoom Control - Set this option to "Yes" if you would like to enable zoom controls on maps.
- Enable Map Type Control - Set this option to "Yes" if you would like to allow users to choose the type of map they are viewing.
- Enable Map Full Screen Control - Set this option to "Yes" to display a full screen switch button on your maps.
Room
Room List
- Item Layout - Choose a style (layout and hover type) for items on room archive pages.
- List Appearance - Choose an appearance style for room lists.
- Masonry Image Proportions - Set the image proportion for masonry lists. This option is only available if you have selected the 'masonry' list appearance.
- Number of Columns - Choose a number of columns in which to display your room items on archive pages.
- Space Between Items - Choose a spacing between items on room archive pages.
- Columns Responsive - Here you can choose between 'predefined' column responsive, or you can adjust the number of columns manually for each responsive stage.
- Title Tag - Choose a heading tag for item titles in your room list.
Room Single
- Set Grid Gutter - Set a predefined size for the space between the content layout and the sidebar layout for your room single.
- Enable Half Day Booking - Set this option to "Yes" if you would like to allow users to check in on the same day when other guests checked out in the morning.
- Enable Availability - Set this option to "Yes" to display a section containing this room's availability on the room single page.
- Enable Amenity - Set this option to "Yes" to display a section containing this room's amenities on the room single page.
- Enable Weather - Set this option to "Yes" to display a section containing this the weather section on the room single page.
- Weather API Key - Enter the weather location API key. You can use OpenWeatherMap to find your location.
- Enable Ads - Set this option to "Yes" to display a section containing ads on the room single page.
- Ads Image - Input an image for the ads.
- Ads Link - Input a link that the ad will lead to.
- Enable Related Posts - Set this option to "Yes" to display related posts on room single pages.
WooCommerce
Product List
- Item Layout - Choose a default layout for product lists.
- Columns Number - Choose a number of columns for the product list.
- Space Between Items - Set a spacing between products in the list.
- Products per Page - Set the number of products you would like to display per page.
- Title Tag - Set a heading tag for your product titles on product list pages.
- Sidebar Layout - Choose a default sidebar layout for product lists.
- Custom Sidebar - Choose a custom sidebar layout for product lists.
- Set Grid Gutter - Set a predefined size for the space between the content layout and the sidebar.
- Enable Percent Sign - Set this option to "Yes" if you wish to display the percent value mark instead of the sale label on selected products.
Product Single
- Enable Page Title - Set this option to "Yes" if you would like to display the title area on single product pages.
- Title Tag - Set a heading tag for your single product titles.
- Enable Image Lightbox - If you'd like to use lightbox image functionality, you can choose between 'magnific popup' and 'photo swipe' here, or you can choose not to use the image lightbox alltogether.
- Enable Zoom Maginfier - Set this option to "Yes" if you would like to enable a zoomed view of product images when they are hovered on.
- Set Thumbnail Images Position - Choose a position for the thumbnail images.
- Number of Thumbnail Image Columns - Set a number of columns for thumbnail images on single product pages.
- Number of Related Product Columns - Set a number of columns for related products on single product pages.
Product Info
- Typography - Here you can customize typography styles for your prices, product info, labels, and links.
YITH Color and Label Variations
- Enable Predefined Style - Set this option to "Yes" if you would like to apply the predefined style for the YITH color and label variations plugin.
YITH Quick View
- Title Tag - Input a title tag for the YITH Quick View item.
- Enable Predefined Style - Set this option to "Yes" if you would like to apply the predefined style YITH Quick View plugin.
YITH Wishlist
- Enable Predefined Style - Set this option to "Yes" if you would like to apply the predefined style for the YITH Wishlist plugin.
Working Hours
- Working Hours Mon/Sun - Here you can input the working hours for each individual day from monday through sunday.
- Special Days - Tick the boxes next to days you wish to mark as special days.
- Featured Text for Special Days - Input some text you wish to display for special days.
Age Verification
- Enable Age Verification - Set this option to "Yes" if you wish to display age verification on your pages.
- Logo Image - Set a logo image for the age verification form.
- Title - Input a title you wish to display. The default title is Are You Over 18?
- Subtitle - Input a subtitle you wish to display. The default subtitle is By entering this site you agree to our Privacy Policy
- Note - Input some additional text that will be displayed in the age verification form.
- Link for Negative Action - Input a link that will open in the event that the user responds negatively to the age verification inquiry.
- Background Image - Set an image to be displayed in the age verification form background.
- Age Verification Behavior - Choose how you wish to manage the age verification modal.
- Enable Subscribe Popup - Set this option to "Yes" if you would like to enable a pop-up window with a contact form for your pages on page load.
- Title - Input the title for the pop-up window.
- Subtitle - Input the subtitle for the pop-up window.
- Background Image - Upload a background image to be displayed in the pop-up.
- Select Contact Form - Choose a contact form you wish to use.
- Enable Subscribe Pop-up Prevent - Set this option to "Yes" if you would like to enable pop-up preventing.
- Pop-up Prevent Behavior - Choose how to manage pop-up prevention.
404
- Enable Page Title - Set this option to "Yes" to display a title on your 404 page.
- Enable Page Footer - Set this option to "Yes" to display a footer on your 404 page.
- Background Color - Set a background color for the 404 page.
- Background Image - Upload a background image for the 404 page.
- Title Label - Enter a title to be displayed on the 404 error page.
- Title Color - Set a color for the 404 page title.
- Text Label - Input a text to be displayed underneath the title for the 404 page.
- Text Color - Set a color for the 404 page additional text.
- Button Text - Input a text you wish to display on the 404 error page button.
In this section of the User Guide we will take a comprehesive look at all the custom shortcodes included in the theme and their repsective options.
Section
The section element is a container element in which you can add other elements (shortcodes) and sort them on your page. Besides the standard Elementor Page Builder options for sections (you can access these options by hovering on a section and clicking the Edit Section button), you also have the custom options which we included with the theme. You can access these options by clicking the Edit Section button on the section of your choice, and then navigating to the Advanced tab located in the Elementor toolbar on the left side of the page.
Richmond Core Parallax
- Enable Parallax - Set this option to "Yes" to enable an animated parallax effect for this section.
- Parallax Background Image - Set an image to be displayed in the background.
Richmond Grid
- Make this row "In Grid" - Set this option to "Yes" to set this set this section in a grid layout.
Accordion
Accordions allow you to organize your content and display only what is necessary at a particular moment.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Behavior - Choose a behavior type for your accordions.
After you have set up the accordion holder, you can add Accordion Child element and modify the following options:
- Title - Enter a title for the accordion.
- Title Tag - Set a heading tag for the title.
Now you can enter content into your accordion. You can enter any shortcode into the accordion.
Amenity List
You can use this shortcode to display a list of room amenities.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Number of Columns - Set the number of columns in which you would like to display your amenity list.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a spacing between amenity items in the list.
- Posts Per Page - Choose how many posts you would like to display per page. Enter "-1" do display all posts on a single page.
- Order by - Choose how you would like to order your amenity items.
- Order - Choose between ascending and descending order.
- Taxonomy IDs - Input taxonomy IDs for categories/tags you wish to limit this amenity list to.
- Hide Empty - Set this option to "Yes" if you would like to hide inactive amenities from the list.
- Title Margin Top - Set a top margin for the title.
- Skin - Choose a predefined skin style for your list.
- Enable Animation - Set this option to "Yes" if you would like to enable animation.
Author List
This shortcode enables you to present a listing of your authors on page.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your author list. The template you choose will define how your author list will display.
- Image Proportions - Choose the proportions of the images in your author list.
- Custom Image Width - Input a value for the custom image width in pixels. This option is only available if you have selected the Custom image proportion option.
- Custom Image Height - Input a value for the custom image height in pixels. This option is only available if you have selected the Custom image proportion option.
- Number of Columns - Set the number of columns in which you would like to display your author list.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a spacing between author items in the list.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the parallax effect to items. This option is only available if you have selected the 'masonry' list appearance.
- Row Height - Input a value for the row height. This option is only available if you have selected the 'justified gallery' list appearance.
- Max Row Height - Input a value for the max row height. This option is only available if you have selected the 'justified gallery' list appearance.
- Last Row Threshold - Input a value for the last row threshold. This option is only available if you have selected the 'justified gallery' list appearance.
- Enable Slider Loop - If you would like the slider to loop when it comes to the end of the author list, set this option to "Yes". This option is only available if you have selected the 'slider' list appearance.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the slider to automatically change slides.
- Slide Duration - Set a duration time (in milliseconds) for each slide to stay on screen before switching to the next slide.
- Slide Animation Duration - Set a duration time (in milliseconds) for the animation between slides.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" to enable slider navigation arrows.
- Enable Slider Pagination - Set this option to "Yes" to enable pagination bullets on the slider.
- Image Size - Input the image size value (xp).
Query
- Posts Per Page - Choose how many authors you would like to display per page. Enter "-1" do display all authors on a single page.
- Order by - Choose how you would like to order your authors.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for items featured in this author list.
- Post IDs - If you would only like to display certain items in your author list, enter the IDs of those items in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this author list to.
- Author Name - Input the name of the author whose items you wish to limit this author list to.
Layout
- Title Tag - Choose a heading tag for the titles in your author list.
- Title Text Transform - Choose a text transform style for the title.
Additional
- Enable Filter - Set this option to "Yes" to enable a category filter above the author list.
- Pagination - Choose a pagination type to use.
- Load More Top Margin - Set a top margin for the "Load More" button when using the "Load More" type of pagination.
Banner
You can use this shortcode to create a banner with a background image, link, title, subtitle, and some text.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Layout - Choose a banner layout type you wish to use.
- Image - Upload an image for the banner.
- Link - Input a link you wish the banner to lead to.
- Link Target - Choose whether the link will open in a new or the same browser window.
Content
- Title - Input a title for the banner.
- Title Tag - Choose a heading tag for the title.
- Title Color - Set a color for the title.
- Title Margin Top - Set a top margin for the title.
- Subtitle - Input a subtitle text for the banner.
- Subtitle Tag - Choose a heading tag for the subtitle.
- Subtitle Color - Set a color for the subtitle.
- Subtitle Margin Top - Set a top margin for the subtitle.
- Text - Input a title for the banner.
- Text Tag - Choose a heading tag for the title.
- Text Color - Set a color for the title.
- Text Margin Top - Set a top margin for the title.
Button
- Layout - Choose a layout type for the banner button.
- Size - Choose a size for the button.
- Button Text - Input a text you wish to display on the button.
- Text Color - Set a color for the text.
- Text Hover Color - Set a color for the text.
- Background Color - Set a background color for the button.
- Background Hover Color - Set a background color for the button on hover.
- Border Color - Set a color for the button border.
- Border Hover Color - Set a color for the button border on hover.
- Margin - Adjust the button margins.
- Font Size - Set the font size for the button text.
- Font Weight - Set the font weight for the button text.
- Text Transform - Set a text transform style for the button text.
Blog List
This shortcode allows you to display your blog posts on a page.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your blog list. The template you choose will define how your blog list will display.
- Image Proportions - Choose the proportions of the images in your blog list.
- Custom Image Width - Input a value for the custom image width in pixels. This option is only available if you have selected the Custom image proportion option.
- Custom Image Height - Input a value for the custom image height in pixels. This option is only available if you have selected the Custom image proportion option.
- Number of Columns - Set the number of columns in which you would like to display your blog list.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a spacing between blog items in the list.
- Row Height - Input a value for the row height. This option is only available if you have selected the 'justified gallery' list appearance.
- Max Row Height - Input a value for the max row height. This option is only available if you have selected the 'justified gallery' list appearance.
- Last Row Threshold - Input a value for the last row threshold. This option is only available if you have selected the 'justified gallery' list appearance.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the parallax effect to items. This option is only available if you have selected the 'masonry' list appearance.
- Enable Slider Loop - If you would like the slider to loop when it comes to the end of the blog list, set this option to "Yes". This option is only available if you have selected the 'slider' list appearance.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the slider to automatically change slides.
- Slide Duration - Set a duration time (in milliseconds) for each slide to stay on screen before switching to the next slide.
- Slide Animation Duration - Set a duration time (in milliseconds) for the animation between slides.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" to enable slider navigation arrows.
- Enable Slider Pagination - Set this option to "Yes" to enable pagination bullets on the slider.
Query
- Posts Per Page - Choose how many posts you would like to display per page. Enter "-1" do display all posts on a single page.
- Order by - Choose how you would like to order your blog items.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for posts featured in this blog list.
- Post IDs - If you would only like to display certain posts in your blog list, enter the IDs of those posts in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this blog list to.
- Author Name - Input the name of the author whose items you wish to limit this blog list to.
Layout
- Item Layout - Choose a style (layout and hover type) for the items in your blog list.
- Title Tag - Choose a heading tag for the titles in your blog list.
- Title Text Transform - Choose a text transform style for the title.
- Excerpt Length - Set a maximum number of characters to display in the post excerpt.
Additional
- Enable Filter - Set this option to "Yes" to enable a category filter above the blog list.
- Pagination - Choose a pagination type to use.
- Load More Top Margin - Set a top margin for the "Load More" button when using the "Load More" type of pagination.
Buttons are a widely used element on the web and can be used for a variety of purposes.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Layout - Choose a type of button to use.
- Size - Choose a predefined size for your button.
- Button Text - Input text for your button.
- Button Link - Enter a URL you would like your button to lead to when clicked.
- Target - Choose whether the link will open in the same or a new browser window.
Style
- Text Color - Set a color for your button text.
- Text Hover Color - Set a hover color for your button text.
- Background Color - Set a background color.
- Background Hover Color - Set a hover color for your button background.
- Border Color - Set a border color for your button.
- Border Hovere Color - Set a hover color for your button border.
- Margin - Set a margin for the button in a top, right, bottom, left format (e.g. "10px 20px 10px 20px").
- Padding - Set a padding for the button. Please input the padding in a "top right bottom left" format (e.g. "10px 20px 10px 20px").
Typography
- Font Size - Set a font size for the button text.
- Font Weight - Choose a font weight.
- Text Transform - Choose a text transform style for the button text.
Call to Action
Call to Action elements allow you to display bold messages on your page, inviting viewers to follow a link or take some manner of action.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Style - Choose a style you wish to use for the "Call to Action".
- Content - Enter the text you would like displayed on your call to action.
Button
- Layout - Choose a layout type for the button.
- Size - Choose a size for the button.
- Button Text - Input a text you wish to display on the button.
- Button Link - Input a link you wish the button to lead to.
- Target - Set a target for the link.
- Text Color - Set a color for the text.
- Text Hover Color - Set a color for the text.
- Background Color - Set a background color for the button.
- Background Hover Color - Set a background color for the button on hover.
- Border Color - Set a color for the button border.
- Border Hover Color - Set a color for the button border on hover.
- Margin - Adjust the button margins.
- Padding - Adjust the button padding.
- Font Size - Set the font size for the button text.
- Font Weight - Set the font weight for the button text.
- Text Transform - Set a text transform style for the button text.
Cards Gallery
You can use this shortcode to create a gallery section where the images shuffle or appear stacked akin to a deck of cards. The image from any layer of the deck can be brought to top of the deck by clicking on it.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Link Target - Choose whether the link will open in a new or the same browser window.
- Info Position - Choose which way the images will shuffle.
- Bundle Animation - Set this option to "Yes" if you would like the images to appear with an animated effect.
- Image Items - Upload the images you wish to display and add links to them here.
Clients List
You can use this shortcode to display your clients in a gallery or a slider layout.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose between the 'gallery' and 'slider' list appearance styles.
- Number of Columns - Set the number of columns you wish to display.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Set a predefined size for the space between items.
- Enable Slider Loop - Set this option to "Yes" if you would like the carousell to loop back to the first slide after it shows the last slide.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the carousel to automatically change slides.
- Slide Duration - Set how long (in milliseconds) a slide will stay on screen before switching to the next slide.
- Slide Animation Duration - Set a duration (in milliseconds) for the slide transition animation to last.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" if you would like to display navigation arrows on the slider.
- Enable Slider Pagination - Set this option to "Yes" if you would like to enable pagination bullets on the slider.
Query
- Posts Per Page - Choose how many clients you would like to display per page. Enter "-1" do display all clients on a single page.
- Order by - Choose how you would like to order your client items.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for clients featured in this client list.
- Post IDs - If you would only like to display certain items in your client list, enter the IDs of those posts in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this client list to.
- Author Name - Input the name of the author whose items you wish to limit this client list to.
Layout
- Hover Animation - Choose a predefined hover animation you would like to apply.
Comparison Pricing Table
You can use this shortcode to display a comparative pricing table with different pricing plans.
- Number of Columns - Set a number of columns for the comparison pricing table.
- Title - Enter the title for the comparison pricing table.
- Features - Input the features you wish to display in the table.
- Child Eelements - Here you can add individual items for the table.
- Item Title - Input a title for the table item.
- Position of Highlighted Words - Enter the positions of the words you would like to display as 'highlighted' text. Separate start and end word positions with commas (e.g. if you would like to wrap from the fifth to the ninth word, you would enter "5,9"). If you want to highlight the whole text, input -1 here.
- Title Highlight Color - Choose a color for the title highlight.
- Show Button - Set this option to "Yes" if you wish to display a button for this item.
- Button Text - Input some textual content you wish to display on the button.
- Button Link - Input an URL for the link you wish the item button to lead to.
- Content - Input the content you wish to show for this item.
Countdown
The countdown shortcode provides a great way to display a countdown timer on your page.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Date - Input a date you wish to countdown to.
- Week Label - If you would like to change the "Week" label, input your desired text here.
- Week Label Plural - If you would like to change the "Week" label when the number displayed is larger than 1, input your desired text here.
- Day Label - If you would like to change the "Day" label, input your desired text here.
- Day Label Plural - If you would like to change the "Day" label when the number displayed is larger than 1, input your desired text here.
- Hour Label - If you would like to change the "Hour" label, input your desired text here.
- Hour Label Plural - If you would like to change the "Hour" label when the number displayed is larger than 1, input your desired text here.
- Minute Label - If you would like to change the "Minute" label, input your desired text here.
- Minute Label Plural - If you would like to change the "Minute" label when the number displayed is larger than 1, input your desired text here.
- Second Label - If you would like to change the "Second" label, input your desired text here.
- Second Label Plural - If you would like to change the "Second" label when the number displayed is larger than 1, input your desired text here.
- Skin - Choose a skin style for the countdown.
Counter
Counters are great for communicating information in the form of numbers.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Start Digit - Enter a digit to count from.
- End Digit - Enter a digit to count to.
- Step Between Digits - Set a step between digits.
- Step Delay - Set a delay for the step.
- Digit Label - Input a text label for digit.
- Digit Font Size - Enter a font size for the digits.
- Digit Color - Set a color for the digits
Content
- Title - Enter a title for the counter.
- Title Tag - Chose a heading tag for the counter title.
- Title Color - Set a color for the title.
- Title Margin Top - Set a top margin for the title.
- Text - Enter some text for the counter.
- Text Color​ - Set a color for the text.
- Text Margin Top - Set a top margin for the text.
Custom Font
You can use this shortcode to create a textual section using a custom font.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Title Text - Input a title.
Typography
- Title Tag - Choose a heading tag for the text.
- Color - Set a color for the text.
- Font Family - Input the name of the font family you would like to use.
- Font Size - Set a font size for the text.
- Line Height - Set a line height for the text.
- Letter Spacing - Input a letter spacing for the text.
- Font Weight - Choose a font weight for the text.
- Font Style - Choose a font style for the text.
- Text Transform - Choose a text transform style.
- Margin - Set margin values for the custom font text. Please input the margin in a "top right bottom left" format (e.g. 5px 10px 5px 10px).
In the remaining tabs, you can set a font size, line height, and letter spacing for each responsive breakpoint.
Dropcaps
You can use this shortcode to easily create a textual section with drop caps.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Type - Choose a drop caps layout you wish to use.
- Letter - Input a letter you wish to stylize.
- Letter Color - Set a color for the letter.
- Letter Background Color - Set a color for the letter background. This option is only available if you are using 'square' or 'circle' drop caps type.
- Text - Add some accompanying text.
- Text Color - Set a color for the text.
Frame Slider
You can use this shortcode to create a slider inside an element styled as a mobile phone device frame.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Link Target - Choose whether you would like the links to open in the same browser window, or a new browser window.
- Image - Upload the image you would like to display in this child element.
- Link - If you would like the image to be linked, you can input the link here.
You can add an image and a link for each child element or frame individually.
Google Map
You can use this shortcode to display a Google Map anywhere on the page.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Address 1, 2, 3, 4 - Input the addresses to show on the map.
- Pin - Choose a pin (location marker) to be used on the map.
- Map Height - Set a height for the map.
Highlight
You can use this shortcode to create a highlighted textual section.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Text - Input a text you wish to display.
- Text Tag - Set a heading tag for the text.
- Text Color - Set a color for the text.
- Positions of Line Break - Enter the position of the word after which you would like to create a line break (e.g. if you would like the line break after the 3rd word, you would enter "3").
- Disable Line Break for Smaller Screens - Set this option to "Yes" if you would like to disable the line break postiion option on screens smaller than 1024px.
- Highlight Text Position - Enter the positions of the words you would like to display as 'highlighted' text. Separate start and end word positions with commas (e.g. if you would like to wrap from the fifth to the ninth word, you would enter "5,9"). If you want to highlight the whole text, input -1 here.
- Highlight Text Color - Set a color for the text.
- Highlight Text Background Color - Set a background color for the text.
- Link - If you wish to link the highlighted text, input the URL you wish to link the section to here.
- Link Target - Choose whether the link will open in a new or the same browser tab.
Icon List Item
Icon List Items allow you to make lists using icons, rather than numbers or bullets.
General
- Item Margin Bottom - Set a bottom margin for the icon list item element.
- Link - Input a link you wish this item to lead to.
- Link Target - Set a target for the link.
- Title - Input a title.
- Title Tag - Choose a heading tag for the title.
- Title Color - Set a color for the title.
Icon
- Icon Type - Choose an icon pack.
- Custom Icon - Set a custom icon here. This option is only available if you have selected the 'custom icon' icon source type.
- Icon - Choose an icon pack.
- Icon Pack - Choose an icon.
- Custom Size - Set a custom size for the icon.
- Layout - Choose an icon type you wish to use.
- Border Radius - Set a border radius for the "Square" icon type.
- Shape Size - Set a size for the icon shape when using the "Circle" or "Square" icon types.
- Icon Color - Set a color for the icon.
- Icon Hover Color - Set a hover color for the icon.
- Border Width - Input a value for the border width when using the "Circle" or "Square" icon types.
- Border Color - Enter a color for the border when using the "Circle" or "Square" icon types.
- Border Hover Color - Set a hover color for the border when using the "Circle" or "Square" icon types.
- Background Color - Set a background color when using the "Circle" or "Square" icon types.
- Background Hover Color - Set a hover color for the background when using the "Circle" or "Square" icon types.
- Vertical Offset - Input a value for the vertical offset.
Icon
Icons are great for communicating all sorts of information.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Icon - Choose an icon pack.
- Icon - Choose an icon.
- Size - Choose a predefined size for your icon.
- Custom Size - Enter a custom size for your icon.
- Layout - Choose an icon type you wish to use.
- Border Radius - Set a border radius for the "Square" icon type.
- Shape Size - Set a size for the icon shape when using the "Circle" or "Square" icon types.
- Icon Color - Set a color for the icon.
- Icon Hover Color - Set a hover color for the icon.
- Border Width - Input a value for the border width when using the "Circle" or "Square" icon types.
- Border Color - Enter a color for the border when using the "Circle" or "Square" icon types.
- Border Hover Color - Set a hover color for the border when using the "Circle" or "Square" icon types.
- Background Color - Set a background color when using the "Circle" or "Square" icon types.
- Background Hover Color - Set a hover color for the background when using the "Circle" or "Square" icon types.
- Vertical Offset - Input a value for the vertical offset.
- Margin - Enter a margin for the icon in a top, right, bottom, left format (ex.: "10px 20px 10px 20px").
- Icon Link - Input a URL that you would like the icon to lead to when clicked.
- Link Target - Choose a target for the icon link.
Icon With Text
This shortcode allows you to easily add icons with text to your page.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Layout - Choose a type of Icon with Text to use.
- Link - Enter a link.
- Target - Set a target for the link.
Icon
- Icon Type - Choose a type for your icon (This option won't take effect when Icon Layout is set to "Top". In This case Icon Type is "Normal").
- Icon - Choose an icon pack.
- Icon - Choose an icon.
- Size - Choose a predefined size for your icon.
- Custom Size - Set a custom size for the icon.
- Layout - Choose an icon type you wish to use.
- Border Radius - Set a border radius for the "Square" icon type.
- Shape Size - Set a size for the icon shape when using the "Circle" or "Square" icon types.
- Icon Color - Set a color for the icon.
- Icon Hover Color - Set a hover color for the icon.
- Border Width - Input a value for the border width when using the "Circle" or "Square" icon types.
- Border Color - Enter a color for the border when using the "Circle" or "Square" icon types.
- Border Hover Color - Set a hover color for the border when using the "Circle" or "Square" icon types.
- Background Color - Set a background color when using the "Circle" or "Square" icon types.
- Background Hover Color - Set a hover color for the background when using the "Circle" or "Square" icon types.
- Vertical Offset - Input a value for the vertical offset.
Content
- Title - Input a title you wish to display.
- Title Tag - Set a heading tag for the title text.
- Title Color - Set a color for the title.
- Title Margin Top - Set a top margin for the title.
- Text - Input a text to be displayed beneath the title.
- Text Color - Set a color for the text.
- Text Margin Top - Set a top margin for the text.
Image Gallery
You can use the Image Gallery to display a grid or slider gallery of your images.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Images - Upload the images for your gallery.
- Image Size - Enter an image size. You can either use one of the predefined sizes (thumbnail, medium, large, full), or enter a custom size in pixels (e.g. 200x300).
- Image Action - Choose how you would like the image to behave when clicked on.
- Custom Link Target - Choose whether you would like the links to open in the same browser tab or in a new browser tab.
- Enable Border - Set this option to "Yes" if you would like to display the image border.
Gallery Settings
- List Appearance - Choose a layout for the image gallery.
- Image Proportions - Set the image proportions for the image gallery. This option is only available if you have selected the 'masonry' list appearance type.
- Number of Columns - Choose a number of columns (when using the "Image Grid" gallery type).
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a predefined spacing between gallery items.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the parallax effect to items. This option is only available if you have selected the 'masonry' list appearance.
- Enable Slider Loop - Set this option to "Yes" if you would like the slider to loop back to the first slide after displaying the last slide. This option is only available if you have selected the 'slider' list appearance type.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the slider to automatically change slides. This option is only available if you have selected the 'slider' list appearance type.
- Slide Duration - Set a duration time (in milliseconds) for each slide to stay on screen before switching to the next slide. This option is only available if you have selected the 'slider' list appearance type.
- Slide Animation Duration - Set a duration time (in milliseconds) for the animation between slides. This option is only available if you have selected the 'slider' list appearance type.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" if you would like to show navigation arrows on the slider. This option is only available if you have selected the 'slider' list appearance type.
- Enable Slider Pagination - Set this option to "Yes" if you would like to show pagination on the slider. This option is only available if you have selected the 'slider' list appearance type.
Image Marquee
You can use this shortcode to create a scrolling image section.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Image - Upload an image you wish to display.
- Animation Duration - Input a duration (in milliseconds) for the scrolling animation to last.
- Image Action - Choose whether you wish to add a link to the image.
- Custom Link - Input a link you wish to link the image to.
- Custom Link Target - Choose whether the link will open in a new or the same browser tab.
Image with Text
You can use this shortcode to create an image with some accompanying text.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Image - Upload the image you would like to use.
- Image Size - Enter an image size. You can either use one of the predefined sizes (thumbnail, medium, large, full), or enter a custom size in pixels (e.g. 200x300).
- Image Action - Choose how you would like the image to behave when clicked on.
- Custom Link - Here You can input a custom link you wish the image to lead to.
- Custom Link Target - Choose whether you would like the links to open in the same browser tab or in a new browser tab.
Content
- Title - Input a title.
- Title Tag - Choose a heading tag for the title.
- Title Color - Set a color for the title.
- Title Margin Top - Set a top margin for the title.
- Subtitle - Input a subtitle.
- Subtitle Color - Set a color for the subtitle.
- Subtitle Margin Top - Set a top margin for the subtitle.
- Text - Input the text you would like to displya alongside the image.
- Text Color - Set a color for the text.
- Text Margin Top - Set a top margin for the text.
Info Section
You can use this shortcode to create an informative section containing a title, some text, background text and a button.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Title - Input a title for the info section.
- Title Tag - Set a heading tag for the title.
- Positions of Line Break - Enter the position of the word after which you would like to create a line break (e.g. if you would like the line break after the 3rd word, you would enter "3").
- Disable Line Break for Smaller Screens - Set this option to "Yes" if you would like to disable the line break postiion option on screens smaller than 1024px.
- Title Color - Set a color for the title.
- Text - Input text you wish to display.
- Text Color - Set a color for the text.
- Background Text Color - Set a color for the background text.
Button
- Layout - Choose a layout type for the button.
- Size - Choose a size for the button.
- Button Text - Input a text you wish to display on the button.
- Button Link - Input a link you wish the button to lead to.
- Target - Set a target for the link.
- Text Color - Set a color for the text.
- Text Hover Color - Set a color for the text.
- Background Color - Set a background color for the button.
- Background Hover Color - Set a background color for the button on hover.
- Border Color - Set a color for the button border.
- Border Hover Color - Set a color for the button border on hover.
- Margin - Adjust the button margins.
- Padding - Adjust the button padding.
- Font Size - Set the font size for the button text.
- Font Weight - Set the font weight for the button text.
- Text Transform - Set a text transform style for the button text.
Instagram List
You can use this shortcode to display a list of your Instagram posts. You can use the free version of Smash Balloon - Instagram Feed for WordPress plugin to create your posts and get the shortcode snippets necessary for displaying the posts themselves.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your instagram list. The template you choose will define how your instagram list will display.
- Instagram Shortcode - Here you can input the shortcode to your previously added Instagram feed.
Interactive Links Showcase
This shortcode provides a great way to create eye-catching full screen showcases with multiple links and images.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Layout - Choose a layout for the showcase you wish to use.
- Link Skin - Set the skin you wish to use.
- Background Color - Set the color for the background.
- Link Target - Set the target for the link.
- Child elements - You can add individual link items here. For each item you can input a title, a link, and an image.
Item Showcase
You can use this shortcode to showcase an image and place informative text around it.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Image - Upload the image you would like to showcase.
- Image Top Offset - Input a top offset for the image.
After you have set the image, you can start adding Item Showcase child elements, and setting the following options for each one:
- Title - Input a title for the item.
- Title Tag - Choose a heading tag for the title.
- Title Color - Set a color for the title.
- Text - Input text for the item.
- Text Color - Set a color for the text.
- Text Margin Top - Set a top margin for the text.
- Link - If you would like the title to be linked to some other page, input the link here.
- Link Target - Choose whether the link will open in a new or the same browser tab.
Masonry Gallery List
You can use this shortcode to display a masonry-style gallery for your items.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your masonry gallery list. The template you choose will define how your team list will display.
- Image Proportions - Choose the proportions of the images in your portfolio list.
- Custom Image Width - Input a value for the custom image width in pixels. This option is only available if you have selected the Custom image proportion option.
- Custom Image Height - Input a value for the custom image height in pixels. This option is only available if you have selected the Custom image proportion option.
- Number of Columns - Choose a number of columns (when using the "Image Grid" gallery type).
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a predefined spacing between gallery items.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the parallax effect to items. This option is only available if you have selected the 'masonry' list appearance.
Query
- Posts Per Page - Choose how many items you would like to display per page. Enter "-1" to display all items on a single page.
- Order by - Choose how you would like to order your masonry gallery items.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for items featured in this masonry gallery list.
- Post IDs - If you would only like to display certain items in your masonry gallery list, enter the IDs of those items in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this masonry gallery list to.
- Author Name - Input the name of the author whose items you wish to limit this masonry gallery list to.
Pricing Table
Pricing Tables are a great way to present your business' pricing packages.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Featured Table - Set this option to "Yes" to mark this table as featured.
- Background Color - Set a background color.
- Title - Enter a title for the pricing table.
- Title Color - Set a color for the title.
- Price - Enter a price.
- Price Color - Set a color for the price.
- Currency - Enter your desired currency sign.
- Currency Color - Set a color for the currency sign.
- Content - Here you can enter content into your pricing table.
Button
- Layout - Choose a layout type for the button.
- Size - Choose a size for the button.
- Button Text - Input a text you wish to display on the button.
- Button Link - Input a link you wish the button to lead to.
- Target - Set a target for the link.
- Text Color - Set a color for the text.
- Text Hover Color - Set a color for the text.
- Background Color - Set a background color for the button.
- Background Hover Color - Set a background color for the button on hover.
- Border Color - Set a color for the button border.
- Border Hover Color - Set a color for the button border on hover.
- Margin - Adjust the button margins.
- Padding - Adjust the button padding.
- Font Size - Set the font size for the button text.
- Font Weight - Set the font weight for the button text.
- Text Transform - Set a text transform style for the button text.
Product Categories List
You can use this shortcode to display a list of your products belonging to a specific category.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your product list. The template you choose will define how your product list will display.
- Image Proportions - Choose the proportions of the images in your product list.
- Custom Image Width - Input a value for the custom image width in pixels. This option is only available if you have selected the Custom image proportion option.
- Custom Image Height - Input a value for the custom image height in pixels. This option is only available if you have selected the Custom image proportion option.
- Number of Columns - Set the number of columns in which you would like to display your product list.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a spacing between product items in the list.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the parallax effect to items. This option is only available if you have selected the 'masonry' list appearance.
- Enable Slider Loop - If you would like the slider to loop when it comes to the end of the product list, set this option to "Yes". This option is only available if you have selected the 'slider' list appearance.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the slider to automatically change slides.
- Slide Duration - Set a duration time (in milliseconds) for each slide to stay on screen before switching to the next slide.
- Slide Animation Duration - Set a duration time (in milliseconds) for the animation between slides.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" to enable slider navigation arrows.
- Enable Slider Pagination - Set this option to "Yes" to enable pagination bullets on the slider.
Query
- Posts Per Page - Choose how many products you would like to display per page. Enter "-1" do display all products on a single page.
- Order by - Choose how you would like to order your product items.
- Order - Choose between ascending and descending order.
- Hide Empty - Set this option to "Yes" if you would like to hide categories that do not contain any items.
- Additional Params - Here you can choose to display products belonging to a designated category or categories of your choosing.
- Taxonomy IDs - Input taxonomy IDs for categories/tags you wish to limit this product list to.
Layout
- Title Tag - Choose a heading tag for the titles in your product list.
- Title Text Transform - Choose a text transform style for the title.
Product List
You can use this shortcode to display a list of your shop products.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your product list. The template you choose will define how your product list will display.
- Image Proportions - Choose the proportions of the images in your product list.
- Custom Image Width - Input a value for the custom image width in pixels. This option is only available if you have selected the Custom image proportion option.
- Custom Image Height - Input a value for the custom image height in pixels. This option is only available if you have selected the Custom image proportion option.
- Number of Columns - Set the number of columns in which you would like to display your product list.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a spacing between product items in the list.
- Row Height - Input a value for the row height. This option is only available if you have selected the 'justified gallery' list appearance.
- Max Row Height - Input a value for the max row height. This option is only available if you have selected the 'justified gallery' list appearance.
- Last Row Threshold - Input a value for the last row threshold. This option is only available if you have selected the 'justified gallery' list appearance.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the parallax effect to items. This option is only available if you have selected the 'masonry' list appearance.
- Enable Slider Loop - If you would like the slider to loop when it comes to the end of the product list, set this option to "Yes". This option is only available if you have selected the 'slider' list appearance.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the slider to automatically change slides.
- Slide Duration - Set a duration time (in milliseconds) for each slide to stay on screen before switching to the next slide.
- Slide Animation Duration - Set a duration time (in milliseconds) for the animation between slides.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" to enable slider navigation arrows.
- Enable Slider Pagination - Set this option to "Yes" to enable pagination bullets on the slider.
Query
- Posts Per Page - Choose how many products you would like to display per page. Enter "-1" do display all products on a single page.
- Order by - Choose how you would like to order your product items.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for products featured in this product list.
- Post IDs - If you would only like to display certain products in your product list, enter the IDs of those products in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this product list to.
- Author Name - Input the name of the author whose items you wish to limit this product list to.
- Filter - Choose how you would like your products to be filtered by selecting one of the filter options.
Layout
- Item Layout - Choose a style (layout and hover type) for the items in your product list.
- Title Tag - Choose a heading tag for the titles in your product list.
- Title Text Transform - Choose a text transform style for the title.
Additional
- Enable Filter - Set this option to "Yes" to enable a category filter above the product list.
- Pagination - Choose a pagination type to use.
- Load More Top Margin - Set a top margin for the "Load More" button when using the "Load More" type of pagination.
Progress Bar
The Progress Bar element is great for communicating a large amount of information in a visual and easy to understand manner.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Layout - Chose a progress bar layout you wish to use.
- Custom Shape (SVG code) - Input a svg path for the custom shape. This option is only available for the 'custom' progress bar layout.
- Custom Shape ID - Input an ID for the custom shape.
- Percengate Type - Choose how you wish to display percentage. This option is only available for the Line progress bar layout.
- Animation Duration - Set a duration time (in milliseconds) for the progress bar animation.
- Active Line Color - Set a color for the active part of the progress bar.
- Active Line Width - Adjust the width for the active part of the progress bar.
- Inactive Color - Set a color for the inactive part of the progress bar.
- Inactive Line Width - Adjust the width for the inactive part of the progress bar.
- Percentage Number - Enter a percentage to display on the progress bar.
- Number Color - Set a color for the digit.
- Title - Enter a title for the progress bar.
- Title Tag - Choose a heading tag for the title.
- Title Color - Set a color for the title text.
- Title Margin - Set a margin for the title.
Room Calendar
You can use this shortcode to display a calendar alongside your rooms.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
Room Gallery List
You can use this shortcode to display a listing of your rooms in a gallery style layout.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
Query
- Posts Per Page - Choose how many rooms you would like to display per page. Enter "-1" do display all rooms on a single page.
- Order by - Choose how you would like to order your room items.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for rooms featured in this room list.
- Post IDs - If you would only like to display certain items in your room list, enter the IDs of those items in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this room list to.
- Author Name - Input the name of the author whose items you wish to limit this room list to.
Room List
You can use this shortcode to display a listing of your rooms.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your room list. The template you choose will define how your room list will display.
- Image Proportions - Choose the proportions of the images in your room list.
- Custom Image Width - Input a value for the custom image width in pixels. This option is only available if you have selected the Custom image proportion option.
- Custom Image Height - Input a value for the custom image height in pixels. This option is only available if you have selected the Custom image proportion option.
- Number of Columns - Set the number of columns in which you would like to display your room list.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a spacing between room items in the list.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the parallax effect to items. This option is only available if you have selected the 'masonry' list appearance.
- Enable Slider Loop - If you would like the slider to loop when it comes to the end of the room list, set this option to "Yes". This option is only available if you have selected the 'slider' list appearance.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the slider to automatically change slides.
- Slide Duration - Set a duration time (in milliseconds) for each slide to stay on screen before switching to the next slide.
- Slide Animation Duration - Set a duration time (in milliseconds) for the animation between slides.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" to enable slider navigation arrows.
- Enable Slider Pagination - Set this option to "Yes" to enable pagination bullets on the slider.
Query
- Posts Per Page - Choose how many rooms you would like to display per page. Enter "-1" do display all rooms on a single page.
- Order by - Choose how you would like to order your room items.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for rooms featured in this room list.
- Post IDs - If you would only like to display certain items in your room list, enter the IDs of those items in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this room list to.
- Author Name - Input the name of the author whose items you wish to limit this room list to.
Layout
- Item Layout - Choose a style (layout and hover type) for the items in your room list.
- Title Tag - Choose a heading tag for the titles in your room list.
- Title Text Transform - Choose a text transform style for the title.
- Excerpt Length - Set a maximum number of characters to display in the excerpt.
Additional
- Pagination - Choose a pagination type to use.
- Load More Top Margin - Set a top margin for the "Load More" button when using the "Load More" type of pagination.
Room Reservation Filter
You can use this shortcode to display a room reservation search filter.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Layout - Choose whether you would like your filter to be positioned vertically or horizontally.
- Show Room Types - Set this option to "Yes" to display a room type field in the filter.
- Show Room Amount - Set this option to "Yes" to display a room amount field in the filter.
- Button Label - Input some text to be displayed on the search filter button.
- Skin - Choose a predefined style for the room reservation filter.
Button
- Layout - Choose a layout type for the button.
- Size - Choose a size for the button.
- Button Text - Input a text you wish to display on the button.
- Text Color - Set a color for the text.
- Text Hover Color - Set a color for the text.
- Background Color - Set a background color for the button.
- Background Hover Color - Set a background color for the button on hover.
- Border Color - Set a color for the button border.
- Border Hover Color - Set a color for the button border on hover.
- Padding - Adjust the button padding.
- Font Size - Set the font size for the button text.
- Font Weight - Set the font weight for the button text.
- Text Transform - Set a text transform style for the button text.
Section Title
You can use this shortcode to add a title to any section.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Title - Input your title.
- Subtitle - Input your subtitle.
- Text - Input some text.
- Content Alignment - Choose how you wish to align the content.
Title Style
- Position of Line Break - Enter the position of the word after which you would like to create a line break (e.g. if you would like the line break after the 3rd word, you would enter "3").
- Disable Line Break for Smaller Screens - Set this option to "Yes" if you would like to disable the line break position option on screens smaller than 1024px.
- Title Tag - Choose a heading tag for the title.
- Title Color - Set a color for the title.
- Title Margin Top - Set a top margin for the title.
- Title Custom Link - If you wish to add a link of your choosing to the title, you can do so here.
- Custom Link Target - Set a target for the custom link.
Subtitle Style
- Subtitle Position - Choose where you would like to place the subtitle.
- Subtitle Color - Set a color for the subtitle.
- Subtitle Margin Top - Set a top margin for the subtitle.
Text Style
- Text Color - Set a color for the text.
- Text Margin Top - Set a top margin for the text.
- Italic Style For Text - Set this option to "Yes" if you would like to apply the italic style to text in this section.
Separator
Use the separator shortcode to create a visual divider between elements and sections on your pages.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Position - Choose a position for the separator.
- Disable Below - Choose at which responsive breakpoint you would like to disable the separator line.
Style
- Color - Set a color for the separator.
- Border Style - Chose a border style for the separator.
- Width - Set a width for the separator.
- Thickness - Set a thickness for the separator.
- Margin Top - Set a top margin for the separator.
- Margin Bottom - Set a bottom margin for the separator.
Single Image
You can use this shortcode to create an image.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Image - Upload an image you wish to display.
- Enable Retina Scaling - Set this option to "Yes" if you would like the uploaded image to automatically adapt to different resolutions.
- Image Proportions - Choose the proportions of the image.
- Image Action - Choose whether you wish to add a link or open popup to the image.
- Custom Link - Input a link you wish to link the image to.
- Custom Link Target - Choose whether the link will open in a new or the same browser tab.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the parallax effect to the item.
- Enable Border - Set this option to "Yes" if you would like to display the image border.
- Position - Choose where you would like to display the image border.
- Border Color - Set a color for the image border.
Social Share
You can use this shortcode to add social share icons to pages.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Layout - Choose a type of social share.
- Dropdown Hover Behavior - Choose the manner in wich the dropdown will open. This option is only available if you have picked the dropdown social share type.
- Icons Font - Choose a font for your icons.
- Social Share Title - Input a title for the social share element. In case you leave this field empty, social icons will be displayed instead.
Stacked Images
You can use this shortcode to create an image gallery with a stacked effect.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Enable Parallax Item - Set this option to "Yes" if you would like to apply the animated parallax effect to items.
- Main Image - Upload an image to display behind the stack image.
- Enable Border - Set this option to "Yes" if you would like to display the image border.
- Position - Choose where you would like to display the image border.
- Image Proportions - Choose a predefined proportion type for your image.
- Image Items - Here you can customize image items.
- Item Image - Upload an image you wish to display for this item.
- Image Proportions - Choose a predefined proportion type for the image.
- Image Vertical Position - Choose how you would like to position the image vertically.
- Image Horizontal Position - Choose how you would like to position the image horizontally.
Swapping Image Gallery
You can use this shortcode to create an interactive section which contains a main image and a thumbnail image below. The images will switch as you click on the image preview on the right side of the section.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Link Target - Set a target for the gallery link.
- Info Position - Choose where to display the info section relative to the image content.
- Title - Input the title for the spapping image gallery.
- Positions of Line Break - Enter the position of the word after which you would like to create a line break (e.g. if you would like the line break after the 3rd word, you would enter "3").
- Disable Title Line Break - Set this option to "Yes" to disable the line break on screens smaller than 1024px.
- Title Tag - Set a heading tag for the title.
- Description - Input the description for this section.
- Image Items - Upload the main image(s) and the thumbnail image(s) here. You can also add a link for each image item.
Tabs
Tabs allow you to organize your content and display only what is necessary at a particular moment.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Orientation - Set an orientation for the tabs.
After you have added the Tabs shortcode to your page, you can start adding individual tabs by adding the Tabs Child shortcode and changing the following settings for each tab:
- Title - Set a title for this tab.
Now you can add content to the tab. You can insert any shortcode inside the tab.
Team List
This shortcode alows you to easily create a list of your team members.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your team list. The template you choose will define how your team list will display.
- Image Proportions - Choose the proportions of the images in your team list.
- Custom Image Width - Input a value for the custom image width in pixels. This option is only available if you have selected the Custom image proportion option.
- Custom Image Height - Input a value for the custom image height in pixels. This option is only available if you have selected the Custom image proportion option.
- Number of Columns - Set the number of columns in which you would like to display your team list.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a spacing between team items in the list.
- Enable Slider Loop - If you would like the slider to loop when it comes to the end of the team list, set this option to "Yes". This option is only available if you have selected the 'slider' list appearance.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the slider to automatically change slides.
- Slide Duration - Set a duration time (in milliseconds) for each slide to stay on screen before switching to the next slide.
- Slide Animation Duration - Set a duration time (in milliseconds) for the animation between slides.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' style animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" to enable slider navigation arrows.
- Enable Slider Pagination - Set this option to "Yes" to enable pagination bullets on the slider.
Query
- Posts Per Page - Choose how many team members you would like to display per page. Enter "-1" do display all team members on a single page.
- Order by - Choose how you would like to order your team members.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for items featured in this team list.
- Post IDs - If you would only like to display certain team members in your team list, enter the IDs of those team members in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this team list to.
- Author Name - Input the name of the author whose items you wish to limit this team list to.
Layout
- Item Layout - Choose a style (layout and hover type) for the items in your team list.
- Title Tag - Choose a heading tag for the titles in your team list.
- Title Text Transform - Choose a text transform style for the title.
- Content Top Margin - Input the value for the content top margin size. This option is only available for 'info below' team list layout.
Additional
- Enable Filter - Set this option to "Yes" to enable a category filter above the team list.
- Pagination - Choose a pagination type to use.
- Load More Top Margin - Set a top margin for the "Load More" button when using the "Load More" type of pagination.
Testimonials List
This shortcode allows you showcase testimonials to potential clients.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- List Appearance - Choose a template for your testimonial list. The template you choose will define how your testimonial list will display.
- Number of Columns - Set the number of columns in which you would like to display your testimonial list.
- Columns Responsive - Choose between 'predefined' columns responsive settings, or set the column responsiveness manually for each responsive stage.
- Space Between Items - Choose a spacing between testimonial items in the list..
- Enable Slider Loop - If you would like the slider to loop when it comes to the end of the testimonial list, set this option to "Yes". This option is only available if you have selected the 'slider' list appearance.
- Enable Centered Slides - Set this option to "Yes" if you would like to position the slides centrally.
- Enable Slider Autoplay - Set this option to "Yes" if you would like the slider to automatically change slides.
- Slide Duration - Set a duration time (in milliseconds) for each slide to stay on screen before switching to the next slide.
- Slide Animation Duration - Set a duration time (in milliseconds) for the animation between slides.
- Choose Slide Animation - Choose whether you would like to apply the 'fade' style or the default 'slide' style animation to your slider.
- Enable Slider Navigation - Set this option to "Yes" to enable slider navigation arrows.
- Skin - Choose a predefined style for the testimonials list.
Query
- Posts Per Page - Choose how many items you would like to display per page. Enter "-1" do display all items on a single page.
- Order by - Choose how you would like to order your testimonial items.
- Order - Choose between ascending and descending order.
- Additional Params - Here you can choose which additional parameters you wish to define for items featured in this testimonial list.
- Post IDs - If you would only like to display certain posts in your testimonial list, enter the IDs of those posts in this field.
- Taxonomy Slug - Input a taxonomy slug for the category/tag you wish to limit this testimonial list to.
- Author Name - Input the name of the author whose items you wish to limit this testimonial list to.
Layout
- Static Title - Input a static title.
- Static Title Tag - Choose a heading tag for the static title.
- Item Layout - Choose a layout type for the items in your testimonials list.
- Title Text Transform - Choose a text transform style for the title.
Text Marquee
You can use this shortcode to create a section with scrolling text.
General
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Text 1, 2, 3 - Input your text.
- Text Color 1, 2, 3 - Set a color for the text.
Typography
- Font Size - Set a font size for the text.
- Line Height - Set a line height for the text.
- Letter Spacing - Set a letter spacing for the text.
- Font Weight - Set a font weight for the text.
- Font Style - Set a font style for the text.
- Text Transform - Set a text transform style for the text.
In the remaining tabs, you can set a font size, line height, and letter spacing for each responsive breakpoint.
Time and Weather
You can use this shortcode to display time as well as the weather forecast on your site.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Weather API Key - Input an API key you wish to use for the weather. You can learn more about obtaining the appropriate API key at OpenWeatherMap.
- Location - Input a location you wish to use for your time and weather. You can learn more about finding your location at OpenWeatherMap.
- Temperature Unit - Choose between 'metric' and 'imperial' temperature units.
- Skin - Choose a predefined style you wish to use for the time and weather section.
Vertical Split Slider
The vertical split slider provides a way to create split slides on your screen. the left and right side items of the vertical split slider transition into the screen from the top and bottom, respectively, and then come together to display a complete image.
To create a vertical split slider, you have to add the Vertical Split Slider element to your page, and you can set the following options for it:
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Disable on smaller screens - Choose which screens you'd like to disable the vertical split slider on.
- Slide Items - Here you can set up individual slides.
- Header/Pagination Style - Choose a skin style for the header and navigation bullets for this item.
- Slide Layout - Choose a slide layout you wish to display.
- Large Image - Upload an image for this slide item.
- Label - Input a label for this slide idem.
- Content Background Color - Set a background color for the content.
- Small Image - Set a small image to be displayed for this item.
- Content Layout - Choose a layout type for the content.
- Title - Input a title to be displayed for this slide item.
- Title Tag - Set a heading tag for the title.
- Text - Input some additional text you wish to display for this item.
- Button Text - Input some text for the button.
- Button Link - Input a link you wish to link this item's button to.
- Button Target - Set a target for the button link.
You can use this shortcode to add a video thumbnail image of your choosing alongside a button which you can link to a video.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
- Video Link - Input a link for the video.
- Image - Upload an image you'd like to display as the video thumbnail.
- Play Button Color - Set a color for the play button.
- Play Button Size - Input a value in px for the play button size.
Workflow
You can use this shortcode to display your workflow in a chronologically organized timeline.
- Image - Set an image to be displayed in your workflow.
- Workflow Items - Here you can add a subtitile, a title, and some text for each of the workflow items you wish to display.
Working Hours List
You can use this shortcode to display your business's working hours. To set up your working hours, please navigate to Richmond Core Options -> Working Hours.
- Custom CSS Class - If you wish to style a particular content element differently, you can use this field to add an extra class name to that element and then refer to that class name in your css file.
In this section of the User Guide we will discuss the creation of client items, as well as how to add client lists to your website pages.
Client Items
To create a new client item:
- Navigate to Clients > Add New from your WordPress admin panel.
- Enter a title for your clients item in the text field near the top of the page. This will usally be the name of one of your business clients.
- On the right side of the screen you will see a section named Clients Categories. Here you can select the categories that you would like to add this clients item to. If you would like to create a new category, click on the + Add New Category link. A text field will appear in which you can enter a category name, and then click Add New Category.
- Once you have checked the categories you would like to add your clients item to, click the Publish button.
Beneath the Clients Categories section is the Featured Image section. In the Featured Image section, you can upload a picture displaying your client (e.g. their company logo).
Now that you have set up your first clients item, let’s go over the available custom fields for clients items.
Clients Parameters
- Client Logo Image - Upload a logo image for this client.
- Client Logo SVG - Input SVG path code for the client logo.
- Client Logo Hover Image - Uplaod a logo image for this client that appears on logo hover.
- Client Logo Hover SVG - Input SVG path code for client logo hover.
- Client Link - Input a link you wish this clients item to lead to.
- Client Link Target - Choose whether the link will open in the same or a new browser tab.
Clients List
A clients list displays a listing of your clients items, each of which can be clicked on for a detailed overview of the single clients item.
A clients list is added to pages via the Clients List shortcode. To add a clients list to a page, navigate to the backend of that page and add the Clients List element to the page via WPBakery Page Builder (by clicking on the Add Element button, and then choosing the Clients List element from the element selection screen). For a comprehensive overview of all the options provided in the Clients List element, please see the Custom Shortcodes section of this User Guide.
In this section of the User Guide we will discuss the creation of masonry gallery items, as well as how to add masonry gallery lists to your website pages.
Masonry Gallery Items
To create a new masonry gallery item:
- Navigate to Richmond Masonry Gallery > Add New from your WordPress admin pannel.
- Enter a title for your masonry gallery item in the text field near the top of the page.
- On the right side of the screen you will see a section named Categories. Here you can select the categories that you would like to add this item to. If you would like to create a new category, click on the + Add New Category link. A text field will appear in which you can enter a category name, and then click Add New Category.
- Once you have checked the categories you would like to add your clients item to, click the Publish button.
Beneath the Categories section is the Featured Image section. In the Featured Image section, you can upload a picture displaying your item.
Now that you have set up your first masonry gallery item, let’s go over the available custom fields for items.
Masonry Gallery Parameters
- Item Layout - Pick a layout for the gallery.
- Masonry Item Dimension - Choose the dimensions for the item.
- Title Tag - Set a heading tag for the item title. This option is only available for the 'standard' and 'textual' item layout styles.
- Link - Input a URL you wish to link the item to.
- Target - Choose whether the link will open in a new or the same browser window.
Masonry Gallery List
A masonry gallery list shortcode displays a listing of your masonry items, each of which can be clicked on for a detailed overview of the item.
A masonry gallery list is added to pages via the Masonry Gallery List shortcode. To add a masonry gallery list to a page, navigate to the backend of that page and add the Masonry Gallery List element to the page via WPBakery Page Builder (by clicking on the Add Element button, and then choosing the Masonry Gallery List element from the element selection screen). For a comprehensive overview of all the options provided in the Masonry Gallery List element, please see the Custom Shortcodes section of this User Guide.
In this section of the User Guide we will discuss the creation of team items, as well as how to add team lists to your website pages.
Team Items
To create a new team item:
- Navigate to Team > Add New from your WordPress admin panel.
- Enter a title for your team item in the text field near the top of the page. This will usally be the name of the team member.
- On the right side of the screen you will see a section named Team Categories. Here you can select the categories that you would like to add this team item to. If you would like to create a new category, click on the + Add New Category link. A text field will appear in which you can enter a category name, and then click Add New Category.
- Once you have checked the categories you would like to add your team item to, click the Publish button.
Beneath the Team Categories section is the Featured Image section. In the Featured Image section, you can upload a picture of your team member.
Now that you have set up your first team item, let’s go over the available custom fields for team items.
Team Single
- General Settings - Here you can add the team member's role (position), as well as to add the team member's social networks.
Team List
A team list displays a listing of your team items (members), each of which can be clicked on for a detailed overview of the single team item.
A team list is added to pages via the Team List shortcode. To add a team list to a page, navigate to the backend of that page and add the Team List element to the page via Elementor Page Builder (by entering the Elementor Page Builder view, and then dragging the Team List element from the element selection screen). For a comprehensive overview of all the options provided in the Team List element, please see the Custom Shortcodes section of this User Guide.
In this section of the User Guide we will discuss how to create and how to add them to your website pages.
Testimonials are a great way to show potential clients what others are saying about your business.
To create a testimonial, navigate to Testimonials > Add New from your WordPress admin panel and enter a title for your testimonial in the text field near the top of the screen.
Richmond Testimonials
Fill in the following fields to complete your testimonial:
- Title – Set a title for your testimonial.
- Text – Enter the testimonial text.
- Author – Enter the name of the testimonial’s author.
- Author Job Title - Enter the testimonial author's job position.
You can now assign your testimonial to a category. On the right side of the screen you will see a section named Testimonial Categories. Here you can select the category that you wish to add this testimonial to. If you would like to add a new category, click on the + Add New Testimonials Category link, and a text field will appear in which you can enter a name for your new category. Then click on Add New Testimonials Category.
Beneath the Categories section is the Featured Image section. In the Featured Image section, you can upload a picture for your testimonial.
After you have selected the categories you want to add this testimonial to, click the Publish button.
Testimonials List
A testimonials list displays a listing of your testemonial items, each of which can be clicked on for a detailed overview of the single testemonial item.
A testemonial list is added to pages via the Testemonials List shortcode. To add a testimonial list to a page, navigate to the backend of that page and add the Testemonials List element to the page via Elementor Page Builder (by entering the Elementor Page Builder view, and then dragging the Testemonials List element from the element selection screen). For a comprehensive overview of all the options provided in the Testemonials List element, please see the Custom Shortcodes section of this User Guide.
In this section of the User Guide we will discuss the creation of room items, as well as how to add room lists to your website pages.
Room Items
To create a room item:
- Navigate to Richmond Room > Add New from your WordPress admin panel.
- Enter a title for your room item in the text field near the top of the page.
- On the right side of the screen you will see a section named Room Locations. Here you can select the locations that you would like to add this room item to. If you would like to create a new location, click on the + Add New Location link. A text field will appear in which you can enter a location name, and then click Add New Location.
- Once you have checked the locations you would like to add your room item to, click the Publish button.
Beneath the Locations section are the Types, Amenities, Post Attributes and Featured Image sections. In the Types section, you can choose a previously created accommodation type for your room item. The Amenities section lets you add previously created amenities to the room item. In the Post Attributes section, you can choose the order and template layout for your room item. In the Featured Image section, you can upload a picture displaying your room.
Now that you have set up your room, let's go over the available custom fields for room items.
General Settings
- Room Gallery Images - Upload images you wish to display as a gallery on a room single page.
- Room Gallery Navigation Skin - Choose a predefined skin style for the room gallery slider navigation.
Capacity and Prices
- Room Amount - Input the number of rooms available for the same period of time.
- Room Size - Input the value for the room size (eg. in square feet or meters).
- Min Nights - Set a minimum number of nights your guests need to book to stay in this room.
- Bedrooms Number - Input the number of bedrooms.
- Bathrooms Number - Input the number of bathrooms.
- Room Price - Input the value for the room price per night.
- Min People - Set a minimum number of people this room is available for.
- Max People - Set a maximum number of people this room is available for.
- Adult Price - Input the adult price for the room per night.
- Children Price - Input the children price for the room per night.
Seasonal Section
- Seasonal Items Title - Input a title for the special seasonal offer for this room.
- Seasonal Items Description - Add a description for the special seasonal offer for this room.
- Seasonal Items - Here you can customize individual seasonal items by defining a price and adding a beginning and end date for the special seasonal offer.
Shortcode Settings
- Room Gallery List Images - Here you can upload the images that will be displayed for this room in the Room List shortcode.
- Enable Room List Gallery - Set this option to "Yes" if you would like to display room gallery images instead of the featured image for this room on the room list pages.
- Room List Image - Upload an image you wish to be displayed for the room list instead of the featured image.
Address Settings
- Full Address - Input the full room address here. Please note that in order to enable the map functionality, you should first input Google Map API key in Chalet Core Options > Google Map.
- Latitude - Input a value for the latitude.
- Longitude - Input a value for the longitude.
Extra Service Settings
Here you can choose a type, input a name, choose how extra services will be calculated relative to the room price, and input a price for each of the Extra Service Items you decide to feature for this room item.
Additional Info Settings
Here you can input a title and add some content for each additional info section.
Reservation Settings
- Custom Reserved Dates - Here you can input some custom reserved dates for which this room will not be listed as available. Please input the dates in the YYYY-mm-dd format and separate different dates with a coma.
- Reservations - Here you can add new reservations for this room item. You can set an order ID, check-in and check-out dates, set the number of available rooms, guests, name of extra services and prices, as well as choose whether to mark the order as complete.
Features Settings
- Enable Amenity - Set this option to "Yes" to display a section containing this room's amenities on the room single page.
- Enable Availability - Set this option to "Yes" to display a section containing this room's availability on the room single page.
- Enable Related Posts - Set this option to "Yes" to display a section containing related posts on the room single page.
- Enable Weather - Set this option to "Yes" to display a section containing this the weather section on the room single page.
- Weather Location - Input a location you wish to display the weather for. You can use OpenWeatherMap to find your location.
- Enable Ads - Set this option to "Yes" to display a section containing ads on the room single page.
- Ads Image - Input an image for the ads.
- Ads Link - Input a link that the ad will lead to.
Room List
A room list displays a listing of your room items, each of which can be clicked on for a detailed overview of the single room item.
A room list is added to pages via the Room List shortcode. To add a room list to a page, navigate to the backend of that page and add the Room List element to the page via Elementor Page Builder (by entering the Elementor Page Builder view, and then dragging the Room List element from the element selection screen). For a comprehensive overview of all the options provided in the Room List element, please see the Custom Shortcodes section of this User Guide.
In this section of the User Guide we will discuss how to install and set up the WooCommerce eCommerce plugin with Richmond.
Richmond comes with WooCommerce integration, which allows you to easily create an online shop. For more information on installing and configuring WooCommerce, please visit this page:
https://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/
In order to set up WooCommerce with the Richmond theme, follow these steps:
- Navigate to Plugins > Add New from your WordPress admin panel.
- Type “WooCommerce” in the search field.
- Locate "WooCommerce - excelling eCommerce" in the search results and click on Install Now.
- Once the installation has completed, click on Activate Plugin.
- You will now see a notice saying “Welcome to WooCommerce – You're almost ready to start selling :)". If you plan on importing demo content, click on Skip Setup. Otherwise, click Install Pages.
- If you plan on importing demo content, you should first set the product image sizes in order to achieve the same look as on our demo sites. Navigate to Appearance > Customize and click on WooCommerce, and then the Product Images. There you will be able to set the main image width and the thumbnail image width. Please note that under the Thumbnail cropping section you should either select Uncropped or Custom ​aspect ratio. If you choose to crop the images to a Custom aspect ratio, please make sure that the images are set to identical dimensions for both the product list and the product single.
- See Importing Demo Content in the Getting Started section of this user guide and perform the process explained there.
- Create a page for your shop. Then navigate to WooCommerce > Settings > Products > Display and choose the page you create as your Shop Page (in the "Shop Page" field).
Creating Products
To create a new shop product, please navigate to Products > Add Product. Here you can set up all the standard WooCommerce options for each product, as well as some custom theme options:
Product List
- Product List Image - Upload an image to be displayed on product lists.
- Image Dimension - Here you can choose an image layout for product list. If you are using fixed image proportions on the list, choose an option other than default
- Show New Sign - Enable this option to see mark (Sold or Sale) on single product and on product lists