38439 comments found.
Hi,
Thanks for your prompt reply on my previous question a few days ago
, it’s very refreshing to use a theme where the developer gives great responses so thank you for that.
How can I prevent the thumbnail image being shown within the portfolio item when navigated into. Is it a similar line of custom code used for blogs that you’ve previously kindly given:
body.single-post .post-featured-img { display: none!important ; }
If this has been answered before do you have a link as I couldn’t find a similar previous question.
Thank you for your help, its very much appreciated.
You’re very welcome Jonesfp50! I’m glad that my support has really been making a difference for all the buyers 
—
You were right to suspect that it could be done with a similar css snippet:
body.single-portfolio #post-area .wp-post-image {
display: none!important;
}
Try that one out 
What a legend! Worked beautifully
.
On my travels to finding it in the comments I found other bits of CSS that helped other questions I had. I thought it might be helpful for others so I’ve re-posted them here 
BLOG POST – featured image not within post.
body.single-post .post-featured-img { display: none!important ; }
PORTFOLIO THUMB – Remove View Larger button.
.portfolio-items .col .work-item .work-info a.pp { display: none!important; }
REMOVE SEARCH BAR
mobile-menu #mobile-search, header#top nav ul #search-btn {
display: none!important; }
PORTFOLIO ITEM – Remove featured image inside portfolio
body.single-portfolio #post-area .wp-post-image { display: none!important; }
Thanks once again for your help 
You’re very welcome Jonesfp50!
Also, thanks for posting that compilation of handy snippets 
Great theme. Having some difficulty getting an m4v video to play. The video displays on the portfolio page and plays sound but no visual. Is there something else I need to do/include? Changed different video heights and that did not help display video.
Hey sader!
Have you made sure to include both of the required file types when using self-hosted video? If you just use one or the other, errors will occur in various browsers. If you have included both, please supply me with a URL so I can take a peek 
Cheers
Thx, I didn’t know both were mandatory. One final question: Is it possible to have two separate portfolio on two pages. ex. one for video & photo? Client doesn’t want it mixed. thx a lot.
Yes, if you’re using the latest version of the theme you can assign which categories will show in your portfolio layouts 
Hi there, I want to delete ‘view larger’ button and only leave ‘more detail’ at the center. And how to translate text in any other laguagee.g. ‘read more’ ‘more detail’
Regards Andrzej
Hey Andrzej!
1. http://themenectar.ticksy.com/ticket/65106/search/
2. You can translate that text through the .po file which contains all of the theme’s strings
Hello thanks for quick replies! appreciated
I was wondering how to change social links in the team members to be icons instead of links. Thanks
Hey miko!
Unfortunately there’s no easy way to do that without digging into the shortcode processing function and altering how it works.
As per your Salient demo site, how can I accomplish the structure you show for “blog”? I simply can’t get my blog posts to just be featured as previews, with a “read more” button to then show the full post. 
My site: http://www.themeboom.com/blog
Right now, I always only get it to show the full blog article. I remember other templates making use of the excerpt field- whatever I would put in there would then be shown as the teaser, one after the other on a single page, with the option to click through to the actual article.
Another issue: I have a hard time adjusting the “zoom” icon to work in reversed color since my header is dark. Even my transparent png replacement for the zoom icon still shows a white box 
Hey Hendrixter, that’s two too many sad faces in your comment! Allow me to help you with your issues 
1. You need to use the “more” tag or button on your editor to place a break where you would like the excerpt to end. This way gives more control over the excerpt, the content that can display in it and also it will create a “read more” button. See this ticket for more info: http://themenectar.ticksy.com/ticket/50070/search/
2. You simply need to open the search icon up in Photoshop and change the color of the image to match your header. Here I’ve made one for you quickly. Just replace the old one with this: http://i.imgur.com/DkGjkXM.png
Just save that image and replace the icon located at img/icons/mag-glass.png with it 
Cheers
Awesome, Bud – THX!!! Changing my sad faces for this guy here: 
Yay! Mission accomplished 
My second problem is to translate the theme, I’ve made the po file, and uplod it, but the theme don’t seem to take it… thanks for your help ! ludo
Hey iludo, thanks for purchasing the theme!
1. Please try recreating your permalinks by going to Settings > Permalinks and clicking “Save Changes”.
2. There’s a few more steps than that. You also need to make sure your WordPress is set to run in your desired language in wp-config.php
define (‘WPLANG’, ‘fr_FR’);
and then also name your .po file accordingly “fr_FR.po”
fantastic ! everything working perfect now ! thanks !
Excellent!
Cheers mate
me again… I’ve read the themenectar manual but cant seem to figure out how to add subsections to a regular default template page, like on Salient demo’s home-extended page.
how do i do that again??
thx ana
Ana,
are you asking how I created the full width sections or the submenu pages in the navigation dropdown?
If you’re referring to the full width sections, the ability to add those through shortcodes was added in version 1.6. There’s also a complimentary video tutorial going over how to use them as well here: https://www.youtube.com/watch?v=YYYtSUp-cl0
Cheers
How can I make a blog in full with and complete posts?
Now I only get this: http://projectuganda.hatseflats.net/blog/
Hey rzethof, thanks for buying the theme!
You’re using the home page layout when you should have the posts page assigned to there. Please assign your posts page to that page in Settings > Reading to get the actual blog to display 
Hey ThemeNectar, lovely theme you have here, congrats on 2.5k purchases!
I just wanted to suggest that perhaps you could add a widget or short code for Google Adsense Advertisements, as when I add Google Ad codes in this theme bad things happen, like the menu disappears or things do not work.
Also, is there a way I can limit how much text my news articles display on the ’’News’’ page I have?
Thanks! Joe.
Thanks a lot Joe!
1. The adsense conflict is a known bug that a fix has already been created for and will be included in the next release. If you would like the fix early please just open a ticket on the support forum regarding it and I’ll tell you what to update 
2. You can use the more button to create breakpoints on your main blog page and the rest of the article will be seen on the single page itself: http://themenectar.ticksy.com/ticket/67451/search/
Cheers
hi, amazing theme!! is there any way to get an accent color on tiny icons (besides assigning attributes)?
thx! ana
Thanks for much Ana!
Tiny icons have never had color, but if you wish to give them some you can add the selector for it into the giant rule inside of the colors.php file (located in the css) folder which assigns the accent color to various elements in the theme.
body .icon-tiny[class^="icon-"]
Add that on the end of line 13 and add a comma after it.
thank you!
You’re welcome!
Hello! Congratulations on your theme! Nice and easy to use! Very pleased.
A couple of questions:
1.- Is there any easy way to add a kindo of next and previous button to the end of a post so it jumps to the next one or the previous one?
2.- I have installed the WPML plugin and I’m trying to add the language switcher to the menu on the top but is not working straight away using the plugin option “Display the language switcher in the WP Menu”. There is a piece of code they say I can use:
<?php do_action(‘icl_language_selector’); ?>
But I’m not sure where I should add it to.
Could you help me with that??
Thanks!!
1. You could add this snippet into the single.php file where ever you please: (A good place would be right above the endwhile; endif; above the wp_link_pages() function)
echo '<div class="row">';
previous_post_link('%link', 'Previous post', TRUE);
echo ' | ';
next_post_link('%link', 'Next post', TRUE);
echo '</div>';
2. Yes, as of now there’s no built in support for WPML so you will have to add that function in manually as it suggests. I will see what I can do about getting the theme to play nice that option in the next release though 
here’s a ticket regarding it in the meantime: http://themenectar.ticksy.com/ticket/53760/search/
Thanks! That helped, the language thing is more or less working now but it’d be great to have it implemented to work easily with the theme.
Good job!
Yes, I definitely am going to try and include functionality for that in the next update.
I’m glad I’ve helped you with it for now though!
Hiya! Thanks for your help, The first question actually didn’t work.. I am not sure if I am doing something wrong :/
krlts,
I tested that first snippet out before pasting it – you might have posted it in the wrong section? Can I see the URL to your page that it’s missing from?
Thanks
Ouch Sorry!! They are there, it’s just that I didn’t see them!! Duh!! I’ll invistagate how I can make them more visible.
Thanks for your help!
You’re welcome!
Before I buy the theme, I’d like to know that whether the parallax section can contain other elements other than testimonial?
Yes, it’s con contain anything – I just happened to only use it in combination with the testimonial slider on the demo. I might add a new example since I know you’re probably not the first to wonder this.
Cheers
First of all, amazing looking theme! I do have one simple question. I can’t get my portfolio page look like the one in the live demo. The thumbnails with these little animations when you sort through tags. I get a blog post type portfolio page. I followed the tutorial on YouTube but i’m doing something wrong.
Hey camoanimations, thanks for purchasing the theme!
The one thing not covered in the tutorial is essentially the first step which the video assumes you’ve already done. That is assigning the portfolio page layout to your page. You can do this in the page attributes box on the right hand side 
Also, since you mentioned you’re getting blog posts displaying on your page, make sure you’ve explicitly set the posts page to your blog page in Settings > Reading.
Thanks for the quick reply, that is much appreciated on this side!
I think I’ve misinterpreted myself. When I go the pages > portfolio is does say it should have an portfolio layout, which should also be sortable. However, when I check out the portfolio page on the website it shows the pictures underneath each other like you would see on a blog post. I already changed the reading settings before. Also, i’m not given a sortable option at the top right corner.
camoanimations,
would you mind supplying me with a URL to this page so I can check it out?
Thanks 
Sure, www.camoanimations.com thanks for taking a look at it!
The body class on the portfolio page is showing that the blog posts page is being set to it. In Settings > Reading are you sure that you have the posts page set to a different page other than the portfolio?
front page: home posts page: blog
I appreciate your help!
Would you mind opening a private ticket in the support forum with your credentials so I can log in and check your setup?
Thanks!
I tried login in with Facebook, Twitter and eventually tried login in with my email adres. None of those options worked. Clicked the “forgot password” option, received an email but when I click the link it doesn’t give me the option to change my password. Is there any other way to give you my credentials?
Weird.. You could also email them to me at themenectar@gmail.com
I’ve done so, thanks!
You’re very welcome! I’m in the process of emailing you back now 
In case another buyer comes across this issues – The problem was being caused by a plugin that created its own portfolio post type. The plugin was called “Bean Portfolio Post Type”.
I showed you some love through Facebook! I’ll rate you guys as well. Thank you for being awesome! Can’t thank you enough.
Thanks a lot camo!
Couple of notes.. just changing up a few bits on the back end, just wanted to draw your attention to few things i noticed along the way:
css/fonts.php <—”?>” missing from bottom? css/colors.php <—”/Extra Color 2/ if(!empty($options[“extra-color-1”])) { ” should be 2?
Couple more but need to find them.. let me know if they’re bugs / typos or it’s supposed to be like that
Cheers, lovely theme, thanks 
Hey Andology!
1. The closing tag on the bottom of a php file is optional. I usually do it out of habit but must have forgot in that file!
2. You’re right, I’ll change that line for the next update 
Cheers and thanks for raising these!
I have jetpack installed on wordpress, but the jetpack comments don’t appear on my page (it doesn’t display the post as facebook or twitter) etc it still shows the older version of the “comment box”
I looked it up and according to http://jetpack.me/support/comments/ under “Troubleshooting” it’s because the comment.php file for this theme is an older version and they implemented a new way of showing and adding comments after worpdress v.3
Hope to hear from you soon!
Hey jonaragon, thanks for buying the theme!
I will note this as a high priority to patch in the next bug fix release. (should be out in less than 2 days)
Cheers
2 days? Awesome! Thank you so much! looking forward to the patch!
You’re welcome 
Is there a way to make how the site scrolls flow like other websites? it seems to want to jump down to the end of the page when you mouse scroll….
Hey Milo,
you can disable “Smooth Scrolling” right in the general settings tab of your theme options panel if you would prefer it off.
Cheers
Ah… thanks. Will do. My client is very particular, so this will help.
No problem, I understand 
Sorry, more questions!
7. Is it possible to get social icons into top menu, e.g. http://billykids-lab.net/division/fixed-header-top-menu-right/
8. Is there a twitter feed widget?
9. Portfolio: Is it possible to just show “more details” and not show “view larger” when hovering in portfolio list?
Apologies if you have answered any of this before – 55 pages of comments is bit too much to read all the way through 
Many thanks
paulrigby,
7. You’d have to add the icons into the nav in the code.
8. No, you’d have to use a plugin for that.
9. Yes, that’s simple to do 
7. Is this something you would be prepared to help us with?
paulrigby,
please see my response to your previous comment 
Thanks for pointing this out paulrigby! It actually was only a bug with the live demo and not the theme itself. Forgot to update one of the files after switching to 1.6.1.
It’s fixed now 
Hi – great theme – fantastic look and feel – a few presales queries to see if I can get the functionality we need:
1. Can I have multiple portfolios each with filterable categories?
2. Can I have multiple blogs on separate pages, each with categories?
3. Can I filter a “display recent blog” or “display recent portfolio” short codes to show only certain categories?
4. I would like to display multiple series/collections of talks/presentations (audio and video). This is different from categories – e.g. series of 6, another series of 8, another series of 10 etc. Is this possible?
5. Can you help with Event integration and is there a plugin you recommend? e.g. Event Espresso?
6. Any plans to integrate WooCommerce?
Many thanks!
Hey paulrigby!
1. You can create portfolio pages in which you assign portfolio categories of your choosing to display.
2. You would have to use categories to split up your blogs and then create links to those parent categories on your nav.
3. That would require custom additions to the shortcode processing file.
4. Are you trying to display these series in the portfolio/blog or on it’s on separate section?
5. There is no preset support for any events manager plugin so it’s hard to say if it will work 100% without having to change any css rules etc.
6. Yes, but the release date for that integration is still unknown.
Thanks for excellent and swift reply.
3. Is this something you could help with? – I am no code expert!
4. Ideally own separate section, but could be portfolio
5. If doesn’t work out of the box, is this something you could help me integrate?
Since you’re looking for multiple items that would require some attention (questions 3,4,5,7) it would make most sense going into this with the understanding you will most likely need to contract a developer for a couple of hours to knock all those items down. I can lend my support as much as I can, but to help you integrate all of those custom additions would be going a bit beyond what I can offer. Otherwise it would be unfair to other buyers who probably would have also wished I could give them hours of my time with custom work!
I hope you understand,
Cheers
Thanks, of course I understand, that’s cool. Do you have somebody you could recommend who knows wordpress and your theme well?
Yes, I have one developer that I pass custom jobs to. If you’‘re interested please email me at themenectar@gmail.com and I’ll give you his info 
Cheers
Hey guys. Love the theme. I do have a quick question though- I need to display a post summary on the home page, without it appearing in the body of the blog post. I know there is the button within the editor for excerpts, but it still shows up within the body of the text.
Thanks!
Hey bk12!
I’ll see if I can add support for that in the next update 