{"id":8374,"date":"2022-06-17T18:09:22","date_gmt":"2022-06-17T18:09:22","guid":{"rendered":"https:\/\/wordpress-theme.spider-themes.net\/docy\/?page_id=8374"},"modified":"2022-06-17T18:09:22","modified_gmt":"2022-06-17T18:09:22","slug":"documentation-2","status":"publish","type":"page","link":"https:\/\/help.alltec.be\/?page_id=8374","title":{"rendered":"Documentation"},"content":{"rendered":"<div class=\"focus_overlay\"><\/div>\r\n<section class=\"ezd_search_banner has_bg_dark no_cs_bg no_keywords\">\r\n    <div class=\"container\">\r\n        <div class=\"row doc_banner_content\">\r\n            <div class=\"col-md-12\">\r\n                <form action=\"https:\/\/help.alltec.be\/\" role=\"search\" method=\"post\" class=\"ezd_search_form\">\r\n                    <div class=\"header_search_form_info\">\r\n                        <div class=\"form-group\">\r\n                            <div class=\"input-wrapper\">\r\n                                <input type='search' id=\"ezd_searchInput\" name=\"s\" placeholder='Search here' autocomplete=\"off\" value=\"\"\/>\r\n                                <label for=\"ezd_searchInput\">\r\n                                    <i class=\"left-icon icon_search\"><\/i>\r\n                                <\/label>\r\n                                <div class=\"spinner-border spinner\" role=\"status\">\r\n                                    <span class=\"visually-hidden\">Loading&#8230;<\/span>\r\n                                <\/div>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div id=\"ezd-search-results\" class=\"eazydocs-search-tree\" data-noresult=\"No Results Found\"><\/div>\r\n\t                                <\/form>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    jQuery(\"#ezd_searchInput\").focus(function() {\r\n        jQuery('body').addClass('ezd-search-focused');\r\n        jQuery('form.ezd_search_form').css('z-index','999');\r\n    })\r\n\r\n    jQuery(\".focus_overlay\").click(function() {\r\n        jQuery('body').removeClass('ezd-search-focused');\r\n        jQuery('form.ezd_search_form').css('z-index','unset');\r\n    })\r\n\r\n    \/**\r\n     * Search Form Keywords\r\n     *\/\r\n    jQuery(\".ezd_search_keywords ul li a\").on(\"click\", function (e) {\r\n        e.preventDefault()\r\n        var content = jQuery(this).text()\r\n        jQuery(\"#ezd_searchInput\").val(content).focus()\r\n        ezSearchResults()\r\n    })\r\n\r\n    function ezSearchResults(){\r\n        let keyword = jQuery('#ezd_searchInput').val();\r\n        let noresult = jQuery('#ezd-search-results').attr('data-noresult');\r\n\r\n        if ( keyword == \"\" ) {\r\n            jQuery('#ezd-search-results').removeClass('ajax-search').html(\"\")\r\n        } else {\r\n            jQuery.ajax({\r\n                url: eazydocs_local_object.ajaxurl,\r\n                type: 'post',\r\n                data: { action: 'eazydocs_search_results', keyword: keyword },\r\n                beforeSend: function () {\r\n                    jQuery(\".spinner-border\").show();\r\n                },\r\n                success: function (data) {\r\n                    jQuery(\".spinner-border\").hide();\r\n                    \/\/ hide search results by pressing Escape button\r\n                    jQuery(document).keyup(function(e) {\r\n                        if (e.key === \"Escape\") { \/\/ escape key maps to keycode `27`\r\n                            jQuery('#ezd-search-results').removeClass('ajax-search').html(\"\")\r\n                        }\r\n                    })\r\n                    if ( data.length > 0 ) {\r\n                        jQuery('#ezd-search-results').addClass('ajax-search').html(data);\r\n                    } else {\r\n                        var data_error = '<h5 class=\"error title\">' + noresult + '<\/h5>';\r\n                        jQuery('#ezd-search-results').html(data_error);\r\n                    }\r\n                }\r\n            })\r\n        }\r\n    }\r\n\r\n    function ezdFetchDelay(callback, ms) {\r\n        var timer = 0;\r\n        return function () {\r\n            var context = this,\r\n            args = arguments;\r\n            clearTimeout(timer);\r\n            timer = setTimeout(function () {\r\n            callback.apply(context, args);\r\n            }, ms || 0);\r\n        };\r\n    }\r\n\r\n    jQuery('#ezd_searchInput').keyup(\r\n        ezdFetchDelay(function (e) {\r\n        let keyword = jQuery('#ezd_searchInput').val();\r\n        let noresult = jQuery('#ezd-search-results').attr('data-noresult');\r\n\r\n        if ( keyword == \"\" ) {\r\n            jQuery('#ezd-search-results').removeClass('ajax-search').html(\"\")\r\n        } else {\r\n            jQuery.ajax({\r\n                url: eazydocs_local_object.ajaxurl,\r\n                type: 'post',\r\n                data: {action: 'eazydocs_search_results', keyword: keyword},\r\n                beforeSend: function () {\r\n                    jQuery(\".spinner-border\").show();\r\n                },\r\n                success: function (data) {\r\n                    jQuery(\".spinner-border\").hide();\r\n                    \/\/ hide search results by pressing Escape button\r\n                    jQuery(document).keyup(function(e) {\r\n                        if (e.key === \"Escape\") { \/\/ escape key maps to keycode `27`\r\n                            jQuery('#ezd-search-results').removeClass('ajax-search').html(\"\")\r\n                        }\r\n                    });\r\n                    if ( data.length > 0 ) {\r\n                        jQuery('#ezd-search-results').addClass('ajax-search').html(data);\r\n                    } else {\r\n                        var data_error = '<h5 class=\"error title\">' + noresult + '<\/h5>';\r\n                        jQuery('#ezd-search-results').html(data_error);\r\n                    }\r\n                }\r\n            })\r\n        }\r\n    }, 500 )\r\n)\r\n\r\n\/\/ Search results should close on clearing the input field\r\nif (document.getElementById('ezd_searchInput')) {\r\n    document\r\n        .getElementById('ezd_searchInput')\r\n        .addEventListener('search', function (event) {\r\n            jQuery('#ezd-search-results').empty().removeClass('ajax-search');\r\n        });\r\n}\r\n\r\n<\/script>\r\n\r\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-eazydocs-shortcode\">\n    <div class=\"eazydocs_shortcode\">\n        <div  class=\"ezd-grid ezd-column-2\">\n\t\t\t\n                <div class=\"ezd-col-width\">\n                    <div class=\"categories_guide_item  wow fadeInUp\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t                        <div class=\"doc-top ezd-d-flex ezd-align-items-start\">\n\n                            <a class=\"doc_tag_title\" href=\"https:\/\/help.alltec.be\/?docs=docly-documentation\">\n\t\t\t\t\t\t\t\t                                    <h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\tDocy Documentation                                    <\/h4>\n\t\t\t\t\t\t\t\t                                    <span class=\"ezd-badge\">\n                            28                            Topics                        <\/span>\n\t\t\t\t\t\t\t\t                            <\/a>\n                        <\/div>\n\t\t\t\t\t\t                            <ul class=\"ezd-list-unstyled article_list\">\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=docly-documentation\/elements\">\n\t\t\t\t\t\t\t\t\t\t\tLaadpalen                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=docly-documentation\/layouts\">\n\t\t\t\t\t\t\t\t\t\t\tLayouts                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=docly-documentation\/footnotes\">\n\t\t\t\t\t\t\t\t\t\t\tFootnotes                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=docly-documentation\/changelogs\">\n\t\t\t\t\t\t\t\t\t\t\tChangelogs                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=docly-documentation\/faqs\">\n\t\t\t\t\t\t\t\t\t\t\tFAQs                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                            <\/ul>\n\t\t\t\t\t\t                        <a href=\"https:\/\/help.alltec.be\/?docs=docly-documentation\" class=\"doc_border_btn\">\n\t\t\t\t\t\t\tView Details                            <i class=\"arrow_right\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n\t\t\t\n                <div class=\"ezd-col-width\">\n                    <div class=\"categories_guide_item  wow fadeInUp\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t                        <div class=\"doc-top ezd-d-flex ezd-align-items-start\">\n\n                            <a class=\"doc_tag_title\" href=\"https:\/\/help.alltec.be\/?docs=rogan-documentation\">\n\t\t\t\t\t\t\t\t                                    <h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\tRogan Documentation                                    <\/h4>\n\t\t\t\t\t\t\t\t                                    <span class=\"ezd-badge\">\n                            31                            Topics                        <\/span>\n\t\t\t\t\t\t\t\t                            <\/a>\n                        <\/div>\n\t\t\t\t\t\t                            <ul class=\"ezd-list-unstyled article_list\">\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=rogan-documentation\/getting-started\">\n\t\t\t\t\t\t\t\t\t\t\tGetting Started                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=rogan-documentation\/faqs\">\n\t\t\t\t\t\t\t\t\t\t\tFAQs                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=rogan-documentation\/tips-guide\">\n\t\t\t\t\t\t\t\t\t\t\tTips \/ Guide                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=rogan-documentation\/theme-settings\">\n\t\t\t\t\t\t\t\t\t\t\tTheme Settings                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=rogan-documentation\/shortcodes\">\n\t\t\t\t\t\t\t\t\t\t\tShortcodes                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                            <\/ul>\n\t\t\t\t\t\t                        <a href=\"https:\/\/help.alltec.be\/?docs=rogan-documentation\" class=\"doc_border_btn\">\n\t\t\t\t\t\t\tView Details                            <i class=\"arrow_right\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n\t\t\t\n                <div class=\"ezd-col-width\">\n                    <div class=\"categories_guide_item  wow fadeInUp\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t                        <div class=\"doc-top ezd-d-flex ezd-align-items-start\">\n\n                            <a class=\"doc_tag_title\" href=\"https:\/\/help.alltec.be\/?docs=sample-user-guide\">\n\t\t\t\t\t\t\t\t                                    <h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\tSample User Guide                                    <\/h4>\n\t\t\t\t\t\t\t\t                                    <span class=\"ezd-badge\">\n                            32                            Topics                        <\/span>\n\t\t\t\t\t\t\t\t                            <\/a>\n                        <\/div>\n\t\t\t\t\t\t                            <ul class=\"ezd-list-unstyled article_list\">\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=sample-user-guide\/getting-started\">\n\t\t\t\t\t\t\t\t\t\t\tGetting Started                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=sample-user-guide\/how-to-faqs\">\n\t\t\t\t\t\t\t\t\t\t\tHow to (FAQs)                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=sample-user-guide\/sample-guide\">\n\t\t\t\t\t\t\t\t\t\t\tSample Guide                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=sample-user-guide\/theme-settings\">\n\t\t\t\t\t\t\t\t\t\t\tTheme Settings                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=sample-user-guide\/some-common-issues\">\n\t\t\t\t\t\t\t\t\t\t\tSome common issues                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                            <\/ul>\n\t\t\t\t\t\t                        <a href=\"https:\/\/help.alltec.be\/?docs=sample-user-guide\" class=\"doc_border_btn\">\n\t\t\t\t\t\t\tView Details                            <i class=\"arrow_right\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n\t\t\t\n                <div class=\"ezd-col-width\">\n                    <div class=\"categories_guide_item  wow fadeInUp\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t                        <div class=\"doc-top ezd-d-flex ezd-align-items-start\">\n\n                            <a class=\"doc_tag_title\" href=\"https:\/\/help.alltec.be\/?docs=gullu-knowledge-base\">\n\t\t\t\t\t\t\t\t                                    <h4 class=\"title\">\n\t\t\t\t\t\t\t\t\t\tGullu Knowledge Base                                    <\/h4>\n\t\t\t\t\t\t\t\t                                    <span class=\"ezd-badge\">\n                            33                            Topics                        <\/span>\n\t\t\t\t\t\t\t\t                            <\/a>\n                        <\/div>\n\t\t\t\t\t\t                            <ul class=\"ezd-list-unstyled article_list\">\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=gullu-knowledge-base\/getting-started\">\n\t\t\t\t\t\t\t\t\t\t\tGetting Started                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=gullu-knowledge-base\/faqs\">\n\t\t\t\t\t\t\t\t\t\t\tHow to (FAQs)                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=gullu-knowledge-base\/tips\">\n\t\t\t\t\t\t\t\t\t\t\tTips \/ Guide                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=gullu-knowledge-base\/theme-settings\">\n\t\t\t\t\t\t\t\t\t\t\tTheme Settings                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                                    <li>\n                                        <a href=\"https:\/\/help.alltec.be\/?docs=gullu-knowledge-base\/solved-issues\">\n\t\t\t\t\t\t\t\t\t\t\tSome common issues                                        <\/a>\n                                    <\/li>\n\t\t\t\t\t\t\t\t                            <\/ul>\n\t\t\t\t\t\t                        <a href=\"https:\/\/help.alltec.be\/?docs=gullu-knowledge-base\" class=\"doc_border_btn\">\n\t\t\t\t\t\t\tView Details                            <i class=\"arrow_right\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n\t\t\t        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-8374","page","type-page","status-publish","hentry","no-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/help.alltec.be\/index.php?rest_route=\/wp\/v2\/pages\/8374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.alltec.be\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/help.alltec.be\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/help.alltec.be\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/help.alltec.be\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8374"}],"version-history":[{"count":0,"href":"https:\/\/help.alltec.be\/index.php?rest_route=\/wp\/v2\/pages\/8374\/revisions"}],"wp:attachment":[{"href":"https:\/\/help.alltec.be\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}