Get started
From the entire PhysCode team, we want to personally thank you for purchasing Abape WordPress Theme! We’re incredibly excited to get it into your hands, and we invite you to check out our documentation below. We strongly encourage all of our customers to register at our member center for access to tutorials, our member forum, updates, and more!
Installation
A) To install our theme, you can do so in one of two ways:
1. The Simple, No-Brainer, Piece of Cake Way: Upload the tourwp.zip file via the WordPress Admin Panel. To do so, go to “Appearance” > “Themes” in the menu, then select the “Install Themes” tab at the top of the page. Once you are at this page, select “Upload,” then “Choose File” to locate the .zip folder on your computer. After doing so, select “Install Now.”
2. The Roll Up Your Sleeves and Use a Little Elbow Grease Method: Uncompress the tourwp.zip file and upload the template contents to the /wp-content/ themes/ directory of your WordPress installation via your chosen FTP client.
Neither method has an advantage over the other, it is simply a matter of preference
B) To Install Require plugins
After you have installed the theme with two ways above you need installing require plugins. You can do that with steps:
- Go to Appearance -> Install Plugins (the menu only shows when your site needs installing or updating require plugins).
- Install or update plugins and activate them.
When you finish the section you have finished install theme and plugin. Now you need to install demo data or setup other elements, following other sections below.
Import Demo
The first way: Import by XML Files
Step 1: Go to Tools -> Import
Step 2: Choose “WordPress” if your site has not install import plugin yet then click “Run Importer“.
If your site installed import plugin you click “Run Importer”
Step 3: Choose XML file in “tourwp/inc/admin/demo_importer/demo-data/…” folder from download package on ThemeForest then click “Upload file and import” button.
Step 4: Import Revo Slider, You go to Slider Revolution -> Import Slider and Choose file .zip in “tourwp/inc/admin/demo_importer/demo-data/…”
Step 5: Import Widget, You can install plugin “Widget Importer & Exporter” after that Rename file “widgets.json” in “tourwp/inc/admin/demo_importer/demo-data/…” to “widgets.wie” and go to Tools -> Widget Importer & Exporter choose file “widgets.wie” and import widgets.
Step 6: You go to Settings -> Reading in Front Page Displays choose A static page (select below)
The second way: Import by one-click
Go to “Theme Options -> Demo importer” then choose demo you want to import
Note: If your Website had WordPress Importer Plugin was Activated, please Deactivate this Plugin before executing Import.
Theme Options
All site setting will configuration in theme options. So you need to understand all options before start configuration your site.
- General SettingsYou can change logo, sticky logo and set logo size in this setting tab.
- Header Setting
The setting tab contains configuration for Main menu, Sub menu and Mobile Menu.
You can configure background, text menu color, text menu color active … This section you can config show or hide the sticky menu. - Display Settings
No 1,2 is configurations for Blog page
1, You can set blog page with sidebar left, sidebar right or no sidebar.
No 3, 4 is configurations for Archive page. Configurations is similar as Blog page
No 5,6 is configurations for single post or page. - TypographyIn typography settings, you can set a primary color. The color will active to an active menu, hover and heading H1, H2, H3 …
Besides you also can set font body, font title and font size for your site. - Footer The section contains settings for footer: Background Color, Text Color, Font Size, Title Color and Font Size Title
- Custom CSS
If you want to make some custom CSS you can insert them to CSS Code box. - Demo Importer
You can import our demo data with only one click. Your site is similar to our demo so you only need to change data to run your site. - Import / Export
You can import or export all settings from Theme options or to Theme options. Please sure about Import action because all settings will replace by new settings.
Tour Settings
To Tour Settings page you go to WooCommerce -> Settings-> Tours. You will see “General” and “Search Tours”
-
- General settings.
– Tours Page: this page will show all tours on your site. You need to create a page and choice it in this option.
– Redirect to page after Booking tour.
– Tour Expired: This option allows showing expired tours on tour page or no.
– Location Options: Config Google map use iframe of google map or use google map with Latitude and Longitude
– Google API: You need to configure Google API key to set google map width latitude and longitude for each tour.
– Separate Ticket for Adult, Children: If you want to set separate tour price for children and adults. You need to turn on this.
– Price percent child/adult (%): You can set rate price child per adult to here. The system will auto calculate children tour price based on adults tour price.
- Search Tours settings.
At that has only one option to configure attributes that will show in search form.
- General settings.
How to create a tour
To create a tour you go to Products and click Add Product.
- Tour name
- You need to select product type that is tour and interesting in some tab as image above.
– In Tour Booking, You can input regular price and sale price and child Price.
– In Tour Tab, You can config Interary and Location. You can configure Interary to add and change content. You can add shortcodes to add content:
Please click Get Lat Long from Address. You can enter Address and find Latitude, Longitude. That will help you connect the correct address with google map.
To display weather in tour, you need to go to Woocommerce -> Settings -> Tour -> Single tour -> Find your API key -> register your account -> then you will have API key.
You can create your own single tour page in Thim Elementor. Please use the Weather Tours widget.
In Elementor, you can create a single tour with our Travelwp tab assigned widget. Then you can assign Conditions to it.
– Dates and Price: Config date disable and set price for date
– Tour Variations: You can add more variations for tour
– Group Discount: If you create 2 discount boxes, and for the first box, you set up 5 customer with 10% discount and for another box, 10 customer with 20% discount. When customers book smaller than 10 travellers, they will get 10% off. However, if they book for 10, 11, 12 ( and so on ) customer, they will get 20% off.
– In Attributes, you can set attributes for the tour.
– Tour Information, you can set Language, Transport, Accommodation, Meals, Group size.
– Tour FAQ, where you can create frequently asked customer questions about the tour.
How to add new tabs for tour or product
We got the question from some clients so we create a section on documentation about this.
The first way: First, we want to say “Thank You” to Nilambar Sharma – Author’s Woocommerce Product Tabs plugin on wordpress.org.
Woocommerce Product Tabs plugin works very well with WooCommerce product, but it doesn’t work with a custom product data type. So we make some change on that plugin to work with the tour. You can download it at http://physcode.com/plugins/woocommerce-product-tabs.zip
The second way: Use plugin Custom Product Tabs for WooCommerce
** Remove a tab. You can add custom code below to file functions.php of theme
add_filter( 'tour_booking_default_product_tabs', 'remove_tour_booking_tabs', 98 ); function remove_tour_booking_tabs( $tabs ) { unset( $tabs['location_tab'] ); // Remove the location tab return $tabs; }
Fix WPML
You need config as images below:
1. Fix cart empty
And
2. Fix theme don’t show correct tours by language
Update Theme
The latest theme update information will be displayed in Dashboard -> TravelWP. At the same time, you can also update the theme there.
Additionally, you can also update the theme in Appearance -> Theme.
How to translate WordPress theme, plugins
If you want to translate your site to another language, please follow steps:
1. Install Loco Translate plugin to your site.
2. Go to Dashboard -> Loco Translate. At that, you can select the theme, plugins to translate to your website.
3. Create a language and translate.
If you want to build multi-language you can use WPML plugin.
How to activate Revolution Slider
You can go to Dashboard -> TravelWP -> Plugins -> Revolution Slider -> Install Now and Activate
How to update plugin visual composer
Update Visual Composer:
- Go to Plugin -> Deactive plugin Visual Composer
- Click to Update Require
- Active plugin Visual Composer