38289 comments found.
Is there a way to show the “View product” button below the product name and price as a button? Using the classic product style. Either via CSS or PHP?
Hey SjoerdDooren,
You could a CSS snippet such as the following to make that modification:
.woocommerce .product-wrap {
position: static;
}
.woocommerce ul.products li.product {
padding-bottom: 40px;
}
.woocommerce .classic .product-wrap .add_to_cart_button,
.woocommerce .classic .product-wrap .product_type_variable,
.woocommerce .classic .product-wrap a.button {
transform: none;
}
Kind regards
Hi, I am getting this error when uploading the site into the hosting server, “The “text” block was affected by errors and may not function properly. Check the developer tools for more details.”
Hey mahmoudy2k,
Since there’s no known theme-related issue that would cause that I would need to take a look at your setup in order to assist. Kindly open a ticket on the support forum in regards. In the meantime, you can also check if using the classic widgets corrects that for you.
Hello! Is there currently a way to add an icon or small image to toggle panel tabs? I need one icon per section…TIA
Hey neilgalang,
Unfortunately there’s no built-in option to add a custom icon to the toggle element. It would require a custom CSS rule for each toggle that you wanted to add an icon to. You could give class name to your column e.g. custom-toggle-icons and then target them like so:
.custom-toggle-icons .toggles > div:nth-child(1) {
}
.custom-toggle-icons .toggles > div:nth-child(2) {
}
etc.
Kind regards
Hey guys, I seem to be having a problem with the Off Canvas Menu for mobile and I dont know if its just me.
I keep getting this black box above the menu and I dont know how to remove it.
https://prnt.sc/rTFgK4u8DgMPI thought it was a search bar but it literally does nothing. How do I remove it?
Hey bupelive,
That’s the area where either secondary header text or header text content will display: https://ibb.co/PjVYrD5—I would check the “text” tab within the “Text to display in header” feed to ensure that you haven’t saved an empty spaces or stray HTML in the editor: https://ibb.co/LJbL4tJ
If you can’t find anything, please share your actual page URL so that I can take a look.
Kind regards
Thanks that solved it! You guys are the best honestly!
You’re welcome, bupelive 
Hello, I was one of the first Salient buyers and still use and love this theme. I hope in a future update you can provide an update to the Woocommerce checkout pages and transactional emails (templates) as that is the real weakness, albeit not your fault, from an otherwise amazing theme. It would be truly helpful to all Salient users if you can provide these, thanks!
Hey ehong33234, thanks for the requests—your +1 has been noted on the wishlist 
Have a great weekend!
Hello, Is it possible to use thumbnails in the gallery below the images? Also is it possible to adjust the size of individual images if it is an image grid? For example, a large image on top and two small ones on the bottom. Everything I’m talking about is here as an example: https://www.bigmediumsmall.com/wildwest Thank you.
And is it possible to remove the effect of increasing the image when you hover over it with the mouse?
Hey davidgrette,
1. Currently, there’s no gallery slider offered that uses a thumbnail navigation.
You can however create grids of images similar to the URL you’ve shared. If you would like to do so manually, columns with single images inside of it would allow it, or if you’re using the “Image Gallery” page builder element, you can enable the masonry option: https://themenectar.com/docs/salient/galleries/#imagegrid
2. You can add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
#ajax-content-wrap .portfolio-items .col img {
transform: none;
}
Kind regards
Hey there, WP Bakery Page builder is stripping the loading=”lazy” tag from img elements added to text blocks. Kind of annoying. Probably not your fault but I figured I’d mention it.
Using a Raw HTML block instead for now.
Hey again veggie_89, Thanks for mentioning—I’ve noted to look into that.
Kind regards
Any easy way to get salient’s js to make vertical video “cover” instead of “contain” when they’re set to row backgrounds? See thesend.org/wip for example. (going with vertical video as mobile is my primary target and I’d prefer not to use a separate video file for desktop.) No big deal if it’s not possible.
Hey veggie_89,
You can alter that with CSS by add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.wpb_row .nectar-video-wrap video {
width: 100%!important;
height: 100%!important;
object-fit: cover;
}
Kind regards
Brilliant! Thanks for the help.
You’re welcome, veggie_89 
Good evening, I have a question. In a page hosting the Portfolio it is possible to make sure that by clicking on the cover image 1, 10 photos linked only to that album appear; on cover image number 2 an album of 5 other different photos and so on; without causing the inside page to open? Thanks (unfortunately I didn’t find this option but I can only make an image appear, i.e. the cover image in the lightbox)
Hey thebugbear,
Unfortunately, there’s no built-in functionality to have each project link to its own unique Lightbox gallery—the gallery will be made up of all of the projects within the grid. However, I’ve noted your +1 for this idea on the wishlist.
Kind regards
Hi there, new day new problem. Does anyone knows why the “revealing footer” effect doesnt work on certain pages? Our website is https://undress.world (its a fashion brand, dont get excited
) and here the revealing effect is missing https://undress.world/request-form/ (this happens with all pages generated by Return Refund & Exchange For WooCommerce Pro | WP Swings plugin)
Hey bogdan_stanciu, taking a look at the source code, it looks as though you have entered the class name with the dot selector in the actual attribute—You should try changing:
.container-wrapTo be
container-wrap
Kind regards
Hi,
Just a small request from a happy long-time user: Is there any chance you could add Vero (https://vero.co/) to the list of possible social icons?
The Vero platform has seen tremendous growth recently, and it would be really cool to have the icon added to the theme’s options.
Hey itswaffles, thanks for the request
It’s been noted.
Kind regards
We’re using the below CSS to hide the bundled product details in the slide out cart. But it takes a while to load and the cart will initially show bundled product details. Could the option to hide bundled product details be incorporated into the woocommerce theme options? Or is there some alternative CSS which would preform better?
/Popout cart hide bundled product details/ .nectar-slide-in-cart.style_slide_in_click.open.mouse-accessed .variation-Includes { display: none; }
Hey MarcGarner,
You could alter the snippet to the following to make it take effect all the time:
body .nectar-slide-in-cart.style_slide_in_click .variation-Includes {
display: none;
}
That’s great thanks
You’re welcome, MarcGarner 
Hi,
i would like to make the BG Color of the shop another that the hole page. Website is black BG and i would like to make the shop lightgrey. I only find how to change the bg of the Product Archive Page BG Color but the other product pages and order pages still stay black.
How can i disable the ordering options for the shop?
How can i show the attributes of a product?
thanks for your reply
ok i found the solutions 
Which Widget should i use? I try Product Categories List but the layout is not the same. The subcategories are in the same line as the maincat. I have ( ) beside the numbers, ...
Hey agenturhochdrei 
I’m glad that you were able to find some of the answers you were looking for.
In regards to your latest question, you’ll need to use the classic WooCommerce widgets for that style. You can easily enable the classic set by using this plugin: https://wordpress.org/plugins/classic-widgets/
thanks! worked for me 
You’re welcome, agenturhochdrei 
Hi, i have a design where i should change the Aspect Ratio of my selhosted video to around 4/1, but the closest there is, is 2.35/1. Is there a way to customize that. If so how?
Thank you
and is there a way to ad a short Videos instead of an image to a Fancybox?
Hey aldaron1,
1. You can set that custom aspect ratio by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
body .wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
padding-top: 25%;
}
2. Unfortunately there’s no option to use a video as the background to that element as of now.
Kind regards
Quick pre-purchase question: Is it possible to limit the slider, image, content etc. width without any knowledge of code or css whatsoever? I’m on a 32:9 screen and I want most of the content, except for the header an footer maybe, to not use the whole width of widescreens.
Hey DenK3000,
You can control the main container width directly from the theme settings panel. However, if you’re looking to import one of our fluid demos that expand each section to be fullwidth, you would need to go into each section and change that row setting type: https://themenectar.com/docs/salient/page-builder-row/#row-type
Kind regards
Grwat. Thanks a lot!
You’re welcome, DenK3000 
Can i add a date filter in post grid, to filter posts by date as well as categories
Hey pkzadrum,
Unfortunately there’s no option to filter by date as of now.
Kind regards
My nectar slider won’t auto rotate. It just stays on one slide. I have it set to auto rotate. Won’t on home. Any thoughts?
Hey kmg777, please share your page URL so that I can take a look to help out.
Kind regards
mt610.com
Also the menu won’t show when set for logo in the middle.
Hey kmg777,
1. From checking the page source code, it looks as though you have not specified an autorotation for your Nectar Slider element in milliseconds e.g. 5000: https://ibb.co/fNjY3cC
If you have indeed set that value using that format, please open a ticket on the support forum in regards so that we can take a closer look into your settings to assist.
2. The “Centered Logo Menu Alt” header layout uses two different menu locations to populate the menu items. Have you assigned your menu items to the relevant menu locations? https://ibb.co/nPDTdbh
Kind regards
Thank you for the response. I had already done both of those things and neither one helped. I had already put in the 5000 and tried other numbers as well. No change.
For the menu option. I had already done a number of varying combos. Nothing worked. I am wanting the logo in the middle and the menu split on both side of the logo. There are two options in the “Salient Options” for the “Header Layout” and I chose “Centered Logo Menu Alt”. That setting doesn’t even show the menu. The option next to it that is similar “Centered Logo Menu” sets the menu to centered, but it runs right over the logo. So this is what I need help with.
I have created a ticket. I am now a week behind with this client due to these delays in the system. So would appreciate it help. Thanks. 
So, I purchased support renewal for $46 and it is not taking my code still. It has been hours since I repurchased. What is the problem?? I need to get this project moving forward. Can you please respond quickly. The 2-3 days between responses are too long. Especially for something so simple. Thank you.
There is also an issue of the social icons running across the menu when those are activated. As well as removal of the side menu with the address.
Hey kmg777,
You can post in the “General” category on the support forum until your support license data from Envato refreshes—that category does not require a license code to post.
Wrote you again on the customer service ticket. Thanks.
Hey kmg777, it looks like your support license was verified a couple of hours after your initial comment 13 days ago, so you don’t need to use the “General” category in the future.
There is also less support staff who work on the weekend, so the queue is slower and tickets can take up to 24hrs for a response.
Kind regards
Hi there,
Is there a way to make the background of the secondary bar transparent so it would show the underlying content in the same way as the transparent main header? Thanks!
Hey Romanesco 
You could add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
#header-outer.transparent #header-secondary-outer {
background-color: transparent;
}
#header-outer.transparent #header-secondary-outer * {
color: #fff!important;
}
Please use the support forum when asking multiple questions in the future: https://themenectar.ticksy.com/
Kind regards
Thanks! That worked.
You’re welcome, Romanesco 
Hello once again. Tell me please – is it possible to give a split line heading an extra class name and set a custom maximum width? With regular settings ( i have last version of salient ) i can only set maximum with to all resolutions in one heading. I need specifics for an ipad \ tablet \ phone & it would be great if i can set it through extra class, cause i have multiple split line headings around site , which i need to correct. Thanx
Hey raffess,
You can give the parent column a custom class name and target the child split line heading element. For example:
@media only screen and (max-width: 1000px) {
.constrained-split-line-heading .nectar-split-heading {
max-width: 50%;
}
}
@media only screen and (max-width: 690px) {
.constrained-split-line-heading .nectar-split-heading {
max-width: 80%;
}
}
Hi there,
How can I change the “Next Project” wording to just “Next” on the single portfolio navigation post element? I can’t seem to find anything in the “Single Project Page Navigation” settings. Thanks!
Hey again Romanesco,
You can translate that string—it lives within the “salient-portfolio” text domain: https://themenectar.com/docs/salient/translations/
Kind regards
Thanks! That worked.
You’re welcome, Romanesco 