938 comments found.
Two questions: 1.- How can increase the size of Comments, Views and Likes (numbers and symbols) in meta of each post? 2.- Is it possible to deactivate the mouse-over function on social sharing icons (Facebook, Twitter, Pinterest etc) at the bottom of each post to let them permanently in color?... Is it possible also to change that icons set for another?
Thanks!
Hi 
For 1 & 2, This can be done by using a custom CSS. Please copy a custom css from the below
/* 1 */
.vw-post-comment-count, .vw-post-view-count, .vw-post-likes-count, .vw-post-share-count {
font-size: 14px !important;
}
/* 2 */
.vw-post-share-icons .vw-post-shares-social-facebook {
background-color: #3B5998;
color: #FFFFFF;
}
.vw-post-share-icons .vw-post-shares-social-twitter {
background-color: #00ACED;
color: #FFFFFF;
}
.vw-post-share-icons .vw-post-shares-social-gplus {
background-color: #DD4B39;
color: #FFFFFF;
}
.vw-post-share-icons .vw-post-shares-social-pinterest {
background-color: #CB2027;
color: #FFFFFF;
}
Then navigate to ‘Appearance > Theme Options > Custom CSS/JS’ and paste into ‘Custom CSS’ option.
For 3, If you have a knowledge in coding, You can edit this file ’\themes\sprout\templates\post-share-icons.php’.
Thanks a lot!... please tell me: do you make specific paid customizations for the theme?
Hi 
I’ve no service for theme customization.
Hi
Another pre-sales question. I am going to be purchasing sprout this weekend. But I would like to ask a question (unrelated to this awesome theme).
How can I get a pop up subscribe box like in this example (http://food52.com/) – is there a certain plugin on wordpress that allows really like boxes such as this? Most plugins are really boring and usual.
Thanks
Hi 
You can try this plugin https://wordpress.org/plugins/elegance-modal-box/ and https://wordpress.org/plugins/wordpress-popup/ it’s have more option that may help you.
Hi… I have purchased your theme… great job! Two questions: 1.- Is it possible to replace the standard site header with the “sticky header” format? 2.- How can I put the post title and meta BEFORE post image (in classic post format)?
Thanks! Carlos.
Hi 
1. If you’ve a knowledge in coding, You can set this option ‘Theme Options > Site > Site Header Layout’ to ‘Custom’ and edit this file ’\themes\sprout\templates\site-header-custom-1.php’ to create your own layout. To keep a sticky header, Just keep a standard menu in your layout.
2. Please edit this file ’\themes\sprout\templates\post-loop\post-classic.php’.
Thanks!
hi, I can´t setup categories correctly… It didn´t show background image option and I can´t assign a rigth bar for each category, only one for all of them.
Hi 
Sorry for invalid documentation in topic ‘03. Setup Categories’. Those features is under development and not available at this time.
BTW, Please make sure you’ve install all required plugins ( http://envirra.com/themes/sprout/document/img/install-required-plugins.png ) and the option for assign a specific sidebar will be located at ‘Posts > Categories > Edit Category’.
Hi, I’ve just bought your template and I had problems with importing demo contact. It took a lot of time and did not import anything. I’ve installed many templates and usually I didn’t have any problems with that. You can double check that process. More important question is connected with Post Slider on main page. It takes up to around 1 minute to show it after the page is loaded. In the meantime this space is white. Please have a look: http://www.startuperica.com
Hi 
1. I’ve checked about importing demo in this theme but not found the problem. The content with images are imported. BTW, This process is require an internet connection and will take a minutes to complete a process. Please try to import again by follow instruction in topic ‘01. Getting Started > Demo Content Import’ in this documentation http://envirra.com/themes/sprout/document/
2. Thanks for your report. I will improve for this issue in the next update (I’ve a plan for next update in next week).
thanks for fast answer!
1. Do you think the problem might be with server timeout?
2. Ok, is there any chance I would get some corrected part of the code or do I have to wait for the update?
Jakub
Hi 
1. I think so. Otherwise, You can try to import by manual. Please see instruction in topic ‘How to Import Demo Content by Manual’ in documentation.
2. Please wait for the update. It will be easier.
The theme is working out nicely, but one thing I noticed today is if I set an offset from a Post Box section on a page, it appears to break the Pagination. The pagination will show links for all posts as opposed to being adjusted to match the offset. So sometimes when you get to the last page, the results are blank.
Hi 
Thanks for your report. This issue will be fixed in the next update (I’ve a plan for next update in next week).
I have a couple basic questions:
1. Can I adjust the featured image size so vertical and horizontal photos are the same size in the Post Box with Sidebar?
2. Where can I change the post title font size? and can I apply a wordwrap so the words don’t break in the middle?
My site for reference if needed – http://intheknowmom.net/
Hi 
1. Please use a block grid layout instead of masonry layout.
2. Please update theme to the latest version (v1.0.2) by download the theme from ThemeForest again. The word break issue on post title was fixed.
Hi. Looking to buy this Theme. One question please: the posts views are theme related (internal) or do you get them from Google Analytics etc.
I mean, if I install it, my old posts will show 0 views or will they get their real page views.
Thanks, Alin Popescu
Hi, Thanks for your interesting 
The view stats is an internal counter.
Is there a way to disable the Gallery? I wanted to use a plugin that I have been using for a while that takes care of that. I tried “Enable Custom Tiled Gallery” in the blog tab, but that did not turn it off.
For single images on a post it is fine, but when I try to click on an image in a gallery both the plugin and the themes gallery slider open.
Hi 
When you disable the option ‘Enable Custom Tiled Gallery’, The gallery (in post content) will be shown in wordpress’s gallery layout.
If you need to disable the gallery slider when clicking the image, The option for disable is not available. The only way is modifying the code.
Please open this file ’\wp-content\themes\sprout\js\main.js’ and find this code (around line 279)
$( "body.single .vw-page-content a[href*='.png'], body.single .vw-page-content a[href*='.jpg'], body.single .vw-page-content a[href*='.jpeg'], .vw-custom-tiled-gallery a, .vw-embeded-gallery.vw-bxslider .vw-bxslider-slides a" ).magnificPopup({
Replace with this code
$( '' ).magnificPopup({
Save and done.
Just tested the Page with an Samsung SIII and Firefox. The Logo is to big, the Navigation is not in the view. In Chrome everything works fine. iOS Devices have no problems. does not help…
Hi 
Please make sure you’ve already upload an original logo at ‘Theme Options > Logo / Favicons’ and upload a retina logo (that must be a double size of the original logo).
If the problem is still, Please send me a url of that page (or you can send me a private message by using contact form on my profile page). Thanks.
Hello! The url is www.naturjung.de – I uploaded both files…
Samsung SIII and Chrome is no Problem. The Firefox doesnt like this. 
Hi 
OK, I’ve found the problem. It’s occurred only on Firefox as your describe. This issue will be fixed in the next update (i’ve a plan on next week).
thank you for fixing it. I installed the child theme, so the update was no problem!
OK 
P.S. Love this theme, Please support us by giving us 5 stars rating at ThemeForest download page. It will be highly appreciated!!!
Is there a reason that when I am viewing my site through my tablet (Android based) that the logo I uploaded will not showbut on my phone and my computer it is coming up fine? It shows the Text based header.
And also on my tablet, I still view the Breaking News top bar even though i shut it off
Hi 
Please make sure you’ve already upload an original logo at ‘Theme Options > Logo / Favicons’ and upload a retina logo (that must be a double size of the original logo).
For disabling breaking news, Please set the option ‘Theme Options > Site > Site Top bar’ to any value except ‘Breaking news / Social Links’. Sorry for an invalid breaking news option in the ‘WooCommerce / bbPress / BuddyPress’ section.
If the problem is still, Please send me a url of that page (or you can send me a private message by using contact form on my profile page). Thanks.
Greatest Theme!
How can I enable single pictures in Posts opened by the Lightbox like in the Gallery or the top picture?
Thanks!
Just found it: I added body.single .vw-post-content a[href*='.jpg'], in line 279 of the main.js
OK 
How can I resize the author’s image in the author archive view?
From you demo I can see a smaller image for the author….
https://drive.google.com/open?id=0B5QmcW_8DZ4MYVJOLXZfM0p1eGM&authuser=0Than the one I see on my test site….
https://drive.google.com/open?id=0B5QmcW_8DZ4MNWJ0c09LSDBaRmM&authuser=0Ideas?
It seems that it happens once BuddyPress is activated.
Hi 
I checked on my site with BuddyPress(2.2) activated but not found this problem. Please disable BuggPress and upload avatar again.
If the problem is still, Please fix it by copy a custom css from the below
.vw-page-title-thumbnail .vw-author-avatar img {
width: 110px !important;
height: 110px !important; }
Then navigate to ‘Theme Options > Custom CSS/JS’ and paste into ‘Custom CSS’ option.
I will check that.
For your site are you using BuddyPress to upload an avatar? For me the avatar is being supplied by Gravatar, and is not being uploaded to my server.
Hi again, I find that this happens in two sites (my test site and while testing my live site). However the CSS does fix it. But I do also see that the avatar for the user is larger (when buddy press is on) on a post as well…
https://drive.google.com/open?id=0B5QmcW_8DZ4MSFduRDlNckg0VjQ&authuser=0Can you share some CSS that will fix the image size?
Cheers
Hi 
Please use this css for fixing
.vw-about-author .vw-author-avatar img {
width: 110px !important;
height: 110px !important; }
I just purchased the theme and everything looks great so far.
I was curious, would it be possible to get a Twitch.tv social media icon/link in the sidebar Widget?
Hi 
The custom icon is not available for sidebar widget.
Hi, how i can remove the author name, the date, the author icon, and the like icon on the post ?
I tryed to put in the theme option under custom css/js this:
.author-name { display: none; }
For the author is ok but i wold like to remove the space also the this entry have allocated.
Then i find a issiue on the Theme option Blog > Tiled Gallery Layout.
If i change the value from the default, ex i use 12333 the data is saved on the db but on the page side the gallery always shwo picture as “213” setting ….
Hi 
1. To hide all post meta ( author name, icons ), Please copy the below css
.vw-post-meta { display: none !important; }
Then navigate to ‘Appearance > Theme Options > Custom CSS/JS’ and paste into ‘Custom CSS’ option.
2. For gallery, I will fix this issue in the next update. Thanks for your report.
Hi 
How do I get the forum to work?
never mind got it. 
OK 
I’m considering purchasing this but i need play videos in home page
Hi 
Do you want to show a video play on home page? Yes, You can add a video by adding a Custom Content section into Page Composer and paste the video embed code.
BTW, If you want to show a video of video post, This option is not available.
Hi (-:
How do I get the store to work?
Hi 
You can install WooCommerce plugin https://wordpress.org/plugins/woocommerce/ to enable shop on your wordpress. Also, You can read more about setting up WooCommerce in this page http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/
I’m considering purchasing this for the review structure. Is the header able to be centered?
Hi 
Thanks for your interesting. You can set the centered logo layout at ‘Theme Options > Site > Site Header Layout’.
Thank you!
Hi there! Great theme!
I purchased this one today and have been testing it out before it goes live on my site. And one thing I am wondering…
On the demo site at http://envirra.com/themes/sprout/ you have what appears to be a Simple Composer page with a Post Slider section, and when I put the demo into box mode the slider fills the width of the box.
However on my test site, I created such a page, and have the theme set to box mode, and the slides do not look the same. There is more than one slide, as opposed to one that fills the width.
How can I set the Post Slider to have each slide take full width of the box?
Cheers
Hi 
Could you please send me a url of that page?
BTW, The large slider has only 1 layout (3 posts per slide).
Here is the link…
http://test.streamworksaudio.com/?page_id=3294Perhaps that is normal, but if I go to http://envirra.com/themes/sprout/ then select Boxed from the style switcher, only the one slide is visible. Perhaps that is because the style switcher applies a box after the slides have been loaded?
Hi 
It’s the same layout. Here is a comparison of both page https://www.dropbox.com/s/jq8tqtt8qq5k20e/dafgfsdghsfsdfwef3e.png?dl=0
Hi,
Yeah I think that is how it is supposed to be. When I look at the demo on Windows/Chrome (2560×1440) and switch to boxed I see this…
https://drive.google.com/open?id=0B5QmcW_8DZ4MZ0ZzZTBBbmVxNTQ&authuser=0But when I do the same on my MacBook 13” (Retina), the sliders are how they are in your images.
Hi 
I think this caused from invalid slide’s width on HiDPI screen (The slide has a large width and the 2 posts on the right is overflowed and being hidden on overflow). I will find a solution to fix this problem. Thanks for your detail.