• WE are brand new with Oskar. We need to have more than 4 feature boxes on the home page. I see it being done, how can I do it?

    • This topic was modified 1 year, 7 months ago by ljgallagher.

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author uxl

    (@uxl)

    Hi @ljgallagher

    The number of featured services is filterable with a small snippet of php code.

    You can copy & paste the code below into either the functions.php file of a child theme or add the code using a plugin such as Code Snippets

    function my_featured_services_number() {
      return 6;
    }
    add_filter('oskar_featured_services_number', 'my_featured_services_number');

    The example above changes the number to 6. Change this to the number that you require.

    Thread Starter ljgallagher

    (@ljgallagher)

    Thank you. I need to do a little research on exactly how to do that, but you have given me the tool. I see a message saying “are you sure you want to do that”. Is there issues around my doing that, provided I do it correctly?

    Theme Author uxl

    (@uxl)

    Where exactly do you see the “are you sure you want to do that” message?

    I don’t see that message so if you could please let me know where you see that message, I’ll be able to advise further.

    Thread Starter ljgallagher

    (@ljgallagher)

    thank you so much that worked great. However, we have no color when we add them. How do i do that? I looked at the color options for the features, it shows the 4 colors – but doesn’t appear on the new ones.

    Theme Author uxl

    (@uxl)

    We’ve made some minor tweaks in the latest version that will fix this, so now the extra features will use the 4 default colors, starting again at feature #5.

    Please update to the newly updated version 1.0.7 of the Oskar theme.

    If you want to tweak the colors of any of the individual feature boxes, let me know and I’ll provide some custom CSS to do this.

    Thread Starter ljgallagher

    (@ljgallagher)

    Thank you!!!! I just did the update and it looks good. If we do the Pro version, is that price for 1 year, lifetime? Little afraid if I have more “power” I will just make bigger mistakes ??

    Theme Author uxl

    (@uxl)

    Thank you for asking about the Pro version. The license is for 1 year. Please see the theme page on our website for details, as we are not allowed to provide pro theme support here.

    Thread Starter ljgallagher

    (@ljgallagher)

    Is there a way we can change the header/footer menus? I don’t want to have the menus duplicated in both locations, only the header. The bottom footer that I don’t want also is sharing private pages, which doesn’t make sense as they are marked private. The top header also has the menu all in weird format

    Thread Starter ljgallagher

    (@ljgallagher)

    The feature tabs are working good, other than the new updates tab i have marked to show, it is showing it’s blank – even though we just posted a new post

    Theme Author uxl

    (@uxl)

    Dashboard > Appearance > Menus

    Here you will see there are two menu locations “Primary” which is in the header and “Footer” which is in the footer.

    When you create/edit a menu you can check the “Display location” as either “Primary Menu” or “Footer Menu”.

    When you select “Primary Menu” the menu you have created will display in the header.

    When you select “Footer Menu” the menu you have created will display in the footer.

    If you unselect either of these locations, then the menu will not display in that location, so if you have a menu that you have created for the header, but you don’t want that menu to display in the footer, then you should make sure the “Header Menu” location is selected and the “Footer Menu” location is not selected.

    Theme Author uxl

    (@uxl)

    The other things you mentioned; private pages, top menu in a weird format, I am unable to view your website at the site URL you posted in your original post as the site is unreachable. Is that the correct website URL?

    Theme Author uxl

    (@uxl)

    “The feature tabs are working good, other than the new updates tab i have marked to show, it is showing it’s blank – even though we just posted a new post”

    I’m not entirely sure what this means. Could you please explain in more detail what the issue is?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How to have more feature boxes on home page’ is closed to new replies.