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

    (@famethemes)

    Hi @wp_finiks,

    If you are using the OnePress Plus plugin, please update the latest version.

    Otherwise, please clear browser cache and check again.

    P/s: If you use OnePress child theme, please update the child theme file follow the parent theme.

    Let me know!

    Hi, what do you mean by update the child theme follow the parent theme? I no longer have the hero section at all even after clearing the cache (not using pro version). How to fix? Thanks

    Theme Author FameThemes

    (@famethemes)

    Hi @iguanamom,

    I mean if you were using the OnePress child theme and override any file in the child theme so you need to update these files again. For example: header.php, footer.php or section-hero.php

    Thanks…I definitely don’t have section-hero.php in the child theme. Is there any other explanation beyond header/footer in the child theme? My issue is that I don’t show the hero section at all…it has disappeared. I restored back to the last version for the time being. I’m on WP 4.9.1.

    Thanks!

    I have this issue too. I get two Hero sections.

    If I deactivate the OnePress Plus plugin, then that gives me one Hero section again. However, it takes the site back as though it is a new install and loses all my content. Please help.

    • This reply was modified 6 years, 11 months ago by barquerole.
    • This reply was modified 6 years, 11 months ago by barquerole.

    I fixed this problem. One Press Plus has been upgraded to 2.02 and this upgrade is available when you log onto your Fame Themes account. But how are you meant to know that in advance?

    Wouldn’t it be better to make this and future upgrades available through the user’s WordPress installation automatically like all other plugins?

    Otherwise, the only way you find out is by logging onto Fame Themes when your site goes wrong.

    Theme Author FameThemes

    (@famethemes)

    Hi guys,

    Please contact us here and our staff will help you:

    https://www.famethemes.com/contact

    In regard to my hero section not showing, the developer got back with me quickly and logged into my site. Although the new version had been removed, he did say the issue was with the child theme files. They had made changes to them and I needed to overwrite the ones that were in there. That means I have to look for any changes I had made and copy them into the new files. I have not tried it yet to see if it works, but will report back when I do and if it worked.

    I solved this by adding this to my css:

    #header-section #hero {
    display:none;
    }

    Hi!

    I added this to my functions.php

    
    if ( ! function_exists('onepress_load_hero_section') ) {
    	function onepress_load_hero_section(){
    		return true;
    	}
    }
    

    Greetings!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘After update I Got 2 Hero sections’ is closed to new replies.