Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi,

    I have the exact same problem. I downloaded the free version of Hestia theme and created a child theme on local computer.
    Regardig the documentation, we have to install the “Orbit fox companion” to see other sections (team, testimonial…).
    I have installed the Orbit fox companion and other sections are displayed only if I use the parent theme. The section (team, testimonial…) are not displayed if I use the child theme
    Can you please share solution if you fixe the issue ?

    Thanks,
    Cheikh

    Thread Starter adriennelevelit

    (@adriennelevelit)

    Thank you, you described it perfectly. I face exactly the same problem !

    I hope we’ll find a solution. I will let you know if I do, could you please do the same ?

    Thank you

    Hello @adriennelevelit

    I am sorry to hear about the issue. I’ve just tested this and it is working at my end.

    Can you please try to use one of our child themes linked in the documentation?
    On chapter ‘Method 1’ of the documentation, there is a link to download a child theme of Hestia Lite. Hestia(Lite) Child Theme

    Let us know how it goes.

    Madalin

    (@madalin_themeisle)

    Hey guys,

    In the same time, please make sure that you have “Hestia enhancements” set as “Active” from your WordPress dashboard -> Orbit Fox.

    Let us know if you succeeded.

    Thread Starter adriennelevelit

    (@adriennelevelit)

    Thank you so much it looks like it’s working now !

    The problem was apparently the “function.php” file in which I needed to replace “parent” by “lite”. Maybe this could be added in the “note” of your tutorial ?

    Thanks again ??

    • This reply was modified 6 years, 8 months ago by adriennelevelit. Reason: marking as resolved

    Hi @adriennelevelit,

    Can you please tell in which line of “function.php” you replace “parent” by “lite” ?
    Thanks in advance

    Thread Starter adriennelevelit

    (@adriennelevelit)

    Sure ! Line 20 and line 28. Hope it works for you too.

    Thanks @adriennelevelit, but still not working for me (I have already “hestia_child_get_lite_options”) in both line 20 and 28.

    I see that if i’m using the parent theme, then the module “Hestia enhancement” is available and active in the Orbit Fox pluging. But the module disappears when I user the child theme
    Orbit setting when using child theme : https://www.casimages.com/i/180711041743517966.png.html
    Orbit setting when using parent theme : https://www.casimages.com/i/180711041743597742.png.html
    Any idea @madalin_themeisle ?

    thanks

    Hi @cniang

    Can you please try to use the child theme from our documentation?

    You can download it from Hestia(Lite) Child Theme.
    https://docs.themeisle.com/article/656-how-to-create-a-child-theme-for-hestia

    Did you make other changes to the child theme, or is a new one? By other changes I mean if you tried to change the parent theme’s behavior.

    @adriennelevelit

    Thank you for your suggestion.

    On lines 20 and 28 is just the function name, you can name it anyway as long as the new name is the same on both lines.

    function hestia_child_get_parent_options() {
    add_action( 'after_switch_theme', 'hestia_child_get_parent_options' );

    More important is on line 21 to have
    get_option('theme_mods_hestia') instead of get_option('theme_mods_hestia-pro')

    I am glad that the child theme is working fine now.

    Hi @stefancotitosu,

    The child theme is now working perfectly (I have downladed the one you provide)
    Thanks

    @cniang Awesome. I am glad that everything works fine now.

    Have a nice day!

    I’ve had the same probleme : big title section and other section disapear when customisation of the theme.
    Resolved with your link @stefancotitosu and the installation of Hestia(Lite) Child Theme

    THANK YOU !

    Awesome. I’m glad that I could help.

    Have a nice day.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Frontpage sections disappeared in customizer’ is closed to new replies.