38434 comments found.
Hi, I have a problem with the mobile menu. In the first option in the mobile menu, the X to close the menu is appearing above it. So, when I want to choose the first option in the menu, the menu is getting closed so I can’t access. thank you
Hey lechatbleudesign, could you kindly share your URL so I can take a look to assist?
Thanks in advance
www.pleinairpdh.com
Thanks lechatbleudesign, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#slide-out-widget-area.slide-out-from-right {
padding-top: 70px;
}
Thank you, it’s working well now. Fast and great support!
Glad I could help, lechatbleudesign 
Hello,
>> For items that are on sale, I would like to change the font size of the lowered price only without touching the other prices. See on the picture : https://lacabanedebois.com/wp-content/uploads/2019/12/Sans-titre-1.jpg
>> Here is the CSS personalization that was done : https://lacabanedebois.com/wp-content/uploads/2019/12/Sans-titre-1-.jpg I am ok with the modifications except for the color of the throughline of the old price which should be the same as the price.
It’s the website on which I work : https://lacabanedebois.com
Can you help me please ?
Thanks !
Hey charlotte-da-mota,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.woocommerce ul.products li.product .price ins .amount {
font-size: 20px!important
}
.woocommerce ul.products li.product .price del {
color: #D8745D;
}
Cheers
Thank you !
The second code works well, but the first no. The size of the price (9 €) doesn’t change. Do you know why ?
You’re welcome charlotte-da-mota 
Try changing the first section to the following:
.main-content .woocommerce ul.products li.product .price ins .amount,
.woocommerce .main-content ul.products li.product .price ins .amount {
font-size: 20px!important;
}
Yes it works. It’s perfect ! Thank you so much !
Glad I could help charlotte-da-mota 
Hi ThemeNectar,
Please visit the site via the link below: https://dev-protectoceansnew.pantheonsite.io/expeditions/gallery/If you scroll to the bottom of the page there are 3 images. You will notice I already have the hover state created. My question, is it possible to add the name of the Portfolio to each image while keeping the current hover state or would I need to add the Portfolio name to the image itself via PhotoShop?
Your help would be greatly appreciated. Many thanks.
Best, Alan
Hey Alan,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.portfolio-items[data-ps="2"] .work-info,
.portfolio-items[data-ps="2"] .col .work-info .vert-center h3 {
opacity: 1;
}
Thank you. The code above seems to have worked. Was the best way to style or edit the position of the title?
Hey Alan, Moving the text for only the non-hover state will leave a jumpy transition when hovering, but could be achieved with the following:
.portfolio-items[data-ps="2"] .col:not(:hover) .work-info .vert-center h3 {
position: absolute;
top: 50%;
}
Cheers
There currently is a jumpy transition when you hover over the image. Can that be removed?
Hey Alan, that would require removing the animation timing all together:
.portfolio-items[data-ps="2"] .col:not(:hover) .work-info .vert-center h3 {
position: absolute;
top: 50%;
transition: none;
}
Hi, I think i have isolate a bug in version 11. If i do this operation :
- Create a new page
- Create a row and set it to fullwidth content
- Create a nectar slider and link it to a slider location that contain at least 2 slides.
- Set the slider to display arrow in classic mode with a slide count on over
- in the column containing the slider set a column padding of 3% in left+right direction.
- the previous arrow is visible but the next arrow is not visible on the screen
The exact same process give me a correct display of the 2 arrows on 10.0.3.
Cheers E
Hey fantome_in, For that setup, you could add this into the custom css box located in the Salient options panel > general settings > css/script related tab to correct it:
.full-width-content .swiper-container {
width: 100%!important;
}
Cheers
Thanks a lot guys , indeed it solve the problem ! Cheers
You’re welcome fantome_in 
Hi, we sent you a message yesterday. The issue with the video is caused by a plugin so we are looking to see if we can sort that, but there is still a problem with a gap at the bottom of each page which looks to be coming from the theme.
Hey Micatuca, as I mentioned, it appears that there is a blank row at the bottom of your page(s) which is causing the issue – you can see it in the markup. If you can provide a temporary login, I’d be glad to take a closer look at the setup. However, without seeing the backend you could also correct it with the following CSS:
body[data-header-resize="0"] .container-wrap {
padding-bottom: 0;
}
Ahh apologies, I dont think we got a message back from you. Just sent login details.
That clash between the video lightbox and the Essential Grid plugin didnt get fixed unfortunately…is it something you can help us with?
Hey Micatuca, The snippet I had provided in the initial email that should correct it is:
.fancybox-iframe {
width: 100%!important;
height: 100%!important;
}
Cheers
Cheers for these, apologies for the delay, but theres some random text at the bottom of some of those pages which I keep on forgetting to ask my colleague to check the reason for.
On another note, is it possible to make the Navigation font on Tablets a different size to Desktops?
No worries Micatuca, You can alter the navigation font with the following CSS for tablets only:
@media only screen and (min-width: 999px) and (max-width: 1200px) {
body #top nav > ul > li > a {
font-size: 12px;
}
}
Hello ThemeNectar, as usual your code worked perfectly…cheers. Got this issue with gaps at the bottom of our pages unfortunately. Just sent you a message. Can you come back to us when you get a minute please.
Hey Micatuca, I took another look – it appears that the space is coming from a custom div named “feature-links-spacer”, which is not apart of Salient itself. See the attached image in regards: https://ibb.co/R0w0kwq
Hello ThemeNectar, that worked perfectly and we managed to fix it on every other page, except…can you see the gap and text right down the bottom of the homepage?
Hey Micatuca, I’m seeing that text just sitting directly inside of the body. It must be getting injected somewhere from a plugin or custom coding in one of the files. However, without taking a look through the backend, I can’t say exactly where since it’s not wrapped in any HTML elements that would indicate a specific source via classnames or ID’s etc.
Is it possible to replicate the theme of this web design company using the salient WordPress theme?
Hey dan0ss, you could get pretty close as Salient does provide the option for shape dividers: http://themenectar.com/demo/salient-promo/shape-divider/
I have the latest update installed and there is something wrong with the Tour Schedule template. Column FOUR gets stuck on Right Justify with the CTA1/CTA2 so when set to Left Justify it brings the CTA 1/CTA 2 buttons with it. Can you take a look? Thanks.
Hey ehong33234, Could you kindly share your URL in regards so I can take a look?
Thanks in advance
Re: the Header Navigation >> Layout Related >> “Left Header” Layout
There is a line line to the Right of the Menu and to the Left of the Body Content.
Is it possible, using custom css, to adjust the color / thickness of that line?
Re: https://imgur.com/a/9jzwR20
Thanks, Doug
Hey Doug,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (min-width: 1001px) {
body #header-outer[data-format="left-header"] {
border-right: 3px solid #000;
}
}
Cheers 
The Salient Details page shows that version 11 is released as of 10/19; where do we download it? If I click “Download”, we get version 10.5?
Hey wilsonhuang92, the current available version is 11.1 - are you not seeing that in the salient/style.css file or listed at the top in your theme options panel?
hola! qué tal? quisiera saber qué plugin me pueden recomendar para hacer una página de Login y que sea compatible con este tema, dado que no tiene esta función verdad? Gracias
Hey GiuliZapata, Unfortunately, I do not have a specific plugin to recommend for that, but if you run into any conflicts just let me know.
Cheers
Hi, I was wondering if it’s possible when using the Theme Lightbox fancybox3, to hide completely the grey/white circle behind the previous and next arrow to only have a simple arrow that switch from grey to white when hover is on( fancybox-button—arrow ) ? Thanks for you time. Cheers E
Hey fantome_in!
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body .fancybox-navigation button:before {
display: none;
}
.fancybox-navigation button:not(:hover) {
opacity: 0.6!important;
}
Cheers
Many Thanks it works perfectly !
I’m glad to hear fantome_in 
Hello, show me the topic is not updated to the contradictory version of the new version of woocomerce.
When do you plan updates?
Hey jarektom,
The WooCommerce related update will be out shortly, we’re just waiting on WPBakery to release their minor release to bundle that in as well.
There is no conflict from the two WooCommerce files which are now out of date, the changes that they received are very minor and will not affect your store.
Cheers
Hi, How import the Business 3 ? I don’t see in Demo importer.
Hey sembeq, if you’re using v11 of Salient, please ensure you’ve also updated your version of the “Salient Demo Importer” plugin (v1.1) to the latest release in order to get access to the current set of demos.
Hi, I really love this theme but how can I get rid of all those image sizes that are created when uploading an image? There are about 18 different sizes!!
Hey donna2!
You can copy the “nectar_add_image_sizes” function from salient/nectar/helpers/media.php into your child theme functions.php and delete any size you do not wish to keep.
Cheers
Thanx for your help and quick reply!
You’re welcome donna2 
Hi, how do I know what image sizes are used on my website? Thanks….
Hey donna2,
The only sizes that Salient adds are done through the function “nectar_add_image_sizes” I mentioned earlier. If you’ve copied that into your child theme, any that exist within that will be used when uploading new images.
Hi, I can’t access the Extra Content section in the Portfolio items – whether I check the box in screen options or not the portfolio page editor does not change. Please can you advise?
Hey talbot648,
Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this or
reach out via the contact form on my author page with the same https://themeforest.net/user/themenectar
Thanks in advance
Many thanks, I’ve written the ticket but can’t submit as support expired. If I have to purchase extended support I will do – can you advise how I purchase this without the theme again?
Hey talbot648, please see the following resource in regards: https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
After you open the ticket, kindly let me know so I can oversee it 
All done, purchased and ticket submitted.
Thanks talbot648 
You are in error when you slide your finger over the fancybox. (mobile iPhone 7 Plus)
The description appears overlaying the icon. do you have any plans to fix it?
look: https://imgur.com/gallery/cvcbkuk?s=waHey ofmarconi , the fix for that will be in the next release.
Thx!
You’re welcome ofmarconi 
Hi, I want to add social profile links on my contact page, but I don’t see any elements on your theme for it. Is this possible or should I download 3rd party plugin?
never mind, found out. thanks
Hey djb19, I’m glad to hear 
Hi ThemeNectar i have purchased your team and installed it , only i can not find the item purchase code in order for me to update the team … can you tall me where is it ?
??
Hey captiva-cay!
Please see the following resource in regards: https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-
Cheers
Hi, i meant to where with in your Salient Theme, where to find the code i know ..
Hey, you do not need to enter the code in Salient directly – if you wish to update via the WP dashboard, you can use the Envato Market plugin: http://themenectar.com/docs/salient/updating-salient/
Hello! On this demo there is a text next by the menu button. How can i make it on my site?
Demo: http://themenectar.com/demo/salient-freelance-portfolio/Thank you for your time
2. On the same demo on off canvas thjere are some icons on the bottom how can i use it on my site?
Hey axilleaszante,
1. That option was added in v11 of Salient – you can find it in the Salient options panel > header navigation > off canvas menu tab. It’s called “Off Canvas Menu Add Menu Label”
2. In the same tab, there’s an option titled “Off Canvas Menu Add Social”.
Cheers
You are awesome thank you so much!!
Glad I could help axilleaszante 
It seems there is a problem with the shadow when using the Flickity Static Height Style gallery. The shadow does not appear in the top and bottom. + When using different aspect ratio, the shadow doesn’t start on the edge of the image as you can see here https://pasteboard.co/IKc85Um.png. What to do?
Hey SlavekT,
Can you kindly share your actual URL in regards so I can take a closer look at the setup to assist?
Thanks in advance
Hi, it’s https://new.yvonne-konig.cz/ceske-budejovice/. It seems the problem with the shadow not starting on the edge disappeared when I deleted an inner row above this one. Could you please also tell me what custom css to add to have rounded corners of the photos in the gallery?
Hey SlavekT,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.nectar-flickity .flickity-slider .cell {
border-radius: 10px;
}
Cheers
Thank you. What about the shadow, were you able to find out?
Sorry SlavekT, I thought from your previous comment that you had figured it out already. You will need to change the “Overflow Visibility” setting in the image gallery element settings to be “Visible” insdtead of “hidden” to allow the full shadow to show. If you do not wish to alter that, you can add in this CSS instead:
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-viewport {
padding: 60px 0;
margin: 0;
box-sizing: content-box;
}
Cheers