• Love onepress! My site is 90% of the way there. Need some help ~ and I’m not a techie any help greatly appreciated.

    I want to add a dedicated instagram feed in one of the sections so it’s part of my front page not down at the bottom in the footer. Any assistance would be greatly appreciated.

    I did upgrade to the pro version of onepress and I download the instagram feed plugin from smash ballon and it’s all working in a page I added. Only thing I don’t know how to add a dedicated section to show up. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author FameThemes

    (@famethemes)

    Hey
    There are 2 ways to add custom sections.
    1. If you upgraded to pro version please submit a ticket at https://www.famethemes.com/dashboard/tickets/ our staffs will help you.

    2. If you are using free version please following steps:

    • Create new section template in folder wp-content/themes/onepress/section-parts/ Example: section-my_section_id.php . Please note: your template file must start width “section-“.
    • Open file wp-content/themes/onepress/template-frontpage.php see line 16-18. Here you can add your section to array.
      Example add your section at the bottom:

      $sections = array(
      					'hero', 'about', 'services', 'videolightbox', 'counter', 'team', 'news', 'contact', 'my_section_id'
      				);

    Hi,

    There are 2 ways to add custom sections.
    1. If you upgraded to pro version please submit a ticket at https://www.famethemes.com/dashboard/tickets/ our staffs will help you.

    2. If you are using free version please following steps:

    • Create new section template in folder wp-content/themes/onepress/section-parts/ Example: section-my_section_id.php . Please note: your template file must be start width “section-“.
    • Open file wp-content/themes/onepress/template-frontpage.php see line 16-18. Here you can add your section to array.
      Example add your section at the bottom:

      $sections = array(
      					'hero', 'about', 'services', 'videolightbox', 'counter', 'team', 'news', 'contact', 'my_section_id'
      				);
    Theme Author FameThemes

    (@famethemes)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add another section’ is closed to new replies.