Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,170 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hello! Why all products show in two columns? Fresh install. https://img.fotoaly.com/ScreenShot2016-06-16at15.20.31.png Thanks!

Hey, this is an issue created in WooCommerce 2.6+ – the update for Salient that fixes this is also now available (7.0.9)

Cheers

Your theme is awesome! I have very little experience and you guys just made things so easy.

I think the only thing i dont know is how to upload the favicon. I am not a web developer, so let me know (baby steps) how to upload the favicon. Thanks.

Hey! In the Salient options panel (found on the left hand side of your wordpress admin screen) you can upload it in the general settings tab :)

Thanks :)

Hey! I am using Sailent since quite a white and now I have discovered some bug – then using Toogle Panels between sections, those sections overlaps at each other when toogle panel was not yet opened:

http://oi63.tinypic.com/2v97no2.jpg

Website: http://cargo-group.pl/wynajem/

Is there any way to fix it?

Hey!

Try adding this into the init.js file located in the js folder
$(window).load(function(){
$(window).trigger('resize');
});
directly after this line:
jQuery(document).ready(function($){

Cheers

Are all google font installed/supported on Salient? I’m not finding a few fonts (Maitree, BioRhyme, etc..) and was hoping to use them.

Hey, it’s possible some new ones have been added since the font list was added into redux a few months ago – i’ve noted to refresh it :)

Hi, i have a masonry blog setup but when i create a link blog post the title isn’t wrapping correctly in the masonry layout (at least no like yours does in the corporate demo)

http://xander-staging.com/hendersonmaxwell/media/

Scroll down to where it says “The sweetest SMSF around”. The link and title doesn’t fit in the blue section and runs over onto the image.

Thanks

Hey,

Try to add this into the custom css box located in your Salient Options panel:

@media only screen and (min-width: 690px) {
span.link-wrap {
    width: 68%;
}
}

Cheers

awesome, works beautifully. thx

Glad to hear :)

Trying to fix salient to show Sensei (https://www.woothemes.com/products/sensei/). This is the guide they gave me: https://docs.woothemes.com/document/sensei-and-theme-compatibility/

I’m testing it here: https://rawrsoft.com/course/game-design/

Can you help me figure out what I need to modify?

Hey, glad to hear – the update is now out to fix this as well

Cheers

Hi there,

I’m working on my site here: http://www.unionfoundry.co/mercantile/mens/mens-clothing/xo-2016-shirt-black/ Trying to make it reflect what I see here: http://themenectar.com/demo/salient-ecommerce/product/basic-white-t-shirt/

For some reason, the “Related Products” on the bottom of my page are not staggering across the bottom of the screen, like they do in the Demo Product.

What do I need to change to allow my page to reflect the demo?

Thanks so much!

Joel

Hey! Do you have the Product Tab Position set to Fullwidth Under Images in your Salient options panel > woocommerce settings?

Oh okay! That turned it back “on”. Thanks!

Any idea how to make header and caption text on a nectar slider not move when slides change?

.swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content .buttons {
  padding-top: 0!important;
}

doesn’t seem to change anything

Change the snippet to this:

.swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content .buttons {
    transform: none!important;
}

The text still moves when slides transition, but it remains in sync with the slide. You don’t have to go out of your way if this is not an easy fix, I understand it is probably a crazy question.

Ah, I thought you were just looking to stop that movement – having the text remain fixed in the center while the background slides would indeed require custom javascript development

Hi there! My icons on my website randomly disappeared.. For example, the “return to top” arrow at the bottom right of my page. It’s just a black box, with no icon. All the theme icons disappeared, but I’m not quite sure why? Thanks for your time! (The website is: bridgeconsultingpractice.com)

Hey,

Have you verified that no third party plugins you may have active are causing this?

Cheers

It is not possible to checkout with your theme 7.0.8 using the new WooCommerce 2.6. Clicking the Checkout button does nothing. Worked prior to upgrade to 2.6

Hey, the update will be out tonight or tomorrow morning depending on when the Themeforest queue approves it :)

Which email/pass combination do we use for logging into https://themenectar.ticksy.com/ ??

Hey, did you register an account for there? You won’t automatically have one based on your ThemeForest account

Hi Support, is there any way we can change the size of the fonts / background for the mobile menu? Currently fonts are big, bright and the bg is orange http://imgur.com/d8ho1ZF

Is it possible to change the bg to a transparent image?

Hey, now worries! It seems you’ve written:

#slide-out-widget-area-bg.fullscreen {
    background-image: "http://solistone.com/wp-content/uploads/2016/06/mobile-menu.jpg";
}

it should be:

#slide-out-widget-area-bg.fullscreen {
    background-image: url("http://solistone.com/wp-content/uploads/2016/06/mobile-menu.jpg");
}

Oh perfect! Thank you.

Is there a way to remove the transparency from the background image?

Add this in as well:

#slide-out-widget-area-bg.fullscreen.dark {
  opacity: 1!important;
}

Hi, Thanks for the great theme!

I recently upgraded to woocommerce 2.6.0

Now the “Proceed to checkout” button is not working in cart’s page. I’ve seen on internet it’s not only happening to me: https://wordpress.org/support/topic/proceed-to-checkout-button-is-not-working?replies=2

Can you please have a look? Many thanks!

Hey, the update will be out tonight or tomorrow morning depending on when the Themeforest queue approves it :)

Hi! I’ve just found a solution given by woocommerce that worked for me in the meantime : https://wordpress.org/support/topic/26-update-custom-cart-pages-proceed-button-does-not-function?replies=1 Many thanks btw!!

Glad to hear! The update is out now as well :)

Im trying to use the “Woocommerece Products” through the visual composer – selecting either 3 or 4 columns does not lay out the product in complete rows of 3 or 4.

In looking at the code, in the unordered list the when the “3 Columns” option is selected the fist list item has the class of “first”, the second list item has both “first” and “last” as classes, and the third list item has the class of “last”, and that pattern repeats.

When the “4 Columns” option is selected every odd list item has the class of “first”, the even list item’s have the class of “last”, so i guess its 4 columns but products only stack in the first two columns of the 4.

I have versions 7.0.8 installed.

Page in question is http://legends.aneloski.com/motorcycles/

I assume this will be fixed in the next release, but can you let me know where to correct the theme files so I can finish this.

Hey,

This is a bug that was introduced in WooCommerce 2.6 – the fix for it will be out shortly (tonight or tomorrow morning depending on when Envato approves the update)

Cheers

Hello ThemeNectar Team!

I have built a carousel with video players at the bottom of our product pages. Everything used to work well. Now, the videos aren’t appearing. Any ideas?

http://www.toneconcepts.com/the-distillery/

Look towards the bottom of the page above the footer section.

Video links: https://youtu.be/KRfU9f8bSCo

Hello ThemeNectar Team!

I have built a carousel with video players at the bottom of our product pages. Everything used to work well. Now, the videos aren’t appearing. Any ideas?

www.toneconcepts.com/the-distillery/

Look towards the bottom of the page above the footer section.

Video links in this format: https://youtu.be/KRfU9f8bSCo

Hey,

Add this into the custom css box located in your Salient Options panel:

body .carousel {
  opacity: 1;
}

Cheers

Hey hey! Suer quick question regarding your e-commerce demo… I’m looking at most of your products and there are two things I am trying to emulate, but I’m not sure on what part of the theme I can edit this (if the theme can do so at all- I suspect this might be a woocommerce setting). Regardless, I want to have my related products appear in a line, not stacked (which takes up half the page). Additionally, I like how your demo displays product descriptions and reviews… (Here’s an example of what I’m seeing now http://rebeccaloechlerart.com/product/dark-boots/) Any guidance is incredibly helpful!

Hey! :)

1. This is a bug with WooCommerce 2.6 – the fix for it will be out shortly

2. You can control the positing of those in the Salient options panel > woocommerce tab

Cheers

Hello, im using the last salient theme to prototype a store, i installed the woocommerce plugin suggested, and i try to ad menus an there is not any woocommerce options in the “appearance > menu” seccion. im running wordpress 4.5.2, salient 7.0.8, and it installed woocommerce 2.6.0, hope u can help me im in a little hurry :(

Hey,

Are you trying to replicate the ecommerce demo? http://themenectar.com/demo/salient-ecommerce or have you created your own layouts and already added products within woocommerce?

Cheers

i have made bouth, loading the e-comece demo and starting the store from de ascend demo, the steps i do is: 1- instal wp, 2- instal silent, 3- instal required plugins (visual composer, contact form 7, woocommerce) and finally import the demo, the problem is, when i go to the “appearance > menu” wordpress doesnt show me the woocommerce elements to add to the menu, just like this image: http://imgur.com/9LhgVM0 it supposed that woocommerce add the commerce elements to the menu area, like this image: http://imgur.com/jFto1uZ

thnks for answer me, ive read that there is something weird happening with the last woocommerce update ( 2.6.0 ) i dont know if may be thats why something is happening.

Thnks again.

How do I remove animations from the nectar slider (text moves when slide changes)?

Hey add this into the custom css box located in your Salient Options panel:

.swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content .buttons {
  padding-top: 0!important;
}

Cheers

Hmm, this doesn’t seem to be making a difference.

Hey ThemeNectar. How do I change the portfolio hover transparency?

Thanks

Hey,

Could you let me know which style you’re using so I can assist?

Cheers

Hey guys,

we like to expand our site with a section that looks like this: https://dl.dropboxusercontent.com/u/19882821/Bildschirmfoto%202016-06-15%20um%2016.46.31.png

It’s basically a slider that works like this: there are 4 tabs/textblocks on the right side which are clickable – right now the second block is selected/active. Clicking on another tab/block also changes the image on the left side. It also loops automatically through the 4 tabs if the user takes no action.

Is there an easy way to accomplish this with the layout builder and the pre-defined elements (Nectar Slider, Carousel, ...)?

Thank you

Hey,

As of now the only thing close to this would be a vertical tab setup – but it wouldn’t involve and sliding effects and the text would limited to a title rather than a title/subtitle. For the exact setup you’re looking for you’d most likely need a plugin

Cheers

Many thanks! Looking for plugins now. Do you know a plugin that would fit that needs, by any chance?

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