Home Forums Pro Themes Nature Bliss Pro Header on the homepage

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #48639
    Shiva20
    Participant

    I have been new to WP since about a week. I am madly in love with the Nature Bliss theme. But since i am new i have decided on a static homepage for now, while i learn.

    I love the header in all my pages, but it is not on my homepage. How do i put it on my homepage. I don’t mean the featered image, i mean the real header.

    Thank you

    #48889
    wensolutions
    Keymaster

    Hello @shiva20,

    To have the header like other pages you have to activate the child theme .

    Child theme References :

    https://codex.wordpress.org/Child_Themes

    You can also create the child theme using the plugin. Below is the link to one of them.

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme paste below given code in your child theme functions.php file .

    https://gist.github.com/anonymous/c496f873e9b64550e0b1359d65483e52

    Also you need to disable the slider in the front page .

    Hope this helps.

    Best Regards!!

    Have a great Week .

    #49024
    Shiva20
    Participant

    My featured slider doesn’t work at all. That’s one of the reasons for wanting a static header like the other pages.

    If i add the code i get the static header like i want, but then i get a error:

    Warning: Missing argument 1 for nature_bliss_check_slider_status(), called in /public/sites/www.[host].nl/wp-content/themes/nature-bliss/functions.php on line 190 and defined in /public/sites/www.[host].nl/wp-content/themes/nature-bliss/inc/hook/slider.php on line 284.

    190 = $slider_status = nature_bliss_check_slider_status();
    284 = function nature_bliss_check_slider_status( $input ) {

    Thank you!

    #49034
    wensolutions
    Keymaster

    Hello @shiva20,

    It seems that you have directly modified your parent theme.It is always recommended that you should not make any modification directly in your parent theme because your original modification will be lost .

    As you have posted your issue in nature bliss pro forum we provide the code for pro version . SO please post your issue under relevant theme so that we could provide precise fix to the issue .

    Also as far as we have checked the theme locally the slider is working absolutely fine . To make the slider work you need to go to Admin Panel > Appearance > Customize > Featured Slider > Slider Type > Enable Slider On and chose option Static Front Page Only . Then you need to select the pages of your choice . Also make sure to upload the image in Featured image section of particular page as the image in the slider comes from there.

    If the above step does not solve the please kindly let us know .

    Best regards!!

    #49036
    Shiva20
    Participant

    I’m sorry, you have forums for all your themes and free versions, except for Nature Bliss. That’s why i said nature bliss in my main post.

    I have been looking in to getting a child theme, but that’s out of my league at the moment. I used to build website in flat HTML, this hole CMS thing is new. So i know some coding, just not WP. Thats why i know about the lines and stuff.

    #49037
    wensolutions
    Keymaster

    Hello @shiva20,

    Sorry for the inconveniences. We will soon make the forum available to post the query for free version as well.

    For now please follow the above steps to make the slider work and let us know if your slider is working or not right now ? If not please share us your site URL so that we could properly inspect and provide the fix.

    Thank you !!

    #49142
    Shiva20
    Participant

    Sorry for the late response. I have a broken elbow and spend limited time behind my computer. I re-uploaded some of the php files to my ftp and the slider is now working.

    Thank you

    #49143
    wensolutions
    Keymaster

    Hello @shiva20,

    Nice to know that your issue is solved .

    If you have any issue further, please feel free to post them.

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.