38436 comments found.
Hi guys,
Is there a simple PHP tweak that will display a left sidebar on the fullwidth shop layout?
Cheers,
Sam
Hey Sam,
As of now you would need to modify the function “nectar_shop_wrapper_start_fullwidth”, which is located in salient/nectar/helpers/woocommerce. The function can also be copied into a child theme so the modification remains after future updates.
Cheers
Bingo, I’ve managed to do it! Thanks very much 
You’re welcome drummeragency 
Hi, How do we completely disable the single post header/banner. We have played about with the blog post styling and functionality theme options and none seem to do this. Thanks
Hey Micatuca, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.single-post #page-header-wrap,
.single .heading-title {
display: none;
}
Thanks that works!
Glad to hear Micatuca 
hi,
how can I add a button to my header like the Demo ‘Company-Startup’.
this demo has a button with the text ‘Purchase’ that’s not a part of the navigation menu.
regards, Laurens Floor
Hey LaurensFloor,
Here are the docs on how to enable a button style for any link: http://themenectar.com/docs/salient/header-button-links/ When using the Menu left-aligned or Centered Menu “Header Layout”, there will be a menu location called “Top Navigation Menu Pull Right” which you can assign items to.
You have revolution slider included ? For adding a video in the page , is their any easy method ?
Hey anazkhan,
Slider revolution is not bundled with Salient, it is compatible though if you have a copy already. You can add a video background to any row within the page builder by checking the option “Enable video background”
Couple Questions
On page https://nccobramoto.com/table-test-inlet/ The quantity buttons are not showing correctly but do in the cart. How can this be fixed?
How can I remove the product images and product links in the cart?
Thanks
Ryan
Hey Ryan,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
1.
.cart .quantity input.plus, .cart .quantity input.minus {
background-image: none;
display: inline-block;
vertical-align: middle;
border: none;
position: relative;
transition: all 0.25s ease;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
-webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
border-radius: 50px !important;
background-color: #fff;
-webkit-appearance: none;
}
.quantity input[type=number] {
font-weight: 700;
font-size: 24px;
border: none;
margin: 0 10px;
display: inline-block;
height: 35px;
line-height: 35px;
margin: 0;
padding: 0 5px;
text-align: center;
vertical-align: middle;
background-color: transparent;
width: 46px;
position: relative;
}
2.
.woocommerce table.cart .product-thumbnail a img {
display: none!important;
}
.woocommerce-cart .woocommerce table.shop_table td a {
pointer-events: none;
}
Cheers
Thanks!!! You’re the best!
You’re welcome CarolinaCobraConnection 
Thanks! I have a couple more questions
1. When I click add to cart on a certain item it reloads the page. Is this AJAX? How do I enable this.
2. The +/- buttons in the actual cart are not updating to the changes I have made in the css you provided. However the do appear correctly in the table on the page I provided. https://nccobramoto.com/table-test-inlet/
3. The remove from cart X in the cart is not working.
4 Can I disable cart quick view when you hover over the cart button?
5. Is it possible to get the add to cart button to stay on the same line as the quantity selector instead of underneth?
Thanks
Ryan
Hey CarolinaCobraConnection,
1. Can you let me know what location you’re referring to? e.g. The items on https://nccobramoto.com/table-test-inlet/ or in the shop archive pages?
2. The snippet I provided was only targeting the buttons outside of the cart page – you can change the selector ”#ajax-content-wrap .cart .quantity input.plus, #ajax-content-wrap .cart .quantity input.minus” to ”.cart .quantity input.plus, .cart .quantity input.minus” to target all of them
3. The previous snippet I provided in #2 needs to be altered to be this instead:
.woocommerce table.cart .product-thumbnail a img {
display: none!important;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name a {
pointer-events: none;
}
4.
#header-outer .nectar-woo-cart .widget_shopping_cart {
display: none!important;
}
5.
@media only screen and (min-width: 1100px) {
.footable.table .quantity {
float: left;
margin: 10px 0 0 30px;
}
}
Please use the support forum located here for future multi css related questions: https://themenectar.ticksy.com/
Cheers 
I have been unable to get the desired output when trying to change the quantity button size. The code you provided does change the size of the quantity buttons on the cart page but not on the URL I have provided.
https://nccobramoto.com/table-test-inlet/Is there a way if I could remove the quantity buttons all together and just have the field where you can change the quantity?
Okay, I got all the +/- buttons to change size, that is no longer an issue. 
Last question & I believe the only thing I have left at this point is the page reloading when you add an item to the cart. Do you know a way that the user can add an item to the cart without the page reloading on the page
https://nccobramoto.com/table-test-inlet/Hey CarolinaCobraConnection,
The default “Add to cart” element that Salient offers in the page builder should allow the use of AJAX by default. Are you using a third-party plugin to add those?
I attempted to use 3rd party plugins to get this to work but none of them did. I have enabled AJAX in the woocommerce settings and I cant get it to work using the default “add to cart” salient element.
Hey CarolinaCobraConnection, Can you please open a ticket in regards on the support forum with a temporary admin account so we can take a closer look into this? https://themenectar.ticksy.com/
Thanks in advance
Hello, I extended my support and I still cant get my purchase code to let me submit a ticket. 
Never mind. It let me finally. Thanks
Hey CarolinaCobraConnection, I’m glad you were able to access the forum.
Cheers
Hi, I want to be able to add my contact information as well as the language in my website’s “top bar”/ Secondary Bar Header.
The problem is that I’m unable to add custom code to it.
How can I achieve this? Is this a feature you can work on?
i believe many websites could find this feature useful.
Thanks!
Hey apinzon!
This would require moving the salient/includes/partials/header/secondary-navigation.php file into a child theme as of now.
Hi. I want to know whether I can put the title or caption into the image slider and gallery (about respective image) or not. Could you make me know?
Hey kalos250, The Nectar Slider allows for captions and titles and the image gallery element can also show image titles when the option “Display Title/Caption” is enabled within the settings.
Cheers
Hey guys! Sadly I don’t have support anymore but I thought it would be important to point this issue out.
If Image gallery settings are set to… - Image Grid Style - Constrained Fullwidth - Masonry (Yes) - Bypass Image Cropping (Yes)
...the images will load in full size rather than a smaller version. This issue has started happening after I updated from 10.0.4 to 10.5.3. Before that everything worked perfectly.
Heres an example on my website: http://oliwiergesla.comHey OliwierGesla, even in v10.0.4 the option to “Bypass Image Cropping” loads the “full” size of the image. Do you have a test URL which you can share to demonstrate the difference you’re referring to?
Thanks in advance
I do not have a test URL as this is my only site. What im trying to say is that In v10.0.4 the thumbnails would load in the correct size (eg. 450×600) now the thumbnails load in full quality (6240×4160) which destroys the page load time.
Note: This only happens in Full width or Constrained Fullwidth
Hey OliwierGesla,
If you turn the option for “Bypass Image Cropping” off and enter a custom size such as 450×600, that will be the size used. Is there any reason you are wishing to keep the option enabled for Bypass Image Cropping when you are trying to serve cropped images?
Cheers
Hello,
is there any possibility to buy Salient in raw html / css / js templates version not WP theme?
regards
Hey tomdur, unfortunately, there is no raw HTML version of Salient at this time
Hello,
I reach out via the contact form on your author page, but never received beta version. Please, can you send me a copy to! 
Hey naamaaste, I sent a copy your way 
Cheers
Thank You! 
You’re welcome naamaaste 
Is it possible to change the default header image on the “tag” archive pages? And on the “categories” archive pages?
Hey J-4ce,
There is an image upload field for each category that will be used for the header. You can find it by editing the category itself in the admin panel > Posts > Categories.
Unfortunately, this is not available for tags yet.
Cheers
Is there a quicker way to add a sidebar to all my default pages? Having to go through each one and setting it to Sidebar is taking a long time.
Hey mrittman,
You could copy the page.php template file into your child theme and then delete the inner contents of that file and add the contents of the page-sidebar.php file.
Cheers
Hi guys, just wondering if you could shine a light on an issue or 2 I am having.
I have created a 1-page scrolling site & I have activated ‘Activate Fullscreen Rows’.
Firstly, on all screen types I cannot tick any checkboxes or the form won’t submit on a gravity form – when I disable ‘Activate Fullscreen Rows’ the form works fine.
Secondly, as I mentioned on the 1-pager, I have given each row an id & row name i.e products, contact etc then created a navigation with custom links & the url is http://www.example-domain.com/#contact – on desktops this scrolls to where it needs to but on a mobile/responsive mode when clicking on a nav link the page scrolls in the background but the menu doesn’t disappear – again this issue doesn’t happen when ‘Activate Fullscreen Rows’ is deactivated. All software is up to. date, PHP 7.2, no minification from any plugin or cloudflare (that I am aware of). Can you guys replicate?
Something I just noticed & can’t find a work around, usually I like the nectar slider to not crop the image & scale to the screen width however that’s different with these full screen sections & the slider ends up retaining the ratio & there’s loads of negative/white space top/bottom. Is there a way to have the image fill the screen?
Hey Media29,
1/2. Please share the site URL in regards so I can take a look at the form/menu issue issue
3. In order to fill the entire section, you’ll have to activate the “Fullscreen Slider” option within the Nectar Slider element itself
Cheers
Ahh, I realise why on the nectar slider; on the actual row & had it set to full width content which didn’t show the full screen option on the nectar slider VC module.
Site is: http://www.fireplacefactoryoutlet.com/
User/Pass is: client 123456789
You may need to enter it twice as I believe it restricts both root & www
Thanks Media29,
1. The contact form button is not submitting due to the custom scroll plugin which overrides custom click events – you can either disable the option for “Row Overflow” https://ibb.co/sCFykDk and reduce the height of that section, or an edit would be needed in the salient/js/third-party/jquery.fullpage.min.js file at line 201 – click: true would need to be click: false
2. I’ve added the fix into the current beta for that menu style to also trigger closing when clicking on an anchor-based page link. If you’d like early access, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Point 1: Thanks, but the row overflow hidden is no good as it hides the content so I edited the file on line 201 & works fine now.. thanks. Will you include any fix for this in future releases or maybe a settings toggle on/off?
Point 2: Thanks, is there a quick fix I can add to the code or would it be best requesting the beta access?
I love the full screen sections but I had a request recently which I don’t think I could do but would be awesome to see. It runs on the premise of the full screen scrolling sections but there’s multi-direction movement i.e instead of just up/down there is the ability to go left/right.
Hey Media29,
1. I’ve noted it as an option in regards
2. Are you comfortable editing javascript? If so, I can explain it here but if not, it would be easiest to grab the fixed version.
3. As of now this type of scrolling wouldn’t be possible, but that is indeed a cool idea!
1, Brill 2, I am, kind of, but only small bits like your previous amend – I’ll message you via the profile contact & I’ll use a beta version if that’s ok? 3, I’m guessing it’ll be a very heavy JS driven development; very cool idea & nothing out there I can find on Envato; here’s the example the client sent to me to replicate (which I can’t must be custom coded & not template or even WP) http://progress.max-mediagroup.co.uk/lyha/cover/
Hi again, I sent a message via the profile contact last week but no reply. The site has gone live but the mobile navigation isn’t closing when clicked (# anchor id links) when using full screen slide sections on the page.
Sorry about that Media29! I just sent over a copy now – thanks for your patience.
Cheers
Hi Guys. When filtering portfolio items Is it possible to remove the thumbnail animation? Or just change it to a simple fade? Rather than have them jump around? thanks!!!
Hey brianlichty,
You can use the following CSS to handle that:
.portfolio-items .col {
transition: none!important;
}
Cheers
awesome, thanks. Is it possible just to have them fade in?
Hey brianlichty, you could change the snippet to only affect the opacity like so:
.portfolio-items .col {
transition: opacity 1s ease!important;
}
perfect, thanks!
You’re welcome brianlichty 
Hi, I have a recent posts element on my page. One of my posts, I have set to Sticky, but the recent posts elements doesn’t display my sticky post. Is there a way around this?
Hey mrittman, as of now that would require modifying the recent posts template file in the salient-core plugin. The file is located at salient-core/includes/vc_templates/recent-posts.php and the relevant modification would be to all the instances of:
'ignore_sticky_posts' => 1,
Cheers
Thank you! Is there a way to make sure this doesn’t get overwritten when there are updates to the theme?
Not as of now i’m afraid. However, I’ve noted the idea to be an element option 
Thank you so much! This would be very helpful!
You’re welcome mrittman 
My menu is not showing on mobile this is the css that’s hiding it :
header#top .span_9 >.slide-out-widget-area-toggle { display: -webkit-box; position: absolute; right: 0px; top: 50%; margin-bottom: 10px; margin-top: -5px; z-index: 10000; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
thee display is at none display: none; I changed it webkit-box – I need a fix!!!!
Hey savacom100, please share your site URL in regards so I can take a look and assist.
Thanks 
Hey TM, I am having an issue with my header menu whereby I have a custom link where the Item Style is set to a Button. However, when the screen gets resized the button no longer covers the text within the button. Any ideas? I searched all over and found nothing. Thanks as always!
BTW, you can check this out @ www.plurisrealty.com
Hey pluriscapital,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
header#top nav > ul > li[class*="button_solid_color"] > a:before,
#header-outer.transparent header#top nav > ul > li[class*="button_solid_color"] > a:before {
height: 100%;
}
Cheers
Thanks for the assist. I have cleared cache and everything and still cannot seem to get this to work? Sorry to be a pain on a simple little deal. Any thoughts?
No worries at all pluriscapital, kindly change the snippet to this instead:
header#top nav > ul > li[class*="button_solid_color"] > a:before,
#header-outer.transparent header#top nav > ul > li[class*="button_solid_color"] > a:before {
height: 100%!important;
}
Works, thanks!
Glad I could help pluriscapital 
How do i center the page header image in mobile version? Would like to hear from you!
Hey EdwindeGraaf24,
If you have the “Background Alignment” set to “center” in the page header settings options, it should remain centered on mobile as well. If it’s not on your end, could you please share your URL in regards so I can take a look?
Thanks
Trying real hard to add header image overlay in single-post but a thin border on both sides keeps the image without overlay. Can you help?
Hey mardoqueo,
I’d be glad to assist if you can share your URL in regards so I can take a look.
Cheers
Hey mardoqueo,
You can automatically add an overlay to every post header BG image by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.single-post #page-header-bg .page-header-bg-image:after {
background: none repeat scroll 0 0 rgba(0,0,0,0.4);
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}
Worked like a charm. THANKS!
Glad to hear mardoqueo 
Hi ThemeNectar,
Any update on when the new demos are coming?
Hey BlueScreenPanda, within the next couple of weeks 