Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,137 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hi there,

Quick question. Can I add the same example of the blog is in the demo?¿

Thanks

Hey – yes, there’s a dummy data set included for that and all the other demos

Cheers

well..it’s the second time I have installed the theme and the pages are not there.. just to you know.

Did you import the dummy data set from the creative blog demo folder?

Very well done. I have renewed faith in WordPress being an OK platform. Usually it is completely misused and abused, but, wow, nice guys.

Thanks so much BMG1975! :)

Cheers

Hi guys,

Since the latest update to WooCommerce, the cart summary is shown double. It’s a well known difference regarding some changes in WooCommerce. As I checked their website Woo states that I need to contact the theme author to report this, so here I am.

More information can be found here; https://support.woothemes.com/hc/en-us/articles/204314075-I-see-two-Proceed-to-checkout-buttons-and-or-two-checkout-payment-forms Or here; http://www.aardvarky.com/web-design/solved-woocommerce-2-3-8-duplicated-totals-problem/

Is there any way you guys can fix this with an update? I don’t like updating the theme’s core code on my own :-)

Cheers!

Hey! 5.5.52 sorted this issue :)

Oh sorry guys, missed that update. Will backup the website as it is now & update the theme. Thanks a lot for the great, great (insert 10 more superlatives) theme.

Hi,

love your theme, using it for years.

I´d l ike to ask you for an advice. I´d like to margin logo to the left edge and the menu to the right edge. When I´ve been using monitor width 1920 px width resolution it was ok, but now I have a 2560 px and there are 4k displays on the market…. so I need to fix it.

Please, can you help me with that?

http://tomasstrejcek.com/

Best regards, Tomas Strejcek

Hey!

There’s an option in the header options tab of the Salient options panel for a fullwidth display – make sure you’re on a version of the theme that was released within the past half a year or so or else you might not have it

CHeers

Hey, random question.

Do you know why it changes this code when I enter it in a text block?

img src=”img.png” alt=”cool pic” onmouseover=”this.src=’img2.png’;” onmouseout=”this.src=’img.png’;”

when I enter it in a text block it automatically erases the onmouse events.

I was wondering if you knew how I could fix this.

Thanks.

Hey,

could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

Cheers

Hello! Lov’n the Theme very easy to work with and expandable. I have ran into a stump though… I have created Portfolios with the same names but placed them under different parents. E.I. “Drum Heads > Metal” and “Cymbals > Metal” and when I create a portfolio threw the page builder using your options Nectar Elements then selecting Portfolio. Under the “Portfolio Categories” I only see 1 set. Probably because they are named the same right? I Select the Parent with the Child hoping it would understand which one to use and it does not.

When loading the page on “ALL” or selecting ALL in the sorting it shows both Drum Heads and Cymbals.

http://moredead.com/custom-drum-head-art/

Thanks for the help! Sorry for any Ignorance :/

Hello it seems to me like this is (or maybe was) a huge issue with WP??? How do I get the Sort Portfolio to select by “SLUG” it seems that other templates have a fix but I am not able to find a solution here…. Thank s for any help :)

Sorry my problem is on this page: http://moredead.com/custom-cymbals-art/ you will see how it shows Children with same names from 2 parents instead of just the 1.

Hey could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

Hello, how do I change text color on a button? A button made from the nectar shortcodes. Like this one:

[button color=”Accent-Color-1” hover_text_color_override=”#e2d01e” size=”large” url=”#” text=”#”]

I have a button which is yellow and the text is white, but I want to change the text color to black.

Hey! Change the shortcode to:

[button color=”Accent-Color-1” hover_text_color_override=”#e2d01e” size=”large” url=”#” text=”#” color_override=”#000000”]

It doesn’t change the color of the text for me, but the color of the button. How do I change the color of the text, and is it possible to make the text bold?

Make sure your column or row setting is on dark for the text option and you could also change the font properties in your typography options tab in the Salient options panel for the buttons as well

Cheers

Hi ! Salient looks to be a great template, meanwhile, i would wish to make a gallery who show articles in a category, taking the main picture of the article.

Is that possible? Could we add something that could do it?

Thanks.

Hey!

Unfortunately there’s no way to automatically do this as of now – it would require manually creating a gallery and putting the image/links in for your posts

Cheers

Understood, thanks. That’s could be cool if you can add it in a future update. :p

I’ve noted your +1 for the idea :)

Hi!

I’m using your theme for a client, it’s awesome! However, I’ve got a problem.

I want products to display in 5 columns instead of 4 and I have tried every solution posted out there with no success…

Please take a look, grateful for any help I can get!

http://www.svenskkylservice.se/luft-luft-varmepumpar/

Following solution does not work for me: http://docs.woothemes.com/document/change-number-of-products-per-row/

Hey!

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

@media only screen and (min-width: 1000px)  {
html .woocommerce ul.products li.product, html .woocommerce-page ul.products li.product,
html .woocommerce .products.related .product, html .woocommerce .products.upsells .product{
    margin-bottom: 2%;
    margin-right: 2% !important;
    width: 18.4% !important;
}

html .woocommerce .products.related ul.products li.product.last, .woocommerce-page .products.related ul.products li.product.last, .woocommerce-page ul.products li.product.last, .woocommerce ul.products li.product.last {
    margin-right: 2% !important;
    clear:none!important;
}

html .woocommerce ul.products li:nth-child(5n+5) {
    margin-right:0!important;
    clear:none!important;
}

html .woocommerce ul.products li:nth-child(6n+6) {
    clear:both!important;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none !important;
}

}

Cheers

Oh awesome! There is 5 on a row now! But there seems to be some problem with the padding between the 4th and 5th product which messes up the second row of products making it only show 3. You have a quick fix? :)

Thanks!

Hey, add this in as well:

html .woocommerce ul.products li.product.last {
  margin-right: 2%!important;
}
html .woocommerce ul.products li:nth-child(5n+6) {
  clear: both!important;
}

Hi ,

When we installed the salient theme in our site the js composer salient is taking a lot of bandwidth and more cpu usage.Can you please check this once.

Thanks, Anusha

Any reply for this problem?

Hey,

could you please open a ticket in regards with your admin credentials so I can take a look? https://themenectar.ticksy.com

Cheers

Hello, I recently updated my theme to v5.5.5 and sadly now my site has some problems. My home page is not displaying correctly, half the times all the elements I built end up displaying as a large amount of white space. The header on my shop page disappears and the header area is not shrinking while scrolling. Please help …

www.nocea.us

All these issues appear and then disappear. One moment the problems are there. The next I refresh and they are gone.

Hey – currently I’ve been unable to replicate this after doing a series of loads on the site. Could you kindly let me know what browser you’re experiencing this on and if you’ve already tried clearing your cache

Cheers

I feel embarrassed. I think it was all just a matter of flushing the cache. Haven’t had these problems since.

Although, I still haven’t been able to get the red “sale” box to shop up properly on my items that are on sale … easy fix?

Hey Themenectar,

How are you doing?

Do you offer custom development on an hourly basis?

I would imagine you’re too busy with this theme to work on small side projects, but could you recommend someone as intimate with the inter workings of salient/WordPress as you are?

We’ve had absolutely terrible luck finding a decent developer online, from low to high rates it doesn’t matter, we truly can’t seem to find anybody that’s as qualified as they claim they are.

Any advice here, especially a personal recommendation would be immensely helpful and appreciated.

Cheers,
Michael

Hey,

Unfortunately I can’t personally take on freelance gigs but I always recommend people to check on Envato Studio for this kind of work :)

Cheers

Hi there

I’m using visual composer on some pages,

what i’m trying to do is have a full screen background image

The issue is I can’t seem to get the image to change size depending on different devices in a way where the image is full screen on all devices as best as possible.

I dont want the user to ever have to scroll down on any device to see the bottom of the image

and I just this image to be full screen in all cases without missing the top and bottom of the image

what is the best way to do this?

thanks Grant

Hey,

The Nectar Slider would be best suited for you since there’s a fullscreen option in it – if you wanted to use a standard row for this the best way to go about it would be with % values in the top/bottom padding fields e.g. “30%”

Cheers

Ok thanks but there is a second part to my issue and this is I need to overlay a black box with text over it

See example at this link

http://tinyurl.com/p9ksfkp Then click on “partners” page in the menu to see the example of the blackbox with writing

The options to put text over a nectar slide seem limited in terms of positioning and style, but do you know a way you can?

And if not with nectar slider would it be possible to do this with visual composer? I.e insert the image with nectar slider while also using a text box in visual composer to overlay over the nectar slider?

I really appreciate your help.

Thanks Grant

Hi. I have one question. How can you make a section in your page half of it colored with one color and the other half with the other color? Like in about-me-example (as in Pages > About me > Creative) http://themenectar.com/demo/salient-frostwave/about/about-me-example/

I am talking about section which has 1) background color of the containter with pictures (100, 84, 95, 75) on the left is colored black 2) and the background color of the right containter is blue. They are divided exactly at half of the viewport and they expand to the edge of the viewport.

I tried with fullwidth shortcode, and then two 1/2 columns, and wrapping each of them in divs with style background color defined for each of them, but they dont expand to the edge of the viewport. How did you do that?

I’ve found the answer, you can delete this post.

Hey – glad you found the answer :)

Is Image Alignment->Align right working? I have two columns in a row, the left column contains a Single Image which I need to align right, but it just doesn’t work!!! Left align and Center align work fine, but not right.

Cheers

Looking at it again I can see that it’s a css issue where the images on single portfolio pages never get the display: inline-block they need due to another rule – for now you could just add this into the custom css box in the Salient options panel:

.right.img-with-aniamtion-wrap img {
  display: inline-block!important;
}

Thanks for the fix.

You’re welcome :)

Hi

Just wondering if the mega menu system has been updated so that you can add more than 5 columns now without it being unevenly spaced?

Thanks

Hey, it would still take custom css – however if you leave the column number on 5 and share your URL i’d be glad to provide css to allow it (let me know how many columns you want)

Hi…I am loving this theme. I am having an issue with the product-category pages… I used a header on the category page…as seen here. http://lakesideresort.net/web/lodging/ “beautiful” When you click on one of the categories, the page that results…as seen here. http://lakesideresort.net/web/product-category/studio-1br/ “not so much” It seems to drop the transparency function or something. Can you please help? Thanks.

Hey,

Could you kindly open a ticket in regards with your admin credentials at https://themenectar.ticksy.com so I can take a look?

Cheers

Hi!

The slide out widget displays well on desktop/pc with chrome/explorer. But on my on my iphone with chrome and safari it´s empty with the text “Side wiget area. Click here to asign widgets to this area.” Can´t find a widget for that. Shouldn´t it be the same?

Hey,

It should be – could you kindly share your URL in regards?

Cheers

Hey – checking on my iphone I’m able to see the content, have you tried clearing your cache on your phone?

Cheers

HI, I am wondering if you can replicate the same issue I am getting. On the Woocommerce cart page the basket totals is repeating itself and shows twice. I have noticed another theme I use has experienced this and included a fix in their changelog. Does this happen on your end? If not try to add a product to the cart on www.print29.co.uk

Hey – the update for this will be out tomorrow, could you kindly add this into functions.php file for now: remove_action( ‘woocommerce_cart_collaterals’, ‘woocommerce_cart_totals’, 10 );

Perfect, many thanks.

You’re welcome :)

Hey You guys. I need to make the links in my menu bar open up in a new window. I already tried the method you suggested (below) by editing the init.js file. It’s not working for any of the links in the menu or in the columns. Anything else I can try?

Previous solution: Add this into the init.js file located in the js folder :

$(“a[href*=’http://']:not([href*='"+window.location.hostname+"']) “).attr(“target”,”_blank”);

right after: jQuery(document).ready(function($){

Figured it out. Thank you! Saw your previous response that linked to here: https://wordpress.org/support/topic/add-target-element-to-menu-editor?replies=20#post-1928787

Hey – glad you found the answer :)

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