938 comments found.
what php version is this theme?
This theme seems suitable for my website, but I have a question: Does it support RTL languages? I noticed there’s no sample page in the demo to confirm this.
Thank you!
Does your theme support the WordPress full site editor, or does it still use the old templates model?
Hi, I have a question regarding the slides, the dont seem to auto slide? same goes for your demo, the homepage slider does not auto slide.
I marked the Infinite Loop button, its on but not doing anything. Any thoughts how to fix this? With regards, Rinus
Hello,
An auto slide function is not available. The demo site is also not have this function https://envirra.com/themes/sprout2/
So, why is it in the backend then? do you want a screenshot? Its a guttenberg function and this theme is build on that right?
The infinite option allows for clicking ‘next’ to navigate continuously without stopping at the last slide.
Well, thats pretty step back from the theme pre-revamp. Thanks for the info
Hi, My website https://CISOstack.com has been showing a critical error on the website. Upon troubleshooting (deactivating all plugins, switching to a default theme) and the critical error only goes away when deactivated the Sprout theme and Envira addons. I’ve made sure the theme is up to date and it’s still showing critical. The site is currently on a default wordpress theme which is why it’s not completely critical. I just purchased the theme for support since we’ve had the theme for years. Can you help see what’s going on?
Hello,
Thanks for reaching out about the issue. To help resolve the critical error, could you please provide:
- Login URL
- Admin credentials (Create a temporary user or change the password before sharing).
- The specific error message you’re seeing.
For security, please use the contact form on my profile page to send this information.
Once I have access, I’ll investigate the issue and work on a solution.
Hello – We have an older version of your sprouts theme, but just bought a new one today to get support.
Our site is at https://onechristianlife.org and we recently changed the category names and now the grid of posts is missing from the front page.
So we need to know how to assign the post categories to this home page. Do we need to update the theme verion?
let me know ASAP.
Thanks so much.
Replied on previous post.
Hello – We have an older version of your sprouts theme, but just bought a new one today to get support.
Our site is at https://onechristianlife.org and we recently changed the category names and now the grid of posts is missing from the front page.
So we need to know how to assign the post categories to this home page. Do we need to update the theme verion?
let me know ASAP.
Thanks so much.
Hello,
I’ve found an error in the “Disqus Comment System” plugin that’s preventing all scripts from running. Please try disabling this plugin and check again.
Hello – I disabled this plugin but that does not appear to do anything.
See this video. https://app.screencast.com/fBkre424rVDG2
I need tobe able to add the new content to the sections on the home page from the categories of blog posts that we have.
You’re running the Sprout v1 which is require a classic editor. Please install this plugin to use the wordpress classic editor https://wordpress.org/plugins/classic-editor/
I added the classic editor and now can see the options in the home page, but they will not save. They just disappear when I save,.
See https://app.screencast.com/NUi2FOJR1KdR5
Thanks so much for your quick replies
OK. Please update to version v1.8.8 by downloading “All files and documentation” from the ThemeForest download page. In the downloaded ZIP file, you’ll find “legacy_sprout_1.8.8.zip.” This legacy ZIP file contains all v1.8.8 files, with the actual theme located at ”/zip/legacy_sprout_1.8.8.zip/Theme files/sprout.zip.”
Remember to back up your current theme folder and the “Sprout Theme Options” plugin before performing the update. Hope this can fix the problem.
Hello – that seems to have restored the functionality. How do I get the sliders to show equally sized boxes on them for the posts instead of the one large and 2 small boxes. – See https://app.screencast.com/ZmdvIKEPW4Jbs
So it displays like this for the sliders https://app.screencast.com/c7O58sNHx6JME.
Thanks so much
I got it figured out! Thanks so much for your help.
OK 
Hi, I want to know how to install the demo content
I want the site to look like your demo site and then I will change the info and images, but I want to have your demo as a starting point
Hi,
Please follow the instruction in this page to import a demo content https://envirra.github.io/wordpress-sprout/index.html#/installation/README?id=import-demo-content
You also need to install this plugin before start importing demo content https://wordpress.org/plugins/one-click-demo-import/
The lattest update broke the website, lucky me I still had the older version that works. please fix your thema
Hello,
Could you please describe the error? and what is your WP version.
P.S. Feel free to request an older version if you don’t have it 
visualy the header was gone, the menu was scrambled and all text were bigger and in a different font. I dont need an older version, as I wrote I did safe the second last version of you theme. My wp version is the lattest version
Thank you for the report. I’ve submitted a fixed file to ThemeForest.
The New update has completely destroyed the layout for my website and I’m not sure how to get it back to what it was is there a way to download the old version of sprout?
Hello,
Could you please tell me what is the version that has a problem and what is the version you want?
Please email me by using the contact form on my profile page so i can send you an old version.
I keep receiving an error: “Uncaught ReferenceError: lodash is not defined” coming from envirra-extensions/blocks/dist/block-editor.js. Could you please send me an updated build of block-editor.js that also includes the lodash library. Thank you?
Hello,
Could you please tell me what is your wordpress version?
6.4.2
I release a new version v2.0.5 to improve WP 6.4 compatibility. Please download the new version from ThemeForest download page. After updated the theme, Please also update the Envirra Extension plugin by navigating to ‘Appearance > Install plugins’.
I would like to make a suggestion for the next update: in all the files in core/template-parts/ the include plugin_dir_path( FILE ) . “{filename}.php” should be changed to something like include get_theme_file_path( ENVIRRA_CORE_TEMPLATE_DIR . ’/template-parts/{filename}.php’ ); in order to allow for template overrides in the child-theme.
Thanks for the suggestion!
Hello! It seems that there is a problem with the child theme. For me it only loads the style.css only for the child and the parent’s style.css is not loaded. Upon some digging in the source code of the parent style I found the following line in /core/core.php: wp_register_style( ‘envirra-main-theme’, get_theme_file_uri( ’/style.css’ ), [], ENVIRRA_THEME_VERSION );. The get_theme_file_uri returns an URI from the child theme, not from the parent theme, so the parent’s style.css is never loaded. Should it not be get_template_directory_uri() and handle loading the child’s style.css in the functions.php of the child theme? I’m relatively new to Wordpress themes so my apologies if this question seems silly.
Hello,
To workaround, Please open the file ’/sprout/core/core.php’ in text editor and find this line (about line 66)
wp_register_style( 'envirra-main-theme', get_theme_file_uri( '/style.css' ), [], ENVIRRA_THEME_VERSION );
replace with this line
wp_register_style( 'envirra-main-theme', get_template_directory_uri( '/style.css' ), [], ENVIRRA_THEME_VERSION );
Save and done.
This workaround will be added into the next version so you don’t worry about losing this modification.
This theme is very slick and I have found it very easy to customize on the fly. But I am a bit curious how I can control what is shown on the front page where all posts are shown. Disabling the excerpt works as expected, but I cannot find out where to turn off “read more” with the social icons and where I can turn off the author’s name. Can you provide some guidance?
Hello,
To edit the element in the post box footer, please follow the instructions below:
1. Navigate to ‘Admin > Pages’ and click the page that is used as the homepage.
2. In the page editor, click on the post block that you want to edit. In this example, we’ll choose the Mixed Posts block.
3. Go to the block attributes panel on the right side of the screen.
4. Click on the ‘Alternate Content’ or ‘Content’ section, and you will see the Footer Post Meta option.
5. Click the ‘x’ button of the element you want to remove.
6. Click the ‘Update’ button to save.
The screenshot is available here: https://imgur.com/a/7oyCcBM
Hello, I have 2 Doubts: First One How Can I customize Homepage sections? Cant find in anywhere!
https://drive.google.com/file/d/1YCAicCtUmLv5jH8GZuOa9lvFOWgWJEdU/view?usp=drive_linkSecond One: Avatar Author is duplicated how adjust this?
https://drive.google.com/file/d/1cCyUy9Jx9M_M33lMm2wQR4MKTp4zUT4W/view?usp=drive_linkThanks!
Hello,
1. Please go to ‘Pages > All Pages’ and click on the page that you’ve set as a homepage. If you’re using the demo, The page title should be ‘Home 1’.
2. Please try to deactivate plugins one by one to see which one is responsible for this error. If you need a local avatar, I recommend using this plugin: https://wordpress.org/plugins/simple-local-avatars/
Hi there I’m planning to get this theme this Friday. I plan to run Ezoic ads on it and they recommend me not use a script heavy theme and recommended me blocks.
I love everything about it, but there’s one thing I’d like to add, which is a hero header with a bit of parallax to match my original concept art site. I was wondering how hard it is to add that to this theme? ( i dont have alot of experience with wordpress) and there are some stuff i’d like to add in the future. (do you do custome blocks too?) Also installed Wordpress 6.3 and hoping to use block theme editors to further customize. Would this be a problem?
I’m coming from Wix and am just migrating at the moment https://www.andyhtu.com/ That’s my original site and I want to be able to add that scroll effect.Hello there,
Thank you for your interest. The post slider block has an option to enable the Kenburns Effect (slowly zoom-in for active slide).
Anyway, This theme is still a classic theme (but has block support). If you’re looking for a theme with full-site editing. You may consider the Breadly theme or Guzine theme. These themes are a block theme which you can edit all pages entire site such as header, footer, search, archive or even create a new look from the theme. (but these themes doesn’t have a Kenburns Effect option for sliders)
Thanks I might give this a try anyways and probably play around with the Breadly too. Would you say its script heavy and comptabile with MediaVine or Ezoic ads manager? Ill try it out and if it doesnt work out ill jump over to the ones you suggested. The Guzine looks gorgeous.
Would you say the Guzine be able to used as a Photography/Art portfolio and subscription page too?
If I wanted customization, would I be able to hire you guys to add special features?
Guzine and Breadly do not have a template for portfolios, but with blocks from the bundled plugin (the Gutenmate plugin), they are powerful enough to create such a template.
For theme customization, I have no service.
where can we find the changes log? To see the changes for this update?
Hello,
The changelog can be found in the theme folder `\wp-content\themes\sprout\changelog.md`.
The version V2.0.4 is fixed the bug in typography option for some environment.
Is it possible to change the color of the link in the article?Because now the link is the same color as the text. – https://prnt.sc/07t1VMbWP4EL
Hello, I’ve returned from vacation.
Please copy a custom css from the below
.vw-collapsed-content-button-area {
--vw-button-bg: var( --vw-accent );
}
Then navigate to ‘Appearance > Customizer > Additional CSS’ and paste into it.
Hello,
I updated the theme to 2.0. But the site did not support how can I get the old version. Can you downgrade on the Envato Account side?
Hello,
Please download “All files and documentation” from ThemeForst download page. The old version can be found in the zip file at ’/legacy_sprout_1.8.8.zip’.
Thanks. Download the demo content.xml file to One Click Demo Import. I’m transferring it using the plugin. But https://preview.themeforest.net/item/sprout-clean-blognewsmagazine-responsive-theme/full_screen_preview/9942868?_ga=2.177224037.1914866593.1690629582-95581689.1685783377
The pictures on the site are not showing. I request your help.
help me
Hello, I’ve returned from vacation.
The legacy version’s demo site may be seen at https://envirra.com/themes/sprout/.
To obtain all assets from the legacy version, extract the file ‘legacy_sprout_1.8.8.zip’. The legacy version’s demo xml file can be located at ‘legacy_sprout_1.8.8.zip/Demo Content/demo-content.xml’. This xml file can be imported via the ‘Tools > Import’ menu.
Hello I have issues installing your theme.
When the theme is activated I see this issue – https://prnt.sc/T08yVLb3AsEE
Also, I can’t find Demo Import plugin
Hello,
What is your PHP and WP version? Anyway, you may may disable the WP_DEBUG by following this instruction to get rid of the message https://www.domain.com/help/article/wordpress-how-to-enable-or-disable-wp-debug
For demo importing, Please install this plugin https://wordpress.org/plugins/one-click-demo-import/ and go to “Appearance > Import demo data”.
At this moment my PHP version is 7.4 and WP version is 6.2.2
And my WP_DEBUG is disabeled but I still have this issue
Hello
I recently uploaded the updated version (v2.0.4) to fix the issue. ThemeForest will send you an email to let you know when the update is ready for download.
Simply reinstall the theme and the Envirra Extension plugin to update.
Thank you. One more thing.
The collapsed content is disabeled – https://prnt.sc/4ZweAdil9rNn . But the button still shows – https://prnt.sc/lcbePec7teG- . How can I remove it?
Hello, I’ve returned from vacation.
After change the setting, Please clear all wordpress cache, browser cache, including a CDN cache (such as CloudFlare).
If the problem persists, please send me the page’s URL. I’ll look at it.