Home › Forums › Pro Themes › Nature Bliss Pro › Changing text in Slider Static Front Page
- This topic has 9 replies, 3 voices, and was last updated 6 years, 8 months ago by wensolutions.
-
AuthorPosts
-
January 12, 2018 at 4:01 am #63071goranstamParticipant
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,
GoranJanuary 12, 2018 at 5:04 am #63074wensolutionsKeymasterHello @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!!
January 12, 2018 at 5:19 am #63075goranstamParticipantHi,
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,
GoranJanuary 12, 2018 at 7:24 am #63080wensolutionsKeymasterHello @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!!
January 17, 2018 at 5:40 am #63424goranstamParticipantHello,
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,
GoranJanuary 17, 2018 at 7:28 am #63452wensolutionsKeymasterHello @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!!
January 17, 2018 at 11:00 am #63478goranstamParticipantSuper, thanks, it worked :-). Regards, Goran
January 17, 2018 at 11:14 am #63483wensolutionsKeymasterHello @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!!
April 10, 2018 at 11:16 am #69662boddaoParticipantDoes it work also in trial version?
April 11, 2018 at 12:04 am #69684wensolutionsKeymasterHello @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 🙂 .
-
AuthorPosts
- You must be logged in to reply to this topic.