38439 comments found.
How can I remove the Zoom function on Product Image Lightbox only. I still want to be able to zoom-in when hovering on the product images, but when the product image lightbox is open, I want to disable the zoom-in function.
Hey dienstdigital, You can use the following for that:
.pswp__zoom-wrap {
pointer-events: none;
}
Thank you for your reply and yes your right I did try another slider to see if it would work but back to nectar slider so please check back thank you.
Hey Teatone,
I can see the Nectar Slider now, and the arrow navigation is allowing me to switch between the slides. Are you not able to use the arrows on your end? If so, kindly let me know what browser you’re on.
Are you looking to have the slides automatically change without having to use the arrows?
Cheers
“Are you looking to have the slides automatically change without having to use the arrows?” Yes please that’s what I am looking for 
Thanks for clarifying, Teatone 
When you edit your Nectar Slider in the page builder, you can define your autorotation timing in milliseconds: https://ibb.co/TK8h0tW
e.g. use 6000 to have the slides change once every 6 seconds.
Cheers
Per purchase question,
I need to do 100% typical like the below design
https://prnt.sc/scaqox
Is this doable by your theme
Hey wowoffer,
Salient does not offer a design like that by default
Hi!
Is Vimeo Still supported as a background video on rows?
I’ve updated all of my software and plugins to the current version, and I’m able to embed youtube videos no problem, but when I embed a vimeo video it doesnt show up.
FYI – I’ve checked all the setting on Vimeos side, and there is nothing there to restrict the video being showing or embedded on any urls. Thanks guys!
Hey studiomisfits 
Vimeo has actually never been supported for row backgrounds – only YouTube or self hosted (mp4/webm). What version were you updating from that allowed you to use one?
Cheers
How can we add font awesome pro or icon set to salient?
Hey Jabbarpour,
Adding new/custom icons into the page builder selection would require making use of the file “vc_iconpicker-type” https://kb.wpbakery.com/docs/developers-how-tos/adding-icons-to-vc_icon/
You can inspect the salient-core/includes/nectar-addons.php file towards the bottom to see an example.
Cheers
Is it possible to disable transparency when using fullscreen rows? I have tried the override button but it does not work.
Update: Submitted a ticket instead for support.
Hey eideindustries,
The fix for that will be included in the upcoming minor release. If you’d like immediate access, kindly reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hi, I am looking for a sexy Travel agency theme. I love your style but I cant seem to work with what your have. I am not a programmer but i am a travel agent and i will be happy to provide you the key points/ideas for you to design a travel theme.
Hey yousif1,
Currently, we do not have a travel demo planned for Salient. If you’d like to leave a detailed request, kindly reach out via the contact form on my author page https://themeforest.net/user/themenectar
Thanks in advance
Hi please can someone help here Nectar slider is not sliding or fading it’s just sitting there am not a developer or anything but have bought your theme Twice really love it. but only now using Nectar slider but it just sits there i have reinstall my hole word press site thinking I must have a conflict but it still Does not move Please I believe my Support may have run out but I will renew it and i Don’t ask for help much but i just Don’t know were to look now site is https://www.soundartsmastering.com/ thank you In advance
Hey Teatone,
the slider that I am seeing on the landing page of https://www.soundartsmastering.com/ with the text “Geonosis-LP-Gapless” seems to be a revolution slider instance. Can you point me to the URL where the Nectar Slider is being used?
Thanks in advance
Hello,
is there a way to disable zooming with the mouse on products in the shop?
Thank you in advance
*Without changing the Single Product Gallery Type
Hey EspaceTech,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.woocommerce div.product .woocommerce-product-gallery img.zoomImg {
display: none!important;
}
Cheers
Thank you, perfect!
You’re welcomem, EspaceTech 
Hello ThemeNectar,
I noticed some problems with portfolio styling.
I have set it up to display 4 columns, but when i resize my browser from around 1200px to 1400px , there are glitches and column size is jumping from 4 to 3 columns back and forth. I really need to fix this. Can you share css code to fix this?
Hey Notre, that issue was corrected in the latest release. Please update your theme to v12 and the included Salient Portfolio to 1.5.
Cheers
Hi again,
I just updated the theme, also all the core plugins to the newest, but the problem is still there. There are no caches enabled or anything like that.
Can you share the code to fix this? It only happens between 1200px to 1400px displays.
I made a small .gif with the problem – https://giphy.com/gifs/YlNOJnWX2U4InHzHPb/html5
Also while here. How can i set portfolio to two columns when on mobile device? It’s 1 big column now, but i need two. Thanks !
Hey Notre,
Can you please share your actual URL so that I can take a look?
Thanks in advance
Hi guys, is there a way to change the word “MENU” next to the off canvas menu? I would like to write something else instead. Thank you!
And another question… for the second navigation… how may I change the font size? THX
Hey nelala,
1. That string exists within the default theme text domain (“salient”). You can use a translation plugin to alter it such as Say What?. Once you’ve activated it, you can translate it like so: https://ibb.co/MNgqCtT
2. add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body #header-secondary-outer nav >ul.sf-menu >li >a {
font-size: 16px;
}
Cheers
In order section in woocommerce users account page there is a browse product bottom with wrong underline animation. Is there any css solution to fix it?
http://uupload.ir/files/n9wh_order.gifHey Jabbarpour,
Thanks for letting me know. You can correct that now by using the following snippet:
.woocommerce-MyAccount-content .woocommerce-message a.button {
background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}
.woocommerce-MyAccount-content .woocommerce-message a.button:hover {
background-size: 100% 2px;
}
Cheers
Hello We didnt see the drop menu in all demo sote, just wondering that is it possible to make drop down menu on the top? Or there is only the slide left option!
For the slide left menu option, is it possible to add 2nd level menu? Thank you!
Hey cshikaru,
1. Here are some demos which use a dropdown menu: http://themenectar.com/demo/salient-frostwave/ http://themenectar.com/demo/salient-ascend2. The left side menu can use multiple levels of children.
Cheers
I’m building a new site and using “Recents posts” from Visual Composer. I would like to use “Default” view, but this one doesn’t display the date of the post, only title, category and author. How can I edit this to also showcase date?
Hey arshani,
You would need to modify the salient-core/includes/vc_templates/recent_posts.php file – this file can also be kept in a child theme: http://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/
Also, you can accomplish a similar look by using the “posts grid” element with the new style “content under featured image”, which was added in v12.
Can you please add the Jost google font to the list of available fonts. Thanks!
Hey Vanguard_House, I’ve noted to update the list for the upcoming minor release 
Hello, I’ve renewed my support yet your support form doesn’t allow me to send a request. wp_body_open() is becoming a standard hook and I wanted to inquire whether this is included in recent updates or not yet?
Thanks!
Hey DrHariri!
Ticksy can take up to an hour to refresh a new license code from Envato. wp_body_open is not included by default in v12 of Salient – For the meantime, we have a hook in place already that fires at the same location called “nectar_hook_after_body_open”.
Hi guys! How to make the placement of blocks horizontal instead of vertical in the mobile version https://i.ibb.co/0MyF5hN/333.jpg
Hey night_twister!
You can accomplish that by using the responsive options tab when editing each of the columns. Check out the docs in regards: http://themenectar.com/docs/salient/page-builder-columns/#width
Cheers
Am I missing something or is the Non Profit demo missing from the demo importer? I would really like to use it! I have the new v12.0 installed. Thanks!
Nevermind! I ran the demo importer update. Worked! Thanks.
Hey cdawg, glad to hear you sorted it 
Love the new update!
I’m glad to hear, toolbox101 
Cheers
Hi there, hope you’re well, is it possible to add a mobile number to main header bar that is visible on mobile and desktop? thanks
Hey Joshuats,
In the Salient options panel > Header navigation > Secondary header bar tab, change the option labeled “Secondary Header Mobile Functionality” to be “Display items above mobile header”.
If that’s not working for you, kindly share your page URL so that I can take a look.
Hope you’ve been well too 