Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,184 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38435 comments found.

Hi,

I added a background youtube video behind the header here: https://zelusrecruitment.com/

But when it first loads, in the top right you can see some text from youtube which comes up “save for later” etc- is there a way to remove or hide this?

Hey jackcweston,

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


.vc_video-bg {
    transform: scale(1.2);
}

Cheers

Very frustrating after upgrading all our sites with the new version of Salient which uses separate Salient plugins for some of the core features, the Nectar Shortcodes dropdown in the text block editor doesn’t work anymore. Haven’t found any information on how to fix this, which seems to be an issue since it’s on multiple sites of ours.

Anyone else having this issue?

Hey inkling, thanks for letting me know. If you could also attach a copy of that plugin for testing purposes in an email i’d be glad to check out the conflict further. Alternatively, if you could also provide the temporary admin account, that would work too.

Cheers

what’s your email? I don’t see it. Thanks in advance

Hey inkling, I just responded to your initial email so you can attach it.

Just a quick question. I am using the Nectar Slider on my frontpage and for some strange reason the content (header and caption) are positioning very low instead of centered on the slide image. When I resize the browser though it seems to reset and be more centered. Looking at the inspector there is a style being applied inline with a top property. Any idea why it wouldn’t be positioning center of the slide?

Hey TJnTN,

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


.nectar-slider-wrap.loaded .swiper-slide .content {
    top: 50%!important;
    transform: translateY(-50%);
}

That did the trick! Thanks so much!

Glad I could help TJnTN :)

Hey Phil

Not sure what’s going on but my store is flashing a 404 message and isn’t loading fusing the shop button at the top right of the menu. But for some reason links to individual products still work.

I’ve tried this on multiple devices and it’s happening on all of them.

Thanks,

-CS

http://csmurphy.com/store/

Hey CSMurphy,

In the WooCommerce > Settings > Products tab, can you ensure that there is a page assigned as the “Shop page”?

That was exactly it. I wonder why that happened? would an update cause that Products tab to be blank?

Glad that sorted it for you CSMurphy. It’s possible that the latest WooCommerce update could have affected it. I’ve noted to investigate it further.

Cheers

Hey guys,

One the Parallax Fancy box. Is it possible to increase the background overlay upon hover?

I’ve tried:

.nectar-fancy-box[data-style=”parallax_hover”] .bg-img:hover

but that doesnt work.

Any help?

Hey sam_lee1985,

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


.nectar-fancy-box[data-style="parallax_hover"]:hover .bg-img:after {
    opacity: 0.85;
}

Cheers

Hello, is there any reason why my contact form shows the field two times? It doesn’t look like that on the form preview, so I’m thinking is something to do with the CSS. See here in bottom slide: http://85.purafuerza.com/index.php/eightfive

Thanks

Hey BandaSonora,

in the Salient options panel > form styling tab, please ensure that the “Enable Fancy Select Styling” option is deactivated.

Cheers

how do i disable the title on the portfolio?

Hey dimage,

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


.single-portfolio #page-header-wrap, .single-portfolio  .project-title {
  display: none;
}

Please in new theme release update Google Fonts (most interested in the font “Livvic”). Thank You!

Hey naamaaste,

That will indeed be included :)

Cheers

Hi when will the next update be released? Thanks.

Hey MarcGarner,

we’re still planning on this weekend if all goes well :)

Great thanks

You’re welcome MarcGarner

hi guys

http://www.saltedcarameldonut.com/test_projects/fileexpert/about/

The overlay on the fancy boxes doesn’t seem to extend to the edges on-hover?

Im comparing it to the example: http://themenectar.com/demo/salient-promo/fancy-box/

any ideas?

Hey sam_lee1985, are you still seeing that occur? If so, could you let me know which browser is showing that behavior?

all sorted no thanks

Glad you got it sorted sam_lee1985  :) 

Footer Reveal Effect

Hey guys!

Chrome’s latest update has caused the footer reveal effect to become hidden. This can quickly be resolved by adding this snippet into the custom css box located in the Salient options panel > general settings > css/script related tab:


body[data-footer-reveal="1"] #ajax-content-wrap,
body[data-footer-reveal="1"] #ajax-content-wrap > .blurred-wrap {
    overflow: hidden;
}

The next update will sort it out.

Cheers :)

Hello! Footer (reveal) is not working in chrome for our website. same as other customers: https://themeforest.net/comments/22814744 https://themeforest.net/comments/22821907

Hey PenumbraDigital1!

The latest Chrome update has caused the issue, it can be fixed by adding this into the custom CSS Box


body[data-footer-reveal="1"] #ajax-content-wrap,
body[data-footer-reveal="1"] #ajax-content-wrap > .blurred-wrap {
    overflow: hidden;
}

Cheers

Hello!

I can also confirm that the footer (reveal) is no longer working in Chrome for my website as well. The same (it seems) as this other customer: https://themeforest.net/comments/22814744

Hey mrhocs!

The latest Chrome update has caused the issue, it can be fixed by adding this into the custom CSS Box


body[data-footer-reveal="1"] #ajax-content-wrap,
body[data-footer-reveal="1"] #ajax-content-wrap > .blurred-wrap {
    overflow: hidden;
}

Cheers

Woo! Thank you so much for this!

You’re welcome mrhocs :)

Hi there,

For this website: orshof.kleidi.nl after adding a product to my cart (i’m using eventon in combination with woocommerce) i’m getting a whole green box underneath my cart. See this screenshot: https://ibb.co/dBTpJ7D

This is the domain: https://orshof.kleidi.nl

Any idea if this is a small bug and how to fix this?

Thanks in advance. Best regards, Tes

Hey Abbenhues,

The plugin seems to be settings the opacity of the cart to 1 after adding anything to it, however the cart in the header needs to remain at 0 opacity until hovered over. You can add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


#header-outer .widget_shopping_cart:not(.open) {
  opacity: 0!important;
}

Cheers

Awesome, thanks!

You’re welcome Abbenhues :)

Hello, I’m trying with no luck to change the z-index of submenu element, could you please point me on the right css id? Also I want to replace the word “menu” in mobile submenu element, how can I do that? Thanks in advance

Hey mikebureo,

That’s not possible since the page element is contained within the main content, which has a lower z-index than the fixed header nav bar. If you ended up making the z-index higher on the main content area, the header would then become unclickable or hidden.

Cheers

Ok, thanks a lot!

You’re welcome mikebureo :)

Hi i am facing issue when i activate paid membership pro plugin salient theme conflict with that after that i am not able to access content website keep loading etc I deactivate page transaction but still not working.. it was working fine with previous version

Hey inzamamabbasi, Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com

Thanks in advance

Hi I keep having issues with my masonry blog displaying crazy on https://thefictionstoryroom.com/filmmaking/ in Safari and Firefox.

Yesterday it was fine. Today it’s not. Last week I had this issue and it later resolved itself after refreshing several times my own browser but I didn’t do anything specific with code, etc.

Here are screengrabs of what I am seeing https://drive.google.com/drive/folders/1P4JOwEhZmvOiFcYMujREja-Ao5klAiui?usp=sharing

Hey JayCarver,

I just tried a few loads on Safari and Firefox and was unable to see that occur so far. When you see it occur, does it happen every load or only once in a while? Also, does the issue correct itself when resizing the browser window?

It just happens occasionally which is weird. I have never tried to resize the window. It normally will happen, I’ll refresh several times and it will wither correct itself or not. If I come back to it hours later it most likely won’t be there anymore. It just seems to be this style of blog and not any other settings.

Hello, I love this theme so much. I am facing a little problem. the footer is showing in safari and not showing in chrome. I tried everything. what is the problem there?

Thanks Hessein,

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


#ajax-content-wrap {
  overflow: hidden;
}

Cheers

Works like a charm :) Thank you guys, you are the best.

Glad I could help Hessein  :)

hi I am trying to find a listing plugin compatible with salient and I would like your advice. My purpose is to create a site with many blog/video/podcast categories

As far as I can see besides woocommerce the theme does not have any other listing functionality. Please advise.

Hey despinaexad,

As of now I do not have an official directory listing plugin to recommend, however, if you run into any issues with one kindly let me know so I can assist.

Thanks in advance

Can you help me figure out why my display breaks when a search is made?

Before Search – http://35.193.65.10/shop/

After Search – http://35.193.65.10/shop/?s=

*disregard, just manually applied the following css that was not included on searches.

.col:last-child {margin-right: 0!important;} .col.col_last {margin-right: 0!important;} @media only screen and (min-width: 1000px){ .post-area.span_9.col_last {margin-right: 0!important;}} body.search-results.material .container-wrap{padding-top:40px!important;}

Hey itmjustin,

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


@media only screen and (min-width: 1000px) {
.woocommerce.archive .post-area.span_9 {
    margin-right: 0;
}
}

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