Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,765 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38354 comments found.

Hello Salient team,

Quick question, is there a way to add a block of text on the Off Canvas Menu/Mobile Menu?

Thanks in advance

Thank you, is there a way to assign this text only to a sub-menu and not display it on the main menu?

Hey EspaceTech,

Unfortunately there is no way to do that without some custom modding

Ok thanks

Can we set a specific aspect ratio with the “Self Hosted Video” feature?

Hey Mindthemix,

the self hosted video element provides a dropdown to select the aspect ratio – if you’re trying to set it to something different than one of the available ratios, you can add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


body .container-wrap .wpb_video_widget .wpb_video_wrapper {
    padding-top: 25%;
}

(Adjust the padding % as needed)

Thanks so much for the prompt reply!

You’re welcome, Mindthemix :)

Hello, I’ve added a snippet to the functions.php to remove the description and additional info titles in the product pages, but they’ve suddenly reappeared. How would I go about permanently hiding these and closing the white space gap between the content below?

https://www.doggylottery.co.uk/product/play-weekly/

Thank you, Adam

Also the text in the copyright section of the footer isn’t showing as bold despite it being set to bold in the widget edit area. Please assist.

Hey Adam,

1. What snippet are you using to remove them? If you go the CSS route, you can hide them with the following:

.woocommerce div.product .woocommerce-tabs > .full-width-content {
 display: none;
}
body .woocommerce-tabs[data-tab-style=fullwidth] {
 margin-top: 0;
}

2. If you update to v12, you’ll be able to specify your bold typography separately – in previous versions it is automatically set to 600 for the weight. To correct it without updating, you can also use this snippet:

#footer-outer strong {
    font-weight: 700;
    font-family: 'Open Sans';
}

Cheers

Hello – hope you are well. We are currently running WP 5.4.1 with Salient theme v12.0; WooCommerce 4.1.0. Since upgrading to WooCommerce 4.1.0, we have received the error: outdated copies of some WooCommerce template files. Specifically this template: salient/woocommerce/myaccount/form-login.php version 3.6.0 is out of date. The core version is 4.1.0. Please advise if there will be a future Salient update to address this error. Thank you for your time.

Hey bluedirtgirl!

We’ll be releasing an update to correct that this weekend :)

Cheers

Hi team!

How do you get the same menu properties from Agency to Corporate 3?

(1) When I enable “Header Permanent Transparent” in the Salient options > Header navigation > transparent header effect tab, the header is still not transparent after scroll. https://www.nyskaparna.se

(2) Regarding logo size (I want it to be same size in Agency as in Corporate 3), I have changed the “Logo Height” in the Salient options > header navigation > logo & general styling tab, but the size is not changing. Please do assist. https://www.nyskaparna.se

(3) When googling the exact phrase ”nyskaparna.se”, really odd sitelinks show that I am not using (for instance from archive), hello world and example page). When I previously used Agency, I believe only subpages that were shown in the main menu appeared as sitelinks when googling. How to edit these or delete sitelinks?

Thank you guys for the best theme for Wordpress!

Cheers, Mr. Cross

Hey Mr. Cross!

1 & 2. I can see that the markup is showing that the option is not enabled – this is likely being caused by the same server caching issue that you were previously having

3. Are you using an SEO plugin such as Yoast? It will allow you to easily control your sitemap: https://yoast.com/help/xml-sitemaps-in-the-wordpress-seo-plugin/

You can also use the Google search console to assist in updating your search results: https://yoast.com/help/fetch-as-googlebot/

Cheers

Hi Guys, hope you’re doing well!

Quick one – trying to add the portfolio Custom Content Grid text (including a shortcode) below the project title of the “meta below thumb with shadow hover” project style in the portfolio grid, with no luck

Will be awesome if you can help – ticket: https://themenectar.ticksy.com/ticket/2391698/

Thanks! Much appreciated!

Hey anton123!

I’ll take a look shortly.

Hope you’re also doing well :)

Hi there, anyone who can guide me? I’m getting mixed content errors when trying to use HTTPS, so my address lock is in grey, and I want it in green. I already try Really Simple SLL plugin, but it does not resolve the issue (I suppose it will do it if you pay for it and I don’t have money for that right now) So, can anyone guide me on how can I fix that? (I don’t want my page to get broken if I made something wrong) Please, be nice, I´m a newby in this. Thanks!! (I already google it and try the .htaccess method but… of course, did not work.

Hey NTCo, can you please share your actual URL in regards so I can assist?

Thanks in advance

I have a problem with the sidebar width jumping when using the “Left Aligned Thumbnails + Sticky Product Info” in WooCommerce.

You can see what I mean here – https://www.luxuryprinting.com/product/clear-plastic-business-cards/. The sidebar on the right gets wider as you scroll down. Any ideas?

Hey Sean,

With the mod you’ve made to incorporate the product description to also be sticky, some CSS would need to be changed to accommodate.

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) {

.single-product .row >.product[data-gallery-style=left_thumb_sticky][data-tab-pos=fullwidth] .summary.entry-summary {
    padding: 0!important;  
    width: 40%!important;
    margin-left: 5%;
}

}

Cheers

hi there! Just a quick question. I bought this theme a few time ago, I have it in one webpage that I had almost forgot until today, I decided to start using again, but I don’t know if I want to upload the last version os salient, do I have to deactivate any plugin, or just upload the child theme and thats it? TIA. Bye.

Hey NTCo!

You can update by using any of the following methods as described in the docs here: http://themenectar.com/docs/salient/updating-salient/

Cheers

nice, thanks!

You’re welcome NTCo :)

Hello Three questions, 1 – Is it possible to reduce the height of the main footer area? I consider an excessive height. I would like it to be slimmer :) Reduce padding

2 -I have a footer with 4 or 3 columns, I have added a text (link) in each column and I want to include an icon to the left of each text. If I load a very small pixel icon, it still looks huge.

3- Footer: It is possible to reduce the vertical space between items in each column

Millions of thanks

Hey ivanbermejo,

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


body #footer-outer .row {
    padding: 25px 0;
}

2. I’m not currently seeing any icons set in the footer area, can you add one back in so that I can assist?

3.

body #footer-outer #footer-widgets .col ul li {
    padding: 2px 0;
}

Cheers

Don’t worry! now it’s working, thanks!

You’re welcome, ivanbermejo :)

Hello, how I can do rounded corners on top of the page? https://cyklopedia.cc/ and how I can put rounded corners on specific “rows” Thank you.

Hey Fixedman,

Are you referring to this area? https://ibb.co/w6qPshZ If so, that would not be possible without custom development.

As far as setting individual rows to have rounded edges, there’s an option for rounded edges that’s available for every row as of v12

Cheers

Hi guys, is it possible to add a gradient on a background, Ive tried a class and it doesnt work? Please help.

Hey richardwells,

You can add a gradient overlay on a row or column background. Please see the following documentation in regards:

http://themenectar.com/docs/salient/page-builder-row/#gradient-overlay http://themenectar.com/docs/salient/page-builder-columns/#gradient-overlay

Cheers

Hi I am having issues with your gallery. It seems that – no matter what I try – the images are always super small. It’s not like the demo at all. And i really do not know what to do: http://kesharueeger.ch/?portfolio=headmosphere-bachelorarbeit

I mean who would want images that small on a website? That makes no sense to me at all.

Am I missing something here? Thanks you so much for helping!

Hey Janafigliuolo,

From the looks of that page, you have a gallery element set to display as a gird, placed inside of a 1/3 column – which will result in a tiny layout.

Please place your image gallery inside of its own row, and activate the full width portfolio layout if you’re not using the sidebar area: https://ibb.co/HnwfjQk

Hi! I need to update a file on my child theme (it is the page-header.php (path nectar/helpers/page-header.php)). I’ve tried to replicate the path on my child theme but it didn’t worked. It also assumed the file on the silent theme and not on the silent-child. What am I doing wrong? It is not supposed to replicate the path? I have silent-child/nectar/helpers/page-header.php Thanks in advance!

Hey jbejasi!

You can not override that entire template file, as it contains many functions and doing so would also likely cause conflicts in the future when updating. What you can do instead is copy individual functions from that file and paste them into your child theme funcitons.php for overriding.

Cheers

I want to change the view icon that appears on the portfolio items when you hover with a red background. It is round.

Hey modestoperezmorales,

You can disable that option by editing the post grid element in the page builder and disabling the option titled “Add Link Mouse Indicator”

If instead you’re trying to alter it with CSS, you can target it with the selector ”.nectar-view-indicator”

Cheers

How can I remove the Zoom function on Product Image Lightbox​​ only. I still want to be able to zoom-in when hovering on the product images, but when the product image lightbox is open, I want to disable the zoom-in function.

Hey dienstdigital, You can use the following for that:

.pswp__zoom-wrap {
    pointer-events: none;
}

Thank you for your reply and yes your right I did try another slider to see if it would work but back to nectar slider so please check back thank you.

Hey Teatone,

I can see the Nectar Slider now, and the arrow navigation is allowing me to switch between the slides. Are you not able to use the arrows on your end? If so, kindly let me know what browser you’re on.

Are you looking to have the slides automatically change without having to use the arrows?

Cheers

“Are you looking to have the slides automatically change without having to use the arrows?” Yes please that’s what I am looking for :-)

Thanks for clarifying, Teatone :)

When you edit your Nectar Slider in the page builder, you can define your autorotation timing in milliseconds: https://ibb.co/TK8h0tW

e.g. use 6000 to have the slides change once every 6 seconds.

Cheers

Hi
Per purchase question,
I need to do 100% typical like the below design
https://prnt.sc/scaqox
Is this doable by your theme

Hey wowoffer,

Salient does not offer a design like that by default

Hi!

Is Vimeo Still supported as a background video on rows?

I’ve updated all of my software and plugins to the current version, and I’m able to embed youtube videos no problem, but when I embed a vimeo video it doesnt show up.

FYI – I’ve checked all the setting on Vimeos side, and there is nothing there to restrict the video being showing or embedded on any urls. Thanks guys!

Hey studiomisfits :)

Vimeo has actually never been supported for row backgrounds – only YouTube or self hosted (mp4/webm). What version were you updating from that allowed you to use one?

Cheers

How can we add font awesome pro or icon set to salient?

Hey Jabbarpour,

Adding new/custom icons into the page builder selection would require making use of the file “vc_iconpicker-type” https://kb.wpbakery.com/docs/developers-how-tos/adding-icons-to-vc_icon/

You can inspect the salient-core/includes/nectar-addons.php file towards the bottom to see an example.

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