38434 comments found.
Want to use this for a 10 pages informational site with a function forum page that only logged in member can view. I am not a big coder and site only has no code knowledge so will be relying on your great customer service. I will help maintain site for a yr. due date is dec 31. we have enough time to go with your theme?
Hey ORDINARYMEDIA,
Salient does not provide any built-in functionality for a forum – This would require the use of a third party plugin.
If you run into styling conflicts with your plugin of choice, I’d be glad to assist though 
There seems to be a bug on the icon list element in 4 columns in terms of device responsivity. It stays as four columns from desktop all the way to mobile.
I had a play around, and tested the 3 (default) column setting and that works perfectly and goes into one column on mobile, but the 4 column setting doesn’t.
https://jumpinjacksnursery.co.uk/ http://tinyurl.com/y2depuanHuge thanks, Sophie.
Hey Utopia_Creative, It looks like you have some custom CSS added which is setting the width and overriding the default mobile responsive changes:
.nectar-icon-list[data-direction="horizontal"][data-columns="4"] .nectar-icon-list-item { width: calc(25% - 3%); margin: 0 3% 3% 0; }
Can you kindly remove that snippet?
hi guys where do i have to make some changes when i want to delete the linking in the standard post, to use the blog as it is with no linking to the single sites? Thanks for your help!
Hey haoe,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.post-area article {
pointer-events: none;
}
Cheers
thank you so much, but know i have a problem when i use content blocker for vimeo videos they can not be activated again. is there a other solution where i have to make some changes on the template? and which one is it? Thnak you again!
Hey haoe, the snippet would need to be changed from what I previously provided to
.post-area article {
pointer-events: none;
}
Thanks for the quick reply, but i don`t see a difference in the code! Can you help me! Thank you
Sorry about that haoe! Can you clarify if you’re trying to simply make video related blog posts still clickable, or if you’re referring to a separate issue unrelated from your initial question? In either case could you kindly share the page URL in question as well.
Thanks 
Is it possible to build a single page website with Salient?
Hey scratsmacker, yes that is possible:
https://www.youtube.com/watch?v=Rj-NQ3YItlc&t=119shttps://www.youtube.com/watch?v=S3P1BsTitnE&t=724s
Hello- has the backend visual composer been removed in the latest version? All I have to edit may pages is the ‘frontend backend’ editor (front view of the site).. Thank you!
nevermind! I updated my version of PHP and issue is sovled.
Hey stewartrleigh, I’m glad you sorted it 
Hi there, Can I have the custom CSS to move my logo more to the left on mobile only? website is, https://www.fivesixgroup.com
Hey Joshuats,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (max-width: 1000px) {
body #header-outer .container {
max-width: 100%;
padding: 0 20px;
}
}
Hi, is possible put the logo, telephone number, button and icon off-canva- navigation in a header secondary navigation and hide or put off the principal header?
Hey creafitness,
There is no built in option to add those items to the secondary header. Is there any reason you do not wish to style the header navigation to be thinner/smaller to make it look like the secondary header?
Nop, but is not possible to put a telephone number or button in the header navigation, any idea?
Hey creafitness,
You can indeed place a button in the navigation: http://themenectar.com/docs/salient/header-button-links/ A telephone number can also be added via a “custom link”
Cheers
Hi again, thanks but not solve my problem, i want to put in a header 4 elements, at right the logo, at the left put the icon menu off canvas, aside put “menu” word, aside a boton, and aside the telephone number. I selected in menu navigation “off canvas” and i am confused how can I place those elements that I have commented before. Thanks
Hey creafitness,
As of v11, there’s an option in the Salient options panel > header navigation > Off canvas menu tab to add a “Menu” label.
There is no option to move that off canvas menu to the left side of the header though. Can you please share your actual URL in regards so I can take a look at your current setup?
of course, https://pulposocialmedia.com/ you will see that I have put the second header but it is not what I want, in the same header I want the elements that I have named you before.
Merging the two headers together would require custom css. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
@media only screen and (min-width: 1000px) {
body[data-hhun="1"]:not(.no-scroll) #header-outer[data-using-secondary="1"]:not(.detached):not(.parallax-contained):not(.at-top-before-box),
.admin-bar body[data-hhun="1"]:not(.no-scroll) #header-outer[data-using-secondary="1"]:not(.detached):not(.parallax-contained):not(.at-top-before-box) {
top: 0!important;
}
body #header-secondary-outer {
width: 500px;
top: 30px;
background-color: transparent!important;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
body #header-secondary-outer .nectar-center-text {
max-width: none;
padding: 0;
}
}
Hi, thanks for your help but i need another thing, just like the image: https://imgur.com/Uzw9s13
Just one header with all elements like the image, thank you
Hi again, any answer? thanks
Hey creafitness,
The phone number and button can both be added to the main navigation instead of the secondary header. The phone number will be a custom link https://ibb.co/MgyhgpJ and the button will be a normal link with the button style as mentioned in the docs here.
Css would then be needed to add that phone icon next to the custom phone link. If you’d like assistance setting these links up, Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
Thanks in advance
Thank you, done
Thanks creafitness
Firstly, congratulations on the beautiful theme. Is there any adjustment to make the contact form with rounded corners and appear without the transparent background? I’ve seen some snippet and css styles, but I wanted something from you. If you can help, I will be grateful.
Bottom line: My problem is the transparent background in the form and the different corners of the buttons.
Thanks a lot madebyninja 
If you could share your URL inregards I’d be glad to assist
Cheers
Thanks madebyninja,
Just so I’m clear on the modification – you’re trying to remove the background color from the inputs within the form and also remove the roundness of the corners on the inputs/button?
Hi there,
I don’t need any support, but rather just had a quick question.
Now that you have introduced a plugin for the Salient Core along with plugins for other parts of the theme, which is awesome by the way, how do you suggest to safely make customisations to the Salient Core?
Previously, this was done in the child theme, but now as we are dealing with plugins, what is the best way to do this? If you have any documentation on this, that’ll be great! 
For example, if I wanted to edit the code for the ‘Recent Posts’ how can this be done without editing the plugin itself?
Thanks, Ben
Hey Ben! In the current beta release we’ve added support for child overrides for all Salient WPBakery elements. If you’d like access to that to take advantage of it immediately before the next release, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Hello I have a problem with category’s preview of blog https://cyklopedia.cc/category/cycling-nutrition/ for exaplne this post is from May but is it not showing up in blog category https://cyklopedia.cc/cycling-nutrition/carb-cycling/
Hey Fixedman,
It looks like something is occurring with one of the posts that shows up on page 6 of your pagination which is causing a 404. I would need to examine the contents of the posts which fall on that page to troubleshoot
All good it was about redirections. I fixed it
Hey Fixedman, glad to hear you sorted it 
Hello,
When i click print button in firefox at demo page http://themenectar.com/demo/salient/. The print preview is only showing single page and rest of the page data is hidden. Please let me know how to resolve this issue and whether salient theme is print ready or not ?
Thanks
Hey elauny, There is no additional print-friendly stylesheet added in Salient, but the data should still show.
Hi, you can help me to use this plugin into salient? https://codecanyon.net/item/mycast-fantastic-html5-shoutcast-radio-player/21049086 many thanks!
Hey talkbackmaster,
Are you facing any specific issues with integrating it? Since it’s HTML based and not a WordPress plugin, we can not provide full integration instructions, but Salient does provide a raw HTML page builder element.
Cheers
Hey, My mobile menu nav isn’t working . For some reason it isn’t opening and the link is to ”#sidewidgetarea” instead of the menu. This started happening after the v11.0.1 update
Hey DesignsByGuru,
I’d be glad to take a look if you can share your URL in regards. Have you already verified that the issue is not related to a child theme you may have active?
Cheers
Thanks DesignsByGuru,
There’s a script error occurring in the minified JS. Can you please temporarily deactivate the autoptimize plugin so I can take a closer look?
Few things if you could advise upon:
http://tinyurl.com/y5o3zc6yScreenshot shows that woocommerce links are showing unusually. Please can I have them bold before and after hover, and upon hover if they can stay the colour they were before hover (white)
Button text is also showing weird colour, can this be white please. Also the padding/margins seem to be off for the coupon code and buttons.
Secondly, I haven’t had a reply about where exactly to put the card details image at the bottom of my footer (I want this image https://viscum.co.uk/wp-content/uploads/2019/10/Accepted-Payment-Methods-small.png shown after the copyright footer text). I don’t understand why in the other footer layout the image shows, but in this one it doesn’t.
If I need to put it into my copyright footer php file can you advise where to inject it please and is it as regular html?
Really appreciate your help.
https://viscum.co.uk/basket/Hey Utopia_Creative,
1. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.woocommerce .main-content button.button,
.woocommerce-page .main-content button.button {
color: #fff!important;
}
.woocommerce .main-content table.shop_table, .woocommerce-page .main-content table.shop_table {
border: none;
}
2. Here’s some CSS you can use instead to avoid editing the footer.php
#footer-outer .span_5,
#footer-outer .span_7 {
width: auto;
}
#footer-outer .span_7 { float: right; top: 15px;}
#footer-outer #copyright p { display: inline-block; }
#footer-outer #copyright p:after {
content: '';
Hello, Thanks for your reply.
Thanks for those changes to the buttons, but would it be possible to provide css for those woocommerce links in basket and checkout that I mentioned in my last question:
https://drive.google.com/file/d/1JNSiTMhrm8H_-9AKSqUA51qQZHjB826C/viewBefore hover – font weight: bold; On hover font colour stays white Underlines both need to be white.
I have tried I promise with my own css, but I can’t seem to crack it!
I can’t get number 2 to work, what am I supposed to put into the content: ’ ’ ? I tried the URL, and just the end bit of the URL. And none of them show up as an image, just code.
https://viscum.co.uk/checkout/Hey Utopia_Creative,
The full snippet for #2 never posted in my last comment – try this instead:
#footer-outer .span_5,
#footer-outer .span_7 {
width: auto;
}
#footer-outer .span_7 { float: right; top: 15px;}
#footer-outer #copyright p { display: inline-block; }
#footer-outer #copyright p:after {
content: '';
top: 10px;
position: relative;
display: inline-block;
height: 30px;
width: 330px;
background-image: url(https://www.viscum.co.uk/wp-content/uploads/2019/10/Accepted-Payment-Methods-small.png);
background-repeat: no-repeat;
background-position: center;
}
In regards to the coupon coloring on hover, it looks like your plugin “dekopay” is causing the issue. YOu can add the following CSS to fix it though:
body .woocommerce-info a:hover {
color: #fff!important;
}
Thanks, I’ve brought the other styling issues up with that plugin, so it can inherit rather than override.
HUGE thanks, really appreciated.
Glad I could help Utopia_Creative 
WPforms not working with Salient. When you add a contact form to a page all links go crazy.
Hey fruiz1972, could you please share your URL in regards where the issue can be seen so I can take a look at your settings to assist?
Thanks in advance
Hello,
Since the recent theme update, random padding (e.g. https://prnt.sc/pmoli9) has been added to the columns on my website homepage: https://www.benchmarkgraphics.co.uk
Will you be updating the theme with a fix?
Thanks
Hey markoshea,
Have you cleared your browser cache since doing the update? The grid system in Salient has changed and if you have old cached styles, a display issue like that could occur: https://ibb.co/2S7Rwrk
Thank you for your response. I had cleared my server and browser cache, but not my CDN cache, which now cleared is now displaying as it should.
Glad to hear markoshea 
Hi, is it possible to show phone number & email on hover in the team member element?
Hey Digital_Briefcase,
If you’re using the “Meta Overlaid Alt” style, you could add that in the “Job Position” field. However, there will not a
Cheers
You didn’t finish the sentence
Sorry about that Digital_Briefcase!
The end of that statement was – However, there will not be the option to make either of those into links. Only the text itself will show.
Hi, on this website: https://sp-expert.nl/ I’ve some Milestone items. When reaching above 999, f.e. 1.000 it display’s a komma.. We’re using a dot. Is it possible to change this into a dot instead of a comma?
Thanks in advance.
Hey workforceit,
This is occurring because the milestone counting javascript never gets activated on mobile and the raw text you’ve added to the element is displayed. In order to get that to also show in the milestone animation, you’d need to switch the milestone element Animation Effect setting from “Count to value” to “motion blur slide in”.
Cheers
Hey MarcGarner, can you kindly share the URL in regards?
Hey MarcGarner, It looks like the markup of that is coming from a plugin rather than Salient. I don’t see any conflicting theme styles which would be causing that behavior, have you tried to reach out to the plugin developer yet?
Hey, Some more design options for the dropdown menu would be great as it is quite limited atm.
Thanks for the request MarcGarner