6671 comments found.
Hi. How to remove info about the author, date, and tags in the titles on the main page?
.post-header .post-meta {
display: none;
}
Hi,
When i try to use visual composer with empty new page, i don’t have the same design as on some demo home page.
1. How to remove header when i use visual composer
2. How to get the same transparent menu in specific pages?
Cheers
Hi, Those are options that you can configure from that page edit. See the screenshot http://cl.ly/XYij
Hi. So far I enjoy your them very much. It is the best out of the similar themes. Customer service is great and the update is very personalized such as the one that automatically fetching the image to the feature image when posting a blog.
But I have a question, are you planning to add the newsletter subscription widget in the next update? It will be a great add-on and such update will be very appreciated.
Hi, Thank you very much. We have a demo with a mailchimp newsletter plugin that works nicely.
It will be released on Monday
Need to remove shopping cart in menu. Thoughts on how to do this? Thanks!
Hi, easily done from Theme options – Woocommerce
SeventhQueen can you please remove the image from my post..thank you.
Hi, I guess it is already removed. Cheers
hi,pre purchase question,does this work with WordPress 4.0?
Hi, yes it works with WP 4.0
Cheers
My apologies..the above image is what I’m trying to place on my page..here is the code <a href="#" onclick="window.open('https://www.sitelock.com/verify.php?site=1-
love.org','SiteLock','width=600,height=600,left=160,top=170');"><img alt="website security" src="//shield.sitelock.com/shield/1-love.org" /></a>
Hi, there is no shortcode for link since you can easily add the HTML Code for it in the editor
Trying to place a link on my page..is there a short code for Kleo?
Here is the code: [link removed per request]
Facebook embeds posts doesn’t work. Either straight link to the text editor or embed code.
<div class="fb-post" data-href="https://www.facebook.com/FacebookDevelopers/posts/10151471074398553" data-width="500" />
It works! thanks
Can I add a quick comment section in the post grid? below the “Read More”
Hi, here is the template to edit if you want to add more info in the posts grid: page-parts/post-content-masonry.php
what should I add in post-content-masonry.php file?
You should add the function for commenting. <?php comments_template( ’’, true ); ?>
I can’t guarantee that is will display fine and you will required some custom coding
I updated buddypress main menu info under theme options, than my site received errors, after resetting and clearing catch the errors disappeared, but now my site is now all funky, highlighted in blue, lines across words and my main menu bar is overlapping. Can you please help me. naughtygurltabby@aol.com.
Hi, Can you put a link to your site to check? I don’t think it is related to that. Try resetting the section on Theme options and see how it goes.
Cheers
I did reset the section that’s what made the errors disappear, but my site is still not right. It’s phillipsdawghouse.com
Thanks 
I just checked the site and looks good. Found the thing that was causing trouble?
Thank you for responding! Instead of resetting that one section I had to reset all! I am having issues with my homepage slider not showing up on my mobile device. Any suggestions? Thanks.
That should be related to Revslider settings for mobile devices.
The slider on mobile will only show up on landscape mode (phone sideways). I checked all settings and didn’t see anything to fix this. Am I missing something? How can I fix this? It works on the demo for mobile device. Thanks.
It is related to Revslider settings on mobile. It is probably disabled for mobile. You have a mobile visibility in your slider settings. this is not related to the theme
Hi, i went to Mobile Visibility > Disable Slider on Mobile > Off. I set it off and on and it doesn’t work.It’s not even working in landscape mode anymore. Is there another setting for this?
If you have some caching try to flush it. Put the link to your site
I cleared my catch on phone, it’s back to working in landscape mode but not portrait mode. Phillipsdawghouse.com
It is definitely related to revslider settings. try to import our slider and work on that since ours has the settings to appear on mobile too
I did, but still not working :/ Do you think it could be a plugin conflict causing the issue? Also, is it safe to update theme and not worry about conflicting issues on my website? I’m using the child theme.
If you are using the child theme and haven’t done changes to parent theme files you can upgrade. It is advised to backup first just in case
Hello, please it’s possible for my users/customers manage biling and shipping address and our order history on buddypress profile?
Thanks
I found this http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/ So, if I install this plugin, I lose the styles css template?
Hi, I haven’t tested the plugin but basically you will have some new sections on your user profile page. The theme will remain the same, only those new sections could require some styling to match the rest of the theme but normally is not a big thing
Hello, Pre sales questions please. - Is the whole membership managed within the theme or do i need 3rd party software to get the full benefit of the theme? - Does it work with Stripe payments and can i set up coupons / vouchers? -Is there a way of placing a large login (username/password/register) form either where the slider is or just below it? - Can members search for other members? - Can members customise what other members see on their profile?
thanks
Hello, and can you request different registration info for different membership packages?
Hi, The memberships comes from a plugin that is recommended by us and made compatible. It is free to use and you will get the same functionality as in the demo
Yes it works with Stripe. Yes you can have coupons
Right now we don’t have and element to be used in the page. You can try to find a plugin that generates a shortcode for login
They can search using the search fields in the members page
You have privacy settings for the profile fields.
There is no setting for different registration by membership
Cheers
Hi,
I have 2 way i need to fix.
1. How to change blog post title color ?
2. How to increase sidebar width ? I need to use Banners with 300×300
And…
3. How to display comments after post but not on pages?
4. How to change post text color ?
Cheers
.page-title {color: red !important; }
2. You have that option in Theme options – Layout settings – Main content width for one sidebar templates. Lower the content width to have a wider sidebar
3. They should display if you enabled them. See Settings – Discussion
4. Post text gets the color you set in Theme options- Styling options – Main section
Hi,
1. I need to change Blog post title in this page : http://bibapedron.com/blog/ as you can see, i’m talking about blog post title list not page title only
3. Done ! But nothing happens ! No comment box on my posts
4. How to remove post infos (dates – hours – etc.)
h2.article-title {color: red !important; }
3. There is also a discussion setting on each post page. Try Screen options in the post edit if you don't see the section
4.
<pre>
article .article-meta {display: none;}
.single .container .with-meta .article-content, .posts-listing.standard-listing.with-meta .article-content,.single .with-meta .article-media, .posts-listing.standard-listing.with-meta .article-media, .posts-listing.standard-listing.with-meta .article-title {
margin-left: 0;
}
</pre>
Most customizations that are not configurable from the admin can be customized using CSS so you should get someone with CSS knowledge to help with customizations
OK.
thanks. But the title color didn’t worked. For the rest, everything is ok.
Try
h2.article-title > a { color: red !important; }
worked !
Thanks
I would like to purchase this theme but I need some information.
I am looking for a theme that has the features of Facebook.
It will be used so that all members in my family can create an account similar to Facebook, Post Photos, Post Status Updates, Post upcoming Events…etc.
I need it so that All family members can log on to the site and see what’s going on with each other by looking at others profiles, recent post, etc.
Can this theme do that and if I purchase the theme, will you assist me in configuring it? Please let me know. You can email me at asaniali247@gmail.com
Hi, Right now you can create an account,post updates, add photos with the rtMedia plugin. for events you will need a plugin live Events manager
There is a documentation and demo content included so you can configure it yourself.
Cheers
I have a pre-sales question:
How customizable is the theme’s colors. For example if I wanted to change the background color, add in a background image, and change the font color, style, and sizes, can I do those things within the theme’s control panel? Or do I have to use a child theme and override the css values myself?
Hi, You can change almost all the colors and backgrounds, fonts and font sizes in the theme since they are generated from what you select in the admin area. You can also use the child theme for CSS or the Quick css int he theme options if you want to add something that is not configurable.
Hi,
I have a pre-sale question :
- Did the blog is in only masonry format ?
Thanks!
Hi, the blog can be set in Normal or Masonry from Theme options – Blog. The normal format is somehow like the single post display
Does Kleo have a default lightbox? If so can you toggle on and off? Or if I use a different lightbox will it override.
Hi, we use Magnific popup. It is enabled by default for post images that link to bigger image version. It can’t be disabled from theme options but it could be comments in the Javscript code
Hi
I have followed the video exactly until I have to go to my account and then to profile. The message in the menu is to…follow docs to add profile link.
However, I have looked at the documentation and I cannot find anything that describes this.
I would appreciate any suggestions you may have.
Regards
Hi, You add the Buddypress related menus from Appearance – Menus. If you don’t see a Buddypress section there, enable it from Screen options – Buddypress
Pre- Sales
Does this theme work on wordpress 4.0 ?
Thank you!
Hi, yes it works with WP 4.0