38194 comments found.
Hai, Pls Help Us
I want to be able to set a custom font size & font weight which is in the footer section only, is there a way?
Website: https://www.fgvagri.com/ Screenshot: http://i.prntscr.com/92-LG_j-RjCgAdDHmKNVjA.png
Thank you
Hey adproesq165,
You can use the following CSS for that change:
#footer-outer, .material #footer-outer .widget li a,
#footer-outer #footer-widgets .col label {
font-size: 12px!important;
font-weight: 400 !important;
}
Cheers
Yes it worked, thank you very much ThemeNectar
Now we want Every Category parent that we marked in red box to be Bold, is it possible?
Website: https://www.fgvagri.com/ Screenshot: https://prnt.sc/15c5h26
Hey adproesq165, you can add in this snippet as well for that change:
.material #footer-outer .widget > ul > li > a,
#footer-outer #menu-fgv-services > li > a {
font-weight: 600!important;
}
Cheers
Awesome, Thanks a Lot ThemeNectar !
You’re welcome, adproesq165 
Hey there. Is it possible to display multiple shipping options for ecomm? I have services for UPS & USPS shipping options but only UPS will display.
Am I missing a setting?
Hey arteest,
WooCommerce supports multiple shipping methods which should be displayed on the front-end when configured. Have you verified that switching to the default WP theme corrects the issue?
Kind regards,
Hi there, one more question. On mobile I would like my images to be visible (fixed) and not scaled like it is now. See this page on mobile: yinner.kleidi.nl > I would like it like this: https://ibb.co/X8VT60L -> is that possible? Thanks in advance!
Hey Abbenhues,
Ensure that each of the row background positions are set to “center” and disable the full height row option. You can set padding on the row instead to make the size scale proportionally to the device. For a starting value, try setting the row to padding 50% for the top.
Hello again awesome support!
Client wants to add WPML language switcher on moblie view. Now order of icons should be to the right is hamburger menu, then shopping bag icon and then language switcher should be shown.
When we switch to RTL languge (Arabic) it should mirror/flip that order too, then on far left we have hamburger menu, then shopping bag and language switcher comes after.
We are using Salient child theme, so any idea how to implement this?
So many thanks!
Hey robotnjik!
Do you have the “Default Layout” selected for your header navigation in the Salient options > header navigation tab? If so, the order should reverse by default. Can you kindly share your site URL in regards?
Hello! Please check the screenshot: https://paste.pics/5271de8dd687e749e865b224729a2a8c
We are using “Default Layout” for header, but we want to insert WPML language switcher next to hamburger menu and shopping bag icons. Currently, WPML switcher is insider hamburger menu on mobile, we want to be always present in the header.
I hope this is clearer now 
Hey robotnjik,
As of v13, you can use the “nectar_hook_mobile_header_menu_items” filter to add custom markup to your mobile menu through the child theme – it’ll likely need to be styled with CSS for your setup though.
Here’s an example snippet you can add into your child theme functions.php file: https://pastebin.com/0fdLR1Gu
Thank you! It works, a little bit ‘dirty’ css to position switcher for each language, but it works! Awesome support <3
Glad I could help, robotnjik 
Halo, plesase help us
We use the woocommerce tab and then a colored box appears that we don’t want so I can’t click on the product.
Previously this didn’t happen
Our website: https://drroket.com
screenshot from admin: https://prnt.sc/150xed9
screenshot from website: https://prnt.sc/150xste
Hey adproesq165,
That issue will be corrected in the next minor update – it’s related to the material tabbed style option labeled “Full width divider line”. You can fix it from your end before the next release by adding this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:
#ajax-content-wrap .tabbed .products:after {
display: none;
}
Cheers
Thanx A Lot Theme Nectar…
You’re welcome adproesq165 
HI, just sent you privet message did not want to share my website address here. Thanks
Hey toolbox101, I followed up via email.
Cheers
Thanks, replayed you back, the code worked but not fully. Can you check your email please? Thanks
Hello,
How can I get a full width product page like this demo http://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
Hey MAJMonaco,
The URL shared leads to the Salient landing page since it was copied when using the ThemeForest iframe. Can you kindly share again starting from the actual site here: http://themenectar.com/promo/#demos
In general, you can use the page builder on any product the same as regular pages to create a custom design. Just ensure to enable it on the product post type in WPBakery Page Builder settings > Role Manager: https://ibb.co/2gk1nYN
Cheers
Thank you for your feedback, I have already done this but it does not allow me to have the full width product section.
I would like to do like here on this demo: https://ibb.co/YWFdvKF
But currently my product section is constrained in width: https://ibb.co/HFSc55d
Thanks in advance
Hey MAJMonaco,
You can adjust your site container width in the Salient options panel > general settings > functionality tab via the “Max website container width” field.
Kind regards,
Ecommerce robust demo import has a dual column footer on the home page and any new page we create. Where can we edit the text in the columns, and the scrolling text at the bottom? Please advice.
Hey Bonigala, that section is populated from the global section post type: http://themenectar.com/docs/salient/page-builder-global-sections/
Kind regards
Hi there, for this website (https://yinner.kleidi.nl/) i would like to have no transparent header on mobile, is that possible?
Hey Abbenhues, you can use the following CSS for that:
https://pastebin.com/cH4gF3G5That almost fixed it! Now the top of my video (background) is under the header. Is there a way to fix that? Also can I change the color of the hamburger menu on mobile?
Hey Abbenhues,
It looks like you’ve already altered the color of your mobile hamburger menu icon – are you referring to the actual off-canvas menu background color?
You can move the content down under the mobile header with the following:
@media only screen and (max-width: 999px) {
body #header-space[data-header-mobile-fixed="1"] {
display: block;
}
}
Thanks! I managed to get the hamburger menu yellow but when scrolling down on mobile it shifts to grey again. Is there some css to change this as well?
Hey Abbenhues,
Change the rule to the following to apply it to both the transparent/non-transparent state:
https://pastebin.com/5qpNuDqiCheers
Perfect! thanks.
You’re welcome, Abbenhues 
Hi there, I created a row and in this row I have 3 columns > fancy box. In the row I selected Equal Height Columns, but on a smaller screen (laptop) the columns still have different heights. Is there an other setting I am missing here? Hope to hear from you.
Hey Mikel2020,
The ”Equal height” column option only applies to the actual column itself – not child elements. In order to have your fancy boxes all remain the same height, you would need to set the “min height” option on all four of them to be taller
Cheers
thanks, that is what I was looking for 
You’re welcome, Mikel2020 :)
Hi, is there a way to get my blog items on these pages (category overview) the same height: https://mball.nl/category/boas/ ?
Also the images of the blog items?
Hey Abbenhues, the “Classic enhanced” masonry option will display as equal height with the same size featured images. It would be easier to switch to that style and then use CSS to alter the styling than to try and change the material masonry-style to be equal height.
Kind regards,
Hi, would it be possible to have my call to actions ‘meer weten’ lined out on the bottom of the column on the same line? See this page: https://mball.nl/talentcenter/boa-opleidingen/
Hey Abbenhues, You’ll need to givethe parent row a custom class name such as “align-bottom-cta” and then use the following CSS:
.align-bottom-cta .vc_column-inner>.wpb_wrapper {
height: 100%;
display: flex;
flex-direction: column;
}
.align-bottom-cta .vc_column-inner>.wpb_wrapper img {
margin-bottom: 0;
}
.align-bottom-cta .nectar-cta {
margin-top: auto;
}
Cheers
Yes, great!
You’re welcome, Abbenhues 
Hi there, on this website: https://uxcode.nl/ I have a blog carousel but there is a lot of white space between the items. Is that normal?
Hey Abbenhues,
That’s occurring due to not having enough blog posts for that specific slider style. The multiple featured carousel is set to “loop” and thus requires a handful of posts to be available in order to display correctly. If you add a couple of more posts, the issue will resolve.
Kind regards,
Hi, I’m trying to add a Font Awesome, but many icons don’t work (even on the free version): https://fontawesome.com/v5.15/icons/money-bill-wave How can more support for other icons be added? I have a Pro Font Awesome License, by the way, if needed. Thanks!
Hey apinzon, Salient uses v 4.7 of font awesome – integrating other versions than that would require a plugin or custom modding at this time to integrate a different set into the page builder. It’s on the wishlist to provide the option for other versions and I’ve added your +1 for that idea.
Kind regards,
Thanks! Any plugin that you know of that might work?
Hey apinzon, I don’t have a specific one to recommend for that as of now. However, if you’d like to reach out via email via the contact form on my author page I can add you on the beta list to send over a copy when the new FA functionality becomes available to test 
Hi, I’ve just updated Salient from old version (8.5) to the last one. Sadly the update completely brocked my site… The big problem is I can’t see the “Salient templates” button in the page builder (the famous Salient Studio). So I cannot even build everything anew without the studio !!! How can I have this option back ? I’m not sure I’m ready to pay 42$ to renew the support without being sure I can get back this option… Can you help ?
Hey Didee_79, ensure that you’ve also installed the new Salient plugins – Salient Core is the plugin that is responsible for adding the Salient studio functionality. If you already have that installed in your setup as well as the current Salient WPBakery page builder (v6.6), please reach out via the contact form on my author page with temporary admin access so that I can take a closer look.
Thanks in advance
Hey Micatuca, that could be coming from the Yoast SEO plugin. If you’re using that, you can disable the breadcrumbs in their plugin options: https://yoast.com/help/implement-wordpress-seo-breadcrumbs/#:~:text=To%20remove%20Yoast%20breadcrumbs%2C%20toggle,the%20settings%20to%20your%20preference.
Cheers ThemeNectar
You’re welcome, Micatuca 
Sorry for the questions and believe me, I look in the discussion forums first before posing a question. I’m trying to have control of all the coloring in the cart and none of the snippets of CSS are working.
First question that I had earlier was,
-Where do you place these snippets?, in the main Salient CSS section or in the actual row where the cart is to place the CSS? That would truly help to know
-I need the Update Cart, Proceed To Checkout and Submit Buttons all with unique button color (FF00D8) and hover states colors (FFB900)
Thanks so much,
-CS
Hey CSMurphy,
You can paste the CSS in the Salient options CSS box. Here’s the CSS to target all of those buttons: https://pastebin.com/jQhMCwCjKind regards,
Hi, I have a question. Can I also place the social media icons somewhere on the website? Now I only have the choice to do this in the header or footer. But I want to put the social media icons in the footer from your new demo. Is there by any chance a shortcut with which I can post these socials?
And another question. How do I adjust the colors of links on the website? Links are now blue by default, and I just want them black with a hover blue. Must be manageable in the menu, right?
Hey PascalvanM,
1. You can use the “icon” page builder element to add social icons on a page – There’s no page builder element to automatically pull from the icons you’ve set for your header navigation/footer.
2. There’s no theme option for that currently, though I’ve noted to add some selectors for it in the upcoming release 
.main-content a {
color: #000;
}
.main-content a:hover {
color: #3555ff;
}
Hi how do you change the colour of text headers h1 ect?
Hey e3templates,
Headings will inherit from the overall font coloring option in the Salient options panel > general settings tab. If you wish to use a separate color for any specific heading, there’s a “Text Color” field within the custom heading page builder element.
Hello there. I have tried 5 different WordPress installations routes. I have made the PHP changes as recommended on the Demo Import guide, but none of that has worked because:
- During the import, the process stops at 26%, then again somewhere around 50-57%.
- On the shop site, right after finishing the import, the Sorting dropdown is bugged and unable to use if the Fancy option is enabled, although I wouldn’t like it disabled.
My current website https://revunity.com/web3/shop where you can see the sorting dropdown is not working at all nor has the fancy demo layout despite it’s enabled on the admin dashboard.
Is there any way to fix this current issue?
However, for further investigation please open a ticket in regards on the support forum located here: https://themenectar.ticksy.com/
Thanks in advance
Hello there. I have opened a ticket already: https://themenectar.ticksy.com/ticket/2795696/
The top distance has been temporarily fixed as you mentioned, although the Fancy design is also lost on the dropdown. If you look closely, it looks like it was inheritating the designs from the “Add to Cart”, “Select Options”, and “Quick View” buttoms from the products rather than using the Fancy design.
My theory is that it looks like the demo you are using locally is more updated than the one from the Demo Importer plugin? I’m thinking that because the live demo from your website is also slightly different from the one downloaded on my website.
Also, if it helps, I’m using WordPress 5.7.2 fresh install, WooCommerce with the introductory steps processed as suggested on the guide aswell, and no other plugins installed except for the Salient required ones.
If there’s also somewhere to contact you and provide you with pictures or anything required during this process, I’m more than open to hear from you. Kind regards, Angel.
Hey Angel, I’ll check out that ticket on the support forum 