38194 comments found.
Hi. thanks for nice theme. After an update to 8.0 column responsive option(hide on device) doesn’t work perfectly on some screen size. Could you check my webpages and tell me how to fix it?
- Here are two broken parts url. You can notice it when resize your browser width. 1. http://home-port.kr/#main_worth 2. http://home-port.kr/about/
- It works perfectly before updating to 8.0
Hey mcpsa,
This is a known issue and will be fixed in 8.0.1 – if you want it now – add this into the custom css box located in your Salient Options panel:
@media (max-width: 1299px) and (min-width: 1000px) {
.vc_hidden-md {
display: none !important;
}
}
Cheers
Wow~ So great! It works! Thank you so much! I hope v8.0.1 coming soon. Cause there are issues about icon and pre/next buttons for video light box too. They don’t show up. Anyway Thank you. Love this Theme!
You’re welcome 
Please run a sale so you can reach the first row… 
Hey nmig, as I mentioned since there was just a sale that lasted a long time there’s not going to be one for a little bit again
Cheers
Hi Salient,
I have write your earlier, and thought that i had the solution, but i doesn’t seems to work. I would like to have 4 products an a row on my product category pages, i know that i need to add something to my functions.php, but i can not find what. Can you help me. Now there are three products, i would like to have four. https://www.distrixs.nl/product-categorie/prolights/moving-head/led-moving-head/?savvii_domainflush_result=success I’m using a child theme.Can you help?
Hey Roschi,
.woocommerce .span_9 ul.products li.product, .woocommerce-page .span_9 ul.products li.product {
width: 23%;
}
html .woocommerce ul.products li.first, html .woocommerce-page ul.products li.first {
clear: none!important;
}
.woocommerce-page .span_9 ul.products li.product:nth-child(4n+5) {
clear: both;
}
html .woocommerce-page ul.products li.product.last, html .woocommerce ul.products li.product.last {
margin-right: 2%!important;
}
Cheers
Hey,
Thanks for the code, i suppose i must add this code to the custom css code in the Salient options? When i do, i get two product on a row. how do i adjust it than to 4 on a row? ( or
Looking forward to read you reply,
Thanks,
Rolf
Sorry, found it, i did the code that i saw in the email, but that has as extra
, i have removed that, and it works good now. Thanks!
Hi Salient hero!
I have add the code, but it seems there is an issue with the alignment of the product. Any idea? See the following page and than the 4/5th row: https://www.distrixs.nl/product-categorie/beam-moving-head/
Could you please check this for me?
Thanks,
Rolf
Hey! In the above snippet change this:
.woocommerce-page .span_9 ul.products li.product:nth-child(4n+5) {
clear: both;
}
to this:
.woocommerce-page .span_9 ul.products li.product:nth-child(4n+5) {
clear: both!important;
}
Hello Team,
Thanks for creating such a great theme where we can design and develop anything, I have one query related theme.
So, I have find live previews on http://themenectar.com/demo/salient-promo/ when we click on demos on the top right hand side it’s giving URL like http://themenectar.com/demo/salient-promo/#demos and moving down till demos but adding #demos into the URL.
How to keep same URL without changing it to #demos? Can you please provide me some solution for Salient Theme because one I want to keep URL same without adding #demos into the end of the URL.
Thanks, Prince
Hey Prince,
The only way to achieve that would be to use Page Full Screen Rows with the option for “Add Row Anchors to URL” left unchecked. In a default animated anchor setup, there’s no way to remove the anchor
Cheers
Thanks for your reply
It’s only for pages but if I want to use the same in Woocommerce Single Product then it’s not working.
i.e I want to link with #description #reviews #enquiry etc. so If I am adding that in URL as of now it’s changing main URL structure where I don’t want to change URL structure as it’s breaking down other functionality when #anchor link comes in the end.
Want to keep same product URL without adding #anchor in the end.
Have you tried just making your anchor links with the full URL? i.e. instead of using ”#anchor” entering “http://domain.com/#anchor”?
Cheers
Hi again
This isn’t directly related to your theme, but I was wondering if you could expand on how background videos on mobile are treated? I know in Salient it’s not supported, but why is this exactly?
I was browsing through Twilio’s website today, https://www.twilio.com and I noticed that even on mobile the background video plays (my mobile FHD screen but you can just resize your browser on desktop and it will still play).
To get something like this working in Salient I know it’s custom development. I just wanted to ask for clarification on autoplayed videos on mobile, I always thought it wasn’t possible but it works on Twilio’s website just fine.
Thank you
Hey b167er,
Video autoplaying on mobile was just introduced (with limited capabilities) on iOS10, on older versions it’s still not possible. The wishlist item to also add this support on the todo list
Cheers
Interesting, so did it just come out on Android 7.0 too? Because the twilio website works on my Pixel with the video bg. I checked the Google dev website and they still have articles about video bg’s being blocked on mobile, so I’m not too sure what’s going on.
But it would be nice to one day have this feature working with Salient 8.0 – that would be pretty crazy.
Thanks again for the Studio. It’s saved me countless hours already.
Hey, yes – it’s fairly new for both as far as I’ve seen
Also, glad to hear you’re making good use of the studio 
Cheers
Hi. I have installed 2 demos from Salient.
First, I installed Frostwave and then work on it for a bit. However, I looked at another demo, Corporate and I decided that it suits me better. So, I installed the Corporate demo.
However, after I installed the Corporate demo, I don’t know how to use the Corporate style and replace the original Frostwave style.
How can I implement the look and visual style of Corporate onto the website I am working on?
Please show me the way! Thanks!
Hey boonhoelow,
The theme options should have been imported when you imported the demo from the importer – could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
Cheers
Hi there,
I believe you have an issue that many people are facing for pagination. Basically when you try to go to the second page, users will get a 404 error if they have a custom permalink.
The issue is in your functions.php file on line 4808: $format = empty( $permalink_structure ) ? $query_type.’paged= #%’ : ‘page/ #%/’;
You need to add a backslash to the ‘page/ # /’; $format = empty( $permalink_structure ) ? $query_type.’paged= #%’ : ’/page/ #%/’;
Right now any url is combining the category name and the “page” word to one so you will have domain.com/category/categorynamepage/1 instead of domain.com/category/categoryname/page/1
I can’t send this as a private ticket since our support has expired, but thought I’d let you know anyway.
Hey media_cause,
Instead of making that mod, you just need to make sure you have a trailing slash in your custom permalink definition
Cheers
v8 looks great! Nice work. I’m on 8.0 and SVC 5.0.1. Am I missing buttons on the Edit Slider page? https://www.dropbox.com/s/shba3ibj0thjrrj/Sailent%20Create%20Slide.jpg?dl=0
I believe it was a W3TC plugin conflict. Removing it brought back the buttons. I downgraded from v8 and will upgrade again shortly. I believe that it work properly.
Hey NickZee,
Sounds good – let me know if you encounter any issues 
Cheers
Hello Nectar, Is Salient 8 compatible with php 7.0.17? Those slider alignment buttons are missing again. I can’t seem to pin down a reason. I’ve deAs I mentioned before, disabling W3TC made the buttons come back, then they disappeared again (without W3TC). Today I disabled each plugin one by one, and after disabling Wordfence the button reappeared… until I saved the Slide, then they disappear. I deleted Wordfence completely and still have no buttons. Here’s a current screen shot. It’s the bottom half of the page. https://www.dropbox.com/s/4eb4ictpxx7okng/Capture1.PNG?dl=0 I’m perplexed.
Hey, could you reach out with your admin credentials from the contact form on my author page so I can take a look what’s going on? https://themeforest.net/user/themenectar
Sent
Hey Salient, I’m not sure if was part of the the update, but the following CSS seems to be missing from the main stylesheet for the LInkedIn social icon:
.fa-linkedin:before { content:””\f0e1””; color: #xxxxxx; }
Hey pmprkb, the css that sets that icon should be contained within the fontawesome stylesheet – could you share your URL so I can see why it’s missing for you?
Cheers
I have the navigation logo changing color depending on the row attribute (dark/light), but the navigation titles ie: about etc are staying black. Is there a reason they are not changing with the logo image color?
I have the navigation items set to black to begin.
Thanks.
Sorted it out! Problem solved.
Hey, glad to hear you sorted it! 
Cheers
How can we display an “estimated reading time” in post metadata, like Medium.com posts have? (We can get the calculation ourselves if need be – just need to know how to input it for the theme to display it in post metadata.)
Hey jasonkylefrank,
Could you share your URL so I can see what blog and single post styles you’re using?
Cheers
ThrivingCreator.com
Thanks!
Hey, in the functions.php file search for the page_header function, within that you can find the meta section by searching for a div with the id of “single-meta”
Cheers
Ok, so I could put a new span there to display it… but what about capturing the value when I’m editing the post… does the theme have some input box to capture that value (which I would manually calculate myself)? Thanks
Hey, sorry for the delay – a new metabox specifically for this would require some custom development. You can take a peek at the files in nectar/meta to see how the current ones are created
Ok, thanks for the info. 
Cheers 
Website: fit4youhi.com
Issue: I purchased and setup a SSL certificate and the proper woocomcerece plugin :
https://woocommerce.com/products/firstdata/?_ga=1.220360344.1683328247.1488789453I connected all the proper API, passwords, ect.
When I test the checkout the order goes through but I have the following issues:
1.) It does not take the user to the confirmation purchase page it just shows a blue bar with no error message
2.) Order goes through and is seen by admin
Video Explanation: http://youtu.be/smpXYAPc_EY?hd=1
Please help,
Pat
Hey Pat,
Have you confirmed this only occurs when Salient is the active theme and is your WooCommerce version up to date?
Cheers
I am using salient 8, and the pages load a boxed layout just before showing the full screen images. Is there a way for it to stop trying to default to boxed layout?
Hey Ghopshtein,
Can you kindly share your actual URL so I can see your settings?
Cheers
www.guytate.com
Hey, you rocket loader script from cloudflare is moving a script that’s normally loaded before the page is rendered into the end of the document. The intentions for this are to speed up the content rendering, but it’s creating that effect you’re seeing which otherwise wouldn’t occur
I think I found the theme I’ve been looking for! took me a week to find you
basically I was looking for a theme that supports RTL yet has section scrolling that stops at end of each section. Am I on the right page? 
Hey TheAliZee,
Glad to see you’ve joined the family
Let me know if I can assist you with anything
Cheers
Hi, I am having trouble with the masonry / classic enhanced blog. When I look at it, it chops off the blog title and excerpt. If I inspect it (using chrome), then it magically expands to be the correct height and so I can’t see what the issue is.
The page, I am having trouble with is https://www.discovergrandprix.com/f1-news-brief/
If you look at it in Safari it won’t show up due to a minification error. I am aware of that and will fix it in the future, but this is my priority. Please help.
Hey johnlmccurdy,
I actually can’t view the page on my end via Chrome due to the minification error at the moment, could you kindly disable that temp so I can check the issue to assist?
Cheers
I solved this. We use the WP Rocket caching plugin. On that individual page I turned off JS Minification. It annoys me that we lose a micro second of page load time just to make it more beautiful.
Hey, minification can be handled in many different ways – the method that that plugin is using must not be keeping the scripts in the same order. We’ve tested with W3TC and BWP minify (which we used on the demo) and offer guides here: http://themenectar.com/docs/salient/performance-optimization-guide/
Cheers
Having an issue with the CSS Animations, They dont seem to be working, For example, Check out this link and see:
https://www.waybackdownloads.com/samplecss/ , For whatever reason the css doesnt fade in, however looking at the css, it looks like the opacity isnt changing like it should.NVM Fixed it
Hey djhargrove, glad to hear 
Cheers
I’m trying to create three boxes next to each other that are the same height, but depending on how much text is in the fancy box, it changes height. Is there a way to force a box to have a certain height? Here is a link so you can see what I mean.
http://ohiograce.com/new-here-new/Can all the boxes under “What To Expect” be the same size? How do I accomplish this?
Thanks!
Actually I think I figured it out, but now there is a big gap between my rows where the images are. Is that because of the padding I used on the top and bottom of the columns? How do I make the columns stay longer without creating extra white space between the rows?
Hey rnearhood! Could you please open a ticket in regards with your admin credentials so I can take a further look into the setup? https://themenectar.ticksy.com
Cheers
My support ran out. 
Basically I created a text box, chose a background image, and made the column padding to 10%. It has the desired look (as you can see in the link), but there is too much padding between rows. Is there a simple way to achieve the same look with only having a little padding between the rows?
It’s okay if you can’t help. I was just wondering if there was a better way to do it, and get rid of the extra padding.
Hey, did you purchase the theme on another user account?
Yes, it’s purchased through a seperate business account. I can send you the purchase code if you want.
Do you have any idea what could be causing the gap between the rows?
Hey,
It seems you have the full height option on for the rows – if you turn that off there won’t have to be a large open space between the columns within the rows
Cheers
Thank you so much! That’s exactly what it was.
You’re welcome 
When I use the right offcanvas menu and the WP menu has a first level and second level, then the second level is only visible when the first level parent is clicked. But that means that the parent page cannot be reached since the click does not navigate to the site but only shows the second level of pages.
How can we change that?
Hey Nehalem2009, you’d need to use the non fixed mobile header which offers an alternative mobile header with the functionality you’re looking for http://themenectar.com/docs/salient/theme-options/header-navigation/#logo-general
Hi
I created a class that I call in my text but it does not work? Can you help me
CSS : http://www.cjoint.com/c/GChpPbw6BmA http://www.cjoint.com/c/GChpPFVQoOA
thanks.
Hey victorbar,
Please share the actual page URL where that’s not applying for you so I can asssit
Cheers
Hi,
I develop my website locally 
Hey, Whenever you get it on a testing server or live I would be glad to take a look to help
I use 7.6 and I noticed that if I use masonry style for blog, all items have the same height, even link template ones. so for me, this is no masonry style, right? Was there something wrong with that version?
Hey markimark, the classic enhanced & meta overlaid styles set equal height for the posts as the demos show – the original masonry style does not though if you’re after that look
Cheers
gracias
You’re welcome 