38442 comments found.
submitted a ticket 3 days ago but no response so hope you can help.
Hello
1. I am trying to change the color of woocommerce special pages e.g. cart, checkout but since I do not know their pages IDs I tried entering this in Salient > General > CSS related but it had no impact on background of the site or the special pages
.site { background-color: #ffffff; }
.cart .site-content-contain { background-color: #ffffff; }
How do i change background color of the whole site or of woocommerce pages only? I am using the child theme provided by salient. Should I edit the css file of the child theme or can you give me some custom css to enter into the Salient custom css area please
cart page https://zebo.io/cart/
2. I am trying to move the Related products on woocommerce single product to the right hand sidebar. I have selected right side bar in Salient > Woocommerce.
sample single product page https://zebo.io/product/pro-package-ai-chatbot-platform-messenger/
I inputted this in functions.php to remove Related products from the bottom of the page but it did not work
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20 );
3. In Woocommerce, how do I control the colors for the buttons and the banner color for the success message? It is picking them up from the theme but how do I tell woocommerce which colors I want. Right now it using Accent color and extra color #1 from my colors.
Hey nkhanani, I responded to your ticket earlier in the morning – also please note that when you add additional comments in a ticket before we have a chance to respond it unintentionally bumps the ticket to the end of the queue since things are sorted on our side from the longest since last activity first
Cheers
Hi,
Just wondering, how can i change the color of Update Cart, Proceed to Checkout, Apply coupon & Place Order buttons? I searched through the comments but none of the codes worked (they were from 1-2 years ago so this could be why).
Thank you in advance.
Hey mkoric,
Could you kindly share your URL in regards so I can see your shop settings to provide the correct assistance?
Cheers
Sure, thanks for your reply.
The URL is: http://bit.ly/2tKY5DW
Hey, add this into the custom css box:
html body[data-form-submit="regular"].woocommerce-cart input[type=submit], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
background-color: #000!important;
}
Thanks! It worked for the Apply Coupon, Update Cart, & Proceed to Checkout but not the Place Order. Any idea why?
Thanks again.
Figured it out – Thanks!
You’re welcome 
Hello! Something seems to have gone wacky with the text box editor. I have text blocks content in paragraphs which was working fine before, but I suddenly lost all the paragraph spaces. I redid it and for some reason the visual editor wasn’t sending the paragraph spaces over to the text-based editor – I had to code the
manually. I’ve tried disabling all plugins. Please let me know what is going on! Thanks.
Hey skiffie! In order to have compatibility with WP 4.9, you must be using the Salient version 8.5.3 and the Salient VC 5.2.4 – are you using those versions?
Cheers
Hi! Thanks for the quick reply and on the weekend too
I had updated to 8.5.2. and 5.2.3 when they came out a couple weeks ago but didn’t realize there was another one. Thanks for catching it and sorry for taking your time!
You’re welcome 
Cheers
Demo importer is horrible, no matter the menu and widgets. You should improve that system of importing content. 
Hey tecnologyuy, can you please explain in more detail as to what you’re experiencing? All demos in the importer will also import a menu that corresponds with each one and the demos that use widget setups that are important to the layouts accomplished such as the the new blog magazine, blog ultimate etc will also import those widgets. If you’re not getting them in when adding the demos, please open a ticket in regards with your admin credentials https://themenectar.ticksy.com
Cheers
Send, I hope I can have a solution, thanks
no solution: http://prntscr.com/hfyqoh
how do column 1 stand over column 2 with salient visual composer?
Hey iwhiteplus, it depends on how you’re trying to get them to overlap. Row transforms, column negative margins, or a larger than 100% max width in the single image element. Check out the templates “Clever Overlapping Quote” and “Info/Contact Box Overlapping Map” within the Salient studio to see how some are accomplished
Cheers
Hi. I want to use the underline option for the main navigation, but without the animation. How can I do that?
Hey amund_se,
add this into the custom css box in your Salient options panel:
#header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:after, #header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li:not([class*="button_"]) >a:after {
transition: none!important;
}
Cheers
Perfect. Thanks.
You’re welcome 
yes sherrisar me too, my “pages” show me a 404 not found when i try to publish.
i’ve disabled plugins and tried all the other stuff that has been suggested online but it doesn’t work and i am in deep panic mode. who else here has a solution?
its not the latest version of WP thats the issue
i can only make changes to “posts”, when it comes to “pages” it returns a “404 not found”, who else is seeing this?
Hey chrisfeugo, that’s not a known issue with the theme – can you please reach out in regards via the contact form on my author page with your admin credentials so I can take a look?
Cheers
yes, thank you let me do this right away.
Since updating to the latest version of the theme, updating to latest version of Salient VC and latest version of WP – Visual Composer is not functioning properly. Changes are not being saved. I’ve disabled all the other plugins. Is anyone else having this issue?
Hey sherissar, that issue would occur with the Salient VC when used at older versions in conjunction with the latest WP. However, since there’s no current known issue when using the latest Salient VC (5.2.4) with WP 4.9, could you please reach out in regards with your admin credentials via the contact form on my author page so I can take a look? https://themeforest.net/user/themenectar
if i buy this theme .. can I use it in a multiple domain names?
Hey rainstore45, it can only be used once per domain with each license
Cheers
Hey guys,
How can I move the text to the bottom of the fancy boxes on this page?
https://www.mickyyule.com/Also, how do I remove the overlay? ‘Ive used
.nectar-fancy-box .box-bg:after { display: none!important; }
But the overlay is still there.
Thanks
Hey 0754ben84,
1.
.
.nectar-fancy-box {
min-height: 400px;
}
body .nectar-fancy-box .inner {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 40px;
min-height: 0!important;
}
2. It needs to be changed into this instead:
.nectar-fancy-box:after { display: none!important; }
Cheers
Hi, moving the text to the bottom of the fancy boxes only worked on mobile. When viewed on my laptop, the text is still at the top.
Also, code to remove the overlay on the fancy boxes didn’t work at all 
Can you help?
Thanks
Hello! I have small problem: on mobile I got 2 menu – one as Main Top menu and another is Off Canvas menu.
On desktop it’s fine – I use similar menu on and off canvas but on mobile it’s duplicating and become 2 menus one below another. How I can fix it?
When I remove Off Canvas Menu – then on mobile I don’t have any menu at all.
Hey SiamNinja,
Could you kindly share your URL in regards so I can see your current settings to assist?
Cheers
Thanks for great template!
I have one question: how I can adjust / modify style of popup video player (youtube or other video)? I want to change size or player (now it’s too big that hard to close it).
Also, I like to modify it or use another video player plugin to adjust it’s style. Thanks!
Hey SiamNinja,
Could you possibly share your URL where the lightbox is contained so I can see your theme settings to assist?
Cheers
hey ! is it possible to have a different logo to be used on mobile ?
Hey jbro123, not as of now – but you have full control over the sizing between mobile and regular
Cheers
Hi Guys,
Is it possible to make the nectar slider button the same style and size as the best of the buttons on this page?
https://www.mickyyule.com/Thanks
Hey 0754ben84, I don’t currently see a Nectar Slider on that specific page – is it contained within a subpage?
Hi, how can I change the text color of the “send” button of the contact form 7? I
Hey,
add this into the custom css box in your Salient options panel:
.wpcf7-form input[type=submit] {
color: #000!important;
}
Cheers
Hi!
Please how do I change the layout of my store AND single product pages from the old Salient look:
My site Store page: http://youneekstudios.com/store/ Product Page: http://youneekstudios.com/product/malika-warrior-queen-part-one-chap-1-6/
To this new one
http://themenectar.com/demo/salient-business/product/flying-ninja/without rebuilding my website from scratch. I don’t see the option under “Woocomerce” section in theme options panel.
Thanks
Hey roye209,
What version of the theme are you using? The options are “Add to cart text on hover (Material Design) for the Product style. And “Fullwidth Under Images” for the Product tab position. If you don’t see those options, you likely just need to update your theme
Cheers
I’m using Salient 8.5.3. I see the “Add to cart text” option for product style and the “full-width “option for the MAIN SHOP. How do I get my PRODUCT PAGE like this: http://themenectar.com/demo/salient-business/product/flying-ninja/ With tabs : Desction and Review directly under the product image?
Hey, the option I mentioned above for “Fullwidth Under Images” on the Product tab position is what that demo is using. If you have that selected and are not getting the layout please reach out in regards with your admin credentials via the support forum or email so I can check out your setup closer
Oh ok. Thanks. I see it now. Thank you 
Cheers 
Hi, I’m having an issue with the translation to Italian. I have followed the instructions in this article https://themenectar.ticksy.com/article/2242/ and in the video. I translated the file using Poedit and I placed the translated file in the salient/lang directory naming it it_IT.po (and I also uploaded the it_IT.mo). I have added the define(‘WPLANG’, ‘it_IT’); to the wp-config.php. When I open a blog poste I still see text in english like Submit Comment or Leave a Reply. What is going wrong?
Hey idearla,
Are you not having any of your translated strings showing up or has it only been specific ones that won’t work?
Cheers
Hi Nectar, great update! We really love it.
Quick question, is it possible to shape a Nectar Slider with Shape Divider?
Thanks GRAPA_Studio!
You could apply the shape divider over a nectar slider by adding it to the row with the slider and checking the option for “Bring to front?”
Cheers
Hi, is possible in Portfolio (Lightbox only) to becοme fullscreen? Because video is small in lightbox.
Thank you in advance.
Hey tolisven, as of now that would require some custom development but I’ve noted the idea on the wishlist
Cheers
please help. I am unable to pay to renew support at this moment. but i am not able to create new pages and publish, is it possible for you to help me, i am almost begging you.
Hey chrisfeugo, are there any javascript errors showing in your browser console when trying to create new pages? Can you kindly be more descriptive as to what’s happening?
Cheers
hi folks, i am so happy to have your reply. let me be as descriptive as possible. I just upgraded to 8.5.3 and also imported the blog demo pages. I am now unable to save or publish my “pages”, I seem to be able to make changes to “posts” only. When i try to publish “pages”, it shows me “404 not found”. I do not know how to look for javascript errors.
stressful time for me. please help?
Hey, please see my response to your previous comment in regards
Cheers
thank you and i have responded accordingly, please help me.
You’re welcome 