38356 comments found.
I also noticed when using the Visual Composer, there is now no BUTTON option to add as an element within the design. Only “Social Buttons” options. Is there a way to add Buttons still?
Hey superhealth,
The button element has not been removed from the page builder – Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Cheers
Hey, when is the big update going live? I have a project that may be a good fit – been waiting for your major update! I don’t want to go with another theme.
Hey goofydadog,
This month
If you’d like a copy of the beta, please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hi,
I just loaded the 8.5.6 version and the cart is not working properly. I notice there isn’t a “cart” folder anymore to load. How do I correct this?
Thank you
salient/woocommerce/cart/cart.php version 3.1.0 is out of date. The core version is 3.4.0, salient/woocommerce/cart/shipping-calculator.php version 3.2.0 is out of date. The core version is 3.4.0,
I just deleted the Cart folder all together, was that the correct thing to do? It looks a little better on the site, but still off.
Hey superhealth, could you please share the URL in regards so I can take a look?
Thanks
Hello! Hope your having a good one. Question… How can I edit the Shop > Product Examples > Page Builder to be my main product page?
Hey rasheedny,
The actual page builder itself will become available in product edit pages when using the option “Fullwidth Under Images” for the “Product tab position” in the Salient options panel > WooCommerce tab. If you’re trying to set a template to automatically be used on all future products by default, you could set a template in the WPBalkery page builder plugin settings
Cheers
Hi there, I plan to buy another license for the theme. Is there a demo with navigation on the left? I can’t find one at first sight. Thanks!
Hey there.
Just wondering if you are able to have a multi page site that uses your one page functionality here >> http://themenectar.com/demo/salient-service/
Basically we are wanting the dot navigation and scroll hijacking to be on each page of the website which is about 6 pages.
Is this possible?
Hey thebrandinglabco,
Yes – that effect can be activated on any page within your site
Cheers
Is there a way that I can hid the header/navigation as I scroll down? So the nav only shows in the top row?
Is there a way to make sure my navigation does not move when I scroll, but instead stays in the first section/row?
Hey thebrandinglabco,
Unfortunately not when using a page full screen row setup – this is because the page is never actually scrolling, think of it as simply a vertical slider
Hello there! Hope your having a nice day. Question… How can I enable the theme Shop > Single Product Page > Variable Product? I see that is possible to add Color seleccion but is it possible to add Size aswell? Thanks for your time and support
Hey rasheedny!
The variable product is a standard feature within WooCommerce – you can learn more about it here: https://docs.woocommerce.com/document/variable-product/
Cheers 
Wow thanks! But for some reason after following all the info from that link is not appearing as a dropdown… just has a text button…
Hey rasheedny,
Could you share the product URL in regards so I can take a look?
Thanks
Hi, how do you get the blog layout shown on this demo: http://themenectar.com/demo/salient-startup/blog/
Having issue with Nectar Slider on this page – https://marriagebymail.com/.
I see it on mobile but cannot get it to show on desktop. Can you all help?
Hey genm,
I’m not seeing a Nectar Slider instance in the markup on that particular page at all – is it on a sub page within the site perhaps?
Cheers
Hello! I updated Salient and WooCommerce to latest version. And page before billing details got changed! Here: www.daysy.lv/pirkumu-grozs/
I add picture before and after! I hope you can help out with CSS to “restore” design what we had before….or new version on Salient will do it?
Helping out fellow developer who is in holiday.
Link to see my before and after https://www.dropbox.com/s/lbx0w7q6prgtfh5/salient-before-and-after.jpg?dl=0
Hey PriitCool,
Can you check the woocommerce directory inside of your Salient theme folder to ensure that there is no ”cart” directory? The cart directory was removed a few releases ago and if it lingered around in your setup post updating, it would indeed cause issues
Cheers
Nope its not the case! There is NO ”cart” directory. Looked into ftp in correct folder. Then made other test to add ”cart” directory and page design was even more messed up.
So its possible to solve maybe with CSS? OR any other ideas?
Hey PriitCool, Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Hey hiGwindor,
Please use the option “Hide Sidebar on Single Post” in the Salient options panel > blog tab for this
Cheers
Thank you very much. thanks to you, it was resolved.
Glad to hear hiGwindor 
Hey! I’ve noticed on my portfolio page which also was converted to a blog is only showing 10 of my portfolio items? http://vaveili.com/portfolio/ my friend also purchased salient and has the same problem. How can we extend it to show all posts
Hey Vaveili!
What do you have set for the option “Blog pages show at most” in your WordPress Admin > Settings > Reading?
Cheers
Hi guys, I hope you have a nice day. Is it possible to hide the scrollbar on the browser (vertical scroollbar)?
Hey LuisVoronov,
Can you share your URL in regards so I can take a look?
Hope you have a nice day as well 
Hi guys this is the link: https://cubeunknown.xyz/ tha page is under construction, so I would like to remove the scroll bar.
Thanks LuisVoronov,
add this into the custom css box in your Salient options panel:
html { overflow-y: hidden; }
Cheers
Thank you so much…
Guys I realize that if you put that code the desktop version works great but in the mobile version the page won’t move to bottom just stay in the top of the page, this is a bug?
Hey LuisVoronov, change the snippet to this:
@media only screen and (min-width: 1000px) {
html { overflow-y: hidden; }
}
Cheers
The slides within the Nectar Slider fail to load in IE11 on Windows 10. Here’s what my developer has already done:
-After updating the theme to 8.5.6, Win 8.1/IE11 is working as expected. -Win 10/IE11 continues to fail to load the slideshow. -This is caused solely by Nectar Slider. -We are using a static image slider, not video.
Example: https://www.ocmi.com/portfolio/education/harrah-college-of-hospitality/
Originally opened a ticket with Salient- they directed me to make a comment here.
Hey NobleStudiosReno, I’ll take a look at the ticket in regards. Thanks for your patience
If you visit our website “https://proearthanimalhealth.com/” you will notice that we have page push menu button what contain important links related to woocommerce.
I just want to know how to change that “Hamburger menu icon ” to with some other icon related to woocommerce as that will help to understand customer the importance of this menu especially on mobile devices.
Hey JennieatPEAH,
add this into the custom css box in your Salient options panel:
body #header-outer .slide-out-widget-area-toggle a >span {
background-image: url('your-img.png');
}
body #header-outer .lines-button { visibility: hidden; }
Cheers
Thanks for prompt reply, this code worked for me, except that it change my both pen cake menu icons. I only want to change push/over page menu icon not the other responsive one!!!
Hey JennieatPEAH, alter the snippet to be this:
body #header-outer .slide-out-widget-area-toggle a:not(#toggle-nav) > span {
background-image: url('your-img.png');
}
body #header-outer a:not(#toggle-nav) > span > .lines-button { visibility: hidden; }
@ThemeNectar your awesome 
Glad I could help JennieatPEAH 
Hey hiGwindor,
add this into the custom css box in your Salient options panel:
.wp-caption { background-color: transparent; border: none; }
Cheers
Thank you very much. thanks to you, it was resolved.
Glad to hear hiGwindor 
I uploaded some thumbnails for my portfolio pieces. Some images are 2×1 and 1×2 aspect ratio so that they can look good in “masonry style” (wide and tall images). The problem is that when I use a portfolio slider on other pages the text get’s cut off and looks terrible. Can you help me fix this please? See this page for an example of how it looks bad (at the bottom): http://www.themarketinggarage.ca/toronto-digital-marketing-agency/
Hey MG-Skylar,
When you upload a custom thumbnail instead of using a featured image Salient doesn’t crop the image at all. If you’d like to use the Salient masonry sizing which you’ve found in the docs you must remove the custom thumbnails and instead use the regular featured image upload and then the masonry sizes will be cut automatically when needed, but it won’t effect other areas like the recent project slider
Cheers
Dear Salient Team,
First of all I want to say that your theme is awesome and I really enjoyed it while I had to develop one website. Now I want to buy another license and use your theme for another website I need to create so I have one question before that.
I am working on a website about a foundation and the main CTA would be collecting donations. I know you have a shop already implemented, but would it be possible to create a page for donations only, where users simply donate as much as they want?
Thank you so much, Anamaria
Thanks Anamaria, that’s great to hear 
Unfortunately there’s no core functionality to allow donations – it would require the use of a plugin.
Cheers
I am having some trouble with the fancy boxes, they don’t stay the same height depending on window size.
They are in 4 columns with equal height set but still display at different heights as the window size is changed.
link: http://176.32.230.17/aimeewillowdesigns.co.uk/#servicesHey MarcGarner,
The “Equal height” column option only applies to the actual column itself – not child elements. In order to have your fancy boxes all remain the same height, you would need to set the “min height” option on all four of them to be taller
Cheers
Hi, I’m still getting a grey bar at the top of my google map when I scroll down to it. I have updated to the latest version of Salient:
https://avenueoverthemoon.com/Hey tricks28,
That’s occurring because of the “grow in” animated effect you have on the column holding it – Google is simply only rendering the titles that fix the size of the element on load, if you switch that column effect off or change it to any of the others it should fix it
Cheers
Thank you – all sorted!!
Glad to hear tricks28 