Fabify Free

Contents

1. How to add social icons in header?

2. How to add contact details in header?

3. How to add logo in header?

4. How to Add cart & button in Header?

5. How to Disable Sticky Header ?

6. How to setup home page?

7. How to Create a Slider?

8. How to Setup Call to Action?

9. How to setup the Service?

10. How to Setup Latest Blog?

11. Mobile Menu Not Accesible

12. Mobile Menu Not Accesible

1. How to add social icons in header?

1. How to add social icons in header?

In this step you can add social icons in header.

Display your social media icons set. We have popular social icons covered in this theme.

2. How to add social icons in header?

Enter your social medial icons link for all icons set. If you don’t want to show specific icon, leave it blank and also you can hide social media icons set using Disable setting.







2. How to add contact details in header?

1. How to add contact details in header?

In this step you can add contact details in header.

Display your contact info details with email and contact number.

2.How to add contact details in header?

Locate – WordPress Menu > Appearance > Customize > Header Section > Header Contact Info

Enter details than Save & Publish. You can Hide / Show this section using Header Contact Info Hide/Show setting.





3. How to add logo in header?

1.How to add logo in header?

In this step you can add logo in header.

Add your own image logo. If you haven’t prepare your logo, you can display text as a logo. Read this tutorial.

2.How to setup your  logo in header.

Locate – WordPress Menu > Appearance > Customize > Site Identity

Add your Logo , Site Favicon, Site Tagline.






4. How to Add cart & button in Header?

1.How to Add cart & button in Header? 

In this steps you can add cart & button in Header.

Locate – WordPress Menu > Appearance > Customize > Header section > Header cart & button

5. How to Disable Sticky Header ?

1.How to Disable Sticky Header ?

In This Steps you Can Hide /Show Sticky Header.

1. Sticky Header Disable –

Locate – WordPress Menu > Appearance > Customize > Slider Section > Settings

6. How to setup home page?

1.How to setup home page?

Follow In this steps you can set home page.

Locate – WordPress Menu > Pages > Add New

Create a page by the name of Home and Select Homepage One page template than Publish the page.

2.How to Assign Homepage as Front Page?

Locate – WordPress Menu > Settings> Reading

Select your homepage as front page.





7. How to Create a Slider?

1. How to Create a Slider?

Follow In this steps you can add the slider.

Awesome slider included in this theme. You can add only 3 slides. In this slider you can display title, description, image and read more button.

2.Create a Slider page.

Locate – WordPress Menu > Pages > Add New

You can create a Slide using page. In this slide, you can enter page title, page description, thumbnail image and read more button using custom field.

3.Add custom button in Slider Section.

In this steps you can Add custom button In slider Section.

Locate – WordPress Menu > Pages > Add New

4. Slider Disable Setting-

Locate – WordPress Menu > Appearance > Customize > Slider Section > Settings

5. Adding Slides in the slider – 

Locate – WordPress Menu > Appearance > Customize > Slider Section > Content


8. How to Setup Call to Action?

1. How to Setup Call to Action?

In this step you can add call to action setup.

Display your content in the Call Action section.

2.How to Setup Call to Action?

Locate > WordPress Menu > Pages > Add New

Create a page and give the title with your text, you want to display in Call to Action section. You want to rotate text as like demo? Enter in some separate text with commas for eg [creative, responsive, multipurpose] because this text will rotate with smooth animation . After added content Publish the page

3.How to Disable call to action.

Locate – WordPress Menu > Appearance > Customize > Call Action Section > Setting

4.How to add Content in call to action.

Locate – WordPress Menu > Appearance > Customize > Call Action Section > Content











9. How to setup the Service?

1. How to setup the Service?

In this step you can add service .

Fabify theme provides you an awesome service features. Display your services with icons and images.

2. Create service page. 

Locate > WordPress Menu > Pages > Add New

Create a page for the service. Display your services with service title, service icon and service description.

Custom field key is fixed for display service icon. You can find more icons here.

3.How to service Disable.

In this steps you can Disable service.

4.How to add service title / description.

In this step you can add title & description.

5. How to add service content.

In this step you can add service content.



10. How to Setup Latest Blog?

1.How to Setup Latest Blog?

In this step you can add latest blogs.

Display your 3 latest posts in this section.

3. Blog Section Hide / Show.

Locate – WordPress Menu > Appearance > Customize > Blog Section > Settings

4. Blog  Title & Description.

Locate – WordPress Menu > Appearance > Customize > Blog Section > Header

5. Display posts in blog section. 

Locate – WordPress Menu > Appearance > Customize > Blog Section > Content


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



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