Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,216 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hello! I created a nectar button shortcode to show a button with icon in the footer (widget). On the home page the button shows the icon but not on other pages. Is there any reason you can think of that might be causing this? Thanks!

Hey page52,

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

Cheers

I’ve logged a ticket as the URL is covered by holding page. :)

Thanks page52 :) I responded on ticksy in regards

Here are a few of the latest PHP errors that seem to be due to the Salient theme. Some of theme seem quite serious. Can the developer comment on them please.

1. order_date was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’),.......

2. PHP Warning: array_map(): Argument #2 should be an array in /home/my-server-path/wp-includes/post.php on line 1980

3. The WC_Order::display_item_downloads function is deprecated since version 3.0. Replace with wc_display_item_downloads

4. The WC_Order_Item_Meta::__construct function is deprecated since version 3.1. Replace with WC_Order_Item_Product

5. The WC_Order::email_order_items_table function is deprecated since version 3.0. Replace with wc_get_email_order_items

Hey rednosemonkey,

1-2. Salient is not calling any of those methods or actions – are you sure they’re not coming from a plugin you have installed?

3-5. Those are originating from WooCommerce and are also not being called from Salient (display_item_downloads, WC_Order_Item_Meta, email_order_items_table) perhaps you’re using plugins that are extending WooCommerce and need to be updated

Cheers

hello,

How do i remove my likes on my page. They were there when i made my site, so they arent real ones. Maby from the imported demo version? Anyways, how can i remove those likes and shares?

http://www.pixville.be/video/video-google-my-business/

Hey tdewally,

Other post header styles don’t use that use – however if you want to keep the current style, add this into the custom css box in your Salient options panel:


.single #single-meta li .n-shortcode { display: none; }

Cheers

Is there an easy way to inject code into each header? For analytics purposes

Hey Lwe1389,

In the Salient options panel > general settings > css/script related tab there’s a field you can use for this called “Google Analytics”.

Cheers

Hi!

How can I change this magnifying glass icon? I want to display same icon with a ”+” sign inside, can you help me?

https://imgur.com/a/rM1Ga

Thanks in advance!

Hernan B.

Hey Hernan,

WooCommerce is created that with CSS, you’d need to use custom css to add the + in and position it – here’s a basic example ;)


.woocommerce div.product .woocommerce-product-gallery:before {
   content: '+';
    position: absolute;
    display: block;
    font-size: 16px;
    font-weight: 700;
    right: 31px;
    top: 15px;
    color: #000;
    z-index: 100;
    pointer-events: none;
}

Cheers

Just updated 8.5.4 – WooCommerce 3.3.3 – Broken

Your theme (Salient) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.

Hey wallyd, the update to remove that warning is coming very shortly – however, the only template that should be showing as out of date is product-image.php, and that should not cause any ill side effects – please verify no other third party plugins that you may have active which are extending WooCommerce are causing this. There’s been confirmed reports of certain WooCommerce extensions causing this issues in 3.3. If you don’t have any other plugins causing your issues, please explain what’s going on in more detail and share the relevant URL. We’re using WooCommerce 3.3 on the demo along with the latest Salient themenectar.com/demo/salient-business/shop/ Also please be aware that in 3.3, WooCommerce completely changed their image sizing: https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/

Hey salient, I have a problem. On my computer resolution is 1920/1080, but when use another laptop where resolution is 1024/768 the site is absolutely horrbible (menu is like in 1920/1080 version but other rows, which were made for mobile version, is like in mobile version) How to make the version for 1042/768 as 1920*/1080 ?

also problems with it :a button in header and serach are replaced to bottom. I need a steady header for that versions

Hey egor_kartavenko,

Please share your actual URL so I can see what you’re referring to and assist

Cheers

Hey ThemeNectar!

Recently updated to 8.5.4 and I was wondering what might be causing my pages to be offset to the left? For example, on my film page the left image is cut off and there is extra spacing on the right side. I’ve tried deactivating all the plugins, but the issue still persists here: https://cantedpictures.com/film/

Any ideas on what it might be? Thank you in advance for your help :)

NEVERMIND! Fixed it :) Sorry to bother!

Hey cantedpictures, glad to hear you’ve sorted it out :)

Cheers

Hey,

is there any way to skip some responsive options with columns?

Ex. https://cargo-group.pl/wynajem-kamperow-2/ When you put it below 1000px, 3 icons are becoming one below another – where I want them in line. Is that possible?

Hey mint-media,

You can control how columns respond by using the “Responsive Options” tab when editing each column within the page builder :)

Cheers

Dear themenectar.

Your theme´s one of the best here on themforest! But I am realy missing 2 lil´ things:

1. Full width buttons 2. XING as social media icon (in backend panel of theme)

Would be great if you implement it in future.

Regards, BD.

Hey born-design,

Thanks for the requests! They’ve been noted :)

Cheers

Great. Thumb up!

:) to born-design

Hello,

the imported demo is completly different. How can I import demo with all content?

Hey gelemeriel,

All the content i’m seeing on your site is not apart of Salient at all – it’s using third party markup & text with third party elements that don’t exist in the theme at all..Are those pages from a previous WordPress setup you were using? I’m also not seeing the Salient visual composer page builder activated, have you installed that plugin yet? Could you please open a ticket in regards with your admin credentials so we can take a further look into what’s going on in your setup? https://themenectar.ticksy.com

Cheers

Its solved, thank you. There was some unwanted software from hosting provider.

Hey gelemeriel, glad to hear you’ve sorted it :)

I have noticed my filters on the shop page are wrongly aligned. I am trying to figure out what is causing this but cannot find it. I have checked my custom CSS but nothing seems related to this. Is this an error in the layout?

Example page: https://www.goedeshampoo.nl/product-categorie/shampoo/shampoo-hydraterend/

Hey dzineee,

I’m not noticing any weird alignment on that URL with the WooCommerce filters – can you please share a screenshot of what you’re seeing and let me know what browser you’re viewing on?

Thanks

Thank you for the quick response. I am using Chrome. You can find an example via: http://prntscr.com/ioel2t

The checkboxes are not aligned correctly and are shown behind the text instead of left of it. Perhaps this is a caching issue.

Hey dzineee,

Have you tried to clear your cache yet? I just checked on a second machine: https://imgur.com/a/sVnx8

Cheers

Please my site is http://platoon.com.ng/shininglight/. I want the image boxes to show a text on rollover just like what is on http://gatewaypeople.com/.Please advice

Hey TruBrotha,

Instead of using Nectar Sliders for that, you’d need to use a portfolio element: http://themenectar.com/demo/salient-promo/portfolio/ – the meta from bottom style would be quite similar.

Cheers

Can I Import more than one DEMO, like corporate and frostwave as there are pages in both I want to use?

Also, dont know how to explain this, but I want to use a whiet background header, but when a set the opacity lower on the white (to see slider or header images behind it), it creates a padding / marging above the slider or header image. So basically the image does not stick to the top of the page? How do you fix this.

Hey gustav939,

add this into the custom css box in your Salient options panel as well:


#page-header-bg[data-parallax="1"] {

    top: 0!important;
}

Cheers

how do I make innitial header white with opacity but have the sticky header solid white

and why dont you fix the issue above in your template?

Hey again gustav939, as you can see from the demos, there is no option for the effect you’re trying to achieve – I’m providing you with css to help out.

add this into the custom css box in your Salient options panel:


body #header-outer.small-nav {
  background-color: #fff!important;
}

Hi I’m really impressed by your theme :) I want to by but there just one thing. I have dashed lines as a trade mark. My website: http://cashcow-cph.com/ is it possible to make dashed lines between content? Thanks :)

Hey JanKorgaard :)

Some of the lines might require custom CSS, but the columns within Salient do have a tab for “border options” and there is a dashed style such as that

Cheers

Hi – thanks for the theme. Has been using it for a long time.

Right now is some templates for Woocommerce outdated (I bet you know that), but can you say anything about when an update is on its way?

On my clients shop, the customers can’t checkout as it is right now. So she is not earning any money :S

Hey sunedall!

The update to remove that warning is coming out very soon – however, the only template that should be showing as out of date is product-image.php, and that should not cause any ill side effects – if you’re missing a checkout button please verify no other third party plugins that you may have active which are extending WooCommerce are causing this. There’s been confirmed reports of certain WooCommerce extensions causing this in 3.3

Cheers

Hi, I have a pre-sale question: is the theme fully compatible with WPML? Can I see a demo that shows it?

Thanks in advance.

Hey Giginiello74,

It is, the WPML is currently working on a demo of it to show compatibility – if you want to wait until they release that, it shouldn’t be much longer :)

Cheers

OK thanks. I’ll wait. Can you kindly notify me when the demo will be ready? Regards.

Hey Giginiello74, I’ll be adding a link in the main TF description page when it’s ready

Cheers

Hi,

Migrated the website www.libertymedicalcenter.ro from localhost last night and everything worked absolutely perfect. I did not have any problems with installing and header images for example worked good.

Now I open the website and see this on the homepage, and the header images don’t display anywhere.

Also, when trying to edit background for slider or homepage header I can’t mark the options I want because the check boxes dissapeared.

What could’ve happened since last evening that made this look this way?

Thanks

Andrei

Hey Andrei,

I’m currently seeing the page header BGs display – have you already sorted this? If not, could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Cheers

Hi Themenectar, I cannot open page builder when using safari browser. My client also unable to open it on their mac. Any suggestion about this? Thanks :)

Hey futuremediatrix,

We’re going to be releasing an update to Salient very shortly which includes the latest version of the page builder, it should fix that issue for you :)

Cheers

Hi ThemeNectar. Thanks for the reply, waiting for the update then

Hey futuremediatrix, if you’d like a beta copy now before the release please reach out in regards via the contact form on my author page https://themeforest.net/user/themenectar :)

Cheers

Hi. Great theme. Just wondering if there’s an update to address Woocom expected soon? I’m on 8.5.4.

Seeing this warning: “Your theme (Salient) contains outdated copies of some WooCommerce template files.”

Status pages points to this file: /single-product/product-image.php version 3.1.0 is out of date. The core version is 3.3.2

Hey hookandloop,

Yes, it’s coming very shortly – just waiting on wpbakery to release the minor bugfix update so that can be included as well :)

Cheers

Champion. Thanks very much.

You’re very welcome hookandloop :)

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