Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 167,946 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38304 comments found.

Hi! Great theme, a question: is it possible to insert a video at the bottom right always visible like this one on this site? This would be an amazing and very useful introduction that would make your essay even more effective! https://shorturl.at/jknC6

Thanks, thebugbear :)

There’s no option to add a video in that manner, however, I’ve noted the idea on the wishlist

Kind regards

Hi,

Is there a way to link to the off canvas menu.

ie. I want to have a button that says contact and when you click on that it triggers the off canvas menu which has the contact details on it.

so you’ll be able to access the menu with the normal burger menu as well as a normal hyperlinked button.

thanks

Hey tricks28,

You can trigger the off canvas menu from a custom link by giving the link a class name of “nectar-ocm-trigger-open”

Kind regards

Perfect! Thank you

You’re welcome, tricks28 :)

Hi, can you show me how to change this icon in nectar slider become down arrow https://prnt.sc/dKZc9GC6l-BE

Hey shaky512, Also ensure that your “Button Styling” in the Salient options > general settings > styling tab is set to “Regular”.

Kind regards

Thank you, it works!

You’re welcome, shaky512 :)

we are using three Woocommerce Products elements set as a carousel inside tabs. When selecting tabs the tab changes on the first click but the underline animation only works after a second click.

Then when swiping through the carousel, the product the mouse is on when releasing the click is opened. This happens on Safari, Edge and Firefox. www.foodieflavours.com Please see video below.

Video Example: https://streamable.com/7q3cus

No we don’t have the same issue with those demos. This may be a plugin conflict.

Thank you for the recent update, this has fixed the issue with the tabbed element and it now works super smoothly!

We found that the other error where the product link was opened while swiping through a product carousel was caused by GTM4WP. This has been resolved with their latest update.

I’m glad to hear it sorted the issue for you, MarcGarner :)

Kind regards

When I activate AffiliateWP Affiliate Portal plugin (paid, latest version with subscription), my homepage redirects to /affiliate-area/ automatically and nothing I’ve tried so far resolves this unless I deactivate the plugin. Any idea if there is a conflict with the theme or what I can look into in the Salient settings as a solution? I ran a debug log and didn’t find anything unusual as well. Appreciate any insight/help into this, thank you.

Hey ehong33234,

If you’ve verified that deactivating your child theme (if you’re using one) doesn’t resolve the issue, but changing to the default WP theme does fix it, please open a ticket on the support forum in regards so the we can a closer look into the plugin.

Kind regards

The plugin was actually creating a couple of links in the settings upon activation which was causing the redirect issue. I had to delete the links and it worked.

Is there an option to remove Tags on the single product pages? If not, how can we remove this? Thank you.

I was able to modify it using this css: /#breadcrumbs { font-size: 13px; }/

Is there a way to only show breadcrumbs on certain pages such as single product pages but remove them on regular pages/posts?

Hey ehong33234,

You could try a CSS snippet such as

body:not(.single-product) #breadcrumbs { display: none; }

Kind regards

Greetings, I have problem is that I’m new developer to this website and I don’t have purchase code for the Theme, however, I need to do an upgrade. Is it possible to give you access and check? or maybe there is a place I can prove that the Theme is purchased?

Thank you,

Hey curveuptech,

I would recommend reaching out to Envato directly in order to try and regain access to the purchase code/original account: https://help.market.envato.com/hc/en-us/requests/new

Kind regards

Hi, is it possible to rewrite this code to change “Home” with “fa fa-home” icon:

// Modify Breadcrumbs. add_filter( ‘woocommerce_breadcrumb_defaults’, ‘nectar_change_breadcrumbs’ );

if ( !function_exists( ‘nectar_change_breadcrumbs’ ) ) { function nectar_change_breadcrumbs( $defaults ) { }

return array(
      'delimiter'   => '  ',
      'wrap_before' => '<nav class="woocommerce-breadcrumb" itemprop="breadcrumb">',
      'wrap_after'  => '</nav>',
      'before'      => ' ',
      'after'       => ' ',
      'home'        => _x( 'Home', 'breadcrumb', 'woocommerce' ),
  );
}

Hey viap2347281,

I don’t believe you can pass an icon into the “home” parameter, however, you could add in a home icon to that area by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

https://pastebin.com/3qkWtULy

Kind regards

Hi ThemeNectar

I have run into an issue with my portfolio thumbnails on mobile devices. For some reason if you want to view a portfolio you need to double-click on the image. Do you know why this would be happening and how to fix it?

I shared a link below that you can see the error in action.

https://neileverosborne.com/assignments/editorial

Best, Alan

Hey Alan,

The hover color overlay should not be utilized on mobile viewports, which the snippet I provided is limited to. Did you keep it inside of the media query when adding it into your page? If so, kindly open a ticket on the support forum in regards so I can take a closer look into your setup.

Hi ThemeNectar,

Even when I completely removed any of the custom CSS I added the the site the gold hover is still active on the mobile devices. Is there a way to turn it off?

I noticed there error occurs if the ‘Project Style’ is set to ‘Meta below thumb w/links on hover’. However, if I change that the single click works. Unfortunately, I need to use ‘Meta below thumb w/links on hover’ as it works best with the site layout and style.

I would really like this solved. Any solutions you can offer would be greatly appreciated. Many thanks.

Best, Alan

Hey Alan, I’ve checked https://neileverosborne.com/assignments/editorial on two different mobile devices (iPhone 13 and a Galaxy s22) and can’t see the gold hover showing on either when attempting to click the projects. Can you please open a ticket on the support forum in regards so we can follow up?

Hola Mr. Nectar,

How I can put horizontal menu or activate mega-menu in off canvas menu in desktop view?

Thanks Friend, all the best!

Hey nocomments,

Unfortunately enabling a mega menu within the off canvas menu area would require more than just CSS.

Kind regards

Thanks Friend!

You’re welcome, nocomments :)

Hi!

I’m trying to have an icon on the right side of a menu item, but unfortunately the standard setting of the icon is on the left side of the text. How can I get this to right side of the text?

Thanks!

Hey nanowebnl!

You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

body #header-outer ul.sf-menu > li.menu-item-has-icon > a {
    flex-direction: row-reverse;
    gap: 10px;
}

Kind regards

Hi ThemeNectar,

I’m hoping you can help me out. Please visit: https://neileverosborne.com

For the past couple of days whenever you click on a nav menu item the text jumps and changes font style briefly. Do you know why this would be happening and how to fix it?

You’re help would be greatly appreciated. Many thanks.

Best, Alan

Hey Alan,

It looks like you have a performance plugin active which is altering how assets are loaded within your site that’s likely causing the flash of styling change. I would suggest temporarily deactivating your performance plugin(s) to verify whether or not that’s the case.

Kind regards

Quick reply and bang on fix. Brilliant as always!!! Many thanks.

Best, Alan

You’re welcome, Alan :)

Hello, I created a ticket but I’m not sure if it went through so I’ll write my message here just incase.

The reason I bought Salient was for the home page (see link below). When importing the demo, I don’t see an option to import this. If I cannot import, can I build it with the Salient elements? I want it to look the exact same, and have the exact same scroll animations.

Page I want:

https://preview.themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

Hello, I’ve been through the template library. Can you direct me on the exact pieces and settings that were used? Or can you send me the file?

I’ve bought over 20+ themes templates on code canyon and this is the first time the main demo page is not included. If I can’t re create this, I would like a refund please.

Kind regards

If you can make an exception that would be great. I have purchased Salient 3 times now :)

Hey aonsmith,

The template names which are used on the main promotional landing page are:
SaaS Dark Hero
Staggered Impact Text
Sticky Media Sections
Trust-Building Section
Features Grid #1-5
Minimal FAQ

The only one not included is the demo portfolio section, which is built using the Post Loop Builder.

If you’d like to request a refund, you can do so here. Alternatively, we would be glad to assist with any specific questions regarding the promo landing page templates on the support forum. Just be sure to include your current working URL in the ticket and what you’re having trouble with.

Kind regards

I’m using the Product One Page theme for my shop and I can’t get the Sidebar Filters option to work properly. When I turn it on in Salient settings, the page layout changes to allow the left/right sidebar but the area is blank. Any suggestions?

Hey ehong33234,

WooCommerce does not offer native AJAX filters (events without reloading of the page). For that, you would need a third-party plugin. However, the “Product Categories List” widget is what we use on the demos and it isn’t a dropdown. There’s also no known issue with the breadcrumbs displaying in the sidebar, so I would need to see your setup to assist. Kindly open a ticket on the support forum in regards.

Hey ehong33234,

These are the widgets in use on that demo: https://ibb.co/DGj5M5f https://ibb.co/120SBcr https://ibb.co/Lp7PtC4

And these are the theme options related to the sidebar in the Salient options > WooCommerce tab: https://ibb.co/2kMRCpK

Kind regards

Looking at my colleagues version with the latest update the password protect page show it over on the right hand side on desktop. The password box should be placed in the middle of the page, I read in the recent update you addressed some styling issues but this still doesn’t appear to right. Could you fix this please and perhaps give some options for the password protect page in the theme options?

Hey webstormuk,

The password protection form will display wherever the WP content area is, which is typically the center of the screen: https://themenectar.com/salient/password-protected-example/

Please have your colleague reach out in regards with their URL so that we can take a look to assist.

Kind regards

Hey, is there any way to access the CSS code we create in the “Custom CSS Code” section (in the Salient Options Panel) within our backend file manager? Does this CSS code get saved anywhere in a folder or file?

Thanks in advance!

Hey msherstenka!

It is not stored in a file anywhere, but rather in the database within the theme options. If you’re interested is moving to a file, I would suggest copying the contents of it to your child theme style.css file.

Kind regards

Thank you! So it should be somewhere in my WordPress database then?

Yes, in the “wp_options” table -> “salient_redux”

Kind regards

one of the most beautiful themes i ever saw! on the architecture theme, the black space of the off-canvas menu can be changed?

You’re welcome, resshaheen :)

for some reason it is not working, not achieving the required. perhaps a css that will not make the zoom out that size, less zoom out, that is what is required.

Hey resshaheen, If you want to remove the scaling of the page content when opening the menu, you could use a CSS snippet such as https://pastebin.com/AJkHEKJV

Kind regards

Hi,

We really like the product style ‘material style’, is it possible to turn off/remove the hover shadow effect on it?

Cheers

Hey Micatuca,

In the Salient options > WooCommerce tab, you can alter the “Minimal Product Hover Effect” to remove the grow effect with the shadow. However, if you’re trying to keep the grow effect and only remove the shadow, you can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

body .products li.product.minimal .background-color-expand:before {
 display: none;
}

Cheers

Hi. On one my sites, I run woocommerce store. I wanted to add some templates Salient has on the product pages. For example, additional graphics, embedded videos from youtube, or simply have a different design of text layout. I noticed that the builder on the product pages has only basic WP builder. I understand that there are Nectar shortcodes available and inserting of medial available, but I couldn’t really master those and still like to have option to control of the easier visuals. Please advise how can I achieve that. Thank you.

Hey atlantchiropractic,

The single product template also supports using the full Salient WPBakery Page builder. If you’re not seeing it available, you likely just need to add it to the “Post Types” within the WPBakery Settings > Role Manager tab. https://ibb.co/z706s9r

Kind regards

Thank you very much!

You’re welcome, atlantchiropractic :)

Hello Love the theme, however, not sure if its related but since the last two updates the highlighted text I had at the top of my page using the Wellness Template has blown up to a huge size, even sitting on top of my menu. https://naturecure.ca Any idea what could be causing this?

Thanks

Hey halcyonrecords,

There was previously a bug in the highlighted text element that prevented the specified font size from applying to paragraph-level elements. It seems you’ve been using this element with multiple mixed tags, such as a paragraph followed by an h1 within the same element. If you specify a custom font size now, all the elements will adopt the same size. To resolve this, you can separate the text you don’t want to highlight into their own elements, like regular text blocks.

Kind regards

Thank you for letting me know!

You’re welcome, halcyonrecords :)

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