938 comments found.
Having the same problem as bobmeijer. The slider taking forever to load.
Also have the same problem with all the pages not loading fully.
on the bottom it says ‘Connecting to 192.168.137.1…”
I called GoDaddy. Not a server issue. Something in the theme (which I installed exactly as documentation said) seems to be holding up the loading.
Please advise
Another glitch with the headlines not setting properly the word “Campaign” is being cut: http://brandinginasia.com/wp-content/uploads/2015/02/Screen-Shot-2015-02-04-at-11.07.27-PM.png
In the Post Layout “Full Width” setting, the Featured Image gets cropped when changing browser window size. For example, when clicking browser window to full screen, subjects faces get cut off.
@bobmeijer @envirra—have solved the delayed loading. Go to manage themes, activate one of the others, then switch back to Sprout. Seems to have fixed that glitch.
envirra, is it possible email you? Thanks.
Hi, I’m back 
You can send me an email by using contact from on my profile page.
Hi,
I bought your theme and installed it but I am having troubles with the post slider. It takes around 30 seconds to load which makes the loading speed of the page terrible. Is this a known bug or are one of my settings not correct?
www.autokopenduitsland.com
Looking forward hearing from you.
Thanks.
Bob
Hi 
I’m tested your site by using this tool http://tools.pingdom.com/fpt/#!/ezr4HH/http://www.autokopenduitsland.com/ and not found the speed problem. Here is my test https://www.dropbox.com/s/gor3l6zfm6ryr4i/sdaf-asdfsadfasdfsdaf.png?dl=0 I think it may caused from your internet connection.
Hi, thank you for your prompt reply. The page load itself is fine. But the post slider takes a while to load in multiple browsers and does not appear as fast as the demo site. Something is causing this delay. Can you please take a look again?
Hi 
Please update theme to the latest version (v1.0.1) I just fix some loading issue. You may also consider this plugin https://wordpress.org/plugins/w3-total-cache/ to improve your site speed.
Hi there, I currently use one of your themes, Neue, which I love. If I switched to this Home 1, will I be able to maintain this layout and the colors http://www.africantennisnow.com. Also, is it possible to test it? Thx
Hi 
Yes, You can have this layout with Sprout theme. For the color, You can try a different color by clicking the cog icon on demo site and choose a sample color http://envirra.com/themes/sprout/
Thanks! Is it possible to test the theme. Just want to see how it will look on my site. Thx!
Hi 
Sorry, There is no trial version for this theme. You can see a demo site or screen capture of admin panel on this page http://themeforest.net/theme_previews/9942868-sprout-clean-blognewsmagazine-responsive-theme?url_name=sprout-clean-blognewsmagazine-responsive-theme
No worries. Before I make any commitment
1)). I want to make sure this is what I want. I want a 3 column home page – 2 posts & 1 side. 2)) Will I be able to remove the category labels on the home page (home 1—i think with Neue, you helped me remove them) 3))will I have the option to remove posts section with sidebar and the latest posts? 4))Will I have an option to remove the top bar with the breaking news?Will I be able to remove the post with featured gallery? I basically want it to be a three column theme using home 1. Thx
Hi 
1. Yes, You can see an example at “INTERESTING REVIEWS” section on Home 1.
2. Just use this css
.vw-post-categories { display : none; }
3. Yes, You can create your home page by using Page Composer which you can add any section as you want.
4. Yes, There is an option to disable top bar.
5. There is no option to exclude the post with featured gallery but you can specify the category to exclude the post.
Thx! I sent yoi an email 
Email didn’t go through ???? I think this question my be a Wordpress one but maybe you can help. Is there a way to keep my current theme activated while I work on the new one, or do I need to activate the new one before I can tweak it toy liking?
Hi 
There is no email from your account (fashion77).
For a different theme, Please try this plugin https://wordpress.org/plugins/admin-bar-theme-switcher/screenshots/ or if you have a knowledge in coding, This is an interesting page http://wordpress.stackexchange.com/questions/49223/show-different-theme-for-admin
Ok thx. No knowledge of coding so I’ll try the plugin. Will purchase the theme today. I take it the theme admin panel is the similar to Neue one? Thx!!!
Yes, It’s similar but more options than Neue 
Thx How do I change the post title text from caps and also how do i reduce font size? Thx
Hi there,
I tried to activate the Sprout theme but having a couple of issues:
1. I can’t upload the logo 2. I can’t change the color of menu. I want to change it to #2ecc71 and to have it’s text in while. 3. I want to have the search bar icon on the sticky menu 4. I want to change the color of “read more” to #2ecc71 5. How do I remove the line under the post date? 6. How do I show the number of post views/likes, etc like I had in NEUE? 7. How do I reduce the post title font size?
Also, when I installed the theme, it asked me to install three plugins for theme options, etc. Is that the only way to access theme options? The theme itself does not come with theme options?
Hi 
First of all, You need to install all of required plugins to enable theme options panel http://envirra.com/themes/sprout/document/img/install-required-plugins.png
For post title, Please copy the below CSS
.vw-post-box .vw-post-box-title {
text-transform: uppercase !important;
}
Then navigate to ‘Theme Options > Custom CSS/JS’ and paste into ‘Custom CSS’ option.
1. You can upload logo at ‘Theme Options > Logo /Favicons’.
2. You can change the color at ‘Theme Options > Colors’
3. There is no option for this. If you’ve a knowledge in coding, You can edit this file ‘sprout/templates/top-bar-breaking-social.php’
4,5,7. Please use this css
.vw-post-box .vw-post-box-read-more {
color: #2ecc71 !important;
}
.vw-post-meta {
border-bottom: none;
}
.vw-post-box .vw-post-box-title {
font-size: 22px !important;
}
6. There is no option for this. If you’ve a knowledge in coding, You can edit this file ‘sprout/templates/post-loop/post-*.php’.
thx. I did try to upload logo but it’s not uploading for some reason. Also, I tried to change the color for the sticky menu bar but it wouldn’t change.
I also tried the css above and did not work (see http://www.africantennisnow.com) thx
Hi,
For logo, Please try to upload only logo in format PNG or JPG and image file size should not be over than 1MB. If the problem is still, Please send me a screenshot of the error.
For css, The css on your site has broken. Please replace all of custom css by the following css
/* 1 */
.vw-page-title, .vw-post-box-title { text-transform: none !important; }
/* 2 */
.vw-post-meta .vw-post-author, .vw-post-meta .vw-post-author + .vw-post-meta-separator { display: none; }
.vw-post-box .vw-category-link {
display: none;}
.vw-post-box .vw-post-box-read-more {
color: #2ecc71 !important;
}
.vw-post-box .vw-post-box-title {
font-size: 22px !important;
}
.vw-post-meta {
border-bottom: none;
}
P.S. Please beware when append any css code in the custom css option.
hi there, it worked but the only thing i’m struggling with right now is the top menu bar color. I want to maintain these colors
but I’m having a hard time figuring out the Sprout theme color option here
which one is the option to change the menu bar sticky color and to also change the menu bar text color. thx
Hi
could i add a some sections or plugins in this theme? like login section? thanks
Hi 
Yes, You can add a login widget at ‘Appearance > Widgets’.
thank you, please read your email asap, i’ve purchased your item with paypal, my paypal money has been decrease $60 buat error when i checkout, and i cannot download your item. thanks 
ok solved!! no need to respon my email again, thank you! sorry to bother you 
hi
how to change menubar color? i can’ change this color. can you help to guide me? thanks dude 
Hi 
You can set the main menu background color at ‘Theme Options > Background > Colors > Main menu colors > Background’ like this https://www.dropbox.com/s/smvrbvy4xmd8ixy/Change%20menu%20color%20with%20alpha.png?dl=0
yes solved!! thank you
nice support! 
OK 
P.S. Love this theme, Please support us by giving us 5 stars rating at ThemeForest download page. It will be highly appreciated!!!
Hi please check your email, i have some question,
thanks dude 
Replied 
Hello, very interesting. A consultation before buying it. Tell me any plugin supports calendar events.
Hi, Thanks for your interesting 
You can use this plugin “The Events Calendar” https://wordpress.org/plugins/the-events-calendar/ (I’m tested only a basic functions)
Yesterday i bought this wonderful theme.
I think I found a little but annoying bug. http://www.swift-blog.de/ipad-mini-gewinnspiel/ on this page i have some book covers and one image of an iPad Mini. If you inspect the source of the elements you see that the image has a link to an external page which should load in a new window or tab. Unfortunately the theme is trying to present the image image in fullscreen which shows an error message, in a lightbox that the image couldn’t be found.
Is there an option that i’ve missed to disable this behavior on a specific image?
Thank you in advance, Stefan
To prevent bad user experience i have removed the links on all images except on the iPad mini image on top, so you could still verify it.
Hi 
Thanks for your report. I will fix this by removing the light box from the thumbnail that linked to an external url and this fix will be included in the next update.
Hi, Thanks for template. Nice work!
I have troubles to set the newsletter box. I activated feedburner and added the link on the widget.Still it doesn’t work with your newsletter widget. It works fine on a new text widget. Any idea?
Just my mystake > in the feedburner html form you can find the feedburner ID in the link just after “uri”.
OK 
Another problem: my “tab name” is written twice without space in between. I would like to have it only once. I looked on wordpress settings and in index files but found nothing. Which file should I adapt to change this?
by “tab name” I mean the name next to the favicon* . I also have troubles to translate in main page “Views” in the colored box and then “by” author despite I followed the documentation. All the rest is fine. I must have missed something.
Hi 
1. Could you please send me a screen capture and a url of that page? I will have a look into it. (Please also specify the location of problem)
2. Thanks for your report. I will fix the problem of “by author” text translation in the next version.
Hi,
I’ve just brought this theme and i can’t seem to set it up, it’s seems that I’ve just brought a load of code?
Isn’t there an backend page to start building the site without paying envato $50 to set this up?????
Hi 
Don’t worry. Please follow instruction in topic ‘01. Getting Started’ on this page http://envirra.com/themes/sprout/document/
Hi, I just installed Sprout, and Wordpress is telling me the stylesheet is missing.
Hi 
Please follow the installation steps in topic ‘01. Getting Started’ on this page http://envirra.com/themes/sprout/document/
Can an image /background image be in the header where the logo is? Like ahve the logo but have a graphic as well as a background in the header (behind where the ad would be as well)
Hi 
Yes, You can set a background image for header at ’’Theme Options > Background / Colors > Header Background”.
Cool, two questions…
1. Does this theme have buddypress baked in? 2.Are you thinking of adding parallex to this theme? You should!
Hi 
1. Yes, This theme support buddypress.
2. I still have no plan for this feature but could you please tell me which elements that should have a parallax? Thanks.
How can I add a post slider in the Home page ? (Like the preview) Thanks for your help, nice job. Andrew
Hi 
Please create home page by using Simple Page Composer and you can add a slider into homepage. More detail at topic ‘02. Homepage Setup’ on this page http://envirra.com/themes/sprout/document/
It only allows me to add a slide with a post on the right and two on the left, how can I change that ?
I mean 2 posts on the right side of the slide and 1 bigger on the left side, thanks for help
Hi 
There is only 1 style (1 bigger on the left side).
It seems the preview does not pass the W3C validator, is the preview the same as the version that we can buy?
Hi 
Thanks for your report. I just fix this issue on demo site and the fix will be included in the next update (planned within next week).
looks great…can I just se a start page – Boxed. Before I purchase!
Hi 
You can see a sample of boxed layout by clicking the blue cog button (on the left side) and change the site layout to Boxed. http://envirra.com/themes/sprout/
Thanks.
Very nice theme, GLWS 
Thanks 
Hi there great design thanks, I’m having problem as I want to add a site logo… strangely in the template customizer I can’t seem to find out how to do it…
ok I figured it out now – in the Theme Options area not in Appearance>Customize
OK 
Hey, just sent you an email with some questions, hope you can have a look.
Replied email 
Hi, just bought this theme. Very nice. For some reason though I cannot seem to get the sidebars to work on the homepage. No matter what I try, it won’t work.
Please, help.
http://mlib.ca/new/Sorry, got it, LOL.
OK 