{"id":5102,"date":"2020-07-31T06:47:56","date_gmt":"2020-07-31T06:47:56","guid":{"rendered":"http:\/\/wordpress.creativegigs.net\/docly\/?page_id=5102"},"modified":"2020-07-31T06:47:56","modified_gmt":"2020-07-31T06:47:56","slug":"ask-question","status":"publish","type":"page","link":"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/ask-question\/","title":{"rendered":"Ask Question"},"content":{"rendered":"\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>Demo user credentials<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">Username: demo<br>Password: testDocy<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n    <div id=\"bbpress-forums\" class=\"bbpress-wrapper\">\n\n\n    \n    \n        <div id=\"no-topic-0\" class=\"bbp-no-topic\">\n                            <div class=\"frmx-inline-login-prompt\">\n                    <h3 class=\"frmx-inline-login-title text-center\">Start a new topic<\/h3>\n                    <p class=\"frmx-inline-login-subtitle text-center\">You must be logged in to create new topics.<\/p>\n                    <div class=\"frmx-subscription-login-form\">\n                        \t<div class=\"frmx-auth-tabs\" id=\"frmx-auth-tabs\">\n\n\t\t\n\t\t<!-- Login Tab -->\n\t\t<div class=\"frmx-auth-panel frmx-auth-panel-active\" data-frmx-panel=\"login\">\n\t\t\t<form class=\"forumax_login_form\" name=\"forumax_login_form\" id=\"forumax_login_form\" action=\"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Username or Email<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/ placeholder=\"Username or Email\">\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">Password<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/ placeholder=\"Password\">\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Remember Me<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"Sign In\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/ask-question\/\" \/>\n\t\t\t<\/p><\/form>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t<\/div>\n\n\t<script>\n\t( function() {\n\t\tvar wrapper = document.getElementById( 'frmx-auth-tabs' );\n\t\tif ( ! wrapper ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar tabs   = wrapper.querySelectorAll( '.frmx-auth-tab' );\n\t\tvar panels = wrapper.querySelectorAll( '.frmx-auth-panel' );\n\n\t\ttabs.forEach( function( tab ) {\n\t\t\ttab.addEventListener( 'click', function() {\n\t\t\t\tvar target = this.getAttribute( 'data-frmx-tab' );\n\n\t\t\t\ttabs.forEach( function( t ) {\n\t\t\t\t\tt.classList.remove( 'frmx-auth-tab-active' );\n\t\t\t\t} );\n\t\t\t\tthis.classList.add( 'frmx-auth-tab-active' );\n\n\t\t\t\tpanels.forEach( function( p ) {\n\t\t\t\t\tif ( p.getAttribute( 'data-frmx-panel' ) === target ) {\n\t\t\t\t\t\tp.classList.add( 'frmx-auth-panel-active' );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tp.classList.remove( 'frmx-auth-panel-active' );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t} );\n\t\t} );\n\n\t\t\/* Password visibility toggle *\/\n\t\tvar eyeShow = '<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg>';\n\t\tvar eyeHide = '<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"\/><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"\/><\/svg>';\n\n\t\twrapper.querySelectorAll( 'input[type=\"password\"]' ).forEach( function( input ) {\n\t\t\tvar container = document.createElement( 'div' );\n\t\t\tcontainer.className = 'frmx-auth-password-wrap';\n\t\t\tinput.parentNode.insertBefore( container, input );\n\t\t\tcontainer.appendChild( input );\n\n\t\t\tvar toggleBtn = document.createElement( 'button' );\n\t\t\ttoggleBtn.type = 'button';\n\t\t\ttoggleBtn.className = 'frmx-auth-eye-toggle';\n\t\t\ttoggleBtn.setAttribute( 'aria-label', 'Toggle password visibility' );\n\t\t\ttoggleBtn.innerHTML = eyeShow;\n\t\t\tcontainer.appendChild( toggleBtn );\n\n\t\t\ttoggleBtn.addEventListener( 'click', function() {\n\t\t\t\tvar isPassword = input.type === 'password';\n\t\t\t\tinput.type = isPassword ? 'text' : 'password';\n\t\t\t\tthis.innerHTML = isPassword ? eyeHide : eyeShow;\n\t\t\t\tinput.focus();\n\t\t\t} );\n\t\t} );\n\t} )();\n\t<\/script>\n\t                    <\/div>\n                <\/div>\n            \n        <\/div>\n\n    \n\n    <\/div>\n\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Demo user credentials Username: demoPassword: testDocy<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_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,"_ambld_blocks":"","_ambld_rendered_html":"","_ambld_page_settings":"","_ambld_style_map":"","_ambld_builder_enabled":false,"footnotes":""},"class_list":["post-5102","page","type-page","status-publish","hentry","no-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/wp-json\/wp\/v2\/pages\/5102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/wp-json\/wp\/v2\/comments?post=5102"}],"version-history":[{"count":0,"href":"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/wp-json\/wp\/v2\/pages\/5102\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress-theme.spider-themes.net\/docy-dark\/wp-json\/wp\/v2\/media?parent=5102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}