38439 comments found.
Hello,
How do I properly add links to a full width section with an image animation? When I try adding an href it works, but really throws off the layout of the page.
Thanks,
Hey thornby,
you should be fine simply adding a standard HTML link around your image shortcode in the text tab on your editor like:<a href="http://themenectar.com"> [image_with_animation] </a>
If that’s messing with your layout, please share a URL so I can see what’s up 
Cheers
It’s working now. I think my issue was I was trying to include the full frame shortcode in it as well and it didn’t seem to like it. But putting the link inside of it worked. Thanks!
Good to hear & you’re welcome 
screen shot: http://prntscr.com/211ckk
i have some trouble. how can i applied read more option? where can i find?
Hello passioneyes!
http://themenectar.ticksy.com/ticket/67451/search/I cannot get the video to run at all in Internet explorer 10. Just a loading circle. Image doesn’t show up either. Works fine in Chrome, FF etc.
Hey jbradder,
Are you supplying correctly encoded mp4 & webm files? You can test that the slider should work in all browsers when this is the case by inserting the demo video in your input fields:
http://themenectar.com/demo/salient/wp-content/uploads/2013/09/onemore.webm http://themenectar.com/demo/salient/wp-content/uploads/2013/09/onemore_1.mp4
I’ll take a look.
How can I make the “HOME SLIDER” transparent? I tried this code but no luck:
—-—-—-—
body .container-wrap, body .project-title, body .home-wrap
{background-color: transparent!important;}
—-—-—-—
I try to find it but no luck
—-—-—-—
div class=”orbit-wrapper”...div id=”featured” data-bg-color=”#000000” data-slider…class=”orbit”>
#featured { background-color: transparent!important; }
#featured article {
background-color: rgba(0,0,0,0.5)!important;
}
hey guys, i’ve bought ur themes for a long time, but i cannot use the portfolio & blog pagetemplate as ur demo shows. i imported ur dummy data XML file but it didn’t work either. i’m wondering that could you help me with a more detailed XML file as your demo or give me some support.my link is www.hellox.net. hope u can check what’s the problem with it. thank u.
Hey NOvanityfair,
1. There is no blog page template – you just need to assign a page to your Posts Page in settings reading and then choose your desired layout in the theme options panel > blog options tab.
2. It looks like tried to put a recent work carousel on your main portfolio? That’s probably what’s screwing up your layout please delete that shortcode and just let the regular portfolio items display. If you want me to do it for you just open a support ticket with your login info 
Cheers
hey Nectar, thank you so much for your explainations,it’s very detailed & helpful.after i asked you last night i suddenly discovered that the problem is your theme has a clash with some of my plugins such like the”ninja pop up” and so on… when i tured them off the problem of pages were solved at once~ i have another question is can i upload a mp4 video when the short code asked a m4v video to be uploaded?
[video poster="" mp4="" ]
Cheers!
There is a major issue with WooCommerce / Salient compatibility. I’ve determined the issue is related to Salient as this issue does not occur when other themes are activated. Here’s the issue: On the Add Order screen I’m not able to type and search for a customer in the Customer drop down field. The Customer drop down field just shows “Guest” and won’t accept any typed keys.If I deactivate Salient and use a different theme, this issue goes away. Also, on the WooCommerce orders screen, the sorting dropdown fields are stacked on top of each other opposed to being in a straight line. I need a fix yesterday as we cannot revert back to another theme. This is an EXTREMELY critical issue for us as we need to place manual orders and access the customer drop down menus. Please help!!
Hey adamsqb,
1. Email me and I can give you the fix, as what’s causing the search field to be hidden is just one line of css. themenectar@gmail.com
2. I don’t see how the sorting dropdowns being stacked into three lines is a critical issue, I think it could be more appropriately categorized as a slight nuisance – but nevertheless, I’ll fix it for the upcoming release 
Will do, thanks!
You’re welcome!
is it possible to show an specific category on the portfolio page? instead “all” on load of the page?
usually in a html5 page,you used
—-—-—-—-—--
$container.isotope({
itemSelector : ’.element’,
filter: ’.web’,
—-—-—-—-—--
but i’m not sure if this applies in wordpress as well..
by the way padding in portfolio works fine
you guys are totally the best
Yes, you can do that right inside of the page-portfolio.php file, you’ll see a script at the top to change the filter: ’.web’ to 
plz help.. mahiette.com/portfolio/ its showing the blog instead the images.. how to make it back..? 
Hey, what did you do to make that happen? Make sure you don’t have the posts page set to that in Settings > Reading in the admin panel.
Cheers
can you believe my kid did that change in the time i was cooking? i cant believe how fragile is this environment. I thanks God because you! God bless you! plz keep doing susch a great job.
heading to buy an ecommerce from you.. any suggestion?
any way to change background for pages but not home? be proud of your work!! amazing job
Thanks mahiette!
Target your desired pages based on the unique id the body class.
e.g.
body.page-id-848 {
background-image: url('img-src.jpg');
}
Cheers
I tried by pulling the code upwards(from edit page) and getting it next to the “recent works” but the result wasn’t as I wanted it.
Hey lifelover, gaps in page content are always created by extra spaces in the editor. You said you already tried removing spaces in your editor between the two elements, but also confirm there’s no spaces or extra html between those two full width sections in the text tab on your editor. If you can’t sort it please open a ticket on the support forum with your log in info and I’ll take care of it for you 
Cheers
Any ideas why videos loaded with the Nectar Slider won’t load at all on Safari ?
Hello IronTemplates,
I would need to see your URL because as long as you’ve supplied both correctly encoded webm & mp4 files, there should be no problems with Safari as seen in the demo.
Cheers
AddType video/mp4 mp4 m4v AddType audio/mp4 m4a AddType video/ogg ogv AddType audio/ogg ogg oga AddType video/webm webm
1. As I mentioned above, you need to use a webm & mp4 combo. It also states right on the webm upload field description: “You must include this format & the mp4 format to render your video with cross browser compatibility. OGV is optional.”
2. The AddType .htaccess addition is to allow Firefox to parse media files (some servers need it), it doesn’t relate to Safari.
Hi there,
nice theme. How can I show different projects in the ‘Recent projects’ shortcode ? In fact I want random projects on each page without chosing manually. Do you think it’s possible ?
Sincerely yours 
Hey badaboom,
You would need to do some modification to the recent projects shortcode located in the shortcode-processing.php file inside the nectar/tinymce directory. Unfortunately there’s quick way for me to do that for you here, but essentially you’d need to modify the query to pull random posts each load.
Cheers
Hi,
Is there a way to use a short code for a fifth of the page? I have 5 items on my homepage that need to be distributed nicely in 5 columns.
Cheers, Henry
via short code, I mean.
Hey Henry,
There’s no 1/5 shortcode because Salient is based on a 12 column grid system. You could make your own class for a 1/5 though and just call it in the text tab on your editor via html.
For example:
<div class="one_fifth"> it's a 1/5! </div> <div class="one_fifth"> it's a 1/5! </div> <div class="one_fifth"> it's a 1/5! </div> etc..
and then add this to your custom css box:
.one_fifth {
width: 20%;
padding: 10px;
display: inline;
}
Cheers
Hi,
I tried this but all items are shown below each other and the icon mouse is gone.
Can you please help me?
Thanks, Henry
I’ll need your URL – i’m not sure what you mean by “the icon mouse is gone” .
Cheers
Sorry, I meant when using the [one-fourth] short code I see on mouse over a color change of the icons, but this does not happen in my div or table version with the icons, that you can find on my homepage http://www.creditdata.nl right now. Nesting problem I guess but I don’t know how to get this this working with 5 columns …
If you want me to log in I can take care of that for you – Checking your code right now I can see that the css rule is not taking effect from your custom css box. Did you accidentally copy the pre tags in there as well?
Juts open a private ticket on the support forum with your info: http://themenectar.ticksy.com/
Cheers
hy nectar. first congrats for your work in this theme. I have a big problem,i been working wordpress in local host and creating a web using your theme, and now that i get a domain and a host when i,m working online and i upload your theme there,s a lot of things missing…the menus,slides,lots of options…i upload for working in internet your version 2.1 what can i do for work again like when i was doing in local and get back all the things that are missing? sorry for my english and thks in advance….keep on the good work
Thanks arturocasanueva,
I’ll need you to open a ticket with your URL and login info so I can see what’s wrong with your live setup.
http://themenectar.ticksy.com/Cheers!
my url http://arturoilustrador.com/ thks
It looks just like a fresh install of Salient before configuration. Have you ever moved a WordPress install from a local server to a live one before? There’s a few steps you must take such as exporting / importing the database & running sql queries to find and replace old URI’s to the new ones of your live location. See this for a reference in the process: http://wp.tutsplus.com/tutorials/hosting/migrating-a-wordpress-site-from-a-local-server-to-production/
Cheers
Hi, great theme!
Couple of questions: 1 – Is there a way to make the white background in the header transparant? That would fit better into iOS 7.
2 – In the Portfolio page, when you press ‘view larger’ it opens up one image in a lightbox. It it possible to add a slider into this lightbox that shows all the images of that portfolio item? The ‘more details’ button would then be working to show the project with text and stuff.
3 – Is it possible to change the font size/color in the portfolio page?
4 – Is it possible to change the distance between the thumbnails in the portfolio page?
Best, Marco
Thanks Marco!
1. It will require a bit of additional css to make the page completely go under the header from the start, but here’s the actual css to make the transparency:
#header-outer {
background-color: rgba(255,255,255,0.8);
}
2. This would require the use of a plugin/custom development i’m afraid. There’s nothing built in to assist with that at the moment.
3. Just click on your kitchen sink button to show the second row of options which include size/color dropdowns 
4. Sure, just enter this into your custom css box and play with the margin percent:
#portfolio.portfolio-items .col.span_4 {
margin: 0 0.13%!important;
}
The default is 1.13% so you’ll be adjusting it in the 0.0% to 0.1% range 
Cheers
your theme is not working all the way correctly with the newest wordpress i installed the site from scratch as a test with an older version the one before 3.7.1 and your theme works fine i update wordpress and the shopping cart on the upper right hand corner does not show anymore
Hello to you too, PMZ! 
There’s nothing in the latest WP update that could effect the shopping cart in WooCommerce. I have just confirmed on two different setups (the live demo & locally) that the cart functions the same as before. Make sure you:
1. Have it enabled in the WooCommerce options tab in the theme options panel.
2. Have products added to your cart, as it doesn’t show up when your cart is empty.
Please open a ticket with your URL if it’s still not showing for you so I can investigate your issue for you.
http://themenectar.ticksy.comThanks
Is there a way to center a tabbed section? (get three tabs centered on the page, centering text is easily done with a div align)
Thanks!
Hey ecdj, this would require a bit of css – if you need help with this particular mod please open a ticket in regards: http://themenectar.ticksy.com/
Cheers!
OK, did that. Awaiting a reply 
Thanks! Sorry for the delay – there’s a large queue of tickets now because I had to focus on 2.5 over the weekend.
Cheers
Hi guys, amazing theme! Is it possible to rename the theme folder? My client asked me to customize until this level. Is it possible?
Thanks
Hey aldielo! If you want to go ahead 
Hi I’m finishing off a client site and have spent hours trying to work out why a video on a Nectar slider won’t play in IE8 or in any hand held device. I’ve encoded, re-encoded etc. all video types mp4, webM, ogv, ogg, m4v using a number of free and purchased programes. In desperation, I viewed the theme demo site in IE8. To my horror, it’s throwing up exactly the same problem I’ve been encountering!!! The actual video player loads but the video doesn’t. The poster image just hangs there and auto rotation seems to be turned off due to this js error:
Webpage error details
Message: Object doesn’t support this property or method Line: 2745 Char: 4 Code: 0 URI: http://themenectar.com/demo/salient/wp-content/themes/salient/js/nectar-slider.js?ver=1
Any idea about what’s causing this?
Just noticed that the testimonial slider on About Us Extended page isn’t working either.
Message: Object doesn’t support this property or method Line: 1132 Char: 3 Code: 0 URI: http://themenectar.com/demo/salient/wp-content/themes/salient/js/init.js?ver=1.0
I know IE is a real pain, but there are too many people still on XP and IE8 to leave things unchanged.
I’m hoping there my be a quick solution. mediaelement isn’t converting to Flash for some reason. However, I can’t understand why video doesn’t work on tablets.
Sorry about this long message 
Hey dougie1960,
1. There is a bug in the current init.js in regards to IE8 compatibility (it’s just one line) that causes some other things to break such as the testimonial slider. The fix for it will be included in the net release but if you want it earlier just open a ticket on the support forum.
2. The Nectar Slider swaps video BG’s with images on mobile devices because mobile devices do not allow autoplaying videos to prevent users from accidentally running up their data usage. This is covered in the tutorial: http://www.youtube.com/watch?v=FLU9Pxo_RD8 at 6:38
Cheers!
Hi, webfonts are not loading in the correct order. They should be loaded before any other stylesheet right after the header.
Thanks
add_action( ‘wp_enqueue_scripts’, ‘options_typography_google_fonts’ );
in fonts.php changed to
add_action( ‘wp_enqueue_scripts’, ‘options_typography_google_fonts’ ,5);
to set a higher priority 
Thanks for mentioning jaroslav, i’ll ensure it enqueues first in the next release 
1. my salient theme stopped showing the cart in the upper right hand corner. any ideas what happeded? 2. in chrome browser large images linked are not entirely clickable only a small portion of the image near top is clickable but in i.e and firefox the images links the entire image correctly, any fixes?
PMZ,
1. Please see my response to your duplicate post regarding this concern.
2. I’ll need your URL to check on this for you – please open a ticket on the support forum if you haven’t already.
Cheers!
Hey ThemeNectar! I’m a big fan of the template. It really rocks. However I’ve been facing a small problem. I want to hide the author and category of a blog post and to do so, I did not find any other way than creating a child theme. In itself, a good thing. However, when it came to remove the author from the shortcode, it didn’t work and I had to edit the original file in the nectar/tinymce/ dir. Any chance this could become compatible with the child theme system? Or that there would be an option to display these info or not?
Thanks for the work!
Hey Lymf!
I’ll add an easy way to target these things so it will only take a line of css in the next update 
Cheers
Awesomeness!
Cheers!
Hey ThemeNectar, I finally had a chance to update to the latest version and saw that you did change the thing for the blog… however, would it be possible to:
- englobe all the things in one tag (because there are spaces between the spans that are still displayed and that cause a graphic bug on my side so rather than having <span>blabla</span> <span>hey hey</span> to have <span>blabla hey hey</span>).
- also, could you change the short code for the latest posts so that we can remove the meta through CSS as well?
Thanks in advance!
Hey Lymf!
1. The spans should not have changed the spacing, but allows all the items to either be removed at once by targeting the three at once or the option to remove just specific ones, which wouldn’t be possible if they were all wrapped in one.
2. Yeah, that’s on the to-do list for the next release!
Cheers
Thanks, I figured out my mistake for 1.
You’re welcome and that’s good to hear!
Cheers