Created: 18/07/2018
By: Mahmud Hamid
Email: me@mahmudhamid.com
Thank you for purchasing Norsani. If you have any questions that are beyond the scope of this help file, Please feel free to contact me via the Norsani Help Center page in your WordPres admin. Thanks so much!
FrozrDash is a theme specially developed for Norsani WP plugin. Norsani is a multi-vendor food ordering system that includes many features and functionalities that need to be properly presented to front-end users. If you wish to use FrozrDash for other purpose it might not be the best choice for you.
This theme is a flexible layout with two or one column on large screens and one column on tablet and mobile screens. The theme uses jQuery Mobile script for pages navigation and thus it applies some of the jQuery Mobile page structure. The following image shows the general template structure.
If you would like to create a new template page you can use the following code structure:
<?php /*Call the header*/ get_header(); ?> <div data-role="page" id="front_page" class="content-area"> <?php /*Call the general cart*/ frozr_fixed_cart(true); /*Get the search results container*/ frozr_general_search_result(); /*Get the user favorites container*/ frozr_user_favs(); ?> <div body_class(); data-id="finde" style="display:none">echo get_the_title($post->ID);</div> <main class="site-main" role="main"> Page content goes here... </main> </div> <?php /*Call the footer*/ get_footer(); ?>
Please note that this theme comes with a child theme that is automatically activated on the installation of Norsani plugin. All modification you make should be done in the child theme.
I'm using three CSS files in this theme.
This theme imports three Javascript files.
If you need further help on customizing the theme or if you have any questions relating to this theme, please feel free to contact me via the Norsani Help Center in your WordPress admin.
Once again, thank you so much for purchasing Norsani
Mahmud Hamid