Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,835 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38357 comments found.

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?

was able to find a crappy way to do it but kinda works, by putting this at the end of init.js.
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, 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,

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,

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/)

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, 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…

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.

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?

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

ThemeNectar,

Please visit: http://www.designreborne.com/projects/berenson

I am trying to find a way to populate the items that appear after using the ‘Search’ function within the nav menu.

Is there a way to add tags, comments to images, pages, or posts that will make the appear after searching certain keywords? Please help.

Best, Alan

Hey Alan, having the search results template show information other than what’s displayed by default would require modding to the search.php file

Thanks for the reply.

Is there any documentation on how to achieve that and what line of code in the search.php needs to be altered?

Hey designreborne, there’s no Salient docs on how to accomplish that mod as it’s more of general WP query i.e. how to display various data in a query. As for what section needs to be moddified, look through each conditional block

if( get_post_type($post->ID) == 'page' )
if( get_post_type($post->ID) == 'portfolio'

and use add your mods between the revleant post type attached to the search items

It looks like the theme is supposed to be compatible with Revolution Slider since it’s included as a template item, but using it seems to be breaking the page on mobile. Are there any known common compatibility issues? The page in question is https://artfulruckus.com/1044-2

Thanks, Tom

Hey Tom, can you let me know specifically what’s breaking on mobile on that URL? From quickly testing on an iPhone X I didn’t notice anything out of the ordinary

Cheers

hello I’m looking for the header to be transparent but not sticky, can you help me

Hey Dooply, can you share your URL so I can see your theme settings?

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey