Specia Lifetime

Contents

1. How to get theme license Key?

2. How to activate theme license?

3. How to submit support query with Premium theme?

4. Mobile Menu Not Accesible

5. Mobile Menu Not Accesible

1. How to get theme license Key?

Find your license key on your members account. After login your member account then you will find easily.


2. How to activate theme license?

After purchase Specia theme, you need to activate theme license because without activate theme license you won't be able to access our premium support and automatic theme update. 

Activate Specia Theme License Key

Install & Activate Specia Premium Version.

Locate > WordPress Menu > Appearance > Theme License > Enter your license key then click on Save Changes.



3. How to submit support query with Premium theme?

Dear Customer,

Firstly, Thanks for purchasing Specia theme.

We are introducing to our support forum. How to create a support query with premium category. We are selling license theme, so we need to verify license key and websites counts, Without verified license, we are not able to provide support.

Its good habit during creating a support. You have license key with right category like Specia Standard Plans, Specia Developer Plan, & Specia LifeTime Plan. We have only 3 premium categories, If you are using premium verison, you need to select respective categories.


Thanks

4. Mobile Menu Not Accesible

For Make mobile menu accessible, You have to make parent menu as a Custom Link.
For create custom link you have to simply go to Dashboard -> Appearence -> Menu -> Custom Link
Add link Text & put '#' in Url, After add it in menu, Remove '#' from it.
See the following attachment for more details :-

https://i.imgur.com/bI9D1sl.png

https://i.imgur.com/IqVbRWj.png



5. Mobile Menu Not Accesible

For Make mobile menu accessible, You have to make parent menu as a Custom Link.
For create custom link you have to simply go to Dashboard -> Appearence -> Menu -> Custom Link
Add link Text & put '#' in Url, After add it in menu, Remove '#' from it.
See the following attachment for more details :-

https://i.imgur.com/bI9D1sl.png

https://i.imgur.com/IqVbRWj.png

Also go to your Theme Customizer -> Additional Css -> Paste the following code there

@media only screen and (max-width: 767px) and (min-width: 480px){
    .ul.dropdown-menu {
        float: none !important;
    }
}