Home Forums Pro Themes Nature Bliss Pro Changing text in Slider Static Front Page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #63071
    goranstam
    Participant

    Hi,
    I have enabled 3 sliders on static front page only with option featured pages. So displayed text is from pages, but I want to change that text. How can I do that?
    Thanks,
    Goran

    #63074
    wensolutions
    Keymaster

    Hello @goranstam,

    Since you have set the slider using the pages, you can edit the content and upload the images by going to individual page edit screen.

    For this just go to Admin Panel > Pages > All pages and then go to that page that you have selected to display in the slider. Here you can edit the content as per your wish.

    https://image.prntscr.com/image/rtFwKb-mQMipjNX2aTxSOQ.png

    Hope this helps.

    Best Regards!!

    #63075
    goranstam
    Participant

    Hi,
    Thank you for your answer but I know that.
    I must be more clear. I don’t want the same text on slider as on page. For example one problem is when headline from page appears on slider and after that just continuing text from page (without any separator between, for example dash) and that it’s not looking good. So I’m looking for an option to write/add a specific text for slider.
    Best regards,
    Goran

    #63080
    wensolutions
    Keymaster

    Hello @goranstam,

    The theme does not have the option to only show separate excerpt in the slider.

    However, you can add the excerpt field in the pages and add your desired content that you want to display in the slider. For this, you have to go through the child theme.

    You can even activate the child theme using the plugin given below:

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

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

    function nature_bliss_pro_customize(){
    add_post_type_support( 'page', 'excerpt' );
    
    }
    add_action('init','nature_bliss_pro_customize');

    This will add the excerpt filed in individual page edit screen. Here you can place your desired content and this will be displayed in the slider.

    Hope this helps.

    Best Regards!!

    #63424
    goranstam
    Participant

    Hello,
    thank you very much. Now I have excerpt field in individual page edit screen.

    But than I saw a big surprise. A lot of things on my page were changed, from site settings to a lot of settings in theme options… So parent theme was changed and I don’t know why. So I activated parent theme again and did all changes. Maybe I didn’t add code to child theme functions.php right (but I did add to child theme not parent, parent functions.php was not changed at all). I just pasted code at the end of functions.php in Notepad. Maybe I did something wrong.

    What could be the problem?
    Best regards,
    Goran

    #63452
    wensolutions
    Keymaster

    Hello @goranstam,

    After the activation of the child theme, all of the customizer setting from the parent them won’t be seen in the child theme so you have to re-enter your customizer setting.

    However, you can paste below-given code which will transfer all of your parent customizer setting to the child theme.

    For this just add below-given code in your child theme functiosn.php file .

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

    Hope this helps.

    Best Regards!!

    #63478
    goranstam
    Participant

    Super, thanks, it worked :-). Regards, Goran

    #63483
    wensolutions
    Keymaster

    Hello @goranstam,

    Glad we could help you.

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

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/nature-bliss/reviews/#new-post

    Hope this helps.

    Best Regards!!

    #69662
    boddao
    Participant

    Does it work also in trial version?

    #69684
    wensolutions
    Keymaster

    Hello @boddao,

    We really could not understand what you exactly meant by the trial version but the most important thing is you need to use the child theme for any code customization as it will not affect the original theme file.

    If the original theme file is directly modified then all of the modification will be lost.

    So please execute above process through the child theme.

    Hope this clears the confusion.

    Best Regards!!

    Have a good day 🙂 .

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