We’re currently experiencing a high volume of inquiries and our response time could be up to 2 days. We apologize for the delay, and thank you for your patience. Our available time: 2 AM - 1 PM (Monday - Friday) (UTC+0 Timezone).

Okay
  Public Ticket #2648174
how to install on subdomain
Closed

Comments

  • proprangers started the conversation

    How can we install the theme on a subdomain ? Is it possible ? Or can we install the theme in an inner folder of a site ?

  •  2,539
    Support replied

    Hi,

    Please check our documentation for installing on subdomain https://docs.botble.com/flex-home/2.x

    A subdomain is also a domain so you just need to install it as normal.

    You can install our script in a sub-folder but you shouldn't do that. It's a Laravel script so it will have many issues when you install it in a sub-folder.

    You can see our note in the documentation:

    "It’s based on the Laravel framework, the root folder for it is /public. You shouldn’t install it on a sub-folder, use a sub-domain is better than a sub-folder. (we won’t support to install our product on sub-folder)."

  • proprangers replied

    OK. Thanks. Will try to install and let you know for any issues.

  • proprangers replied

    I was able to import my older site to sub domain in one go ...... lets hope for the best ... thanks

  • proprangers replied

    1. How can I reduce the spacing above and below the site logo ? I want to reduce the white space above and below the logo.

    2. I need to integrate a chat/crm software with the site. Where I should add the code for the header ?

  •  2,539
    Support replied

    Hi,

    1. You can add CSS into Admin -> Appearance -> Custom CSS.

    Ex:

    .topmenu .navbar {

    padding: 0 1rem;

    }

    2. You can add your code into platform/themes/flex-home/partials/header.blade.php