38442 comments found.
This looks like a great theme. However, it’s not letting me install it because it continues saying that it’s missing the style.css file in the compressed folder. Please help! Thanks!
Hey naturalstatesports 
Please see the following resource in regards:
https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-errorHi guys,
I notice that I can’t use the ‘Tabbed’ element inside a row (e.g. if I wanted a tabbed section to be on one half of the page); is there a reason for this and the possibility of an update to allow this in a future version?
Thanks
Hey ND81,
The tabbed element acts itself as a row so it can be placed inside of a column, just not a child row: https://ibb.co/h2CxyJZ
Cheers
Hi there,
Would it be possible to look into the 4 column layout for portfolio please?
Between around 1100 and 1300 pixel width, there are certain points where the layout seems to glitch down to three columns instead of the 4 (the 3 columns don’t speak out to fill up the width, so there’s just a big gap down the right hand side).
Random, I know, but I work with a browser that is exactly half of my 27” iMac, and this happens to be one of those widths where the problem occurs, so I see it all the time 
Many thanks.
Hey Phacin8,
The next update will correct this 
If you’d like early access to the beta, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Thanks for this, much appreciated 
Fine without the beta for the moment as its still in development at the moment.
Do you have an ETA on the release please?
Later on this month Phacin8 
Hi Salient, Since the recent update, I’m having trouble with new Portfolio pages. The button under Project Configuration where I would normally click the button for Full Width Portfolio Item Layout isn’t showing. If I mouse over the area the cursor changes to show a clickable area but it doesn’t work like a button if I try clicking it.
Hey canook,
Have you verified that no third party plugins you may have active are causing this?If so, please reach out via the contact form on my author page so I can take a look at the backend https://themeforest.net/user/themenectar
Cheers
Friggin’ Yoast!!
Hey canook, which version of Yoast is giving that issue?
Hi, I put a carousel in a template (Templera) and the items don’t load Page: shorturl.at/uNRU3 at the bottom
Hey djb19, this issue has been corrected in the current beta release. If you’d like access to a copy before the next release, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Cheers
Thanks. When does this get released to public?
Targeted for later on this month 
Hi ThemeNectar,
http://www.everyonesatheologian.com/I am having a hard time locating how to change the animation and style of the slideout menu. My client isn’t a fan of how the current menu appears.
Is it possible to change it back to the old method of having the menu just slide out either from the RIGHT or down from the top?
Many thanks.
Best, Alan
Hey Alan, you can alter that to the classic off canvas slide out from right style by changing your “theme skin” from “material” to any of the other options in the Salient options panel > general settings tab.
Cheers
Is it possible to make the slide-out menu full screen?
I am able to adjust the width of the menu but when I do that it covers up the close button.
Thoughts? Suggestions?
Best, Alan
Hey Alan,
Is there any reason you do not wish to use one of the fullscreen styles in the Salient options panel > header navigation > off-canvas navigation tab?
Brilliant! That’s exactly what I was looking for. Many thanks.
You’re welcome Alan 
Only the search from my shop side bar widget is showing on mobile not the other filters. foodieflavours.com
I have the sidebar hidden by CSS on desktop but it should all display on mobile. Any help much appreciated thanks.
Hey MarcGarner, If you add a title for the widgets they should show and have the title act a toggle. If you do not wish to use a title, 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: 999px) {
.woocommerce #sidebar .widget.woocommerce:not(.no-widget-title) > ul,
.woocommerce #sidebar .widget.widget_product_tag_cloud > div,
.woocommerce #sidebar .widget.woocommerce-widget-layered-nav > .woocommerce-widget-layered-nav-dropdown {
display: block;
padding-left: 0;
}
}
Hi ! I would like to buy your great theme Fullscreen Portfolio Slider, but I want to have a word (like a page name with link) on rollover at the left of the active dot in dot list. Is that possible ? ty
Hey Federaldesign,
That would require custom development to the element output as of now.
Hi Nectar,
With the “toggle panel” is it possible to stack the items horizontally instead of vertically? Thx
I hoping this can be done without creating columns so that the expanded items can be viewed individually but in the same panel below.
Example of the toggle panel as is:
Button A
Item A expanded
Button B
Item B expanded
Example of the horizontal toggle panel:
Button A + Button B
Item A expanded + Item B expanded
I hope that clarifies my question. Thank you!
Hey dbstanford, here’s an example snippet:
.toggles {
display: flex;
}
.toggles .toggle {
width: 25%;
padding: 0 30px;
}
Thanks for the quick response.
This displays each section horizontally, however when next section is opened I want the previous section to close without incrementally moving across the page with each section. I want the title of each section to be displayed horizontally but the content to open in the same location, left justified. Maybe this isn’t the right tool but I am not sure how I would create this otherwise.
Hey dbstanford, it might be easier to use the tabbed element as a starting point since the navigation tabs are separate in the HTML from the content associated with each
Perfect! The tab element is closer to what I am looking for. Is it possible to add a tabbed element within a toggle element? Or is it possible to hide the content of the tab until the tab it selected?
Hi Nectar,
I am using minimal style tabs on the portfolio pages. How can I change the color of the tab font: active, default and hover? How can I change the color of the line below the active tab? Can I make these changes globally by adding to the general css? Is it possible to define color using “Extra Color #2”?
I added the following code to the portfolio css but without success.
html body .tabbed > ul li a: {
color: #e8e8e8;
}
html body .tabbed ul li active-tab {
color: #a3a3a3;
}
Hey dbstanford,
1. Unfortunately, there’s no option for that functionality – some custom JS would be required.
2. When editing the tabbed element, you should see an option for the “Tab color” in the settings, which will affect the active bottom color. To alter the other various states of the element, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#ajax-content-wrap .tabbed[data-style="minimal"] >ul li:not(.cta-button) a {
color: #ff0a0a;
}
#ajax-content-wrap .tabbed[data-style="minimal"] >ul li:not(.cta-button) a:hover,
#ajax-content-wrap .tabbed[data-style="minimal"] >ul li:not(.cta-button) a.active-tab {
color: #190aff;
}
Thanks.. this worked like a charm.. visually the tabs are almost there. Is it possible to change the “tab label” justification? The default justification is center and I would like it to be left justified.
You’re welcome dbstanford 
You can use this snippet for that:
#ajax-content-wrap .tabbed >ul li a {
padding-left: 0;
padding-right: 30px;
}
Perfect… Thank you!
You’re welcome 
Hi, you should consider switching to Elementor as the default page builder, it works so clean. WPBakery leaves a mess after disabling it!
Hey StudioHamouda,
Thanks for the +1 for the idea 
Hello, I am trying to find something very simple to do. Where can I set the header images to appear behind the title for the Product & Checkout pages??
Hey cudedesign, When editing the pages assigned as the “shop” and “checkout”, you can use the page header settings metabox to upload an image:
https://ibb.co/P9K961MThanks, that is easy but how do I set a header image for a product page: https://loveunitedhateglazer.co.uk/product/glazersout-t-shirt/
Hey cudedesign,
Unfortunately, there is no option to add a page header to individual project pages. That would require custom modding to the template file at this time.
Would you be able to add an element which lets us display a woocommerce product. Like the woocommerce products element but we can select specifc products by ID and name rather than just any in a certain category?
Hey MarcGarner, the closest thing you can do for that as of now would be to use the “add to cart” element and then simply place an image element above it.
Cheers
how to show the articles you want without ordering data or any order just me that you choose which are the first to appear.
Hey yunik20019,
There’s no option to query for a specific single post in the blog element. Choosing the order of the posts is limited the provided WordPress query params e.g. “order”, “orderby” etc. You can, however, rearrange you posts to determine the order further by using a plugin such as https://wordpress.org/plugins/intuitive-custom-post-order/
Thank you for the support!
You’re welcome, yunik20019 
Hey again 
I use the featured widget salient “posts slider nav right”, which has a button with the text “read article”, where you can find this code to change to another text?
Hey yunik20019,
That string is contained in the salient-core text domain. You can find the .pot file for translation at wp-content/plugins/salient-core/languages.
The actual file where the text markup is located at wp-content/plugins/salient-core/includes/vc_templates/recent_posts.php
Cheers
Thank you
You’re welcome yunik20019
Is it possible to display more than 4 products with the product carousel? Say 5 or 6?
Hey MarcGarner,
You can use the following CSS for altering that:
@media only screen and (min-width: 1000px) {
body .woocommerce.columns-4 .nectar-woo-flickity .flickity-slider .flickity-cell,
body .woocommerce.columns-dynamic .nectar-woo-flickity .flickity-slider .flickity-cell {
width: 20%;
}
}
Hey, Salient.
Two simple questions according Salient´s portfolio:
1. Ain´t it possible to select apperance of portfolios items in overview ascending or descendening? Did not find anything…
2. In single portfolio view, how can I remove the social sharing button in corner at bottom like shon here: http://themenectar.com/demo/salient-minimal-portfolio/portfolio/the-snow-fox/
Thx again, regards!
Hey born-design!
1. The new “Post Grid” element allows for you to select the order to be either asc or desc and is much more powerful than the older portfolio element.
2. That will only show up when you have activated the Salient Social plugin http://themenectar.com/docs/salient/salient-social-plugin/
Cheers
Hey, Salients.
Thx. Did not notice it has been moved to postgrid. Greta job again and thx 4 helping!
Regards.
You’re welcome, born-design 
Hello,
I would like to ask about the quality of featured images from the “recent posts” widget that I am using on the home page www.mlekoliving.com.
The quality of the images seems to be poor even though the same images are displayed in high quality as header images inside the posts. Is is possible to improve the quality of the images on the home page?
Hey mlekoliving,
You can increase the pixel density that are displayed in your setup by changing the columns to 4 instead of 3 so allow the current size to work better in a full width content row. Alternatively, you can modify the size of the images served by editing wp-content/plugins/salient-core/includes/vc_templates/recent_posts.php. Within that file, search and replace the instances of “portfolio-thumb” to be “portfolio-thumb_large”.
Cheers
Hi!! In the page of which category, can I change the background-color to anything image that I would like.?
Thank you!
https://ibb.co/HPKsYz7Hey! I found it!! Thank you!
Hey alandres, glad to hear 
Hey Nectar,
I’m using the theme on two subdomains of my site and am moving a page from one subdomain to a different subdomain.
Anyway, I set the pages up the same way, but with a newer version of the theme and am having a problem making my images appear in a grid with equal spacing between images. Things are working fine on the original subdomain (http://im.dakotabrinkert.com/laos-uxo/) but the I’m having spacing issues on the new subdomain (http://laosuxo.dakotabrinkert.com/).
Screenshots: (correct) http://im.dakotabrinkert.com/wp-content/uploads/2020/02/Screen-Shot-2020-02-03-at-5.42.16-PM.png
(incorrect) http://im.dakotabrinkert.com/wp-content/uploads/2020/02/Screen-Shot-2020-02-03-at-5.41.55-PM.png
Any recommendations on how to fix the problem? Thanks so much!
Hey TheRooster, This will be corrected in the next release – for now, you can add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.row .wpb_wrapper >.img-with-aniamtion-wrap:last-child .hover-wrap {
margin-bottom: 0;
}
Cheers 
Thanks so much!
Glad I could help, TheRooster 
Hi I have a problem with the insertion of a google key bee where the map doesn’t work how should I proceed?
Hey danieleliotta, if you’ve already added your API key to the salient options panel > general settings > css/script related tab, please share your URL in regards so I can take a look to assist.
Thanks in advance
hi! using plugin autoptimize is putting me a lot of code in my html, any idea why? you can check my website https://www.dimage.es/
Hey dimage, Are you referring to the actual page source code? If so, autoopizimie has the option to minify HTML which you most likely have enabled: https://ibb.co/jz39NYt