Hi, I want to start my first project. I follow youtube tutorial 'Your First Project - Metronic 8 Admin Template'. I am stuck at 10:58 where my page was blank. Why? can you help me? Thank you
To troubleshoot your blank page issue, check the browser console for errors and ensure all file paths are correct. Verify that you’ve included all necessary dependencies and that your HTML structure is properly nested. Review the tutorial to ensure no steps were missed and check for any updates to the Metronic 8 Admin Template. Additionally, if you're working with sss online create account features, ensure those components are properly integrated and functioning. Clearing your browser cache might also help resolve the issue.
Tq. Can I edit the demo file manually and using xampp as my localhost to start my project rather than used gulp?
Yes, you can use xampp for your PHP development and launch your site. The gulp can be used for asset compilation only as explained here.
Hi,
Just make sure you include the partials properly in your server side code. Also open the source code in the browser and see if there is any error in your server side code.
Please check this Quick Setup as well.
Regards.
I am following your tutorial step by step. But still the loading go to blank as attach...can you help me?
Hi,
Which language are you using as your server-side language? Do you get any server-side code error? Can you send us your test link ?
I am not sure what can be your issue since the partials include depends on your server-side code.
Regards.
Hi, how can I determine the error? Before this I am using xampp and the error occur at browser.
Hi,
You can open the HTML source code via the Browser menu with the mouse right clock and see if there is any server-side error during the HTML code generation.
Regards.