38441 comments found.
How can i delete the ítem “view larger” in the portfolio page?
Hey droopfish,
add this into your custom css box:
.portfolio-items .col .work-item .work-info a.pp {
display: none!important;
}
menu on top link to the middle of the page, so its not an external link but inside scrolling page Just in case you don’t get the other post; lets talk about one page one landing page.. Lets say on that landing page i have on the top header menu a menu called “skills” Skills info is in that same page, not on a black target page.. it is on the same home page.. so links on the header will be c alling a javascript? href=#skills? how to do that?
mahiette, You would need to use a plugin like this for animated scrolling: http://wordpress.org/plugins/page-scroll-to-id/ and as long as you have an element with the ID of skills in the page, your link of #skills to will lead to it.
Cheers
I have installed plugin, but now where i put this but on the header menu 
this is what the code needs to show based on the guilide of the plugins you just sent me and i just installed.
for those who like read other post.. this might save somebody else time…
download that app Nectar just post URL|-> http://wordpress.org/plugins/page-scroll-to-id/ then on appearance / menu / on the “screen option” on the top, select on “Show advanced” menu properties the “Link Relationship (XFN)” then you can make the atribute of rel=”m_PageScroll2id”
you add a new link for menu, URL|-> “www.example.com/webpage/#anchor” LINK RELATIONSHIP |-> “m_PageScroll2id”
then make sure on the page you ahve this html code. CODE|->
thank you very much
Thanks for posting your update mahiette and you’re welcome! 
Just letting you know i bought your theme, and love working with it!
Grtz Alex
Thanks for letting me know Alex!
Cheers 
So if I want to update theme 2.1.5 I have to install new theme, right?
Hey k_bednarczyk,
You have to delete your old copy and upload the new 
Hello, One question about Gravity Forms plugin. Does “Gravity forms” works with your theme ?
Thanks.
Hey JMLM007,
I have not reported issues but at the same time I have not tested with that plugin yet. If you end up purchasing a copy of Salient and find an issue, just let me know 
Cheers
hello, in fact I had read this http://qandasys.info/salient-theme-not-supporting-gravity-forms/
That’s pretty strange that who ever wrote that would post on a random Q & A site instead of asking me..but whatever the case for that, thanks for sharing with me now. I’ll note to test with gravity forms before the next update and squash any bugs I find.
Cheers!
Ok
thanks for testing the Google Translate feature. can i see the preview to see how it looks? would we be able to hire your services for the styling if needed?
Hey clowd24, please see my response to your previous comment it regards 
Hi there I contacted you through your profile page, but I understand how busy you must be!
For some reason my signup form is pre-populated with the following:
http://imgur.com/NPtfeVQAny ideas why?
Thank you.
Hey expressivemedia! Sorry for not writing back – I like to channel all questions/inquiries into either these comments or the support forum. I only will check my email when I request a buyer to send me something personally.
That’s odd – did you type that in at any point? Can I see a live url to see if there might be something setitng it?
Cheers
But I have noticed something the problem is not in Chrome only in safari?? I have cleared my cache and history incase it was that, but still it shows in safari? its very strange. 
Hey again,
I can verify that it’s not showing on my end on any browser – I checked on FF, Chrome & Safari for you. Somehow it appears to be a weird local cache thing (even though you cleared your cache).
Thank you as long as no one else can see then that is fine, i don’t mind seeing it ha ha, thank you for taking the time to check, I really appreciate it!
You’re very welcome! 
Hi!
How can I add parallax background on carrousel row?
Thanks
I add carrousel on full width with parallax but the background image appear and disappear.
Sorry for multiple replies… It seems that this problem don´t appear in Firefox. I have the latest Chrome version.
Hey david_native!
Can you share your URL where this occurs so I can see exactly what you’re trying to do and what caused your issue?
Cheers
Sorry ThemeNectar, i can’t public it yet, but can you say me how can I add a parallax-bg to carousel logos? I think that i am doing good but say me you way for compare.
Thanks
The correct way to do that would be to create a full width section shortcode with a background image set and parallax option checked. Then you will just place the content you want inside of that, in this case a clients carousel. There should be no issues doing it like that, just make sure you’re not placing this parallax section too close to a parallaxed nectar slider – they need to be spaced apart.
Cheers
Hi There,
first of alle: awesome work! I do have some trouble with the font size of the “recent_projects title_label”. In your preview live demo, the font size doesnt change that much when changing browser window sizes…but mine is way too big in a certain screen size!
I cant see the problem. Maybe someone can help? Would be awesome.
p.s. it does not scale down at all!!!! (responsive)
https://dl.dropboxusercontent.com/u/20894183/headline-recent-size1.jpgProblem solved
. recent_projects title_labels= true was within the “full width section” ... got that out of there and its fine now!
Hey huhuk! I’m glad to hear you sorted it 
Thanks for this awesome theme! Maybe I haven´t seen it yet…is it right, that only posts can be commented? On pages the commentfield doesn´t appear, even if I enable comments.
Thank you for your help.
I solved it for my needs with ”<?php comments_template(); ?>” on the page (Plugin Exec-PHP is activated) 
klurth, I’m glad you found the answer 
Cheers
my client is insisting that Google Translate work with the the Template – is there anyway to quickly verify and test this on the demo?
There is an existing plugin for this where you can simply insert a shortcode into wherever you need, i just want to make sure we can smoothly integrate this into the top menu…. http://wordpress.org/plugins/google-language-translator/installation/Hey clowd24,
I did a quick test with this for you and have confirmed it works as expected. I threw it in the top navigation by inserting this into the header.php file in a list item:
<?php echo do_shortcode('[google-translator]'); ?>
You’ll just need to make some styling up for the language selector dropdown of course.
Cheers!
wow! you guys are quick and great! any way i can see the preview to see how it looks? would we be able to hire your services for the styling if needed?
Thanks clowd24 
1. I just placed it into the main nav as the last item after the search button but you’re free to place it anywhere you want. Also, it’s displaying as a block element so it’s making the header very tall like 200+px you would just need to set the div to position: absolute. Without doing that css it doesn’t look right at all so a screenshot wouldn’t give you much. I was just testing to make sure the plugin has no conflicts and works correctly with the theme – which it does.
2.
Unfortunately I am totally swamped with work to the point where I can’t accept any freelance gigs, so if you need modifications done you would need head on over to microlancer which is a new service from Envato that offers paid WordPress customizations 
also, how do i remove the search feature?
Hey, I’m happy to see you made the move!
1. Add this to your custom css box to help:
#google_language_translator {
position: relative;
top: -10px!important;
}
2. See this in regards to removing the search: http://themenectar.ticksy.com/ticket/52594/search/
1. didn’t work 2. worked but it took away the divider which looked nice with the Google translator feature next to it, anyway to keep that there?
The snippet I pasted for you is not showing on your site at the moment. Please allow me to log in and verify it was entered correctly and when I’m in there, I’ll also add the border back in 
Send me an email at themenectar@gmail.com
Cheers
ok, sent, also i noticed that the google translate is not showing up on the mobile version
When you pasted the css in you left the pre tags from here – upon removing them, the snippet worked as expected. I also added the border back in for you as well. In regards to the mobile display – you’ll have to add it into the mobile menu as well which can also be found in the header.php
Cheers
Thanks! Impressive response time and quality! i added the code in the mobile version and it still doesn’t show also.
On mobile Version: How do i get landing page to be homepage and not blog?
You’re very welcome 
1. It appears the plugin doesn’t like two instances of the shortcode on the same page. The new course of action will be to just keep the main one and use css targeted only for mobile to move it to an appropriate location. Perhaps under the logo?
2. Your mobile landing page should be the same page as your desktop – your saying it’s your blog?
Cheers
1 – sure we can try it there – whats the code? 2 – fixed it.
clowd24, I have been willing to get you rolling with this plugin, and can provide advice for things like this – but I can’t do the entire thing for you because it technically falls under custom development. Have you checked out microlancer? You could have a dev wrap this up for you right away 
Cheer
ok, i understand…i sent you in email regarding the fact the website tends to bug up towards the bottom specifically the footer – this seems to happen more constantly on the homepage than on other pages and text gets removed and i only see the first letter of buttons and footers…
Weird, there’s never been reports of any such bug. Can you verify it’s noting to do with the google translate plugin?
Cheers
It does seem that deactivating the plugin resolved the issue, although when I did that in the footer [one_half] code does not work now, but when I activate the plugin it does work…not sure if this means that there is something else wrong…suggestions on resolving the issues?
Where are you putting the one_half in a footer widget? By default shortcodes don’t work in widgets, your google translate plugin must have just added that functionality. If you’re using the one_half in a text widget, add this to your functions.php file to allow it to parse:
add_filter('widget_text', 'do_shortcode');
Cheers
ok, that worked, but the bug from Google Translate Plugin is still not resolved, was i supposed to add the
tags that are showing up in my email? im assumming not, but when i removed them the aligning of the google translate plugin and the "|" graphic you adjusted is not showing correctly...wondering if this has anything to do with it...
i guess i now see what the ‘pre’ tags do their only for here – thats what i was reffering to above…
should we update to wordpress 3.7? will that help anything?
Yes, pre tags are just for displaying text exactly as entered in regards to spacing and line breaks – they don’t belong in the css box! Also, WP 3.7 shouldn’t have an effect, but you’re safe to upgrade as the theme is compatible with it.
So just to make sure i’m on the same page still – the current bug you’re experiencing is your footer sometimes doesn’t display the text, correct?
Cheers
Correct, but this happens not only in the footer but some random titles, menus, and text as well…playing around with the site a little more, i noticed that all of this only happens if you select “english” from the google translate menu…any other language does not create issues, or if its its default state of “select a language”
Got it – and have you confirmed this is a Salient specific issue?
searched on google and could not find anyone with such an issue…
Hey again – trying to emulate that and I don’t see a selection for English, have you removed it?
Cheers
yes, i removed it so that users wouldnt experience it, you can go ahead and put it back, i have kept your login active for you to go in
Seems it only happens if you translate to english while you’re already viewing in english (default state) If you translate to another language first then to English, it’s fine. I can’t see any reason why Salient would specifically cause that issue to happen, but if you want to deactivate the theme and use a default WP one for a second to test this, please do.
Cheers
Is it possible to install fix 2.1.5 without copy to the server all files as a new theme? Which files I have to update? I’m asking because I don’t want to loose my settings…
Hey k_bednarczyk,
as long as you have not modified core files you have nothing to worry about. All of the theme settings and content will persist through an update as they are stored in the database rather than the theme itself.
Cheers
Hi, on your demo you have this blog pages with different ideas. I’m more specifically interested in the Blog-Masonry Sidebar page. In the second row there is a image slider with content. How is that whole page made and that small slider is done?
thanks.
Hey kaifanun!
1. The masonry layout is chosen by you in your theme options panel in the blog options tab. The page you set as your posts page in Settings > Reading will use this.
2. The gallery slider is just a post format you can choose from when creating/editing your post. More instructions will appear under you main editor regarding populating it once you select it.
Cheers
Item 1, did change to masonry layout, got that part. i’m not understanding sorry.Are we talking about posts or pages? under pages when I create 1/2 columns and add gallery i don’t see the slider option. I only see it if I create posts. Also Under post can I still use nectar shortcodes? However I don’t see page header settings option for the posts.
sorry, I’m allover with my questions. I guess i’m not getting it. Is there a way you can create a short video about it?
There’s no gallery option for standard pages as it’s just a post format – if you want to add a slider into standard pages just use the Nectar Slider. There is indeed a tutorial on that so check it out if you’ve missed it: https://www.youtube.com/watch?v=FLU9Pxo_RD8
There also is no page header settings for posts, because as the meta box title implies, it’s only for pages. Blog single page headers are created for you automatically with the post title and meta info + social sharing icons if you’ve selected any to show in your blog options inside the theme options panel.
Cheers 
ok, I got the slider question. but for the page header when I upload a banner it zooms and makes the banner area big and not the size of my banner. I know you have set dimensions but can I control it with CSS? if so if you can guide me, thanks.
If you’re uploading images at a decent sized width (1700px+) and have the height set to what you define it at in the page header settings box, there should be no zooming. If you want to remove the background-size: cover property still, you can add this into your custom css box:
#page-header-bg {
background-size: default!important;
}
didn’t work. I will continue this on your ticket page. sorry, I don’t know why I started here.
No worries & thank you, kaifanun 
Hey ThemeNectar,
Is it possible, or will it be possible in the future, to use your new full width recent projects shortcode to create multiple rows?
Cheers,
Hey Syrehn! As of right now the only way to get multiple rows would be to generate multiple recent project shortcodes choosing different categories for each row.
It will be possible in the future though 
Cheers
HI,
I am interested in this theme, but confused with the license. What is the Extended license for? I need to create a website for my own or client, etc.
Hey amankaur! If you’re just doing a regular build for your client you don’t need an extended license – a regular license will suffice
Extended licenses are only need when the end product will be sold to others. You can read a detailed list of the legalities behind the license here: http://themeforest.net/licenses/extended but it sounds like it won’t be needed for you.
Cheers!
Just one more thing, will be sold to other like? Like, i purchase from you and selling the template to some other? I actually read that, but not getting it completely.
If you purcahse it and sell the site to one client that’s fine. You just can’t start redistributing the theme as your own product to multiple people.
Cheers
Hello – as with Artblend’s ticket a couple of more above mine is there a way to control alignment when using the shortcode “Image with Animation”. Preferably I want centre aligned but by default it seems to inherit left aligned. thx
Hey sb77! Similar to my answer to artblend, you need to place it inside of a column shortcode, but since you want it centered – just make sure to check to box for “Centered Text”. Here’s an example:
[one_whole centered_text="true"] IMAGE ANIMATION SHORTCODE [/one_whole]
Cheers!
Thank you!
You’re welcome!
Good evening, ThemeNectar. I want to ask you what’s the image size that the home slider sets? Or in other words what is the perfect dimension for images in order to fit the slider all the way? I tried scaling up/down my images but that only resulted in the clarity of the image without affecting the actual size. Your help will be greatly appreciated. 
Hey lifelover! You can control the height of your home slider in the home slider options tab in your theme options panel. I usually uploaded my images at 1800px + for the width and stuck with around 800px for the height. However, if you are interested in having your images scale down accurately in all screen sizes/devices – I would opt to use the nectar slider over the home slider.
Cheers!
You are awesome! Thank you so much!!!!
You’re very welcome 
Hello—great theme. Just had a question about the “Image with Animation” feature for images. Is it possible to align the selected photo to the left/right?
Thanks artblend!
To align an image with animation shortcode, simply place it inside of a column shortcode at whatever size you want. For example:
[one_third] IMAGE ANIMATION SHORTCODE [/one_third] [two_thirds_last] CONTEXT [/two_thirds_last]
Thanks! Any chance of reducing the space between columns via CSS?
You’re welcome! You can edit the widths and margin between columns all within the rgs.css file located in the css folder.
Cheers
Hello,
First off I would like to say I love this theme, very user friendly and perfect layout. However I still have one slight problem Im sure that could be fixed. On the web Browser IE8 (Internet Explorer
there are some compatibility issues, one the home slider never loads and some of the icons don’t display correctly. My client use the browser the most and would need this to be functioning properly to approve of it. Hope there is a way to fix this problem.
Thank you.
Also is there a way to make the footer a one column instead of two.
Another note the functionality of the drop down menu works sometimes and sometimes it doesn’t. in IE8
Firefox Browser also make a post sidebar populate to the bottom of the page.
Hey Creatistic!
1. IE8 should have no problem displaying the home slider or icons. Obviously there will be differences in the IE8 overall look because it doesn’t understand a lot of css3, but core features breaking is not something that should happen at all. Can I please see your URL to check on this happening?
2. You would have to modify the footer.php and delete all the columns but one and change its class to “span_12” so it occupies 100% of the space.
3. This is also not something that should happen nor has it ever been reported – would still need your URL to check it out on my end.
4. The only time a sidebar should be at the bottom is on a mobile view so your screen size would have to be under 1000px wide. I assume something else is at play on your setup from all the things you’ve listed that are not current bugs.
Can I ask you to please open a ticket up with your info so we can continue this there? It’s already gotten a little too long for the comments page. http://themenectar.ticksy.com/ 
Thanks!
Hi! First off – the theme is absolutely stunning. I’ve bought many, many themes and I’d go as far as to say that this is my favourite!
I am, however, having a few problems with the slider. I have six slides, all of which use the same video but different text and buttons.
When I scroll down the page and then return to the top (where the slider is) the video and text are often missing. Sometimes the video is there but no text.
Any suggestions on how to fix this?
Thanks
Thanks so much garethmilton, that’s awesome to hear!
In regards to your issue – can I get a URL to to see this happening myself? I have never experienced or heard reported behavior such as that so it’s hard to say without investigation.
Cheers!
Hey again! Checking in Chrome, I can’t make this happen – what browser & OS are you experiencing this in?
Cheers 
Chrome and OS X 10.8.2. It’s happening for me and the client. Also, the video backgrounds don’t work in Firefox. Does it need to be in a different format for Firefox? Also, would it help page load if I shortened the videos?
Hey again,
1. Thanks for letting me know the specifics – I’m looking on Windows so apparently there’s a difference – I’ll check on my mac soon and see if I can replicate.
2. For firefox playback – Some servers require you to add the media types supported in the .htaccess file in order for them to parse the files. Open up your .htaccess file located in the root of your WordPress install and add this:AddType video/mp4 mp4 AddType video/mp4 m4v AddType video/ogg ogv AddType video/webm webm AddType video/webm webmv