38352 comments found.
Is there a way the bullet points can do indent.. see here http://neat.cloudaccess.host/#whatwedo I woud prefer the aligned with the rest of the text above the bullets?
Also, the bullet points are a differnt colour to the font colour?
Hey alisonleon,
1. Add this into the custom css box in the Salient options panel:
.main-content ul, .main-content ol {
margin-left: 0;
}
2. That wouldn’t be possible as of now
Cheers
Hi the code has caused the bullet points to now go to much to the left so they arent alighned with the text above… before it was too much to the right, now too much to the left? http://neat.cloudaccess.host/#whatwedo
Also how can I make bullets same colour as text?
Hey alisonleon, change the snippet above to:
.main-content ul, .main-content ol {
margin-left: 20px;
color: #858585;
}
Thanks!
Hey ehong33234,
Here’s the setup of that page which you can copy/paste into your classic editor https://pastebin.com/amWmcQjc Cheers
You guys are the best!
You’re welcome ehong33234 
I installed the child-theme and put some css inside the style.css . But, when I view my site the css was not loaded and when I check the css script, it still loaded the old style.css . May I know why is that?
Hey effective_advisory,
Please share your URL in regards so I can take a look
Thanks in advance
OK, nvm problem solved. Looks like I need to clear wordpress cache first in order for the stylesheet to load latest version.
Glad to hear you sorted it effective_advisory 
Is there a way to middle align only one column? Say you have 4 columns – each column has a box of content. How would I get just the first column/box of content to align vertically middle, yet the other columns revert to the default alignment? I tried pulling code from your files but I don’t think it’s going to work like that. :/
Any help is greatly appreciated.
Also – Is there a way to make the fancy boxes all the same height?
Hey noantsinmypants,
1. There’s currently no option to do that, however I’ve noted the idea for the wishlist
2. You would have to set the minimum height field for each fancy box to be the same and ensure that they’re all larger than the the tallest fancy box
Are the theme and the visual composer compatible with PHP7 yet?
Hey Luisd01, they are compatible with PHP 7, but not 7.2 – that will be coming in the soon to be released v9 update.
Help! Salient Visual Composer plug in did not download. It is not in the zip file. How do I download it?
Hey brianott, you can install the plugin via the Appearance > install plugins tab within your admin panel. If you’re not seeing it there, please open a ticket in regards: https://themenectar.ticksy.com/ Cheers
I just received a response telling me to follow the procedures that I already told you I completed. PLEASE READ THE FOLLOWING CAREFULLY
The problem is not features and functionality or following the downloading procedure on your website. The problem is that Salient Visual Composer file DID NOT DOWNLOAD with the rest of the files. The other files are there. Salient Visual Composer is not in the install plugin list with the others files. It is not in the zip file. THIS FILE IS NOT THERE WITH THE OTHERS. I need to know how to get this file. PLEASE DO NOT REFER ME AGAIN TO A WEB PAGE. Provide some support for the product.
Brian
Hey Brian,
I just located the ticket you opened and have responded in regards.
Thanks in advance
Visual Composer is slow and doesn’t fully load all elements. This has been going on for some time but i’v invested in this theme enough that I hesitate to move away from it, but this is leaving me with a non-workable aspect to getting a website made. It’s not efficient and it’s becoming cumbersome. Is there an update or anything you know of that would help with this? I’ve contacted the hosting and they’ve upped the memory limit to help with the request errors but the backend is just horrible. I’m nearly finished with the site and cannot invest more time moving this to another theme. I’ve also updated the theme/plugins about 30 minutes ago. swingtidehealthcare.com Any input would be GREATLY appreciated!
I literally let the VC sit and try to load while I typed my initial comment. Something is off!
Also I cannot edit any text within a text block. The composer doesn’t load everything.
Hey noantsinmypants, that definetly a strange issue that i’d be glad to take a further look into for you in order to help in finding what’s causing it on your setup.
Please either open a ticket in regards with your admin credentials on the support forum or email me directly with the same via the contact form on my author page:
https://themeforest.net/user/themenectar Thanks in advanceHi. Is this theme now compatible with WooCommerce 3.4.* which as been going a long time?
Hey 79design, Salient 8.5.6 is indeed WooCommerce 3.4x compatible, are you seeing outdated template file warnings or any specific errors?
Thanks
No we do have the latest theme, but if you look at the spec, it shows Woocommerce 3.3, not 3.4, and we are told to update WC.
Hence why I asked.
Hey 79design, thanks for letting me know. It’s been updated 
Hello, im having troubles with blog pagination – it doesn’t work. Basically next pages of paginated blog are not showing next (older) posts. blog site: https://przygodnik.net what is the problem here? why the older post are not being shown ?
Hey andrzejbrandt,
Make sure you have nothing set for the “post offset” in your blog element. By default, that option will override pagination in the wp query
Cheers
How can we offset the recent projects widget to show skipping the current project? Right now, the recent projects widget on the first project page shows the current project too since it is the first one. Any help?
Hey Bonigala,
That will be available in Salient v9.0
Cheers
Hi there,
1. I have two portfolios on my homepage (its a one age website). On one section I would like the opacity of the hover to be much less opacque (0.9) and the text to be darkerm please see forst row here http://neat.cloudaccess.host/#clients. Can I please have the settings?
2. I dont want this setting to effect my other portfolio here http://neat.cloudaccess.host/#gallery, but on this section I dont want the title to show on hover?
Can I have answers for bot questions 1 and 2?
thank you!
Hey alisonleon, You’ll need to add an id to the row for your clients portfolio in order to target in separately. In the example css snippet I assumed the id of “clients-portfolio” without the quotes. Add this into the custom css box:
#clients-portfolio .portfolio-items .work-item:hover .work-info-bg {
opacity: 0.9!important;
}
div[id*="fws_"] .portfolio-items .col h3 { display: none;
Cheers
Thanks!
re Point 2; the text has been removed which is great but the rounded corners have gone, how do I get these back?
Also I would like the hover colour to be white on all of them, and less opacque, how do I do this?
http://neat.cloudaccess.host/#galleryHey alisonleon,
there’s a small typo in the second part of the snippet – change the
div[id*="fws_"] .portfolio-items .col h3 { display: none;
to this:
div[id*="fws_"] .portfolio-items .col h3 { display: none; }
Cheers
Can we reduce the flip boxes to be less than 300 in height? Its taking up so much room with loads of scrolling….
Hey alisonleon,
Please see my earlier comment in regards
My button font isnt changing size when I go to the settiings in typogrpahy – elements (nectar button). Is it a different setting? ALso can we out an icon on the left or right hand side of the text on the button to shpw before hovering (not jusv to show on hover)?
Hey alisonleon,
1. the button font size is determined by the button size you select i.e. small, medium, large etc.
2. When you use the “material” theme skin the Salient options panel > general settings tab, that will be the case for button icons
Cheers
Thanks. For the buttons I have changed thre size of the button from ‘small’ to ‘medium’ but the font size is still really small and no changing. Please look here http://neat.cloudaccess.host/#results
dont worry fixed 
Glad to hear alisonleon 
Hi,
Is there any possibility of displaying a single selected post, not the entire category?
Hey radekcho,
From what element are you trying to accomplish that on? You can limit the number of posts to 1 in the recent posts and blog elements, but you can’t specify a post ID to show. It could be targeted with the post offset field, but then the post would change everytime you published a new post as the offset would need to be updated
Cheers
How do I do to make the continue reading button show on mobile devices? this one: https://prnt.sc/kjcg74 the blog button
Hey rolldigo,
Please share your actual URL in regards so I can take a look
Thanks
Hey rolldigo,
The recent posts element in the default style doesn’t have a read more button, however if you change it to the minimal style there will be one. Alterantvely if you just keep the blog element visible on mobile instead of using a recent posts element, the button will also stay
Cheers
Thanks for the help
You’re very welcome rolldigo 
Hi, I have a client who wants the site to load without javascript enabled. Currently it does not load at all (you can try this demo as an example: http://themenectar.com/demo/salient/).
Is there a way to make a Salient site load all its content with javascript disabled? Also, the “Fetch as google” render of a page (in the webmasters console) with Nectar slider, does not show any content below it? How can this be corrected so that the render shows the whole page’s content?
Please advise urgently thanks.
Hey anton123,
please send an email in regards via the contact form on my author page to get a copy of the v9 beta https://themeforest.net/user/themenectar
It’s now no longer relies on JS to calculate most layout related items so those problems should be fixed 
Hi, in product descriptions in woocommerce do not have tabs like descriptions or opinions/stars. My web is https://porquesuenio.com. Thanks!
Hey porquesuenio,
Can you please open a ticket in regards with your admin credentials so we can take a closer look into the setup?
https://themenectar.ticksy.com/ CheersI love you theme but…More demos guys !!!!!!!!!!! PLEASE !!!!!!! Everytime I got to make a QUICK website I have to take Betheme because of the quantity of premade websites…than I regret the lack of customizations! But the customer is satisfied with the speed… If you could add some demos, you’ld be the BEST THEME EVER !!!
Common Examples that makes me go to betheme:
Restaurant, One man company (for coach/teacher/entrepreneur/politics), Spa/institute, hairdresser, lawer/accountability, School/non-profit !!!
Please, make one of each and you’ld be the best theme ever !!!!!!!!!!! 
Come on guys! 
Hey tomiwarti, thanks for the feedback and requests – we will indeed be adding more niche demos in the future and I’ve noted your +1 for the categories mentioned 
Im tryng to replecate this effect using your theme, an you please advise…. the effect and the text…. https://www.neatpr.co.uk/#x-content-band-8
Hey alisonleon, what effect are you referring to? Can you please send a screenshot of the section of the demo you’re referring to or a link to the page? If you send a link, please remember to close out of the themeforest iframe before copying the link so that it leads to the right page
Hi is it possible to reduce the space above/below the text on the flip boxes…. http://neat.cloudaccess.host/#clients
Hey alisonleon,
You can adjust the height of the boxes with the minimum height field on the element. You can also use CSS to globally force a height on all:
.flip-box-front, .flip-box-back {
height: 275px!important;
min-height: 275px!important;
}
Cheers