Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,226 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Hey everyone!

Salient v3.0 is here!

This is probably the largest functionality update I’ve released so far and I think all the changes will be very welcomed :) The main focus of the new version is the Nectar Page Builder. Feel free to check out this page to get a feel for it: http://themenectar.com/demo/salient/features/page-builder/ Also, I’ve already created two new video tutorials covering this so have no fear updating!

The update has been submitted to ThemeForest and should be available to download very soon! Please see this for a full list of new features & improvements :) http://themenectar.com/changelogs/salient.html

Thanks for patience while I finished this guys, I’ll be back on here soon to catch up with your questions & to post links to the video tutorials when they’re processed!

Cheers!

Hi,

Very nice job on the theme. Would it be possible for you to let me know how I can add some padding in between my thumbnails on this page: I would like to have equal space in between each image from top to bottom and from left to right.

http://garydid.com/

Thank you so much in advance.

I was able to figure it out, not sure why it worked. Thanks for all your help though!

This is what fixed it:


[vc_row][vc_column width="1/1"]

[nectar_slider full_width="true" arrow_navigation="false" bullet_navigation="true" desktop_swipe="true" parallax="true" loop="true" fullscreen="true" location="home_slider" ]

[/vc_column][/vc_row]

[vc_row][vc_column width="1/1"]

[nectar_portfolio masonry_style="false" horizontal_filters="true" enable_pagination="true" project_style="2" category="all" layout="fullwidth" projects_per_page=""]

[/vc_column][/vc_row]

I notice on the iPad resolution the text in the hero shot has a 46 pixel line height for some reason? How do I change that to 24 pixel line height?

This is what I’ve tried:

body .vc_text_separator div {
font-size: 36px;
line-height: 4px!important;
}

Hey! Add this into the Custom CSS box located in your Salient Options panel:

@media only screen and (min-width : 690px) and (max-width : 1000px) {
    html body .swiper-slide .content p {
        line-height: 23px !important;
    }
}

Hi,

With the woocommerce I am trying to get an logout option in the menu. I already did some research and you need to check “Append a logout link to menus containing My Account” in Settings -> Pages. But it isnt there… :(

Hey GodsHiron!

Are you saying that the option isn’t there or that the option is there and the link isn’t appearing in the menu? I currently don’t see that option in my Settings > Pages either so that information could potentially be outdated?

Cheers

Has anyone wrapped WishList Member (membership site solution compatible with WordPress) around Salient theme?

Supposedly WishList Member can turn any WordPress theme blog into a full blown membership site.

I want to make sure there is also no conflict with AJAX shopping cart, since it promotes ClickBank but declares it is compatible with others.

Any input is greatly appreciated!

Hey MiaGal,

Unfortunately I myself have not tested with that myself, but I would suspect there would need to be css integration to make it look perfect. If you end up going with Salient and notice any further conflicts just let me know and I’ll try and help out :)

Cheers!

Thanks for the quick response! I just purchased Salient and I’m very excited about it! I’ll hollar if I run into issues. Thanks.

Sounds good and welcome aboard!

Hello,

I have been trying to change the aqua color (default) in the theme to my desired one and have changed the colors everywhere but I am not able to over ride aqua color? Could you please help me.

Thank you, Waqas

Hey Waqas!

Have you changed the accent color in your accent color options tab? Also, what version of the theme are you using?

Please post a URL if you can so I can check on this for you :)

Cheers!

To those of you searching for answers as to how to customize the Theme and have figured out your solution please post it in your inquiry.

Some people are looking for the same solution that you solved and posting “I figured it out thanks” doesn’t help this discussion and puts more support on Mr. Nectar.

The questions are already backed up here and I’m sure that doing this would help this community of theme users.

Just my 5 cents.

-C.S.

Hey! Thanks for posting this – you’re right, it would be beneficial for everyone :)

Cheers!

Thank you for making such a great theme. I’m currently editing the theme. I want to change the permalink for the portfolio from “www.xxx.com/portfolio/xxx” to “www.xxx.com/exhibition/xxx” how can i do that? thank you.

Hey mistahhmc!

You can alter that in the portfolio options tab in your Salient options panel. Just enter a slug in the applicable option field and then refresh your permalink structure by going to Settings > Permalinks and clicking “save changes”.

Cheers :)

Hi,

Could you recommend the best way to include an email newsletter sign up on the site? KR Henry.

Hey Henry!

You could grab a plugin like this: http://wordpress.org/plugins/newsletter/ and simply place the widget in one of your widget areas :)

Cheers!

hi, i’ve purchased the theme and is awesome but i was thinking if i can center the logo in the header. Thanks

Hey albeandreetto,

Unfortunately there’s no option for that yet, but I’ll note this for the wishlist :)

Cheers!

Dear ThemeNectar,
I have been customizing the theme this whole month. Let say for example, now I have 50+ custom css code snippet in the Salient “custom css box”.
For some reason today, when I add a new code snippet and hit SAVE CHANGES, it seems I can’t make all those 50+ codes working altogether. For example, code snippet number 1-25 are working, but the rest are not. There is nothing wrong with the rest of codes, because I have confirmed this by only using the code snippet number 25-50 instead and they are working just fine.
So, the problem is that I can’t use all those codes altogether at the same time. For further clarify, let say I have 48 codes working…added 2 new codes..then this problem comes in. (those 2 new codes are fine, since it is working when I tried to use code snippet number 25-50).
What do you think about this? Any suggestion?
p.s. 50 codes are just an example amount. There are many custom css codes in my custom css box, but I believe it is not that much.
Thank you so much in advance :)
Cheers!

Hey Fayth!

Anything put into the custom css box is simply going to get wrapped in a <style> tag and inserted at the top of your pages, there’s nothing that could logically make sense to stop some styles from not working except for css errors and there’s no limit to how much you put in there either – is there anyway you could allow me to see all the css and your pages where some of the rules are not applying? Can you just perhaps point out a URL where a specific rule isn’t working and let me know the rule?

Cheers!

Hello! I have a couple of question for the theme: 1. How can I change the social button icons?

2. How can I change the position of the social buttons from the bottom to the header?

thanks a lot for your attention, Fabio

I actually didn’t see smooth scrolling on your URL when I checked last time either – I assumed you turned it off. I see that the issue is the page is calculating the height before your header slides down and is seeing that there’s no need for a scroll bar, but the height changes after that. If you load the site on a smaller screen (just resizie your Firefox window to be shorter) you’ll see it work on page load.

I’ll note to sort this minor bug :)

Cheers

Oh I see, thank you a ton again for the support (best support I had so far!). The scroll bar now it doesn’t have that problem, I suppose you’ve already fixed the bug :D

I’m still working on the website, maybe I’ll show you again in the next months when it’s finished!

best, Fabio

Sounds good Fabio :)

Cheers!

I like this theme, just one question: I can’t figure out how to hide the search icon at the top right of the page header. Any one can suggest a solution?

Ok. I found it. Thanks.

Hey mtontini! I’m glad to hear you found the answer :)

Cheers!

Hey guys!

Just wanted to say that I appreciated your patience on here & the forum while I have been wrapping up the new release :)

With any luck Salient v3.0 will be submitted within 24-48 hours!

Hey, Hope all is well! Thanks for the Amazing theme that you’ve provided. It’s made a HUGE impact for me online. I was wondering if you could please help me with a conundrum that I am experiencing. I can’t seem to get the tweet function to work properly on posts. Is there any way you could help me? Cheers!

I now have tracked it down to the | in the title – weirdly enough that’s making it a bad request as far as twitter is concerned.

Alright. Thanks for your assistance. I will delete everything and do my best to find out what headline will work with no conflicts. I’ve been recommending your theme to everyone. I only wish I could implement video to make it more amazing.

You’re very welcome & I really appreciate that!

-

I wasn’t aware you were having any issues with videos though – do you need my help with something?

Cheers! :)

Salient theme There WPML support multiple languages???

Hey woocommerce!

WPML isn’t officially supported yet, but I’ve heard from users it works near perfectly :)

hi, like the theme a lot!

Can I make the whole portfolio, including filters (or even a bunch of related items) appear underneath the portfolio item page, so you can browse on immediately without having to go back to the main portfolio page?

OR can the item open above the portfolio?

thanks! Marije

Hey Marije!

You could place a portfolio inside of the portfolio single pages wherever you want, but you wouldn’t be able to use pagination at that point so it would only realistically be a good option if you have few items. As for opening the project above in the main portfolio page, that would require a fair deal of custom development.

Cheers :)

Hello,

I like the theme, obviously great, just few questions:

1) Can I make the width 1263px (full width, stretched) instead of the current wide option you have without affecting the theme appearance on the other devices i.e: ipad, iphone etc…?

2) Add to cart Ajax?

3) Is it compatible with easy digital downloads?

Thanks

Hey WP3!

1. Yes, you can adjust the container for each viewport separately with custom css.

2. There already is an AJAX cart option visible on the demo, you just need to have at least one product in your cart for it to display.

3. I haven’t tested with that plugin, but if you go with Salient and encounter any issues just let me know :)

Cheers!

Is there comming soon an update to the theme?

v3.0 was just released last night :)

Hi, I am looking for a nice theme and I admit that this is really nice, but I see that there is a problem with the demo displayed with google chrome or safari shows all the icons of social networks, but if I see your demo with firefox, I do not see the icons for facebook and many more. I always check before making a purchase. I have verified that the problem exists with other sites using the theme. Do you have any response? thanks

Hey Chukyarlaa,

this is not a known issue and there are no reports of suck. I also primarily developed the theme in Firefox so I know how it performs in that browser the best.

Can you verify this on a second computer?

Cheers :)

The Template is great, but i have one strange porblem. Scroller “ascrail2000” doesn’t appear on one of the subpages. I have about 15 subpages, and the probleam appears only on one of them :/

Wrote it too fast, still same problem on ie :/

unfortunately still the same problem with ie :/

Hey again! It just appears you’ve supplied an improperly encoded mp4, which is the format IE uses. You can test this by trying to open the video file directly in the browser:

http://propozycje.owocni.pl/Stolter/wp-content/uploads/2014/01/Modena_-_materia_reklamowy.mp4

As you can see that won’t play where as this will:

http://themenectar.com/demo/salient/wp-content/uploads/2013/09/one_more_new_1.mp4

Just run your video through an encoder like this: http://video.online-convert.com/convert-to-mp4 and that should clear it up :)

Cheers

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