Specia Free

Contents

1. How to get Google map link?

2. Where can i find theme documentations?

3. Mobile Menu Not Accesible

4. Mobile Menu Not Accesible

1. How to get Google map link?

Share a map or location

  1. On your computer, open Google Maps.
  2. Go to the directions or map you want to share.
  3. In the top left, click Menu Menu.
  4. Select Share or embed map. If you don't see this option, click Link to this map.
    • Optional: To create a shorter web page link, check the box next to "Short URL."
  5. Copy and paste the link wherever you want to share the map.

Embed a map or directions

Note: Traffic and other Maps info is sometimes not available in the embedded map.

  1. Open Google Maps.
  2. Go to the directions or map you'd like to embed.
  3. In the top left, click Menu Menu.
  4. Click Share or embed map.
  5. Click Embed map.
  6. To the left of the text box, pick the size you want by clicking the Down arrow Down Arrow.
  7. Copy the text in the box. Paste it into the HTML of your website or blog.

2. Where can i find theme documentations?

Hello,

Please find the documentations here.

Themes documentation here Specia Theme Documentation - http://docs.speciatheme.com/pro/specia

Proficient Theme Documentation - http://docs.speciatheme.com/pro/proficient

Avira Theme Documentation - http://docs.speciatheme.com/pro/avira

Thanks 

3. 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



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

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;
    }
}