38434 comments found.
Hello, I would like to put a html5 canvas background for my homepage but when I did all the necessary my homepage supposed to welcome the canvas starts to load and never stopped, please help me thank you
Hey,
Please share your URL in regards so I can take a look 
Cheers
The error “getImageData’ on ‘CanvasRenderingContext2D’: The canvas has been tainted by cross-origin data.” is showing up – if you’re using a cdn to deliver media you’ll have to exclude the particle one(s) from it since drawing with canvas doesn’t allow that
thank’s for your answer but how i can exlude the paticle one(s) from my cdn ?
Hey, it depends on your CDN if you reach out to them in regards and ask them about exceptions they should be able to assist 
ok thank’s and if i don’t use a CDN that is the problem ?
hey, i have ask at my CDN what kind of problem i have and he don’t know what happen, may be i must change something in my php code ?
You have all of your images coming from a CDN i.e. they are showing with the URL like this: http://i1.wp.com/www.mathieuconstans.com/wp-content/uploads/2014/07/ref.jpg
for the image you’re using for the particle header it needs to be coming directly from your domain, without the CDN, so using the above image source as an example it would need to be: www.mathieuconstans.com/wp-content/uploads/2014/07/ref.jpg without the http://i1.wp.com/
ok thank you very much, i have disable a function of askimet and now it’s ok 
glad to hear 
Hi,
recently bought the salient theme. Just a quick question. Is it possible to have the nectar slider on the top of the single post page?
Thanks!
Hey,
As of now that would require some custom development of unfortunately if you’re referring to it replacing the page header location
Cheers
Hello guys,
After the last update of Salient Theme, something strange happend. All fonts was modified to nothing in Salient theme options. I had several problems, and now all I ask is to give me the default font setings for this theme. Salient-Typography: navigation & page header , general html elements, nectar specific elements.
?I need: font family and all defaul information in each section mentioned above.
Thank you
Hey,
the typography selection is different depending on the demo – which demo are you trying to emulate? Also, after updating are you saying that the typography fields have no fonts set where they were previously set?
Cheers
Hi Nectar,
I have a serious problem after updating from Version 6.1.65 to 7.08: I am using Justified Image Grid Plugin because it’s easy to customize a gallery masonry style without spacing (like a wall and like your Portfolio Masonry Style). After updating now the gallery placed in fullwidth with content element only shows a width of 1245px (like a text element) on a 1920 px Screen. Mobile is alright, but on any desktop screen the gallery never filled the whole width. BUT: If I try to get HTML/CSS informations with Google Conole (right mouse click) the gallery switched into fullwidth and looks fine. So I have watched a similar ticket on your support forum https://themenectar.ticksy.com/ticket/800216. So it seems to be an issue. My URL is http://www.bls-bayern.de/referenzen/.
So please take a look – it’s very urgent, because it looks very bad. Maybe you are able to give a new gallery option masonry style (like you do in Portfolio options). That would be great and it would be so much easier!
Just another question: Do I have to pay for support now? Just have received a reminder, when I’ve written this comment
Cheers Markus
Hey,
1. Add this into the init.js file located in the js folder:
$(window).load(function(){
$(window).trigger('resize');
});
after the line: jQuery(document).ready(function($){
2. You only have to if you want to use the support forum – unless you purchased Salient before the support changes were released by Envato. You can read more about them here: http://marketblog.envato.com/releases/item-support-policy-and-functionality-launched/
Hi Nectar,
The small lines work fine! Big thanks! So could implementate that into the next release? Because it would demand better 3rd parity plugin support.
1.) Just figuered out another problem: I have placed on a single portfolio page a silder at the top and a gallery (salient gallery item; 3 columns, image grid style, meta on hover + entire thumb) inside a tab . After the update the opacity overlay of my accent color (like you can see similar in my justified image gallery created one of my example above) disappeared. No overlay color anymore (only meta). I’ve tested to place any new gallery on another site (NOT inside a tab!) and it works fine. So maybe the slider above or that it ist placed into a tab could be the issue.
The URL is http://www.bls-bayern.de/immobilien/eigentumswohnungen-in-muenchen-solln/. You have to navigate to the tab section “Umgebung” (directly below the slider on top of the page). The image gallery is placed here. Does not depend on any browser. Also the slider animation (fade) on top of the page does not work with Internet Explorer 10 + 11!
2.) Have you changed the behavior/optic of the progress bar item? It looks different now – you can take a look on the same page example above http://www.bls-bayern.de/immobilien/eigentumswohnungen-in-muenchen-solln/. It’s placed by shortcode in the portfolio widget area next to the top slider
3.) And last not but least: I’ve decided to get another license of your lovely theme, because I want to rebuild my own site with WordPress and what else should I choose instead of salient??

CHeers – Markus
Hi, I can’t use the Page Builder any more. I can enter the “Add Element” window, but nothing happens when i click on a component :/
Hey,
the only version of Salient that is compatible with the latest WP is Salient 7.0.8, and the only version of Salient Visual Composer that is compatible with WP 4.5 is 4.11.2. If you’re using older versions of these and have updated to WP 4.5, your visual composer will not work.
Once you’ve updated Salient, head to the plugins section of your admin panel to update Visual Composer. If you’re having issues after using both the current versions, check for third party plugin issues – WP 4.5 added a new version of jQuery and a lot of plugins broke because of it.
Hey
After updating Woocommerce to the new version, my shop page has one problem. the products are in rows, but in one row there is one product, in a row below it are two products, the next row has one product, etc http://www.polskapszczola.pl/sklep/ how to correct it?the same happens for the category pages. Thank you Martyna
Hey, this will be sorted in the coming Salient bug fix version which will be out tonight or tomorrow morning, depending on when Envato approves the update 
thanks!
You’re welcome 
You’re welcome 
Hi there,
I want to change the background opacity of main menu dropdown to 80% . How do I do this?
Thanks
Hey, Add this into the custom css box located in your Salient Options panel:
body header#top .sf-menu li ul li a {
background-color: rgba(0,0,0,0.8)!important;
}
Cheers!
I need to change the hover for the copyright section. It’s currently pulling from the accent color but that’s the same color as the copyright section BG color, so when you hover, the link seems to disappear and that’s bad UX from my end.
Can you provide CSS so that the hover on the copyright section only is #171717
Thanks in advance!
Hey,
Add this into the custom css box located in your Salient Options panel:
body #footer-outer #copyright li a:hover {
color: #fff!important;
}
Cheers
That didn’t work, anything else?
Please share your URL in regards so I can see why that didn’t apply for you
Cheers
body #footer-outer #copyright li a i:hover {
color: #fff!important;
}
I’m not sure why it’s not working but it isn’t. I cleared my cache to make sure. Please advise.
I’m currently not seeing that added in – could you please open a ticket in regards with your admin credentials so I can take a further look? Also please let me know your ticket ID here once you’ve done so: https://themenectar.ticksy.com
Cheers
Ok, I submitted a ticket with my login credentials. Ticket#: 806675
When will you update the theme to support the new version 2.6.0 of WooCommerce?
Hey, the update will be out tonight or tomorrow morning depending on when the Themeforest queue approves it 
awesome product! fantastic support!
Thanks a lot! Glad you’re enjoying everything 
Heyyy Awesome Themenectar! still waiting to hear via support if Parallax and Animations pls possible on $alient mobile view (some css or…)?
Hey! Unfortunately css alone can’t handle this but the next feature based update will try to address it 
Pls yes that would be priceless! having unpredictable creative ‘Life’ on all of our $alient mobile views (especially since android phone browser update finally allows for smooth parallax) is amazing #LookingForward to the next update THNKS!
Hi everyone, If you are having a wrong product column display problem since the last WooCommerce update then this is a quick fix before ThemeNectar fixes the issue: https://wordpress.org/support/topic/26-update-product-column-display-is-wrongwrong-number-of-products-shown?replies=1#post-8524097.
There are still some problems in CART related to Shipping Calculator and Process to checkout button. Thanks
Hey,
thanks for listing that to help out others
The update will be out either tonight or tomorrow morning for compatibility
Cheers
Hi guys! I have 2 questions:
1. Is it possible to use an icon on the page submenu tabs? Just as this website does: http://www.fico.com/en/products/fico-enterprise-security-scoring
2. If not, i had added some icons to the main menu, using the #menu-item-xxxx id, and adding a background to each menu item by css. Is there a way to do the same procedure with the page submenu tabs? I had seen there is an id=”” and a tab-id=”” on each [page_link …] but doesn’t seem to change with some css applied to those id’s. So, what are them for if they can’t be used with CSS rules?
Thank you very much.
Hey,
As of now this would require using the method you listed in #2 – you can target the items separately like:
.page-submenu ul li:nth-child(1) a {
}
.page-submenu ul li:nth-child(2) a {
}
etc
Cheers
Thank you very much, that works perfect!
I have one more question. I want to add to my website an svg drawing that i want to be drawn and erase with scroll. I mean, when the user is scrolling down, the svg start drawing, if i scroll up, it erases itself as i am scrolling up. 100% controlled by the scroll. Do you have any recommendation of any plugin with this feature?
Thanks guys for your help.
Hey guys, the solution you gave me to use icons in the page submenu worked perfect. Now, i want to know how can i display only the icons without the text labels on ipad and tablet. Could you give me a hand?
Thank you very much!
Is there a way to increase the width of the drop down menu? If you look at the drop down of my “courses,” the second drop down wraps. I’d prefer the block to be wider so it doesn’t wrap.
Hey,
Add this into the custom css box in the Salient options panel:
body .sf-menu ul {
width: 18em;
}
Cheers
Hey! Is there a way to use a different font color on the Nectar Slider title and subtitle? Thank you in advance! 
Hey,
body .swiper-slide .content h2, body .swiper-slide .content p {
color: #fe978c!important;
}
Cheers
Hi TN,
Loving the theme so far! Quick question, I want to be able to look at all the page content of the Agency demo, but don’t want to import all of this content onto my current website as I am already using Ascend (and enjoying it).
Should I host a brand new website and import the demo content on there so I can see the Visual Composer details of the pages? Or is there a way to do this without importing the content onto a new website?
Thank you for all the support. 
- Will
Hey!
If you just want one of the pages let me know which I can provide the snippet for it to save you the trouble 
Cheers
Hi TN,
I want to be able to look at every single page and every single element to see all the details. Is the only way to do this by purchasing a new domain and hosting a new WordPress site?
Regards,
Will
Hi,
I saw your demo website: http://themenectar.com/demo/salient-frostwave/home-portfolio-eye-candy/But when I click on: shop > with sidebar nothing changed compared with shope > fullwidth
I really like to see the shop with the sidebar function.
Regards,
Sewak Aramjan
PS: great theme!
Hey, thanks!
You can see it here: http://themenectar.com/demo/salient-ascend/shop/?sidebar=true
Cheers
Yes, excellent, thanks! Is it also possible to add categories to the shop?
And when I buy this theme for $59, can I use all the demos? For example, if one demo does not work out for me, can I change to a different demo?
Regards,
Sewak Aramjan
Hey again! Yes, all the demos are available to import – you’re only limited to using the theme once per domain. Also, you can indeed sort your products by categories.
Cheers
Thank you very much! I just bought your theme and can’t wait to get started. 
Awesome! Glad to hear 
How do I change the size of the title text in “Toggle Panel” feature? Which setting controls it inside “Salient – Typography”. And how do I potentially change the colour of that text?
Hey,
You’ll need css for this – add this into the custom css box located in your Salient Options panel:
body .toggle h3 a {
color: #000;
font-size: 16px!important;
}
Cheers
Hey hey! Super quick question- having an issue on my site where my testimonial section appears out of place on mobile. To say differently it looks great on desktop, but then I bring it to my phone and there’s a ton of space between the testimonial and other sections (temperandforge.com)- There has to be something I’m missing!
Never mind! Figured this one out thanks. For those who are curious- I changed the section from full width content to full width BG and it worked.
Hey, glad to hear you’ve sorted it 
Cheers!
Love this theme! Only one issue… Whenever I assign a menu the site will no longer load. Any idea what could be causing this?
Hey, glad to hear! Could you please share the URL where the issue is present?
Cheers
I don’t have a menu signed currently so that I can edit everything else in the meantime. Not sure if that will keep you from figuring things out. greenboxair.com/wpress2
So, I disabled page animations and now it allows the page to finish loading. But, now the issue is that NectarSlider will not load when a menu is assigned. Seems like the menu is the culprit but I can’t figure out what is causing it. Please help 
Hey, it appears you’re no longer using a Nectar Slider on that page – is there anyway you could add one again so I could take another look?
Looks like when I had the option “keep menu sticky on mobile” selected, it was messing with things. Seems to be working for now. Thanks for looking into it!
Cheers 