38352 comments found.
Would it be reqiured to install the Gutenberg Blocks plugin? Or would Salient work without that and use the Clasic editor plugin?
Any plans of ditching the Classic and eventually moving to Gutenberg? Just trying to minimize the number of plugins that are active.
Hey dzineee,
I’m unsure which Gutenberg Blocks plugin you’re referring to, as Salient doesn’t include any related to that and there are many third party plugins which add blocks to Gutenberg. To answer your question though, you do not need any Gutenberg Blocks plugin to make use of Salient and all of its features.
Kind regards,
Sorry I think I was unclear. I am referring to the plugin called ‘WooCommerce Blocks’ by Automattic. I believe we installed this because it was required for Salient, but maybe I am mistaken?
Would we be able to disable both Gutenberg and the WooCommerce Blocks?
Hey dzineee, that’s an add-on for WooCommerce and it is not required by Salient but rather recommended by WooCommerce – you don’t need to use it. Both that and Gutenberg can be disabled if you wish.
Kind regards,
Thank you for clarifying, I appreciate the help! I have disabled it and will run some tests to see if it used anywhere else.
Added question: Does Salient require the Classic Editor plugin? Or can it run on its own?
No worries, dzineee. Salient doesn’t require the classic editor plugin either. That’s up to you to use that if you prefer it over the block editor when you’re not making use of the Salient WPbakery page builder.
Good Day
Is there a shortcut to add rating on a product before you open the product page.
Hey F5Creative, The product style “Price/Star Ratings on Hover” (available to select in the Salient options > WooCommerce tab) already offers that functionality by default. However, if you would like to keep using a different product style, 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 .products .star-rating {
display: block!important;
}
Hi! Im running into an issue with padding at the top of all of my blog articles after I removed all the meta etc. Is there code to remove the white space at the top of the blog post so the background lines flush to the menu at the top. Below is a link to a blog page example.
https://www.bulbaritos.com/06hs-vs-01hk/Hey Anthony_And_Marisa!
You can adjust that by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
.single-post #ajax-content-wrap .container-wrap {
padding-top: 0;
}
Cheers
Thank you so much! I just noticed that the blog post carousel at the bottom of the page doesn’t have the title and button centered on mobile devices but is on all the other devices. Is there a code to center the title and buttons in the “More content” section on mobile devices at https://www.bulbaritos.com/06hs-vs-01hk/
You’re welcome, Anthony_And_Marisa 
add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
@media only screen and (max-width: 1000px) {
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container {
width: 100%;
}
}
Kind regards,
Thank you!
Mobile map not working – please help https://shoalsbrewery.com/
Hey surfershort, It appears that’s occurring due to the modification to defer the core jQuery library. You should exclude that script from the performance optimizations to allow it to load in its natural location.
Kind regards
Thanks but how do i do that?
Hey surfershort,
If you haven’t knwoingly enabled that modification yourself, then it’s coming from a setting within one of your active performance optimization plugins. You could disable any active performance plugins one at a time and check your site to verify which one is has the setting by seeing when the issue gets corrected.
Kind regards,
Thanks that worked!
Glad that I could help, surfershort 
Hello, I’m going to make my website multi-lingual. Tell me if your theme works more correctly with Polylang Pro or WPML CMS
Hey mig-ua,
People use both, but we recommend WPML: https://wpml.org/documentation/theme-compatibility/create-multilingual-wordpress-websites-using-the-salient-theme-and-wpml/
Kind regards,
Howdy folks! I am using the Creative Portfolio demo. Is there any way to make the portfolio slider autoplay? Thank you!
Hey raifdeari!
Yes – When editing the “Recent Projects” element, you can use the “Auto rotate” field to specify an auto-rotation in milliseconds: https://ibb.co/pjVpr35
Kind regards,
Hi, I have a problem, in some pages when Im on fullscreen the animations in the images appear when exiting the row, not when entering to the row like it should be, you can see it here https://bit.ly/3RKVgxt so how can I fix it? thanks
Hey santiagoavellaneda,
That issue can occur when using the lazy loading option for images that are not big enough to fill the column that they’re contained in. It will be corrected in the next release, and we can provide the beta version with that change included if you’d like to reach out via the contact form on my author page in regards.
Thanks,
I am having an issue with the WP Bakery Page Builder settings. I only want to use WP Bakery on pages not posts. When I go to Role Manager in WP Bakery and select Pages only I still get the WP Bakery Editor in posts and have to click the blue Classic Mode button to get back to the classic editor. Is this a bug in your custom WP Bakery Salient plugin?
Hey michellejohnson51974,
The role manager portion of the plugin is not modified for Salient, and I can’t replicate that issue when testing locally. Can you kindly open a ticket on the support forum in regards and provide a temporary admin account so that we can take a look at the backend?
Thanks in advance
Hi guys,
Very excited about the incoming update! Just wondering if there’s a way to stop on the last word in the ‘Rotating words’ element, rather than continuous looping?
Thanks
Hey ND81 
Unfortunately there’s no functionality built-in yet to handle that. It would require some custom scripting or modifications to the core init.js file from a child theme.
Kind regards
Hi,
For some reason, none of the icons on the front and backend of this website are displaying properly – https://www.tadcastersportstrust.co.uk/
Including all the socials and all the icons on the visual composer.
I’ve tried updating the theme and checking for plugin conflicts but nothing seems to be solving it.
any ideas please?
Thanks
Hey Rory1984, That’s occurring due to a CORS policy error: https://ibb.co/wCtNYps I would contact your hosting company in regards and provide that screenshot – they should be able to add the needed CORS settings for your specific setup to fix that.
Kind regards,
Hi there,
Purchased extended support to troubleshoot an issue, but unable to post on your ticketing system. I keep getting the “Sorry, support for this Envato Market purchase code has expired. You will need to extend support or purchase a new license.” message.
Is there any way to reach out to you directly?
Thanks!
Actually. all good! It’s working today
Cheers!
Hey m1k3ca! Glad you were able to access it. The Envato API + Ticksy can take up to an hr to sync with new licenses.
Kind regards,
Hello! I see there is a “Like” funciontality built in. Something called “Nectar Love”. Is this number stored somewhere in the database? If I duplicate a post with 100 likes, does it keep the 100 likes in the new post, or does it reset to 0? Thanks in advance!
Hey juanbosnic!
That count is stored under the meta key “_nectar_love”, and is associated separately for each post ID in the wp_postmeta table. The method you use for post duplication would determine whether or not that post meta field also makes it to the new post.
Kind regards,
Hi, do you know any product configurator that I can use with Salient and WooCommerce to active something exactly like this? https://www.broadberry.com/storage-storage-servers/cyberstore-212-nvme
Even if its paid 
This site is not based on WordPress
Hey toolbox101,
I don’t have a specific one to recommend for that exact functionality, unfortunately. However, it would likely be in the paid/premium category. Have you looked into https://configuratorsuiteforwp.com/ yet?
Kind regards,
Hi,
How can I change the colour of the plus sign on the toggle panel ?
Hey prateek488,
Add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
https://pastebin.com/6RcvbeyHKind regards,
Thank you !!
You’re welcome, prateek488 
Hi! Can you please help me with “Add to cart” button in catalog. How can i do it always visible, not only on hover ? Thanks
Hey eugenjy!
Could you please share your shop URL so that I can provide a snippet to alter that based on your settings in Salient?
Kind regards,
for example here https://pfoxcake.com/products/tart/ . Always display buttons, not only on hover
Thanks eugenjy,
Add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
body .products li.product.minimal .product-add-to-cart a {
opacity: 1;
}
Cheers
Thanks! It’s working, but only on desktop. Can i do it on mobile ?
Hey eugenjy,
To handle both, you can alter the previously provided snippet to be as follows:
body .products li.product.minimal .product-add-to-cart a {
opacity: 1!important;
}
If you’d prefer it to only activate on mobile, you can use:
@media only screen and (max-width: 999px) {
body .products li.product.minimal .product-add-to-cart a {
opacity: 1!important;
}
}
Cheers
Hi guys, quick one. Is it possible to reorder the social media icons?
Hey richardwells,
You could handle that by either using CSS or copying the following function into your child theme functions.php file and altering the order: https://pastebin.com/TUU3ehMT
Kind regards,
Hi there. Is there a way to stop the: Header Resize On Scroll Do you want the header to shrink a little when you scroll from happening on a specific page? it is cause a few issues and the simplest thing would be to turn it off on the page in question.
Hey wints77 
It would be possible with CSS, but the snippet would depend on your header settings. Could you kindly share your URL in regards so that I can provide that for you?
Cheers
Hey there, the tab titles are still not responsive on mobile, any solution for that issue?
Hey pedja300,
Can you please explain in more detail what you’re trying to alter about the tabs on mobile? e.g. the font sizing or the layout. Please also share your URL in regards so that I can take a look at your settings.
Thanks in advance
it’s about the title h3, you can take a look here:
https://dev.hombergertv.de/sportangebote/handball/squeeze your desktop browser and you’ll recognize the font stays on tabs same size, also on sidebar h3 post title, thanks in advance.
Hey pedja300,
Those two elements are inheriting from the “Label” section of the typography options. That specific field doesn’t alter based on the screen size since they would typically be set to small enough sizes to display on mobile correctly. You can alter that in your setup by add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: https://pastebin.com/BNHBXxsxthank you so far, hope it works, but your link somehow is broken. would you please be that polite and take a look at it?
Hey, I am able to access the pastebin link from my end which contains the CSS. If you can not still, here’s a an alternative to try: https://pst.klgrth.io/paste/pcvc7
My friend, that works wonderful. Thank you very much!
You’re very welcome, pedja300 
Hi Guys,
Long time user, great theme.
It seems as though the Salient WPBakery plugin has a glitch in the latest version.
If I try and change any of the values in the Role Manager, and reload the page – they don’t save.
Can you confirm?
Hey lukehart0403_electricink, I’m glad that you’ve been enjoying Salient 
I can’t replicate that issue locally. Are you getting the success message after saving or is there any error displayed back to you when clicking “Save Changes”?
Kind regards,
Thanks for the fast reply!
Yes I see the success message, but when I reload the page, the change hasn’t been made.
This is occurring for the “custom” types in the role manager and also the tick box for “disable classic editior”
Thanks for confirming lukehart0403_electricink,
If you’ve already tried disabling all other third party plugins to verify it’s not related to one, please open a ticket on the support forum in regards.
Thanks in advance
Is it possible to change the location of the Single Project Nav Arrows, I want to be able to add a text block below. Thanks for your help, Sincerely
Hey ASG31 
Can you kindly share your portfolio URL so that I can take a look at your current settings to steer you in the right direction?
Cheers
Here is an address: https://www.publi-media.fr/portfolio/site-web-convergences-public-prive/
I want to be able to insert a text block between the portfolio nav arrows and the footer.
Sincerely, See photo for more details www.publi-media.fr/wp-content/files/salient.jpg
Thanks for your help,
Sincerely,
Here is an address: https://www.publi-media.fr/portfolio/site-web-convergences-public-prive/
I want to be able to insert a text block between the portfolio nav arrows and the footer.
See photo for more details
https://www.publi-media.fr/wp-content/files/salient.jpgThanks for your help,
Sincerely,
Thanks ASG31 
Cheers