Home Page changing

Home Forums All Other Themes Home Page changing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149547
    Julija RanicJulija Ranic
    Participant
    • Topics: 8
    • Replies: 25
    • Total: 33
    Member since: March 26, 2020

    Hi!

    Help me to change the Home page.
    I bought SKT Maintenance Services Pro Theme.
    Installed it.
    However I can not change Home Page via SKT Builder – clock hands are just going round …

    Need help

    #149668
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30644
    • Total: 30644
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #149711
    Julija RanicJulija Ranic
    Participant
    • Topics: 8
    • Replies: 25
    • Total: 33
    Member since: March 26, 2020

    I tried to do this, but there is no result!
    Please, fix the problem

    #149715
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30644
    • Total: 30644
    Member since: August 16, 2013

    Hi,

    Hbs file dose not support on your server.

    Kindly change this settings:

    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 Types

    File Extension: hbs
    MIME type: text/x-handlebars-template

    http://i.imgur.com/YE3wL3g.png

    Also kindly ask your server to enable ::

    npm install hbs
    npm i express-handlebars

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.