Thank you for purchasing our “Zotilz” WooCommerce theme. If you have any questions that are beyond the scope of this help file, please feel free to email via our user page contact form. Thank you so much!
Zotilz is a clean, flexible, powerful and user friendly responsive Wordpress theme, built for your WooCommerce store. It is highly customizable and multipurpose Wordpress WooCommerce theme with lots of options and more flexibility.
Zotilz has included header logo, slider, featured and popular products, mini shopping cart, custom widgets, background and other color schemes and related products option with flexible admin panel.
Zotilz will be the best choice for you to create a simple or medium ecommerce or business website to fit your demanding needs.
We sincerely hope you will enjoy using this theme and we’re here to help you :)
ZOTILZ Options > General:
ZOTILZ Options > Home Page: Home Page Settings
ZOTILZ Options > Home Page: Home Page Products
The Customizer allows you to preview changes to your site before publishing them. You can also navigate to different pages on your site to preview them.
Colors: “Header Text Color” and “Background Color” can change from here.
Background Image: User can upload sites background image from here.
Navigation: Zotilz theme supports 4 menus. Select which menu appears in each location. User can edit menu content on the Menus screen in the Appearance section. User can assign menu from here and can set “Left Top Bar”, “Right Top Bar”, “Main Menu” and “Mobile” menu from here.
Widgets: There are two footer widgets available here. “Footer Widget Left” and “Footer Widget Right”. User can just drag widgets to this footer container and he can reorder the widgets from here.
Widgets: Footer widgets left: You can Drag widgets to this footer container.
Widgets: Footer widgets right: You can Drag widgets to this footer container.
Widgets: Home Middle widgets: You can Drag widgets to this container.
Widgets: Home Middle widgets: You can Drag widgets to this container.
In the widget section of WordPress Admin, You can design your theme in various ways. You can add shortcode Column or Tab, add products banner, advertisement or something else.
In Home page bottom position there are two sections “Home Middle widgets” and “Home 3 Columns widgets”.
Go to Appearance > Widgets > “Home Middle widgets”
Home Middle Widget is one column widget. You can add multiple column, products image or advertisement here.
Go to Appearance > Widgets > “Home 3 Columns widgets”
“Home 3 Columns widgets” has three column widget. You can arrange this portion by dragging widget or products promotional image link, advertisements, banner or some other things.
Zotilz has “Full Width” and “Sidebar Layout” features for individual page. User can design his every page in four different formats.
To change template view, Go to Add New / Edit Page > Page Attributes > Template and select anyone from listed.
Column
Code for Single Column
[ztcolumns][ztcols columns='12'] Your Content Goes Here [/ztcols][/ztcolumns]
Code for Two Columns or 1/2 + 1/2 Columns
[ztcolumns][ztcols columns='6'] Your Content Goes Here [/ztcols][ztcols columns='6'] Your Content Goes Here [/ztcols][/ztcolumns]
Code for Two Columns or 3/4 + 1/4 Columns
[ztcolumns][ztcols columns='9'] Your Content Goes Here. [/ztcols][ztcols columns='3'] Your Content Goes Here. [/ztcols][/ztcolumns]
Code for Three Columns or 1/3 + 1/3 + 1/3 Columns
[ztcolumns][ztcols columns='4'] Your Content Goes Here [/ztcols][ztcols columns='4'] Your Content Goes Here [/ztcols][ztcols columns='4'] Your Content Goes Here [/ztcols][/ztcolumns]
Code For Three Columns or 1/2 + 1/4 + 1/4 Columns
[ztcolumns][ztcols columns='6'] Your Content Goes Here. [/ztcols][ztcols columns='3'] Your Content Goes Here. [/ztcols][ztcols columns='3'] Your Content Goes Here. [/ztcols][/ztcolumns]
Code For Three Columns or 1/4 + 1/2 + 1/4 Columns
[ztcolumns][ztcols columns='3'] Your Content Goes Here. [/ztcols][ztcols columns='6'] Your Content Goes Here. [/ztcols][ztcols columns='3'] Your Content Goes Here. [/ztcols][/ztcolumns]
Code for Four Columns or 1/4 + 1/4 + 1/4 Columns
[ztcolumns][ztcols columns='3'] Your Content Goes Here [/ztcols][ztcols columns='3'] Your Content Goes Here [/ztcols][ztcols columns='3'] Your Content Goes Here [/ztcols][ztcols columns='3'] Your Content Goes Here [/ztcols][/ztcolumns]
Code for Five columns or 1/6 + 1/6 + 1/6 + 1/3
[ztcolumns][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='4'] Your Content Goes Here [/ztcols][/ztcolumns]
Code for Six columns or 1/6 + 1/6 + 1/6 + 1/6 + 1/6 + 1/6
[ztcolumns][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='2'] Your Content Goes Here [/ztcols][ztcols columns='2'] Your Content Goes Here [/ztcols][/ztcolumns]
You can create more combinations by changing the columns number.
Shortcode for Vertical Tab
[zttabs]
[zttabs_title_section class="vertical"]
[zttab_title id="1" class="active"]Tab 1[/zttab_title]
[zttab_title id="2"]Tab 2[/zttab_title]
[zttab_title id="3"]Tab 3[/zttab_title]
[/zttabs_title_section]
[zttabs_content_section class="vertical"]
[zttab_content id="1" class="active"] First Tab Content [/zttab_content]
[zttab_content id="2"] Second Tab Content [/zttab_content]
[zttab_content id="3"] Third Tab Content [/zttab_content]
[/zttabs_content_section]
[/zttabs]
Shortcode for Horizontal Tab
[zttabs]
[zttabs_title_section class=""]
[zttab_title id="4" class="active"]Tab 1[/zttab_title]
[zttab_title id="5"]Tab 2[/zttab_title]
[zttab_title id="6"]Tab 3[/zttab_title]
[/zttabs_title_section]
[zttabs_content_section class=""]
[zttab_content id="4" class="active"] First Tab Content [/zttab_content]
[zttab_content id="5"] Second Tab Content [/zttab_content]
[zttab_content id="6"] Third Tab Content [/zttab_content]
[/zttabs_content_section]
[/zttabs]
Hook List
What are hooks?
Hooks in WordPress essentially allow you to manipulate code without editing core files. They are used extensively throughout WordPress and WooCommerce and are very useful for developers.
Hooks are provided by WordPress and WooCommerce to allow your plugin or theme to ‘hook into’ the code; that is, to call functions in your plugin at specific times, and thereby set your plugin in motion.
There are two types of hook: actions and filters.
1. Actions: Actions are the hooks that the WordPress core launches at specific points during execution, or when specific events occur.
2. Filters: Filters are the hooks that WordPress launches to modify text of various types before adding it to the database or sending it to the browser screen.
For a more in depth introduction to Hooks and Filters see:
http://docs.woothemes.com/document/introduction-to-hooks-actions-and-filters/
http://docs.woothemes.com/document/hooks/
In this theme we have provided some filters template hooks and list are given below:
Hook |
Files |
zotilz_before_topbar |
header.php |
zotilz_after_topbar |
header.php |
zotilz_before_nav |
header.php |
zotilz_after_nav |
header.php |
zotilz_before_footer |
footer.php |
zotilz_after_footer |
footer.php |
zotilz_before_content |
index.php, page.php, search.php, single.php, full-width.php, two-column-right-sidebar.php, two-column-left-sidebar.php |
zotilz_after_content |
index.php, page.php, search.php, single.php, full-width.php, two-column-right-sidebar.php, two-column-left-sidebar.php |
zotilz_before_pagination |
index.php |
zotilz_page_before_entry_content |
page.php, full-width.php, two-column-right-sidebar.php, two-column-left-sidebar.php |
zotilz_page_before_comments |
page.php, full-width.php, two-column-right-sidebar.php, two-column-left-sidebar.php |
zotilz_page_after_comments |
page.php, full-width.php, two-column-right-sidebar.php, two-column-left-sidebar.php |
zotilz_before_searchform |
searchform.php |
zotilz_searchform_top |
searchform.php |
zotilz_searchform_before_search_button |
searchform.php |
zotilz_searchform_after_search_button |
searchform.php |
zotilz_searchform_after_search_button |
searchform.php |
zotilz_before_sidebar |
sidebar.php |
zotilz_after_sidebar |
sidebar.php |
zotilz_post_before_entry_content |
single.php |
zotilz_post_before_comments |
single.php |
zotilz_post_after_comments |
single.php |