38438 comments found.
The “sort portfolio” button on the portfolio page has disappeared for me in the latest update. Any ideas?
Thanks!
EDIT: Found the new option on the ‘edit page’ for the portfolio page 
Hey eXthus!
I’m glad you figured it out 
I am finding that the mp3 audio player doesn’t work using Firefox. . . is this true or is there additional coding I need to use? Thanks!
Hey jarrodradnich!
You must include both file types in order to make your player cross browser compatible; it’s not one or the other. Once you include a .oga the audio file will play in FireFox 
Cheers
Can we use facebook comments plugin with this theme ?
The theme support the jetpack comments plugin which allows users the option to use facebook and twitter for commenting 
Hey did you know how I can add the map on the contact page ? there is not any explaination about how to proceed..
Hey Lukyvj,
For some reason I don’t see your “purchased” tag. Have you already bought a license?
Hey, of course I did, I work as a freelancer and its for a customer, which bought it..
Okay, well there’s few steps involved with adding the contact map. Just assign the contact page layout to your page and configure the locations on the map through your theme options panel in “Contact Options”.
Thanks for the response, by the way the name of the owner is (unoeilsurtout). Also, I encounter some issues with the “orbit slider”. I Added the template-home-1 to my index page, but here is the slider : http://puu.sh/3EaJM.png
It seems a bit broken ? How can I fix it ?
So I self fixed it :
by adding these lines to the css :
.slider-nav .left {
position: absolute;
z-index: 100;
}
.slider-nav .right {
position: absolute;
z-index: 100;
}
The slider arrows should not have been positioned like that, I’ve never seen a buyer with that issue. Very strange.
HI there.. i would like tu buy and … first, i would know is it possible to list a blog by category, in the shortcode I see its possible introduce the recent post… but the list by category??
sorry for my english.
Hey analidia!
You can easily link directly to a blog category just as you would in any WordPress theme. You can also place that link on your top menu or in a dropdown if you please. However, the recent posts shortcode can’t have categories set to it yet, but it might get it’s functionality extended in a future update 
Hi ThemeNectar,
Thank you for your help last time. 
But I have another question. 
Now I added another twitter icon outside the footer tag but the hover animation effect is gone.
Like this<a target="_blank" href=""><i class="icon-twitter" /></a>
How can I bring it back?
I tried to look inside “init.js” but I have no clue how your awesome team do it.
Thank your help!!! Cheers
Hey wearecheers!
This actually has nothing to do with the javascript, it’s all in the css. Essentially the rule that creates the color effect on hover is set to only target social items in the footer. To extend this, just add a class to the link e.g. color-on-hover. Here’s how it would look all together when you call it:
<a class="color-on-hover" target="_blank" href=""><i class="icon-twitter" /></a>
Now, you just need to create a css rule to give the color effect like so:
.color-on-hover i {
color: #666666;
background-color: transparent;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
a.color-on-hover i:hover {
color: #27CFC3;
}
^ Add that into your custom css box 
Oh, I am over-thinking. it looks simple.
Thank you so much. 
Cheers!
HI There, Quick question… in your theme if I use contact 7 shortcode inside the tab.. will it work?
Regards G.
Hey G!
Yes, it should work no problem 
Hi, looking to have tabbed content, with each tab having its own pricing table. Right now the 2nd tab is cutting off the table about half way down. Figured this would be something that a
<div class="clear" />could solve, but doesn’t seem to be doing the trick. Is this possible, and any idea what I might need to add?
Thanks
Hey acafella11!
What version of the theme are you using? 1.6.2 fixed an issue with pricing tables inside of tabbed content areas.
1.6.1. Works great now, thanks.
Cheers mate 
I am attempting to add a little bit of text to the top of the blog. I was able to do so for the portfolio, but when I add text, etc to the blog, it does not display.
How can I fix this?
Hey PFre888437!
What version of the theme are you using? As long as you’re above 1.5.1 you should be able to add the title to that page fine the same as I have on the demo site. Would be able to supply me with your URL so I can take a peek?
Thanks 
How do I get the bold headers of content? Similar to the “Who we are?” & “Our Skills” on this page: http://themenectar.com/demo/salient/about/about-the-team/
Hey ronrichardson !
You can insert heading tags manually in the text tab of your editor like this:
<h2>Who Are We?</h2>Or you can use the editor selection dropdown to choose the heading style for your text. If you don’t see that dropdown you must click on the “kitchen sink” button on the editor. Should be located on the right near the shortcode generator button.
Line 936 of ShortcodeProcessing : return $audio_markup; should be inside the bracket on top… It was giving me a PHP Notice which was makinf all the Ajax call fail. Check it out! If someone runs your theme with Debug ON it fails!
Anyway love the style of the theme, just which I could use my own font instead of the dropbox… Guess I’ll have to do it myself.
Thanks for pointing this out freshlylanded! This was an accident that occurred when rewriting the function in the last update – I will patch that up for the next release 
—
Also, if you would like to use your own fonts the best way would just be to include them yourself as you know. I’ll look into other options in the future for allowing custom user defined fonts 
Cheers
Hello again -
Thank you very much for all your help – I’m glad to see how often you are updating this theme.
A quick question regarding the logo resizing, during the responsive phase – what is the best file type to use? I find that, upon resizing the width of the screen down, the resized logo is a bit blurry.
Thank you for your help. My website is: http://www.jscreativedesigns.com/jscreativedesigns
// John S
Hey John!
It’s not about the image type that much. Some browsers (chrome and safari) will render images sized in the browser at a lower quality than you would like. If you check the effect in FireFox you will most likely notice the image remains just as crisp. There’s an option to disable the effect in your options panel in case it’s something you wouldn’t like to deal with.
P.S. Nice site! 
Hi again, So sorry, forgot to add this in the previous post. Is there a way we could change the colour of the footer area? The default being black. Thanks.
Hey 
Here’s a ticket that I posted snippets in to modify the header & footer colors: http://themenectar.ticksy.com/ticket/49550/search/
hey, thank you so much for this. I managed to change the footer colours. Also, just wanted add that your css files are so neatly done and so organised! I have no knowledge of html or css but it doesn’t seem difficult to find and change things with the way you’ve put them. Buying this theme has definitely been a good decision. Thank you so much again for your responses!
Thanks a lot for your kind words, nh1!
Cheers 
My images are appearing smaller than their actual dimensions in the extra content part of the portfolio page. I’m uploading 800X600 images but they are appearing way smaller. Is there any way to fix this? Please help. Also, in the home slider, what are the ideal dimensions for the images to not get cropped? I’m uploading 1600X700 px images and they show up cropped on most 1366X768 screen laptops. Please let me know how i can fix these two issues.
Thanks much
nh1,
1. I would need a URL to be able to diagnose your portfolio issue.
2. Have you set the height of your slider to 700? If the height is matching the image height exactly, the scaling will be stopped earlier than you might like. Try changing the image height to be 550 or perhaps upload images that are even taller, say 850+
hi, I figured out the portfolio issue. The images had to be selected to “full size” while uploading in the media library. and increasing the slider height to 750 for 650 images and it seemed to work. the sides get cropped a little a still, but i’ll try and reduce the width of the images maybe.
Thank you so much for the response. It’s really awesome that you guys respond on time! Cheers.
You’re very welcome! 
Hi.. is it possible to use Gravity Form.. and embed video on header/slider from Vimeo or other?
There any feature to create a CALL-IN-ACTION element…
Gravity Form for me is very important…
In the Home page i have to show at the top a Video with some content on the left of on the right.. and just close to (left, right, down of the video and/or the content) a CALL-IN-ACTION (like BUTTON).. etc.. is it possible with your theme to do that?
Thanks for fast reply
Stefano
Hey again Stefano,
1. The theme hasn’t been tested with gravity form, but if you use it and find bugs just let me know and I’ll try and patch them.
2. Yes you can use a vimeo/youtube video in the slider.
3. The call to action section can be seen near the footer of the site. You can configure it to say whatever you want and link to anything. You can also specify certain pages for it to no display on.
HI there.. i would like tu buy and … first, i would know is is possible to change default green color to match with my logo (orange ff6600) and if is it possible insert video from vimeo or other in header/slider? Thanks
Hey stefanoferruggiara!
Yes and yes 
I want to change the position of the social icons from footer to the top (primary menu)
I tried integrating the code from footer to the top menu. The integration worked just fine but the icons changed to text ie.. The icons were no more visible but they changed to text (instead of twitter Icon, I could see the text “Twitter”),.
Can you please tell me how to integrate the footer social icons menu in the top bar menu)
Thanks
Hey rohitkhuranadce,
With the current state of the theme doing that is not supported by default and would require a bit of custom css to achieve the look properly.
Can you please tell me how to do that.
Need to do that urgently. Thanks
You need to open up your header.php file, locate the nav section and insert the icons you need inside of new list items like this:
<li><a target="_blank" href="<?php echo $options['twitter-url']; ?>"><i class="icon-twitter" /> </a></li> I would recommend placing that right before the search button. That will get you a good way there, the rest would be tweaking the css on them to get them aligned right.
Well it didn’t work with the tag.
I replaced the italic tag with \span\ and it worked but it came up with some very ugly looking icons without any hover effect.. Want the same effect as the icons in the footer.
Kindly tell me how to do that.
Here is how it looked finally.
http://prntscr.com/1f5endAnd her is how it is looking in the footer
http://prntscr.com/1f5er9When you hover on the footer, it comes up with beautiful orange color. However no such transition is coming in the header.
Awaiting your reply. Thank You
You would need to add a class onto your span to create new rules for the new location you’re adding your icons to. The rules would have to make the background color transparent and create a color hover effect.
Assuming this is the markup you’re using, here it is with the new class:
<li><a class="header-social" target="_blank" href="<?php echo $options['twitter-url']; ?>"><span class="icon-twitter" /> </a></li>
and here are the css rules to add to your custom css box:
a.header-social span {
color: #666666;
background-color: transparent;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
a.header-social span:hover {
color: #27CFC3;
}
Worked like charm, thanks.
Just one last problem. All icons except youtube icon are appearing.
Youtube icon is not appearing, Can you please check that.
This is the code that I used
<li><a class="header-social" target="_blank" href="<?php echo $options['facebook-url']; ?>"><span class="icon-facebook" /> </a></li>
<li><a class="header-social" target="_blank" href="<?php echo $options['youtube-url']; ?>"><span class="icon-youtube" /> </a></li>
<li><a class="header-social" target="_blank" href="<?php echo $options['twitter-url']; ?>"><span class="icon-twitter" /> </a></li>
<li><a class="header-social" target="_blank" href="<?php echo $options['google-plus-url']; ?>"><span class="icon-google-plus" /> </a></li>
<li><a class="header-social" target="_blank" href="<?php echo $options['pinterest-url']; ?>"><span class="icon-pinterest" /> </a></li>
Don’t see anything standing out from the code so could I please see the URL to better diagnose your problem?
Thanks
Is it possible to delete the dates on all blog posts?
Hey Sally!
Paste this snippet into your custom css box in theme options panel:
article.post .post-meta .date {
display: none!important;
}
If you also want to hide the date on the single post page, you would need to open the template file single.php and search the line that adds the date and delete it 
The line to remove in that single.php file is this:
| <?php the_time('F d, Y'); ?>
(Just in case you have trouble finding it)
I tried both of those and neither option worked. I even tried deleting the
Also, when I go to publish a quote in my blog section, it won’t create a link unless I make an invisible title with spaces.
And it won’t let me upload my favicon.ico file. 
So … the code you gave me now shows up in the top right corner of my long-in page and every blog post new entry page, but the date doesn’t show anymore since I put in a title for each quote, which seems a bit unnecessary for a quote. I think if I can take the code out of the css box and change it in the php file instead the code would stop showing up on all my pages, but the line I tried to remove changed nothing. I’m still getting an error message every time I try to upload anything, and I’ve tried all types of files and sizes..
That makes little sense. The custom css box should insert the rules placed in it as css and not display as text. I have given hundreds of snippets to buyers who use them successfully.
—
What’s the error message you’re getting? I havn’t heard of any reports of errors using the upload button unless the user is not using WP 3.5+, in which case it just wouldn’t work at all.
Can you email me with an address I can reply to? I need to send you the screenshot.
Re the WP, I’m using wpengine and all their stuff is up-to-date. Trying again tonight, but it’s given me the error message yet I find them in the gallery and then can’t attach them to anything.
I can’t email you because I don’t know your email address. Email me the screenshot at themenectar@gmail.com
Thanks.
A friend when into the ftp file and found a way to get rid of it, but the problem of dates remains. While the date doesn’t show up on individual blog posts, I can still see all the dates on the main blog page and in my gallery.
You can deactivate the dates for your portfolio inside of the theme options panel in the “Portfolio Options” tab.
The snippet I gave you should have removed the dates on your main blog page, can I please have your URL so I can see why it’s not working for you?
Thanks!
I didn’t know you were using the masonry layout. For that use this snippet:
.full-date-wp {
display: none!important;
}
article.post .post-meta .date {
display: none!important;
}
.full-date-wp {
display: none!important;
}
Interesting, I don’t see those rules getting applied on the front end. Would you mind opening a private support ticket with your credentials so I can login and see why it’s not getting applied?
Cheers
hi
nice theme^^
how to change “call to action” button’s font size?
Thanks nagootv!
You can use this css snippet in your Custom CSS Box to alter the size to fit your taste:
#call-to-action .container a {
font-size: 16px!important;
}
@trocity
while we wait to see if WooCommerce functionality gets added by default in a future update you can add compatibility for basic WooCommerce structure by following the instructions in my comment on this page:
http://themeforest.net/item/salient-responsive-portfolio-blog-theme/discussion/4363266?page=47Thanks a lot for being helpful as always, Syrehn 
my pleasure. 