Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,212 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hi there, On my site I have a transparent navigation. I am also using full-page slides. I’m having an issue where on lower screen resolutions, particularly computers with a low height, the logo is overlapping on top of content at the top of the page. I have sent you an email from my private email address. You should be able to confirm here that I have bought the theme.

Thanks so much, Sam

Hey Sam,

Please check your email in regards – I responded to this question you sent over there :)

Hello since the update I am getting this error on my product list page. Warning: printf(): Too few arguments in [I’ve removed this as its my ftp]wp-content/themes/salient/woocommerce/single-product/product-image.php on line 102

Hey LastSketch, could you kindly reach out via the support forum or via the contact form on my author page https://themeforest.net/user/themenectar so I can take a closer look at the setup? So far I haven’t been able to replicate that locally

Thanks in advance

I noticed the error is because of the Jetpack plugin which is odd as thats a popular and recommended WordPress plugin. I deactivated the plugin and will retry either when they perform an update or if you could put that apart of your next update.

Hey LastSketch, thanks for letting me know – I’ve noted to test in regards

Hi. How do I go about updating my theme? I’m on v 8.5.3 and don’t see the update option anywhere.

Hey rouge1, you can use any of the available methods described here: http://themenectar.com/docs/salient/updating-salient/

YES!! I saw on the latest $alient 9 update “one of our most requested features, autoplay videos now available on mobile devices”!!

Indeed! We also added parallax scrolling support on mobile as well which I believe you were looking for in the past :)

Cheers

I Noticed that Too when I went back after my comment here!! For years I was hopin’ and prayin’ To the Salient Mobile Parallax Gods IT’S COME TRUE!!! I will send your demo links (do you have a new one showcasing mobile parallax and auto play mobile view videos?) to clients as one of my fav themes asap These days I often send new clients suggested theme links so they buy their own copies so they always have access to the updates themselves after I built and it goes live, just FYI it’s not me buying multiple copies these days, but still I might def do that myself as well Woooo Hooooooo! #ONEOFTHEMESEVERSTILLEVENGETTINGBETTER!!

Hey sterlingwilliam! All of the demo pages that use parallax row BGs will now also be using them on mobile devices – here’s a specific page using them from one of the new demos which you can visit on your smartphone :) http://themenectar.com/demo/salient-ecommerce-ultimate/product/athletic-shirt/

Tabbed VC widget is BROKEN in latest version of Salient…

http://banguptotheelephant.restaurant/restaurant-home-page/

Hey sdksdksdk, could you kindly reach out in regards via the contact form on my author page with your admin credentials so I can take a look at the setup https://themeforest.net/user/themenectar ? I cant’ seem to replicate it on my end and all of the demos have been updated without showing that issue http://themenectar.com/demo/salient-restaurant/

Thanks in advance

thx, i left a support ticket regarding this issue…

Thanks, did you post at the forum here – https://themenectar.ticksy.com/ ? I’m not seeing any tickets from this username at the moment

Cheers

Hi Presale question? Can I have albums of images as a gallery like this? https://the7.io/main/shortcodes/3-shortcodes/photo-albums/ with your theme?

Hey Mbx,

the styles within the Image Gallery element that Salient offers can be seen here: http://themenectar.com/demo/salient-promo/image-grid/

Cheers

I don’t think that answers my question. It’s not only a style that’s going on. I was specifically referring to the feature that allows users to click see an album and the number of images inside that album, and then clicking on it will take them to the gallery of that album that they clicked on.

Hey Mbx, there is no option to have each image trigger a separate gallery of images at this time

Bääähm! What a outstanding update! Congratulation!. Great that you once dedicated to Woo Commerce

Glad you dig it Shenjai :)

Cheers

hi, we have an external script to show a search box to search bookings, but sometimes it shows this code “minimal-form-input no-text” inside a label why is this? you know how to get this off? thanks

Hey dimage,

Could you kindly share the page URL in regards so I can take a look?

Cheers

Hello

I wonder why the first left fancy box at the bottom doesn’t align like other fancy boxes? Here is my website, http://ketchupstudiobkk.com . Please have a look.

Hey twinsterphoto, updating the theme should fix that or you could add this into the custom css box located in the Salient options panel > general settings > css/script related tab

body .nectar-fancy-box[data-style="parallax_hover"] .inner {
    padding: 30% 0px;
}

Cheers

It worked perfectly. Thanks :D

Glad to hear twinsterphoto :)

Hi guys! I’m trying to alternate some images using the cascading images feature and I hit a small problem, when the 2nd image loads the 1st one is still left behind and it interferes with the 2nd one (shadows and objects that are no longer in the 2nd image still appear because the 1st image is still displayed underneath). How can I teach cascading images to turn off the image which is not active on screen? or in other words hide the images that sit underneath? Thanks for your help

No problem alienintelligence, glad you sorted it

Actually, please help :) I still have the issue if I decide to change the background. Please see the issue here in the middle sections https://ovidrive.com/home-new-2/

The alternative images actually overlap and you can see the shadows getting darker and darker. Thank you

Hey alienintelligence,

Give the parent row a custom class name of “ovidrive-ecosystem” to target it separately and then add this into the custom css box located in the Salient options panel > general settings > css/script related tab


.ovidrive-ecosystem .nectar_cascading_images.animated-in >div:nth-child(1) {
   transition: opacity 0.3s ease 4s;
   opacity: 0;
}
.ovidrive-ecosystem .nectar_cascading_images.animated-in >div:nth-child(2) {
   transition: opacity 0.3s ease 8s;
   opacity: 0;
}
.ovidrive-ecosystem .nectar_cascading_images.animated-in >div:nth-child(3) {
   transition: opacity 0.3s ease 12s;
   opacity: 0;
}

Cheers

Still no 9.0 ?

Hey nvado, it was just released – you can check out the full changelog here: http://themenectar.com/changelogs/salient.html

Cheers

Hello Team,

Thanks for creating such a great theme, Can you please guide me how to keep default toggle open all the time.

One of my client is using Salient theme and they would like to keep all the toggle open so can you please suggest me how to do that?

I can do that using CSS but it’s not that much effective can you please suggest me some script or changes?

Hey princebhalani143,

The only way to start a toggle open is to check the option for “Allow collapsible all” in the toggle panel element settings

Thanks for your reply “Allow collapsible all” used for toggles in an accordion. I have achieved desire result using CSS.

/* Toggle Change */
body .toggle>div {
    display: block!important;
}

.toggle h3 a i {
    display: none !important;
}

.toggle h3 a, .toggle h3 a:hover {
    cursor: unset;
}

Glad to hear princebhalani143 :)

Hello, Can you please suggest me how to change footer font & size between footer menu lines? I also submitted ticket. Please check.

Thanks!

Hey Marshalcom,

I will take a look for the ticket on the forum :)

Cheers

Hi! I’m looking forward to the official v9 release. I understand that it’s very soon – is there a specific time today or tomorrow that we might be able to update our current versions? I also requested a beta, but if the official release is within 24 hours I can definitely wait.

Also, if I already created a website using Salient’s child theme for v8.5, when I update to v9, will I lose anything or need to specifically adjust/change anything to ensure my website still works like normal but now with added features from v9? In other words, will any of the formatting of my current pages on v8.5 be affected once I update to v9 if I am using a child theme? I would hate to break my website my accident! Or let me know if I should be backing up everything.

Thank you!

Thank you for the retina CSS code snippet! Where would the ”!important” part go and could you provide an example with h1 and p fonts adjusted?

- As for the list item indentation placement issue, here is the page URL – the issue is within the pricing table: https://pulsedigital.co/pricing-v2/

Cheers

Sorry to add another request (you have the absolute best support by the way) -

I was able to remove the header on a single portfolio page using this CSS: .single-portfolio .row.project-title { display: none !important; }

However, I would also like to force the navigation bar to be transparent, but this option is missing for portfolio pages (unlike normal pages, where there is an option to force transparency. Is there a way to force this for single project/portfolio pages?

Example: https://pulsedigital.co/portfolio/bean-around-the-world/

Hey dangsial,

1a.
@media screen  and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) { 

html body h1  {
    font-size: 20px;
    line-height: 35px;
}
html body p {
    font-size: 12px;
    line-height: 23px;
}

} 

1b. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab

body .pricing-table[data-style="flat-alternative"] .pricing-column li { position: relative; padding-left: 25px; }
.pricing-table[data-style="flat-alternative"] .pricing-column li i {
  position: absolute;
  left: 0;
  top: 10px;
} 

2. As of now the only way to activate the transparency on a project single template is to use a page header BG color/BG image, if you set on of those and still hide the section with css, it should go transparent

Cheers

is it possible to replace how the search interface looks? Maybe in the next version to have a more normal option? I don’t like the whole popping up full-width overlay search that is the only option in the theme. Maybe i can replace somehow easilly? thanks

Hey crazyheart,

Each of the theme skins in the theme options panel > general settings tab (original, ascend and material) have different search displays – if none of those are what you’re looking for, some custom development would be required

how to make news become 2 columns? for now, i got 3 column for news.

here is my website http://macroad-dev.com/

Thanks.

haii salient team,

i want to ask, is it possible to make slider in my homepage… but it just the picture that slide, the content is static… so just the background behind will slide.. here the link to my website http://macroad-dev.com/

thanks

i wanna ask one more thing, i did mobile screen code for iphone 4,5,6,7,8 plus..

but the media screen can’t run for iphone 4… for iphone 6 and 7 plus its oke..

here the code:

@media only screen and (max-width: 320px){ body .container { max-width: 293px!important; } }

@media only screen and (max-width: 380px){ body .container { max-width: 330px!important; } }

@media only screen and (max-width: 414px){ .container { max-width: 380px!important; } }

for max-width: 320px it can’t run the css… can you help me figure it out?? here the link to my web..http://macroad-dev.com/

Hey infodigi,

1. Unfortunatey there’s no slider option like that as of now, however i’ve noted your +1 for the idea on the wishlist

2. There doesn’t appear to be any syntax errors in the snippet that would prevent it from running on older iphones:
@media only screen and (max-width: 320px){ body .container { max-width: 293px!important; } }

I would need to see all of the custom css added to check for other errors that might prevent it from running. Please open a ticket in regards with your admin credentials https://themenectar.ticksy.com/

Cheers

My site is currently affected by the redirect malware univerf.com as described in this post – https://blog.sucuri.net/2018/08/massive-wordpress-redirect-campaign-targets-vulnerable-tagdiv-themes-and-ultimate-member-plugins.html

I would like to clean the theme to make sure there’s no code injection anywhere. What do you advice?

We cleaned those files as well as the database but a day later, the codes were injected again, so there’s got to be a back door that is being used.

Hey, the exploit that is used by https://blog.sucuri.net/2018/08/massive-wordpress-redirect-campaign-targets-vulnerable-tagdiv-themes-and-ultimate-member-plugins.html targets every file on your setup that contains “head”, which would explain how it got into so many files. That means all plugins on your setup that contain that word were likely injected as well. Have you went through all of them and cleaned them out too? Also, did you also update ultimate member and then delete all PHP files in subdirectories under wp-content/uploads/ultimatemember/temp/ ?

Thanks! We are cleaning them now and as well as other wp core files.

Hi, do you have any ETA for the new version? please let me know if you got my request about downloading the beta version. thanks

Hey frankapp, it’ll be out tomorrow :)

Hi, my dark and light logos aren’t working fine on my blog page, the dark logo just doesn’t appear on desktop version (mobile works fine). I had the same issue with my homepage but I solve it with #header-outerdata-transparent-header=”true”.transparent .midnightHeader.dark #logo img.dark-version opacity: 1!important;

Could you help me please?

p.s. the tag and category page works fine

Hey webDes13, unfortunately custom PHP snippets are above what we’ve allowed to provide with support – but the function you’re looking for is call “category_description” https://developer.wordpress.org/reference/functions/category_description/

ok! thanks for the informations

No problem webDes13 :)

Hello, Pre sale question, when i scroll mouse down, sliding image has an effect here, https://www.infosys.com/, do you have any option to make the slider changing effect like that, possibly in one page demo, like this one? http://themenectar.com/demo/salient-app/ or do you have any other demo which has effect like that?

TIA

Hey ashiq10,

We have an option that’s similar to that: themenectar.com/demo/salient-service

Cheers

Hello, actually i need the effect how the slider changes. Thanks anyway.

You’re welcome ashiq10

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