Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,134 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

hi https://ishinecoatings.com/testimonials/ the image of the testiominal how to get that circle effect out, thanks.

Hey dimage,

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


.testimonial_slider .image-icon {
 border-radius: 0;
}

Cheers

Hey there. I moved to a new server and I’m getting this on my install:

Deprecated: Directive ‘allow_call_time_pass_reference’ is no longer available in PHP in Unknown on line 0

Deprecated: Directive ‘magic_quotes_gpc’ is no longer available in PHP in Unknown on line 0

Deprecated: Directive ‘register_globals’ is no longer available in PHP in Unknown on line 0

How can I fix?

Please ignore my post. I was able to solve my issue by scrapping the original PHP.ini file and replacing it with a default version from my host.

Hey arteest,

I’m glad to hear you were able to sort it :)

Cheers

With your lazy load, is there any way to prevent the flicker of “no image” before the image loads? You see this mostly on mobile..

Example (https://wordpress-219729-1522621.cloudwaysapps.com/) try it on a mobile and the first image shows the missing image icon, then the real image appears.

Some other lazy load plugins solve this by starting with a transparent png or gif image and then replacing that with the image.

Hey SeanAUS120,

The next major release will be incorporating that by default. If you’d like to get on the beta list, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Thanks, I sent you a message on the form :-)

Thanks Sean! I’ll make sure to send a copy your way tomorrow.

Cheers

Is there any way to keep the proportions fixed on a post grid item? I’m trying to keep the actual portfolio thumbnails (600px by 403px) fixed. Thanks!

You’re welcome, Mindthemix  :)

It looks like there’s a different custom height set on http://mindthemix.com/portfolio/ within the custom css box directly inside of the page builder. Can you try removing that?

Thanks! you’re right. My bad not saving the updates.

No worries, Mindthemix :)

Hey – I use your theme on this site: https://leadershits.com/ Having recently updated, I am left with a menu column on the right – like a sidebar. How do I remove this??

Hey PBBusinessDevelopment,

In the Masonry portfolio, the column number changes based on the screen size. Since you’re using the “wide tall” and “wide” sizes for all your projects, there will be space on the side. You can correct that by enabling the option “Constrain Max Columns to 4” when editing the portfolio element

Hi, i have a problem with images scaling in Nectar slider. When i duplicate the nectar slider elements in my rows the images starts to get scaled up. First row is fine but in second… etc the images gets scaled up and you can not see the full image.

TAB “Pelivälineet ja varusteet” (Golf equipement and accessories.) On this page.> https://dev3.totalit.fi/ongolf2019/hyva-tietaa/

Please let me know is there a fix?

Thanks.

Hey Teemuki,

The fix for that will be included in the next release. If you’d like early access, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Thanks in advance

Thank you I understand how to make the navigation item appear like a button, but I’m not sure how to separate it out from the rest of the menu like you did. (e.g.Logo - #Nav1 #Nav2 --- (Button))

Thank you I found the “pull right” button in the menu settings. That’s what I was looking for.

I’m glad you got it sorted, tmanschap :)

Hi there,

Is there any way we can make a column link popup a Vimeo video in a lightbox?

Thanks in advance!

Hey GoModernCreative!

Unfortunately not from the column link directly, since there’s no option to add a custom class name on that link. However you can trigger that functionality from any custom link within the column like so: https://pastebin.com/zZS7b2wg

Can you share the CSS to get this audio player (footer widget) centered and shorter?

class=”mejs-container wp-audio-shortcode mejs-audio”

Thanks!

Hey Mindthemix,

ajax-content-wrap .mejs-container {

    width: 400px!important;     margin: 0 auto; }

Cheers

Thanks so much for the prompt reply! it is fixed now.

You’re welcome, Mindthemix :)

Could you please share the CSS for the Grid Item Spacing? Thanks!!

Hey Mindthemix,

If you’re referring to altering the post grid element spacing, please share your page URL in regards and let me know what spacing amount you’re trying to achieve :)

That’s correct. The spacing I would like to set is 2px. The URL: http://mindthemix.com

Thanks Mindthemix,

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

Hi, I have an old enough version of Salient is without Front-end Editing and I’m afraid to upgrade. A friend of mine told me that recently you have improved all the grid and code of the site and I’m afraid to lose the layouts that I built and customized, you can give me information? Thx

Hey salvatom,

Have you customized your layouts with CSS? In general, old layouts created with the page builder will still work seamlessly with new versions. However, since some structural differences exist, depending on what you’ve customized with CSS, the CSS could need to be updated to reflect the current version. I would recommend simply doing the upgrade on a staging server to access if any of your customizations will be conflicting.

Hey! :)

I have a WooCommerce warning for outdated files. Affected file is: salient/woocommerce/myaccount/form-login.php

Should I update it manually somehow or does it come with Salient’s next update?

Hey krispdots!

Are you using Salient 12.1.3? No templates should display as outdated.

Cheers

Hey,

Yes, I checked and it is 12.1.3. It happened on my two websites that are using Salient after updating WordPress to 5.5.3.

It’s been showing that my Salient theme contains some outdated WooCommerce templates. On one site it’s form-login.php, on another site it’s single-product-reviews.php

Hey krispdots,

1. What version of the form-login.php is WooCommerce saying you’re using? The current version included with Salient is 4.1.0, which should be current: https://github.com/woocommerce/woocommerce/blob/master/templates/myaccount/form-login.php

2. Salient does not include a template for single-product-reviews.php, that must be added in your setup in a custom manner or through a child theme. Can you verify that these overrides are not coming from a child theme?

Hello, I am using the widget “Standard blog w/sidebar” for my posts. I want to display a manual excerpt and also I want to display a centered “Read more” button. I will also want to hide the “blog” link above the title. You can look at the page here: https://arcencovid19.faesfarma.com/blog/ Thank you very much.

Hey gbasterra,

You can add in a manual excerpt by using the field in the editor.

You can then add this into the custom css box located in the Salient options panel > general settings > css/script related tab to create the read more button and hide the blog category link:


.post-area.featured_img_left article .meta-category {
  display: none;
}

.post-area.featured_img_left article .excerpt:after {
    content: 'Read More';
    display: block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    width: 150px;
    text-align: center;
    margin: 20px 0;
}

Dear friends,

Thank you very much, it works lovely.

Kind regards

Guillermo

Glad that I could help, Guillermo :)

Hi there, On my page: https://esb.kleidi.nl I have three blog items on the bottom of my page. I don’t want to show the part ‘In uncategorized’. Is this possible. This is the part I mean: https://ibb.co/68vfkBK

Hey Abbenhues,

Without doing a template modification and to keep that specific style for the recent posts, you’d need to remove the entire top meta section which includes the date

.blog-recent[data-style=minimal] .meta {
  display: none;
}

Cheers

​Hi there,

I’m having trouble realizing small translations. I tried adding a po / mo file, tried loco translate , tried say what but without any result. I would like to change the ‘READ MORE’ on my home page f.e. (blog items). How can we fix this?

URL: https://esb.kleidi.nl

Hey Abbenhues,

The “Read More” string exists in the Salient text domain for translation. When you tried say what, did you add the string in with that exact capitalization i.e. “Read More”?.

Cheers

hi,

hi have to install multilingual in your hitem. Do you have a tuto for that please…?

Hello, I sent an email and got no response. On the footer i have my copy right text on the left. How can i replace the social icons on the right with another set of text so i have my copy right text on the left and another set of text on the right?

Hey TruBrotha,

Sorry for the weekend delay. I responded earlier today in regards.

Cheers

Hello, I want to remove the social share icon in my posts but I don`t see how to do it. Thanks in advance.

Hey gbasterra, the social icons in blog posts are added via the “Salient Social” plugin. If you do not wish to use them, you can deactivate that plugin: http://themenectar.com/docs/salient/salient-social-plugin/

Cheers

Solved, thank you!

You’re welcome Guillermo :)

Hi, I’m using linea icons on one my client’s website at: https://wealthchild.com/

I don’t why the linea icons animation is not working on mobile devices. Are there any additional setting for this?

Thanks in advance.

Salient version 11.0.1

Hey azhargill, The option to enable element animations on mobile devices was added in a later release than you’re using. Once you update Salient, you’ll see a new theme option called “Page Builder Element Animations On Mobile Devices ” available in the Salient options > General settings > functionality tab

That’s great.

Hello, my friend. I’ve been struggling to reduce the vertical space between the elements indicated on the screenshot below at the website also indicated below. Thanks as always for your help. Screenshot: https://www.dropbox.com/s/uhnrdwpn7wmw6n3/capture_2020-10-25_10-01-17_PM.png?dl=0 Website https://est.io/

Hey, in more recent versions of Salient, there are additional page builder options which allow you to define desktop/mobile settings separately. However, if you do not wish to update now, you can add this into the custom CSS box in the Salient options panel:

@media only screen and (max-width: 999px) and (min-width: 1px) {
 .full-width-content .col.vc_col-sm-4 {
margin-bottom: 20px!important;
}
}

Cheers

Perfect. Thank you :-)

You’re welcome marcfest :)

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