38360 comments found.
Hi, is it possible to add a google map in the footer widget area? Thanks a lot! Regards
Hey primarelease,
You can add the nectar element map shortcode into a text widget e.g.
[nectar_gmap zoom="1" marker_style="default"]– just copy the shortcode generated from the page builder after adding your map element by switching into the “classic mode” view
Cheers
Hi! Do you know why it takes a quite a while to load the page of the portfolio: https://ellezela.com/photos/ ? And then, some of the portfolio have trouble openin like abel tasman… Do you know what might solve this? Thank you very much! And as always, awesome theme! <3
Hey LaureneCastor,
1. I didn’t see the page taking more than 2-3 seconds loading, and confirmed that with GTMetrix – how long are you seeing it take to long? https://gtmetrix.com/reports/ellezela.com/qRy3VaWq also you need to enable a caching plugin to bring that score higher/make the site load even quicker http://themenectar.com/docs/salient/performance-optimization-guide/2. This is what I’m seeing when clicking that project https://imgur.com/a/Xa4H8x1 can you explain what’s going wrong on your end?
Cheers
Ok Thank you! The page in question (Abel Tasman) can load in 10sec which is a bit long. I’m gonna have a look at this caching plugin. Thanks
Hi, How do I go about changing it so that all search results appear on 1 page. I just want them to follow on after each other – not be paginated.
Thanks
Hey tricks28,
You would need to add a snippet into your child theme functions.php to modify the search query
Cheers
I added that but it still just shows 12 results and then the arrow to page 2
urgent question: what .js controls this option in the theme options:
Header Hide Until Needed Do you want the header to be hidden after scrolling until needed? i.e. the user scrolls back up towards the top.
Need to make a quick tweak.
Yikes, asked one of the devs, seems to be in init.js which is good, what im trying to do is change the logic of “when nav at top change to transparent” to when the nav is in the hero image, change to transparent” but apparently there is nothing controlling the offset like scrollspy?
jQuery(document).ready(function() {
$(window).scroll(function() {
console.log('scrolling ', jQuery(window).scrollTop(), jQuery(document).height());
if (jQuery(window).scrollTop() >= 965 ) {
jQuery('#header-outer').removeClass('transparent');
}
else {
jQuery('#header-outer').addClass('transparent');
jQuery('#header-outer').addClass('detached');
jQuery('#header-outer').removeClass('invisible');
}
});
});
Hey MatthewMurdoch,
Glad you found a solution in the meantime – if you want to modify the actual function itself, search for “hhunCalcs” in the init.js file
Cheers
Hi!
We’re running into some problems with the team members on mobile. Under 690px we can not scroll to read the full bio. We’ve tried adding
.nectar_team_member_overlay .team_member_details { max-height: 500px; overflow-y: scroll; }
but no succes. Any idea’s?
http://mtp.digibastards.nl/over-ons/Thanks!
Hey DigiBastards,
What device are you using? I’ve just checked on an iPhone 8/X and am able to scroll on the team member bios
Cheers
Hi, I indeed see this works on Mobile devices. I was using Inspect Element and it didn’t work on the responsive setting, hence the question.
Thanks!
Hey DigiBastards, glad to hear 
Hi ThemeNectar,
The problem somehow seems to be back on my iPad; I can’t scroll the team members bio’s (landscape and portrait). iPhone and Desktop work as expected.
http://mtp.digibastards.nl/over-ons/Hope you can help!
Cheers
Hey DigiBastards,
Try to add this into the custom css box in your Salient options panel and then clear your browser cache before testing:
.using-mobile-browser .nectar_team_member_overlay .team_member_details {
height: 100vh;
overflow: scroll;
}
Cheers
Hi there,
How can I customize the search page on how it displays the results?
Hey BlueScreenPanda,
Please open a ticket in regards when you need help with a series of questions – this comments area is only intended for quick questions or pre purchase questions
Cheers
I tried posting a ticket, but when I press Verify with Envato it kicks me out. Why is that?
Hey BlueScreenPanda, i’m not seeing an active support package attached to your account – how long ago did you buy the theme and have you purchased any additional support time?
Hi there,
1. How can I globally disable the rounded corners of the “Blog Dark” demo? I would like them sharp instead.
2. If above possible, how can I remove the gutter entirely?
Hey BlueScreenPanda,
Please open a ticket in regards when you need help with a series of questions – this comments area is only intended for quick questions or pre purchase questions
Cheers
I tried posting a ticket, but when I press Verify with Envato it kicks me out. Why is that?
Please see my response to your previous comment in regards
Hi there,
How can I change the “portfolio” to “projects” in the portfolio link structure?
Hey again BlueScreenPanda,
You can use the “Custom Slug” field in the Salient options panel > portfolio > functionality tab
Will do. Thanks.
You’re welcome BlueScreenPanda
Hi there,
Is there a way to remove the social icons hover animation?
Hey BlueScreenPanda,
In what location are you referring to?
Header and footer.
Hey BlueScreenPanda,
add this into the custom css box in your Salient options panel:
#header-outer #social-in-menu i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i,
#footer-outer[data-cols="1"] #copyright li a i {
transition: none!important;
}
Cheers
It worked. Thank you.
You’re welcome BlueScreenPanda
Hi there,
1. How do I customize the font for the category on the title-only full-width slider? It doesn’t seem to respond to any of the Typography menu sections.
2. How do I hide it entirely?
Hey BlueScreenPanda,
1. You can use the “Sidebar, Carousel, Nectar Button & Footer Headers Font” field in the Nectar Specific Elements tab
2. add this into the custom css box in your Salient options panel:
.nectar-recent-posts-slider .container .strong { display: none!important; }
Cheers
1. The font weight works, but the size won’t. Why is that?
2. Works. Thank you.
Hey BlueScreenPanda,
The size alteration on that element would need custom css:
body .nectar-recent-posts-slider .container .strong { font-size: 16px!important; }
Acknowledged. Thank you.
You’re welcome BlueScreenPanda
Hi, after I updated the latest version of the theme, the navigation “At Bottom W/ Featured Image” doesn’t work correctly(without images and links). In the previous version it works fine. could you help me to fix it? (http://phoenixbai.com/portfolio/airship-earphone-design/)
also the social media buttons are unclickable in the footer…
Hey PhoenixBai,
I’m not noticing anything off about the navigation at first glance, can you elaborate further on what’s not working with it for you? I also have been able to click on the footer links on the two browsers I tested (latest Chrome/FF) are you using something else and have you tried to clear your cache yet?
Cheers
Hi there,
You are right, I just cleared my cache, the navigation works pretty well now 
Thank you!
Phoenix
Hey Phoenix,
Glad to hear!
Cheers
Hi bro, The submenu in my mobile menu is not working compared with on desktop version. Could you have a look at it http://wohoweb.com
Hey vietproblog,
When checking out your URL on mobile i’m seeing all the same links there and am able to navigate through them https://imgur.com/a/yfWG4ma please let me know what you’re seeing on your end?
Cheers
Hi bro, it;s oke when we use desktop and scale the desktop to mobile size. but when its on a real mobile device it doesn’t show the sub menu
Hey vietproblog, could you let me know what device you’re using? I checked on a physical iPhone 6S/X and a GS7 and can see the dropdown functioning
Hi bro, I use Iphone 7, It always show the main menu, see my screenshot : https://imgur.com/a/vNr3rT6 (chrome on iphone 7)
Hey vietproblog, can you confirm that it works correctly on Safari on the iPhone 7? That’s the only browser allowed for testing on that specific iPhone model via browserstack at the moment
Actually, It doesn’ t work well on Safari on the Iphone 7. you can see it in on my screenshot above.
Hey vietproblog, that’s so strange – I haven’t been able to replicate that on my end. Try adding this into the custom css box in your Salient options panel to sort it for now on your end:
.mobile .off-canvas-menu-container .menu-item > ul.sub-menu { max-height: 0!important; }
.mobile .off-canvas-menu-container .menu-item.open-submenu > ul.sub-menu {
max-height: 88px!important;
}
Remember to clear your phone browser cache after doing so
Cheers
Hi there, i can’t update the theme, could you please tell me how can I update it?
The wordpress message:
The update process is starting. This process may take a while on some hosts, so please be patient.
Enabling Maintenance mode…
Updating Theme Salient (1/1) Downloading update from https://marketplace.envato.com/..... Unpacking the update… Installing the latest version… Removing the old version of the theme… Theme update failed.
An error occurred while updating Salient: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. searchform.php, search.php, includes…
never mind, i updated it use the console 
Hey PhoenixBai, you likely just need to change your permissions for the WP folder/files https://codex.wordpress.org/Changing_File_Permissions your hosting provider probably sets them a little low as an extra precuationary measure for security. If you’re unfamiliar with changing them, you could reach out to them with this in regards
Hi, that link really helped me, thank you!
You’re welcome PhoenixBai 
Hi there – I’ve got a client I’ve used your website for who needs to have some conditional logic developed for his WooCommerce products on their site. Do you guys over customisation options or could estimate on the task? Hope you can help. PS – you’ve theme is amazing, easy to use and super quick. Thanks, Ben
Thanks a lot benlow24!
Unfortunately we’re not personally available for custom freelance work, however you could definitely find someone to help at Envato Studio https://studio.envato.com/
Cheers
Honestly, there are a lot of great things about this theme, but the aspects that suck REALLY suck. I’m moderately savvy with Wordpress, but have spent HOURS researching issues that shouldn’t be issues. For example, the CSS code to hide dates, comments, etcetera, and allowing for rows in 1/5th increments. The final straw here for me is trying to get the image gallery to resemble what it was when I imported the Agency theme.
I’M JUST TRYING TO TILE THE IMAGES WITHOUT SPACING! WHY ISN’T IT WORKING?
Hey creativecoop,
I’m sorry to hear you’ve gotten stuck looking for answers. In regards to your current issue of the Agency portfolio element not showing without spaces – I would need to see your actual URL to assist since the element should indeed be displaying portfolio items flush if the demo was imported fully without errors.
Hello, awesome theme! I’m going to purchase the theme but I just wanted to know where do I see the plugins that the theme features. Cheers
Thanks epics182,
The only premium plugin that Salient comes with is a custom version of WPBakery page builder – the other plugins Salient provides functionality/styling for a free e.g. WooCommerce/Contact Form7 etc
Cheers
Hello. I’m unable to access the ticket support though I purchased my theme in 2014 before the support rules were changed so I am eligible for support. Could you please change my access privileges so I can submit tickets and don’t need to try reach you by email into the future? That would be a great help! Thank you.
Hello caseyishere, I don’t have the power to make that change, you would need to contact Envato directly to have them issue you a new support license https://help.market.envato.com/hc/en-us/articles/202821620-Contact-Us
Ok – thank you, I will do that. In the meantime could you please respond to my email request for support? Thanks, Casey
Hey caseyishere, I responded to your email earlier today
Cheers
Hi there, I contacted Envato as suggested but they said that “The ticket system is external. We (Envato) do not have any control over that except the author. You will need to speak with the author directly to see if they can manually create an account which has unlimited support option.” – I’ve emailed you a copy of their email. Could you please create an ongoing supported account for me? Thank you.
Hey caseyishere, that’s incorrect in this case – we use ticksy for our support portal and that system simply checks if the user has a support pack attached to their account. We have no control over overriding that for a specific user – Envato would either need to issue you a support pack on your account or you would need to comment here/via email to get free support
How do I hide product thumbnail images from WooCommerce Cart & Checkout pages?
Also, when on Cart or Checkout pages, menu overlaps ‘Cart’ button. Screenshot: http://www.unrivalledbeing.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-21-at-8.46.57-PM.png
Hey exclusive_concepts,
add this into the custom css box in your Salient options panel:
html .woocommerce-page table.cart .product-thumbnail {
display: none!Important;
}
2.
body.ascend:not(.mobile) #header-outer[data-full-width="true"] header#top nav >ul.buttons {
height: 99px;
}
Cheers
Thanks, although product thumbnails are still showing on the checkout page and the header cart dropdown?
And how to hide Cart button from header until a product added to cart?
Hey exclusive_concepts,
1. add this into the custom css box in your Salient options panel:
.woocommerce-checkout-review-order-table .product-image ,
#header-outer .widget_shopping_cart .cart_list a img { display: none!important; }
Cheers
2. You’d need to change your theme skin from “ascend” to “original” in the Salient options panel > general settings tab
Hi team,
I’m comparing a sample theme like this one. Want to know if this theme can be customized like this web?
https://www.tokaicarbon.co.jp/en/Hey keng007,
Not by default, there’s no option without css to have a fixed BG that like with all the site content scrolling on top of it
Cheers
Hi I am currently incurring problems with the checkout. everything a product is aded to cart the coupon message keeps poping -blocking the whole chckout process. I do not intend to renew my support for the theme (unfortunately support was not that effiecient when I had it) however I expect help with this since it is clearly a funcationality issue of the theme. Thanks! Andrei
Hey Andrei, please share your actual URL so I can take a look at what you’re referring to