Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,318 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38445 comments found.

ThemeNectar,

Please visit: http://www.designreborne.com/projects/berenson/portfolio/layout-test/

As you can see I have two of the same images on the page, the top image as been added using the “single image” component and the added using the “image gallery” method.

I would prefer to use the “image gallery” method because it gives me the option of displaying a caption when the image is viewed larger. Is there any way to center the image on the page?

If not, how can I display caption using the “single image” method?

Please help.

Best, Alan

Hey Alan, add this into the custom css box in your Salient options panel:


.wpb_gallery .portfolio-items .col.span_4 {
    margin: 0 auto!important;
    position: relative!important;
    float: none!important;
}

Cheers

AMAZING!!!! The code you provided worked like a charm. Many thanks. As always A+++ customer service.

You’re welcome designreborne :)

Hi ThemeNectar,

Amazing theme as always. Seems it just keeps getting better with every update.

Quick question, if you could please visit: http://www.designreborne.com/projects/berenson/portfolio/bernardo-amestoy/

The Social Share icon in the bottom right corner, is that possible to add to every page? If yes, can you please let me know how that can be done. Many thanks.

Best, Alan

Thanks a lot Alan!

As of now that’s only available for single post/project pages – but I’ve noted the idea to make it an option for the regular social sharing element within the page builder :)

Cheers

Great. Thank you for making a note of it.

You’re welcome designreborne :)

Hi! On my navigation menu, I’ve added an anchor link as a submenu item via the custom link (using a hashtag to indicate a row on the page it shows up on), but as soon as I add the submenu item to the menu, the main page that it falls under ceases to be active; I click on it from the homepage and it doesnt go anywhere. What am I doing wrong?? Thx!

Hey anagcan,

sorry about that!

Hi Themenectar…ok so I’m still stuck on this bc now that I’m trying to just have a simple submenu item (no anchor links), I can’t seem to do it right. I just want a submenu item under a main item page and I want each one to click through to its own page. Here is the url. https://earthsystemdynamics.org So under research, I want to have a submenu item that links to its own page. But if I do that, my Research page menu item ceases to link anywhere! What am I doing wrong??

Hey anagcan, the top level items on a left header nav setup act as the title for the below menu items. I’ve noted your idea to add an option to separate this

Thrive Leads is not working properly with this theme. When I contacted Thrive they said that the issue was with the theme. Is there anyway to fix this or make compatible?

Hey ryanlocaleyes,

Can you please open a ticket in regards on the support forum with more information i.e. what specifically isn’t working and provide a URL? https://themenectar.ticksy.com please also let me know the ticket ID here once you’ve done so

Thanks

1551640

Thanks ryanlocaleyes

Hi! Is it posible to add more custom fontface font to array? I just need 2-3 styles for custom font. Thanks a lot.

function salient_redux_custom_fonts( $custom_fonts ) {
    return array(
        'Custom Fonts' => array(
             'futura-pt,sans-serif' => "Futura PT" 
        )
    );
}
add_filter( "redux/salient_redux/field/typography/custom_fonts", "salient_redux_custom_fonts" );

Hey petersimonik,

You can change that to be:


function salient_redux_custom_fonts( $custom_fonts ) {
    return array(
        'Custom Fonts' => array(
             'futura-pt,sans-serif' => "Futura PT",
             'second-font' => "Second Font",
             'third-font' => "Third Font" 
        )
    );
}
add_filter( "redux/salient_redux/field/typography/custom_fonts", "salient_redux_custom_fonts" );

Cheers

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?

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.

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