38434 comments found.
Hi,
I test this demo out, but when i click on the right humburger icon, why does the main navi goes away? http://themenectar.com/demo/salient-ecommerce/
how can i have it always be visible?
this one does not do that. http://themenectar.com/demo/salient-ascend/
thanks
Hey toolbox101,
when using the “centered menu” header layout, the main menu will hide when opening the off-canvas menu.
Are you using that layout in your own setup?
I see…
I am testing it out on a local installation, is there a way not to hide it?
Thanks
Hey toolbox101, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body:not(.material) #header-outer[data-format="centered-menu"].side-widget-open #top nav >.sf-menu:not(.buttons) li,
body:not(.material) #header-outer.side-widget-open.hidden-menu #top nav >.sf-menu:not(.buttons) li {
opacity: 1;
}
Featured Post Slider – Adjusting the contents
I’m looking to take the other posts that are in the right-side of the featured slider and make the gray overlay float all the way to the right and top/bottom of the container. There’s a 90px margin added to the .container that is being applied globally it seems.
Can you direct me on what would need to change in order to get the other posts in the rotation to be flush right within the contained area of the featured posts?|
website i’m referring to is here: http://r8q.93d.mwp.accessdomain.com/
Thanks again!
Hey noantsinmypants, You would need to use the following CSS:
.nectar-recent-posts-single_featured.multiple_featured > .container {
padding-right: 0!important;
}
Thank you!
You’re welcome noantsinmypants 
Is there a way to add quantity field next the add to cart button when using this short code [add_to_cart id=”7221”]?
Is there anyway to prevent the content reflow (content jumping down then up) when you load a WooCommerce archive page?
https://tinyurl.com/y46qfxc6 here’s an example. The “shop header” starts down about 20px then jumps up. This happens on all WooCommerce archive pages on any site I have with Salient. Not sure if it’s one element causing it that I could set a height with CSS to fix?Thanks!
Hey SeanAUS120,
You can prevent that by adding this into the custom css box located in the Salient options panel > general settings > css/script related tab:
body[data-header-resize="0"] .container-wrap { padding-top: 0; }
Cheers
Hi, How can we recreate or add the next/previous post animated arrow to pages? It is displayed at the bottom of individual posts.
We also wanted to know if it’s possible to edit the height of the coloured line on the highlighted text element?
Hey Micatuca,
1. This would require custom modding, but you can find the template file which outputs all the markup in salient/nectar/helpers/blog at the function “nectar_next_post_display”
2. Yes, that would be possible with some CSS. add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.nectar-highlighted-text[data-style="half_text"] em:before {
height: 10px;
}
Cheers
i can’t leave support on the support system .. i just re-upped my support and keep getting error when logged into trying to post a ticket https://themenectar.ticksy.com/
Please visit www.flashequity.com and notice on home page (on mobile) that the initial logo is dark version and not white .. next two nectar slides are white and correct and then looping back to first it is now white .. ?
I was so hoping my days with Salient support (while you are always responsive) were over after 5 years of progress.. 
I kept fiddling with mobile settings .. ‘header staring …” under transparent header effect and eventually got it to work as desired. A little confusing, but I got it. Appreciate.
Hey atblue,
1. After purchasing a support pack it can take a couple of hours for ticksy to sync up – are you still unable to submit a ticket?
2. I’m glad you were able to locate the theme option
Cheers
Hey Phil,
So sorry but I forgot to ask this in my previous post and it didn’t come to mind until I took the pagination off my portfolio.
- How do I changed the dark text that appears when you click on the portfolio categories?
I don’t seem to see it in the salient accent colors and was wondering where that option is to change it or if I need a line of code to correct it.
- Is there a possibility for me to design buttons in photoshop in place of the portfolio menu text? And if it’s a bunch of work and not easy to do how could I at least make the text bigger?
you’ve given me some css to resolve this in the past but for some reason it hasn’t worked. Perhaps there’s some custom CSS that is preventing what you’ve provided in the past from working. I’m really not sure but I’d love to give them a +20px.
thanks
-CS
http://csmurphy.com/Hey CSMurphy,
1. There appears to be a line of CSS which is setting that color in the custom CSS box within the page builder (top right gear icon)
body .portfolio-filters-inline .container ul li a.active {
color: #281c1b!important;
}
2. It would be a lot easier to alter the appearance of the links with CSS alone than to replace each link with an image. Here’s a snippet for the text size:
.portfolio-filters-inline .container > ul a, .portfolio-filters-inline .container > ul #sort-label {
font-size: 24px;
}
If you could let me know what look you’re trying to achieve I can point you in the right direction 
Please send me BETA version as well
Last time didn’t get it, although you promised to send it 
Hey PriitCool, I’ll make sure you get a copy this week 
Thanks! 
You’re welcome PriitCool 
Hey salient, to disable “related products” fom woocommerce product site i using this codesnippet here. and it works good: ”.woocommerce .products.related { display: none!important; }” But on my mobile phone it is still visible. Even after clear my cache. Do you know why?
Hey Layoutmachen, that snippet looks valid for mobile – could you kindly share your URL in regards so I can take a look?
Thanks
Hey Phil,
Thanks for the fix in my previous post. I am still having difficulty having the site load on mobile still. It loads and I see the page but for some reason as soon as I scroll or interact withe site it triggers a reload and appears to be unstable as it prevents the user from viewing it on their mobile device. not quite sure the issue but its the same on my iphone for firefox safari and Chrome.
http://csmurphy.com/Hey CSMurphy,
So far I haven’t been able to see it occur, but I would guess that it’s occurring from too many images being loaded at once. Could you do a quick test on your end by enabling pagination on the portfolio element to verify whether or not that’s at the root?
Ahh I see now. I turned off pagination and the issue resolved itself. Thanks man!
Glad I could help CSMurphy 
Hello!! Thank you for the amazing theme.
I need your help once again 
1. How can i reduce the header size?
2. I want to make a team page but i wish the images to be cycle and blur and on hover the be clear like 3rd example http://themenectar.com/demo/salient-promo/team-member/
3. How can i customize the header button? I wish to be like on line trading color but white on hover.
Page link https://filos.ak-web-design.net/
Thank you for your time 
Achilleas
Hey Achilleas,
1. In the Salient options panel > header navigation tab, you can define the “Header Padding”, with no value entered it will default to “28”.
2. When adding a team member element to the page, select “Meta Overlaid” for team member style
3. add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#header-outer #top nav >ul >li[class*="button_solid_color"] > a,
body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_solid_color"] > a:hover,
body #header-outer[data-lhe="default"] #top nav .sf-menu > [class*="button_solid_color"].sfHover:not(#social-in-menu) > a {
color: #000!important;
}
#top nav >ul >li[class*="button_solid_color"] > a:before {
background-color: #fff!important;
}
hi there just a small question. Maybe you can help me here. Is it possible to change the font size of the portfolio «meta on hover» title? in the theme edits i couldn`t figure out where to change this.
Thanks, Simon
Hey Simon,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.portfolio-items .col h3 {
font-size: 40px!important;
}
Perfect. Thanks alot
You’re welcome simonspring 
hi, i need some help to give all the Menu items on the top menu an background to look like buttons and a change of the background-color when it is the active one or when it is hovered. Can you please help me? Thank you
Hey haoe,
Please share your URL in regards so I can take a look at your setup in regards
Thanks
wrote you a meesage! thank you!
Thanks haoe 
Why can I not set option of Hide Header Until Needed on my theme: http://www.winedinetours.co.za
Hey gustav939,
Do you have the option enabled in your theme options or are you not able to see the option? Could you please reach out via the contact form on my author page with a temporary admin account so I can take a look? https://themeforest.net/user/themenectar
Thanks in advance
Hi, I’m wondering that is there a way to show WooCommerce review stars on shop page directly without hover? (Maybe below product title) Please refer to https://www.rapha.cc/us/en_US/mens-products/cycling-jerseys/category/jerseys
Hey zeals75,
As of now this would require modding via a child theme functions.php file to remove the action “woocommerce_template_loop_rating” from its current position and add it elsewhere. You can find the current logic in place at salient/nectar/helpers/woocommerce.php
Cheers
Pre purchase question. Hi there,
Is the theme have a feature for schedule listing?
Thanks in advance!
Hey nus07,
There’s no built in functionality for listings by default, the only additional post types Salient offers are for a portfolio and image slider
Cheers
Hi there Is it possible to create a lightbox where the image that shows up is different than the thumbnail image? So when you click on the thumbnail a lightbox opens with an other image,.
Thanks
Hey simonspring, achieving this would require a manual implementation in the code as there is currently not a theme element to handle that
ok. thanks for your feedback
No problem simonspring
Hi, awesome theme How can i add material design icons https://material.io/resources/icons/ or https://materialdesignicons.com/ ??
Hey Grafikal,
If you’re trying to enqueue an entire font family, that would need to be enqueued via a child theme and then called via custom HTML in your pages. If you have direct SVG icon markup, you can also just paste that into a text block element
Cheers
Thanks, i did it via iconify Another question, I have default menu navigation items aligned left next to logo and icons on right (search, account, hamburger icon) how can keep main items on the left and add an right aligned item next to icons?
Hey Grafikal,
When using the “Menu Left Aligned” header layout, there should be another location called “Top Navigation Menu Pull Right” which you can assign a secondary menu to.
Thank you But the the item spacing is high on the right aligned items How can i fix that? (item spacing on the left aligned items is fine)
Could you kindly share your URL in regards so I can take a look at the settings to replicate it locally?
Hey Grafikal, try to add this into the custom CSS box located in the Salient options panel > general settings > css/script related tab:
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a,
#top nav > ul > li[class*="button_solid_color"] > a {
margin-left: 10px!important;
margin-right: 10px!important;
}
Hey Grafikal, thanks for reporting that. I’ve noted to look further into it.
Cheers
Hi, ever since the bigger update, I noticed that my social sharing icons aren’t working on mobile. Is this a known issue by chance?
Hey acafella11,
Could you kindly share your URL in regards so I can take a look to assist?
Sure. https://logocoast.com/blog/what-is-a-style-guide/ (on mobile). Just an example blog post page. Thank you
Thanks acafella11, I’m actually currently able to see them from my end on an iPhone X https://ibb.co/tD7RN03 could you let me know what device you’re using?
Cheers
android – moto g7
had a friend check on a samsung android and same issue
Hey acafella11, I just tested again using a Galaxy S8 and Moto X and have not been able to see the icons missing yet to start troubleshooting. Can you please confirm that you’re referring to the icons shown in the above-attached screenshot and not something else?
I’m so sorry, just realized that I shared the wrong link initially (can’t believe I did that). The error is actually on my staging site (which is the one I recently upgraded to 10.5.3).
https://staging.logocoast.com/blog/what-is-a-style-guide/On here the icons aren’t visible at all, it’s just the initial social button (like on desktop… except it doesn’t have a mouseover event to reveal the icons available)
Hey acafella11, thanks for clarifying – it all makes sense now. That issue will be resolved in the next release. If you would like a copy of the beta version with the fix, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Hi there, Pre Sale question. Before I purchase and update a existing website to this could you confirm its compatible with WooCommerce 3.7? Cant find anything in the listing mentioning this so thought best to ask.
Hey gilesholder,
Yes, there are no known compatibility issues with 3.7 yet
Cheers