38441 comments found.
Hi,
I bought the following plugin: http://codecanyon.net/item/ultimate-woocommerce-brands-plugin/9433984/?ref=dedalx. By default it should display brands on category and product pages but it’s not working. The plugin developer states that the theme developer may need to modify theme layout tags to look like default woocommerce theme tags to work with plugin. Can you help with this please? Thx
Hey – could you please open a ticket in regards with your admin credentials so I can take a further look?
themenectar.ticksy.com/
I will, thx
You’re welcome 
Hey there,
Wondering if you plan to tackle the issue with font sizes not shrinking proportionally on smaller screens and the inability to fix this via your control panel.
For example, see: https://co50.com/contact-us/
On desktop, the pager header in orange looks fine. Good spacing above and below the text. But on mobile, the text becomes way out of proportion to the orange bar, taking up most of the vertical space. The orange bar is shrinking well on mobile but not the text. This seems to be a side of effect of forcing us to use px as the unit in the Typography section instead of allowing em. Any plans to address this and how do you address it now, short of making manual CSS rules for it?
Hey,
The page header is given a minimum size for the smartphone viewport which is closer to the the size you’ve set for desktop, in this case css would be needed if you’re looking to shrink it in that space proportionally – i’ve noted to sort that in future releases though
Cheers
HI TM,
Thanks for all your support!
Another question for you – would you be able to provide a script that would force the [Portfolio Style: 3D Parallax on Hover] to have the square already active and title without having to hover over?
That would be greatly appreciated.
Thanks!
Hey! Add this into the custom css box located in your Salient Options panel:
body .portfolio-items[data-ps="6"] .bg-overlay {
border-width: 9px;
}
This is great – all that is missing though is the portfolio title. Can we also have that active/visible without needing to hover?
Add this in as well 
.portfolio-items[data-ps="6"] .work-item .work-meta .inner {
opacity: 1!important;
}
Perfect!
Cheers 
i just bought this theme, am about to install it, my bluehost can do one-click WordPress 4.4.2 installation, your product details only says up to 4.4.1 WP version, but I wonder if I can install WP 4.4.2 and can work perfect with your theme? Thanks.
hey, i downloaded this theme yesterday, what version of this theme is? i can’t fiind it anywhere?
Hey – you’re also safe to use 4.4.2 
Cheers
Hello – how can I remove the grey bg on the sub menu’s please
Hey,
you can set the bg color for them in the Salient options panel > header navigation > general style tab. Select “custom” for the “Header Color Scheme”
Cheers
Just a heads up on the close button for the slide out canvas. For this update and the last update I had to set the z-index to be able to click it. This is what I used as custom CSS
body[data-full-width-header="false"].admin-bar #slide-out-widget-area a.slide_out_area_close {
z-index: 999;
}
Hey – thanks for letting me know, could you also share your URL so I can see the other settings you have so I can replicate?
Cheers
hi, How can I remowe the text ( A site-wide Call to Action Section! Have you fallen in love yet? ) and the button (Buy This Theme) from the portfolio pages?
Hey,
add this into the custom css box located in your Salient Options panel:
.single-portfolio #call-to-action {
display: none!important;
}
How can I disable u hamburger menu in header in Salient theme? I need just one menu item, and I want it to be visible on all device. without hamburger menu.
Thank you! 
Hey! This would require some custom modding as of now unfortunately, if you could share your URL in regards i’d be glad to provide a start to this though with css
you can see it here http://erikwest.co/hooke , I`v changed piece of code in header.php in my child theme in this part:
-
<?php
if($has_main_menu == ‘true’) {
wp_nav_menu( array(‘walker’ => new Nectar_Arrow_Walker_Nav_Menu, ‘theme_location’ => ‘top_nav’, ‘container’ => ’’, ‘items_wrap’ => ‘%3$s’ ) );
}
elseif($sideWidgetArea != ‘1’) {
echo ‘
- No menu assigned! ’; } ?>
Pre-Order Now
<!-/row->
Hey, add this into the custom css box located in your Salient Options panel in addition to what you already have:
@media only screen and (max-width: 1000px) {
header#top .col.span_9 {
min-height: 24px;
line-height: 76px;
}
#dugme {
position: absolute;
right: 0;
top: 13px;
z-index: 1000;
}
}
Ok, I`v done that but now in small screen size logo is going out of header. Is there a way to just turn off hmburger menu, so i can activate the header menu that my client can change menu item from wp dashboard, without going into the code of header.php?
Hey again – You can’t turn off the mobile menu without turning off all responsiveness – also, do you have a license for the theme on another account?
Hay, so my solution is ok
Thank you for helping me.
I`m working on this web site for the client, with my friend who is a designer. The Client bought the Salient theme and he has a license. I dont have acses to his acount, I hope thats not the problem.
possible to disable visual display strip scrolling Styled Scrollbars?
Hey, are you referring to turning off the styled scrollbar from all pages? If so there’s an option int he Salient options panel > general settings > functionality tab for this
to make it work, but does not display I mean
Hey, could you please open a ticket in regards with your admin credentials so I can take a further look at the setup? https://themenectar.ticksy.com
Hi, Can you please Check my Ticket ever since this issue is still not solved and you didnt respond to my Last Message here on themeforest https://themenectar.ticksy.com/ticket/683351
Thank you! 
Hey – i’ll take a peek shortly
Sorry about that!
Hey Guys.. my hamburger menu is an actual hamburger icon/emoji on the mobile…. A lot of people have this issue, How do I fix it?
Hey – Please share your URL in regards, I’ve only heard of that occurring a couple times and it was plugin related
Hi,
I was just wondering if there was a way to set the “flickity-viewport” height. We have larger images on a full width section, but need to drop the height down.
From what it looks like, it’s where
<div class="flickity-viewport" style="height: 500px;">.......</div>
is set,
In this demo http://themenectar.com/demo/salient-corporate/portfolio/the-bike-project/ – the height is smaller.
I was thinking that it was to do with image sizing, but in the demo the images are larger.
Thanks,
Hey,
Please share your URL so I can see the settings you have going for the slider 
Cheers
Hey,
See this page: http://threesides.staging.wpengine.com/portfolio/campus-living-villages/
Thanks,
Hey – you’d need to use images or set a size that had a greater horizontal aspect ratio or you could add this into the custom css box located in your Salient Options panel:
body .nectar-flickity:not(.masonry) .flickity-slider .cell {
width: 45%;
}
Hi there, I updated the theme and it removed the Nectar slider from my homepage – I have tried a few things at this stage and I can’t figure out how to put it back?
Hey,
Please share your URL so I can take a look – do you still see the Nectar Slider element there in the backend?
Cheers
the slider is back after some messing with settings, but now there is a huge space above it when you land on i
It seems you have page header active on that page, make sure you remove the page background color you may have set in the page header settings metabox
Cheers
Hey! I’ve got problems. The menu and the logo changes color as it should when you scroll down to another background color, but after a while they change the color again so they are barely visible.
How do I fix the problem? Thanks in advance!
http://www.crafty.se/anonymous-startar-krig-mot-donald-trump/Hey – have you verified that no plugins you have active are causing this?
now I have. the problem persists 
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/
No answer on ticksy.com for 2 days? 
What’s the ticket ID?
Ticket #711424
Still no answer 
Hey – if you’ve reverted to an older version after updating because of loading issues. When you did update did you check the browser console for errors?
Cheers
No, I did not. you’re welcome to try to update. (Ticket # 711424).
Hello?
Hey – I responded in regards earlier today
For the sub-menu items that currently fade in, where would I need to be looking to alter the transition to drop in from the top?
Hey,
You could mod the hover styles in the style.css or overwrite them in a child theme stylesheet, do you have a license for the theme?
Cheers
Hey P -
I’ve read all the recommendations you’ve made on here for BWP Minify. So I tried it out. Our site using just W3 TC had a Pingdom performance score of 96/100. Once we installed BWB Minify, it dropped to 88 consistently. I tried default settings, checked off a bunch of stuff, everything. It seems to make performance worse. Am I missing something?
Hey,
Were you already using the minification option in W3? In general I recommend BWP minify because it’s simple and doesn’t require any additional setup like W3 Could with the minfication option, however if you already had it working there’s no reason to switch
Cheers
hi, I have no url in the google plus field, but google plus icons shows up in the header top bar?
Hey,
Do you have the google+ icon selected in your header navigation > layout related tab?
Cheers
there are 5 other chekcboxes in this tab, I cannot choose any icon
Please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
support expired not able to create a ticket http://prnt.sc/aiii3b
huhu?
Hey again – is that true or a mistake? If your support should not have expired yet please submit a ticket to Envato in regards https://help.market.envato.com/hc/en-us/requests/new
Hello! I’m displaying the last 3 blog posts as preview like this http://themenectar.com/demo/salient-corporate/ with VC but I can’t understand how to activate the rollover effect on the image, I can’t find the option. Thanks!
Hey,
Make sure you’re using the “Classic Enhanced” masonry option in Salient Options Panel
Cheers
great! now it works! Thanks!!!
You’re welcome 
Hi,
I’m trying to format the way categories look within the category page. Below you may view how a category looks. I would like to eliminate the empty space between the category image and category name. In addition I would like to fix the alignment of the text within the category name box. Can you help please?
http://bit.ly/1MlaZKqHey – I responded to your previous comment in regards 
Hello. How can i add a slider in the header section of the homepage, with the 3d rotation effect when down scrolling? Basically, i am trying to add 5 slides on this website`s homepage: http://www.larisaghitulescu.ro/, but i only have fields for one image background and texts on the Page Header section. Please, help. Thank you.
Hey,
As of now that would require custom development since that effect only exists in the page header which doesn’t allow for slides, however the idea to add the effect into the nectar slider is on the wishlist
Cheers