38333 comments found.
I use “author” for my blog, unfortunately the link from author name goes directly to the start page, I don’t know where I can change this. In addition, I can’t turn off the Love button. Under Ropes/Blog I have already set the two sliders, the button is still there.
I need some help. Thank you.
Hey rauschsinnig,
The author link should be automatically specified from WordPress. Can you please open a ticket on the support forum in regards so that we can take a closer look into your setup?
Thanks in advance
Hello sir, I hope you are well, I am trying to move an element on my site which is overlapping another element, I have managed to move it on desktop but can’t figure out why it’s not moving on mobile/tablet. What am I doing wrong, please?
This works on desktop:
.ryviu-collection { float: right; margin-right: 20px; }
This works on desktop too, but not mobile, I thought ”!important” would do the trick, but no joy:
.ryviu-collection { float: right; }
@media only screen and (max-width: 1000px) { .ryviu-collection { float: right;!important; margin: 0 auto; text-align: center; } }
I think you can ignore this comment as I got it to work by clearing the server side cache. Thank you as always!
Hey AnonMe, I’m glad to hear that you’ve sorted it 
Kind regards
Which .js file is responsible for animating nectar-fancy-ul and svg animated icons?
Hey juvengle,
The main script file, salient/js/build/init.js
Kind regards
With the portfolio element, the width and height attributes of the generated images are empty.
Hey beachmat,
Can you please share your URL in regards so that I can take a look?
Hey, how can I still display top menu navigation on mobile next to the burger menu? I see it has <nav style=”display: none;”>, but can’t seem to work out how to change it. Basically I want it to be visible both on mobile and desktop.
Nevermind – solved 
Hey juvengle, Glad you were able to sort it 
Hi there,
I need to disable scrolling when the hamburger menu is clicked? Then re-enable scrolling when an option is selected from the navigation menu or the close icon.
Any help will be greatly appreciated.
Thanks in advance.
Hey notcholas,
That would require some custom JavaScript to add a new event for setting the body overflow to hidden when that’s opened. If you’d like some assistance with that, please open a ticket on the support forum in regards
Cheers
Hello Theme Nectar!
I have a question. I am configuring a “one page” site and I want to know if it is possible to modify the transition effect when clicking on the Row ID of the menu.
Thank you so much!
Hey Dooply!
Unfortunately it wouldn’t be possible to modify that without editing the core theme JavaScript. However, you could disable the smooth scrolling which Salient offers for anchor tags via the theme option “One Page Scroll Support (Animated Anchor Links)” in the Salient options > general settings > functionality tab. By doing so, you could then code your own desired effect without having to modify the theme.
Kind regards
Thank you for helping me figure out where the option is for the side menu. Could you help me figure out where the option is to adjust the spacing between the menu and the first row as per your demo site, please (http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266?_ga=2.174671266.1027570878.1678886357-729715739.1678886357)? I have used the built-in template however I get a massive gap between the logo and the first row, I’m guessing I’ve changed a setting by accident.
Hey AnonMe,
You can reduce that by either adjusting the settings for the row clip path https://ibb.co/N266773 or by enabling the Transparent header effect on your page.
Kind regards
That’s really helpful, thank you!
You’re welcome, AnonMe 
Hi, is it possible to make the navigation transparent on the main WooCommerce /shop/ page? I’ve endabled force transparency in the settings for the page but cannot get it to work.
I’m not using an image in the header if that helps with your response. Many thanks.
Hi, the sames goes for the blog single pages. Whgen not using a header image I don’t seem to be able to force the navigation to be transparent.
Hey dantonkin,
You can manually force that effect to be used via a filter in your child theme functions.php:
https://pastebin.com/25MryHFmKind regards
Perfect, thank you for your help.
Do you have a roadmap of future updates available? Just wondering what to expect in the next big update and when that might be?
Hey dantonkin,
There is no exact date scheduled for the next major release yet. However, when the public beta opens up in the next month, you’ll be able to opt in by following the link that will show at the top of the change log located here: https://themenectar.com/changelogs/salient.html
How to change logo on the main page? https://theleadershipmanual.com/#home
Hey sandeepingale, you can find that logo in the Salient options panel > header navigation > transparent header effect tab.
Kind regards
Hi, How do I place a box in the middle of two rows? I’d like it to start before Row A ends, and finish over Row B, each row with it’s own background color. Thanks!
Hey apinzon!
That could be accomplished via absolute positioning + the use of transforms to position the box as needed. If you’d like assistance creating an example of that, please open a ticket on the support forum in regards
Kind regards
Is there a way to change the position of the coupon section on the checkout page so it’s not so noticeable along the top? The position/design of the coupon section on the cart page is great but the checkout page is an eyesore. Any help here could be appreciated. Thank you!
Website for reference – https://doses.co/checkout/
Hey Egaffin!
Here’s an article that discusses how you can alter the positioning of that field via hooks in your child theme.
Kind regards
Hi, I imported the blog demo but in every page there is a preload icon. How can I disable it?
Hey santiagoavellaneda,
You can disable that in the Salient options > Page transitions tab via the option titled “Animated Page Transitions”.
Kind regards
Which js file is responsible for Full Screen rows and the scrollable dots on the right hand side? I need to make them not being delayed at load (through optimisation plugin).
Hey juvengle,
You’ll need to exclude the following:
salient/js/build/third-party/jquery.fullPage.min.js salient/js/build/elements/nectar-full-page-rows.js salient/js/build/init.js
Though performance plugins which alter/delay JS loading will typically recommend excluding a theme directory as a whole for compatibility. e.g. salient/js/
Kind regards
Hi there,
I wanted to showcase the feature image of every post (in a category), similar to the “post Grid”, but on click i just to want to enlarge the picture and not navigating the user in the corresponding post.
Is this feasible? Thank you very much!
Hey nikosff! You can actually use the “Gallery Lightbox” option within the post grid to get that functionality:
https://ibb.co/5TQtQhTKind regards
so flexible theme, thanks!
You’re welcome, nikosff! 
Anyone having trouble with the footer in the salient theme? Mine is set to show and I’ve the widgets set up, but it isn’t propagating on the screen.
Hey lala2015,
There is currently no known issue with the footer area not displaying when activated. Could you please open a ticket on the support forum with your site URL so that we can take a look to assist further?
Kind regards
Hey, I have added a raw html element with custom icons in
- to the off canvas widget. They are linked with , the issue I am having is that the underline element is actively underlining the icons on hover. I’ve seen on the menu there is an ::after element that can be removed on hover for the underline to not display the underline, unfortunately that element isn’t visible on the icons I made. Is there a way to switch those underline with a css for the raw html element in off canvas menu widget?
Hey juvengle,
Yes, that could be modified with a CSS rule. Could you kindly share your URL in regards so that I can take a look at your setup to provide the needed snippet?
Kind regards
Hey juvengle,
Unfortunately I would need to see the site in order to see exactly what settings you’re using in order to provide an accurate snippet. You can share the URL privately if desired by reaching out via the contact form on my author page in regards.
I’ve sent it but received no reply.
Sorry about that, juvengle—I’ve located the email now 
You can use the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
#slide-out-widget-area.fullscreen-split .textwidget a {
background: transparent;
}
Kind regards
Hello, I hope you’re well. I use Gravity Forms. What’s a good way of including a self-hosted video inside a form? Gravity Forms has an html field option, but that field does not seem to parse Salient codes like [nectar_video_player_self_hosted …]
Hey marcfest,
It looks like you’ll need a snippet in your child theme to allow gravity forms to parse shortcodes from WPBakery: https://community.gravityforms.com/t/add-a-shortcode-to-an-html-module-resolved/10439/6
Kind regards
Hi I´m using salient as a blog template, buy I have a problem, in the articles page the offset option doesnt work, I set it to 1, 2, but it shows always the first post. How can I fix it thanks?
Hey santiagoavellaneda,
Do you have the pagination option enabled? If so, that option will override/ignore the offset option.
Hi that was my error, I Solved it by writing an css rule for hide the first element of that grid with nthchild, thanks
Hey santiagoavellaneda, I’m glad you were able to sort it out 
Cheers
how to make Video Background full page ?
Hey Devoart, You can use the “Full Height Row” option your row, if you’ve added the video as a background on the row: https://ibb.co/f0DBpwD
Kind regards