Home › Forums › All Other Themes › SKT Builder doesn’t load sections and menu
- This topic has 9 replies, 2 voices, and was last updated 2 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
December 14, 2021 at 8:49 pm #187846
Hi guys,
I am using SKT Maintenance Services Pro theme. I recently noticed that the SKT Builder isn’t fully loading when I am trying to edit a page.
The % loads to 100%, then show the page, but I don’t see the SKT menu and it doesn’t load the sections which I want to edit. I keep seeing those loading icons spinning. In the developer console there are some errors regarding a 404 on template.hbs in home_section2, home_section5, home_section7 and home_section10.
Url: https://airconditioning-zaanstreek.nl
This problem has occured in the past, you guys fixed it back then. But is it possible that you explain it to me how to fix it? It would save me a lot of time if I understand what the problem is and how I can fix it.
Best Regards.
December 15, 2021 at 10:48 am #187857Hi,
I think this is happening due to plugin conflicting.
Kindly check for conflicting plugins disable all of the plugins and see if it works.
If its working fine then some plugin is conflicting. Activate them one by one to find out which one is causing problems.
Regards,
BradJanuary 7, 2022 at 9:02 pm #189013Hi,
Unfortunately turning off all plugins doesn’t help.
A second site I am building with the same theme has the same problem.
This site isn’t live yet.
These errors are in the development console: https://imgur.com/a/XmceY6o
Are there any other solutions you can suggest?
January 10, 2022 at 5:37 pm #189085Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
BradJanuary 18, 2022 at 12:48 am #189533Any updates? I have sent the requested information Monday January 10th.
January 19, 2022 at 5:59 pm #189612Hi,
This is done. Loading all the sections.
Regards,
BradJanuary 19, 2022 at 6:26 pm #189614Hi Brad,
I am sorry to say, but it still doesn’t work on my end.
All sections keep loading. I tested it in both Chrome and Edge browsers.
I opening the Frontpage by the menu Pages -> All pages -> Edit with SKT Page Builder.
Regards,
Robbert
January 20, 2022 at 5:31 pm #189652Hi,
hbs file does not supported on your server. Kindly make these changes below:
For IIS Server ::
Add Below code in Web.config
<system.webServer>
…
<staticContent>
<mimeMap fileExtension=”.hbs” mimeType=”text/x-handlebars-template” />
</staticContent>
</system.webServer>
=========================
Please go to cPanel >> Advanced >> MIME TypesFile Extension: hbs
MIME type: text/x-handlebars-templatehttp://i.imgur.com/YE3wL3g.png
Also kindly ask your server to enable ::
npm install hbs
npm i express-handlebarsRegards,
BradJanuary 20, 2022 at 11:05 pm #189677Thanks Brad, that solved everything!
January 21, 2022 at 6:22 pm #189719Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.