38342 comments found.
Why does WP Bakery > templates option is not visible in theme? Is it a theme configuration or plugin? Is there any way I can turn on grid builder and templates option for Bakery plugin?
Hey Rujuta792,
1. The default Template system that WPBakery offers is available/enabled by default in Salient—if you’re not seeing that in your setup, please open a ticket on the support forum in regards
2. The grid builder is disabled by default, but you can enable it by adding the following snippet to your child theme functions.php: https://pastebin.com/mkTUqu4r
Kind regards
hi, any idea how i could make the team boxes equal height ?https://www.stout.marketing/around/about-us/
Hey yannickpeeters,
Have you enabled the “Equal height” option within the parent row settings? https://ibb.co/JKpcSxt
Kind regards
awesome. thanks! i’m used to working with Elementor but like your theme alot! so it’s finding my way again… 
Glad that I could help, yannickpeeters 
Hi Salient! I’ve a question about your great theme: it is possible to insert in the header, in addition to the always present logo, an image (such as a round stamp showing a certification or a banner that the company is 10 years old), to be immediately visible, such as at the top right, which then disappears in mobile view? Some headers have this option of inserting an additional image that contains a marketing enhancer in addition to the company logo. Thank you
Hey thebugbear!
You could insert such an image via the hook “nectar_hook_before_button_menu_items” from your child theme. An example would look like: https://pastebin.com/SSMPbgEg
CSS could then be used to style the second-logo as needed.
Kind regards
Hi There,
I’m using Lottie files for the first time but the Lottie is not showing in back- and frontend. Console gives this error:
Uncaught ReferenceError: lottie is not defined at n.init (nectar-lottie.js?ver=15.0.4:1:19951) at nectar-lottie.js?ver=15.0.4:1:22283 at Array.forEach (<anonymous>) at IntersectionObserver.root (nectar-lottie.js?ver=15.0.4:1:22244)
Please help
Hey muntzallactive,
Because that’s not a known issue, I would need to take a look at your actual website to further inspect the error. Please open a ticket on the support forum in regards
Thanks in advance
Hi there, thanks for the reply. It was actually an corrupted plugin that was installed. So now everything is working again 
Hey muntzallactive, I’m glad to hear you found the issue 
Cheers
Hello, how to add ARROW and PAGINATION to flickity carousel?
Hey codesigner,
Unfortunately, there’s no built-in option to enable both at the same time for that carousel, so it would require a custom modification. However, I’ve noted the idea on the wishlist 
Kind regards
Hi!
Would you be so kind to help with Portfolio page? It had dissapeared after the last update to 1.7.2.
Site: asvart dot ru.
Thank you!
Hey 9546667,
I would need to see the server error log in order to assist further—can you please open a ticket on the support forum in regards
Thanks in advance
Using the Clients Display Element we’d like to have the client logos display as full opacity on hover. We have seen from another support ticket how to edit the opacity of the “pre-hover” state, but can’t find anything on the hover opacity. Can you please offer any suggestions?
Hey urbanstorm,
You can alter that 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/HNWFQTR7Kind regards
is there a way to view the address on muliple lines on the interactive map? I was trying to do it like this but wasn’t working. Would be nice to custumize the text / links / ...
-> 51.205.650 | 4.388.040 | Dentius BE Jan Van Gentstraat 7, 401 2000 Antwerpen https://dentius.be/nl.
Hey yannickpeeters,
Unfortunately, there’s no support for HTML in those info windows as of now. You would need to use a third-party map plugin as of now, but I’ve noted the idea on the wishlist 
Kind regards
Add to cart full width with quantity option isn’t displaying correctly: https://www.foodieflavours.com/shop/flavours/flavouring-collections/essential-ten/
We do have a max with on it, but the button still appears on a separate line when this CSS is removed.
Seems to only happen on bundled products, variation products are fine
This is the CSS being applied:
/Add to Cart Button max width on desptop/ @media only screen and (min-width: 1000px) { .woocommerce-page button[type=”submit”].single_add_to_cart_button { max-width: 40% !important;
} }
Hey MarcGarner,
Since the plugin you’re using for product bundles adds additional markup, some extra CSS rules will be required to make that display on the same line:
https://pastebin.com/wUS1RWpAKind regards
That’s perfect
You’re welcome, MarcGarner 
Hello,
In Salient Templates “Food Menu Item” I would like to modify the size of the price for mobil phone (max-width: 690px) “div.item_price”
I tried to apply a CSS rule but I did not succeed.
You have the right CSS rule maybe..?
Regards
link to my website: https://restaurant-boccadasse.ch/?cmp_bypass=boccadasseHi, thank you for your reply.
I have one last question,
can I reuse this CSS rule in the future if I create a new website with the Salient theme even if the Salient theme has been updated..?
Regrads
Hey nedana, Yes, you can reuse that CSS on other instances of Salient, and it will persist when updating the theme in the future—Just ensure that you’ve added it to either your custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab or to your child theme stylesheet.
Cheers
Hi,
thank you very much for your information.
regards
You’re welcome, nedana 
Hi—is there a way I can make this accordion open by default (scroll down the page a bit)?
https://jamescarveronline.com/product/creating-the-ultimate-protagonist/I would not want that to be the case for every accordion, just this particular one.
Is this possible?
Thanks
Hey JayCarver,
Yes, but you’ll need to change the Toggle Panel element settings to enable the “Accordion Toggles” option: https://ibb.co/3FCTMYj
Kind regards
Good Morning!
I am trying to see if there is a way to have a different “call to action” button text depending on the specific blog post category for the “recent post slider” element. I have provided the link below for the page you can reference to see the 2 different sections I am referring to.
https://www.bulbaritos.com/the-burrito-bowl/On this page, there is an “Upcoming Events” and a “Past Events” section that both use the “Recent Posts Slider” element. Here is what I would like to see if I can get done.
For the “Upcoming Events” blog category I would like to have a “Register Now” text to show in the button.
For “Past Events” blog category I would like to have a “View Results” text to show in the button.
Hey Anthony_And_Marisa!
That would require overriding the recent-posts.php template file via your child theme: https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/
Once you have it overridden, you could add logic to change the button text depending on a selected category. The relevant button output occurs near line 891 within the file, assuming that you’re on a recent release of the Salient Core plugin
Kind regards
Ok I have successfully moved over the recent-posts.php to the child theme but I have no clue what code additions I would need to add to the lines of code you referred to (starting at line 891) in order to solve my initial question asked. Any help would be great. Below is the lines of code you referenced.
<?php if( $stored_theme_skin == 'material') { ?>
<?php echo esc_html__( 'Read Article','salient-core'); ?>
<?php } else { ?>
<?php echo esc_html__( 'Read Article','salient-core'); ?>
<?php } ?>
Hey Anthony_And_Marisa,
An example of the modification would look like this: https://pastebin.com/jXtUbnbT
Kindly use the support forum in the future for assistance with items similar to this 
Cheers
Hello,
Could you tell me where to find “Lottie animation setting”.
I want to add a Lottie animation on a page but I can’t find on “Page Builder”.
Thanks for your help.
Hey ASG31, If you’re not seeing the Lottie page builder element available in your setup, you probably just need to update your version of the Salient Core plugin to the latest release (1.9.7+). If that update is not showing available for you, please ensure that you’re also on the latest Salient: https://themenectar.com/docs/salient/updating-salient/
Kind regards
Thank you for this new update! Great job, as usual! Keep up the good work
Cheers!
Thanks, barreoblique! 
Cheers
Hi,
Is it possible on the shop page to change the text as follows:
‘Select Options’ -> ‘More Info’ ‘Quick View’ -> ‘Buy Now’
Otherwise it just feels a bit longwinded for people to go to the product page and then back to the shop page in order to add an item to cart.
Thanks.
Hey AletalkProductions,
The “Select options” text is part of the core woocommerce string set and the “Quick View” is from salient—so the translation would look like this: https://ibb.co/FBcLgSB (example using say what)
Kind regards
That’s worked great, thanks so much!
The only other thing I’m trying to alter is one the ajax cart (that pops up on the right hand side), I would like to change the links at the bottom as follows:
‘View Cart’ Link -> ‘Continue Shopping’ (and link to our shop page) ‘Checkout’ Link -> ‘View Cart’ (and link to cart page)
As the issue we are getting is that people aren’t finding the ‘Add Coupon’ option on the checkout page, as they are essentially bypassing the view cart option and going straight to checkout then not knowing where to enter their coupon code.
Thanks again for all your help in advance.
You’re welcome AletalkProductions 
Here’s a snippet you can use within your Salient Child theme functions.php file to change those buttons: https://pastebin.com/F8WhDjL3 After adding it, you’ll need to add/remove a product from your cart in order to see the changes take effect.
Kind regards
Thanks, it’s all working great, apart from when I use the child theme it seems that the ajax cart doesn’t work/ pop-up (this is both with & without the code you supplied to make the amends).
It does add it to cart though, I just have to refresh a page to see that it’s beedn added.
Is there any reason you could see that the Ajax (pop-out on right) cart doesn’t work when using the child theme?
Thanks.
Hey AletalkProductions,
The base child theme includes no modifications—it only loads the child theme stylesheet. Have you added any additional code to your child other than that snippet? If not, please open a ticket on the support forum in regards so that I can take a closer look at the backend.
Kind regards
Hi. I want to extend my builder options and since you use custom WPbakery I want to know id buying this https://codecanyon.net/item/unlimited-addons-mega-bundle-for-visual-composer/19602316?irgwc=1&clickid=SxdVmnRkMxyNUKSz6t0qAxkOUkAwrvx9MxenQY0&iradid=275988&irpid=482002&iradtype=ONLINE_TRACKING_LINK&irmptype=mediapartner&mp_value1=&utm_campaign=af_impact_radius_482002&utm_medium=affiliate&utm_source=impact_radius will couse any conflict if I use it along with Salient’s builder?
Thanks
Hey toolbox101,
In general, most WPBakery will still work with our tailored version of the builder. However, I haven’t tested that specific version and it appears that the developer has not updated it in years so it might contain its own issues.
Kind regards
I see, thanks… any alt. Similar plugin that you have tested and recommend instead of this one ?
Hey toolbox101,
Ultimate adding is a more popular choice and is still regularly maintained: https://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199
Kind regards
It would be best to have the product description on one line with the price and quantity selection underneath on a single line.
Hey MarcGarner,
If you do not wish to alter the mobile typography settings which those titles inherit from (heading 4), you could also create a rule specific for them like so: https://pastebin.com/pbPhng7Q
In the future, if you have multiple requests/questions please post them via the support forum so that they can be correctly assigned & indexed on our end. https://themenectar.ticksy.com
Hi, is it possible to have an image in the backbround of the menu of the left menu layout? (like this one https://depender.eu) so how could I achieve that if it is possible? Thnx in advance!
Hey donna2!
You could add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab to get that look:
#header-outer {
background-image: url(your-image-src.jpg);
background-size: cover;
}
Kind regards
Thanks very much!! this did the trick 
Glad that I could help, donna2 
How can we edit the colours and text sizes/styles in the cart pop out with extended functionality?
Hey MarcGarner,
The colors of the mini cart are set to be the same as what you’ve specified Header Navigation > Color Scheme via the “Header Background” and “Header Font”. The typography of your product titles inherits from the “Heading 4” field.
Kind regards
Request for improved cart page/functionality especially on mobile.
• There’s a lot of wasted space, many of the elements are too large or not even needed. For example there’s no need to have the labels “quantity”, “price” or “product” these elements are self explanatory. • The coupon element could be much smaller with an integrated apply button. • The button for checkout should always be visible rather than customers needing to scroll.
Shipping calculations could be saved for the checkout page rather than displaying on the cart.
Our cart on mobile – https://ibb.co/dMyLN3P Optimised Shopify site cart – https://ibb.co/KcPT9jm
Hey MarcGarner,
Thanks for the request—some of those changes you’re looking for might cause conflicts with third-party plugins which extend/alter the WooCommerce cart functionality if we included them by default. However, they’ve been noted 
Are there any plans to update the cart to be more mobile friendly? Just in terms of layout and spacing.
Hey MarcGarner, the upcoming release is not WooCommerce-focused, however your previous feedback for the cart page is still noted on the wishlist for the next WooCommerce update.
Kind regards