Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,866 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38361 comments found.

There are any way to create woocommerce product template pages?

Hey elias90,

Creating custom product templates would require modding to the salient/woocommerce/single-proudct files

Cheers

Hello,

Is there any way to change the icons (Woocommerce Cart and Account Icon) + the search icon? Where in the theme are these icons inserted, then it would be possible to maybe upload and paste the icons, right? I really hope there is a way to replace and customize the icons, maybe with Css codes, thanks for the help !!

Hey Chiara1313,

It would be possible with css – add this into the custom css box located in the Salient options panel > general settings > css/script related tab:

.icon-salient-search:before,
.icon-salient-m-user:before,
.icon-salient-cart:before  {
font-family: FontAwesome!important;
}

.icon-salient-search:before {
    content: "\f0d5"!important;
}

.icon-salient-m-user:before {
    content: "\f0d5"!important;
}
.icon-salient-cart:before {
    content: "\f0d5"!important;
}

Cheers

Thanks a lot! This works anyway, but I do not want to use the FontAwesome icons, I have my own ones that I would like to upload, would that be possible with Css codes as well, if I upload the icons on my server? That would be really great and would be very happy if you have any help, thank you so much!!

Hey Chiara1313, yes – those are just the selectors needed to target each of the icons. You can see the font family to whatever you desire by altering the above “font-family: FontAwesome!important;” and related content for each icon

Style problems whit website after update to last version:

I have some problems with visualization of some shortcodes and woocommerce shop page:

Please check:

https://visitando-italia.com/product-category/excursoes-de-roma/ https://visitando-italia.com/

Whats worng?

Ok problem solved after update content-prduct on child theme folder

Hey elias90, i’m glad to hear you were able to sort it.

Cheers

Why does this overlap? http://prntscr.com/ne175d

This is the structure: http://prntscr.com/ne17bx

I have set the column margin to “default” but that did not solve it.

Hey TwitchvertisingNL,

can you please share the actual page URL so I can take a look?

Thanks in advance

I’ve been trying to change my css via FTP but nothing works and I reinstalled it so I don’t know where the issue is. Then I put all the css into the ‘Salient – General Settings – CSS ’ and it worked, however this does not seem ‘clean’ to me and when I wanted to style the mobile version nothing seems to be effecting mobile?!

Hey fyneagency,

Where have you been adding your css – in a child theme I assume? If so, please share the actual URL so I can inspect the setup to see why the rules are not taking effect.

Thanks in advance

In my wordpress dashboard, it says salient theme contains outdated template/theme files for woocommerce.

Is this normal? Not sure if it’s anything to worry about as it’s the first time I’ve seen it?

This is a screenshot of the affected files, again not sure if this is normal with the bundled theme or if it’s something I/the theme can fix – if it needs fixing at all? Store works fine

Hey DailyOffices,

Are you using the latest version of Salient (v10.0.4)? If so, there shouldn’t be any warning showing,

Hi,

We wanted to place a background image into an empty column and we can only see about 2-3 pixel height of this image.

Please take a look at these screenshots: https://cl.ly/3cddb2e25b3b https://cl.ly/bbbff8849912

We already updated the Wordpress, theme and plugins.

Could you help us with his problem?

Thanks!

Hey galzoli,

Edit the parent row and check the box for “Equal height” to allow the empty column to match the height of the other column. You can then place a divider element inside of the background image only column to define a minimum height that the column will display on mobile devices.

Cheers

Thank you!

You’re welcome galzoli :)

Hi

The map marker is not appearing even though I have updated to latest WP 5.1.1 and your latest theme. Can you help?

http://harpsoon.com.my/contact/
Hey astralliquid, the options I shared are available in the “interactivate map” page builder element, when using the contact page template which is configured from the theme options, these are the two relevant sections: https://ibb.co/VLhvLLQ Can you verify that you have supplied a lat/lng for the location #1?

Hi Thanks I found it. The marker is enable now. But how to I show the balloon (address) pop up by default? Right now, the user need to click on the marker then the balloon will pop up.

Hey astralliquid, there’s no option for that when using a Google map, however if you unassign the contact page template and instead opt to use the “interactive map” page builder element, there’s an option for that when using the “leaflet” map type.

Hi Guys – I’m running the latest version of Salient – PHP v7.2 Wordpress 5.1.1 I am having trouble with image galleries in the grid format – Viewed on a mobile device each page these galleries appear – the header image of the site appears too big masking the menu icon in the top right corner – the site is at http://grandeflorida2.wpengine.com – you will see that the home page / transport / reviews / contact has the correct size but all the other pages with the image gallery grid have the issue with the oversized header. Thank you – Andy

Hey AndyHol, is there any specific device that shows this issue? So far I haven’t been able to see it using an iPhone 8 https://ibb.co/VBcpstm

Many thanks for getting back over the Easter weekend too! This issue has been resolved – perhaps the upgrade to your most recent version took a while to propagate. Andy

Glad to hear AndyHol :)

Cheers

Hi guys, I’m trying to install “Salient WPBakery Page Builder” but it doesn’t work. The error message says “Unpacking the package … Plugin installation … The destination directory already exists. Installation of the plugin failed.” I have WP 5.1.1. Could you please help me?

Hey FrancescaCascino,

Have you tried to log in to your server via FTP and ensure that another directory in wp-content/plugins with the name “js_composer_salient” does not exist?

Cheers

Why do I keep getting spam links on the pages with this theme?? Every day there is new content sections being created with them?

See here: https://prnt.sc/ndgrgn
Hey mcovie, there’s no current issue with random spam links being injected into content. I would harden your site security to prevent further unwanted content. In a nutshell that entails hardening passwords/permissions, removing outdated plugins, installing a security plugin etc. https://www.wpbeginner.com/wordpress-security/

If you’d like to share the actual URL, i’d be happy to take a closer look as well, but from a screenshot I can only provide general advice.

How can i reduce the height of the next/previous post section on the blog post?

Hey,

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


.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
    min-height: 150px;
    padding: 3% 9%;
}

Cheers

Hey everyone,

Salient v10.0.4 is available for download

The release adds WooCommerce v3.6 compatibility. Please update your version of Salient first before updating to WooCommerce v3.6 to avoid layout/styling issues.

Cheers

Hello,

I have a little problem regarding the body background of my staging site, every time I move my mouse slightly on the background the color changes, without content you can see it best, here’s an example: https://www.living-soulful.com/new-site/test-2/ https://snag.gy/SLD7CG.jpg

This color, so white should be the body background, but if the mouse leaves the body then the color is turquoise, and I have really looked everywhere if I have a css code somewhere, unfortunately no. I also do not understand where the css code is with this color, I have at least added this code in my theme settings:

body {    background-color: #ffffff !important; }

I do not understand what the problem is, I hope you know why that is, thank you very much !!!

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

Thanks in advance

Hey guys, is there an easy way of linking external URLs to blog posts like you guys have for portfolio pieces?

Hey Flint285,

You can link to any arbitrary URL from a blog post by using the “link” post format.

Cheers

same here don’t update Woocommerce or it will break the design!

Hey biomechaenoid, we released an update to add 3.6 compatibility a few hours ago.

Cheers

Mine’s look similar

Hey niuradio, you’ll need to update to the latest version of Salient to get WooCommerce 3.6 compatibility

http://themenectar.com/changelogs/salient.html
http://themenectar.com/docs/salient/updating-salient/

Hi there, today the way the theme displays products has gone strange (it usually shows around three items on a row, it is now showing one with multiple images? Image here:

Hey joshfiddy, please update to the current version of Salient (10.0.4) to get the fix:

http://themenectar.com/changelogs/salient.html
http://themenectar.com/docs/salient/updating-salient/

Cheers

Any estimate for when the new update to fix the WooCommerce design changes will be up? Trying to figure out if I should downgrade for now or just wait. Thanks!

Hey DesignsByGuru, we released it a few hours ago :)

Cheers

Hello! So new version of update will fix WooCommerce 3.6 design problems? Requested beta to test it out :)

For now anyone should NOT UPDATE their WooCommerce to version 3.6 breaks a lot of things.

Hey PriitCool, we released a minor release today just for WooCommerce 3.6 – I’ve also added your name into the beta list for the major release.

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