Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,189 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38436 comments found.

After latest WP update, the FA icons are no longer working on our client’s site. Any idea of how to fix this? I’ve noticed it on arrows being replaced with empty boxes on Nectar sliders and social media icons replaced with empty boxes.

Hey MonologueHQ,

Please share your URL in regards so I can take a closer look

Thanks in advance

Hi, it’s ok – I managed to fix it. Thanks.

I’m glad to hear MonologueHQ :)

Hey there—how can I get the padding all around (top, sides, bottom, etc) my entire website like you have on this demo: http://themenectar.com/demo/salient-ecommerce-creative/ without having to import the entire template? Is it just a setting to make in the dashboard? My website is https://www.whydontyouknowthis.com

Hey JayCarver,

There’s a theme option for this in the Salient options panel > general settings tab titled “Body Border (Passepartout)”

Cheers

Hi there, I just noticed that there is something wrong with my flip box. it seams that after last update the option to insert a button on the back side of the flip box is gone. is that possible? I had something like: [button color=”see-through-3d” hover_text_color_override=”#fff” url=”/mypage” text=”more info” color_override=”“] no button is displayed anymore – just the line of code. so I guess its not calling the instance. any idea why?

Hey aovivo,

Can you ensure that you have the plugin “Salient shortcodes” active?

Cheers

Great tip. No it wasn’t. installed, activated. works… cant remember that I ever had to install that at some point, but I know now where to look. thanks again!!

You’re welcome :)

Hi

1) I am using https://wordpress.org/plugins/amp/ for AMP. It has 3 modes which are Standard, Transitional & Reader. Which mode is the most suitable for Salient.

2) When is the next major update for Salient? Any plan for version 11?

Hey shahrirh,

1. The standard option should be fine.

2. There will be another major release coming out within the next couple of weeks :)

I have a license from Salient. I would like to buy another license because I have customers and I will use this theme. In the future I will buy more, is there any discount for the second license?

Hey KglspwPD109,

Salient is sold exclusively on Envato and unfortunately Envato does not offer us the ability to create discounts for situations like this. We only have the option to create a global sale, which applies to all users.

Cheers

Has development on new features stopped..?

I’ve been looking forward to those new demos you promised more than a year ago ;p

Hey imoshi, as we covered in the last major release announcement, all of our recent development was focused on rebuilding Salient to meet the new WP requirements: http://themenectar.com/docs/salient/important-salient-update-for-new-envato-requirements/ Feature-based development has resumed as normal and new demos and features will be out within the next 2 weeks :)

Cheers

Alright, looking forward to it :D best of luck!

Thanks imoshi :)

Hi,

How on earth do we make this page? > http://themenectar.com/demo/salient-minimal-portfolio/portfolio/nectar-motors/

There are a number of issues I am running up against on my test page > https://discovergrandprix.com/port-test/

1. The icons mind font set is not showing, but font awesome is 2. It seemes impossible to change the background colour of the portfolio block.

If we take your example with the finger print icon and the caption “assembled just for you”. It is a white background with black text. The issues I have in trying to replicate that are, I can’t see the options to make the background white (or whatever colour) and the text black (again, or whatever colour I choose).

Further as per point 1, the icon doesn’t show anyway.

3. Next up, how do I change the opacity of the black overlay on top of the image for the other blocks? 4. How do I add an arrow link as per your “speed and beauty block”?

Perhaps I am confused, but your page, which I have linked above is a portfolio page and I am trying to replicate the page. Are they portfolio blocks or something else?

thanks, John

Hey John,

The URL you’ve shared is a single project page, not a portfolio element. Single project pages function basically the same as any standard page outside of the portfolio and that specific project was built using the page builder. Your test page URL is just using a portfolio element, which displays a list of your projects, each of which will lead by default to the single project template where you can create whatever design you desire to showcase the specific project. The portfolio element styles offered are shown here: http://themenectar.com/demo/salient-promo/portfolio/

You can import the minimal portfolio demo to get all the content from the demo you’re trying to emulate, or you can use sections from the Salient studio template library to add “sections” as needed: https://ibb.co/87VzWFC

Here are the docs on the Salient studio template library: http://themenectar.com/docs/salient/salient-studio/

3. add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.portfolio-items .col .work-item.style-3 .work-info-bg {
    opacity: 0.8!important;
}
.portfolio-items .col:hover .work-item.style-3 .work-info-bg {
    opacity: 1!important;

Hello Team,

How to change caption to alt for the Single product images when clicking on zoom icon? For more information see image highlighted in red section: https://imgur.com/N84wFFE

product layout: http://themenectar.com/demo/salient-ecommerce-creative/product/alexandria-shirt/

Hey princebhalani143, down further in that same file on line 98, you would need to add the “title” key/value for the alt text as well

Perfect it works, Thank you :)

You’re welcome princebhalani143 :)

Hi! Can I add the dates for the posts on the front-page? Crafty.se

Hey AlexanderMJ,

As of now that post style does not offer the option for post dates. You could modify the salient/includes/partials/blog/styles/masonry-auto-meta-overlaid-space/entry.php in a child theme to add this though.

Cheers

Hi, is it possible to add a video background url with the youtube-nocookie domain? It doesn’t seem to work.

Hey bwrtl, the Youtube BG feature is a core feature offered through WPBakery and as of now, they do not provide an option for that https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments?utf8=%E2%9C%93&term=no+cookie+youtube&from_buyers_and_authors_only=0&order_by=relevance

Hi, How to Include post with categories in search results. For example, the category is “Tshirt” and posts doesn’t have “Tshirt” text but categorized as Tshirt.

Hey djmalibiran,

As of now, there is no built in option for that. It would require modifying the search.php template file, which is located in the root of the theme directory

I finally made the successful upgrade to your latest 10.5 version and think you guys did an awesome job at making that as fluid as possible. I didn’t run into any issues with the upgrade. Quick question though, I did notice when I click on the woocommerce cart button in the nav, where it shows the page: “Your cart is currently empty.” It appears as a large colored block background with white text. I don’t recall seeing this in the past. Is there a way to remove the accent color background for that and just have the text show up black to keep the page minimal in appearance?

Thanks in advance.

Thanks lookwhoo,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.woocommerce p.woocommerce-info {
 background-color: transparent!important;
 color: #000;
}

Yes, that did it! For some reason I wasn’t getting the right classes to work but this did the trick. Thanks!

Glad I could help lookwhoo :)

H Theme Nectar, Can I add the Pricing table inside the tabbed feature?

Hey maurinoloureiro, you currently can not add the “pricing table” element into a tabbed setup. However, there are many custom pricing columns that are made using other elements such as fancy boxes, and regular columns which can be added into a tabbed element. You can find examples of the custom pricing tables in the “Pricing” tab inside the Salient studio template library: https://ibb.co/kHmNvhq

Hi, I need some extra functionality for a possible project: Frontend (user) filtering of blog categories. I think like the Portfolio Element. This functionality should be on the salient wishlist quite some time as I think someone posted it as a feature request a long time ago. Any news on this? Of course additional licences + support gets gets bought then. If only available as custom work please offer and contact me pn. Thanks a lot.

Hey vizion-dan, could you please reach out via the contact form on my author page in regards? https://themeforest.net/user/themenectar

Thanks :)

Okay, thanks :-)

You’re welcome vizion-dan :)

Any reason product sub categories go on to new lines at certain screen sizes rather than just running in order? http://www.track68.com/category/lighting/

Hey MarcGarner, Are you referring to this? https://ibb.co/4SmHrx6 If so, the category name will split into another line when there is not enough room left in the column.

Hi, I was referring to the sub category boxes https://ibb.co/0ZS7PzL

Hey MarcGarner,

Try to use the following CSS

.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]), 
.woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns="default"]), 
.woocommerce ul.products[data-product-style]:not([data-n-tablet-columns="default"]), 
.woocommerce ul.products[data-product-style]:not([data-n-phone-columns="default"]) {
 -webkit-flex-wrap: nowrap;
 flex-wrap: nowrap;
}
Cheers

Can you set multiple images as the background image for a row, and it just cycles through the images?

Hey MarcGarner,

As of now there’s no way to do that. That kind of functionality would require a Nectar Slider set to auto rotate/fade transition

Is it possible on the testimonial slider – to make the testimonials smaller and have more display at once say 3 instead of 2 – http://www.track68.com

Hey MarcGarner,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


@media only screen and (max-width: 1300px) and (min-width: 1000px) {
.testimonial_slider[data-style="multiple_visible_minimal"] blockquote {
    width: 30%;
}
}

Cheers

hi! http://gastromallorca.net/tha/galerie/ how can i give the gray color on the photo hover opacity? or change the color to a lighter gray? thanks

Hey dimage,

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.portfolio-items[data-ps="1"] .col .work-item:hover .work-info-bg, 
.portfolio-items[data-ps="2"] .col .work-item:hover .work-info-bg, 
.portfolio-items.carousel .col .work-item.style-2:hover .work-info-bg {
    opacity: 0.5;
}

Cheers

thanks

You’re welcome dimage :)

how do you change the wording on the “next project” and “previous project”?

A .po file needs to be generated in order for the translations to take effect. If you are unfamiliar with the process and just want to replace a couple of strings quickly, you can use the plugin “Say What?”. After installing, head to Tools > Text changes and add the following:

https://ibb.co/fkjTLLg

That worked!! thank you!

You’re welcome brianfreeman :)

Hi there,

I have a little bug regarding the progress bars that don’t work on mobile devices.

On desktop the span of the bar-wrap has a style

span class=”extra-color-gradient-1” data-width=”80” style=”width: 80%;

but on the smartphone the style is gone

span class=”extra-color-gradient-1” data-width=”80”

Do you have a solution for that?

Hey kasenga,

Thanks for the clarification – I’ll be adding a fix in for that into the next release.

Cheers

Perfect, thanks a lot.

You’re welcome kasenga :)

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