Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,303 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38327 comments found.

Hello,

I wanted to know if it was possible to hide the left image in the slider in Flickity Static Height Style mode? https://britishschool.mc/

Thanks in advance

Hey MAJMonaco,

I’m not sure I fully understand what you’re trying to do. Are you asking how you can remove the left (first) image in your gallery as shown here? https://ibb.co/jLrKWSY

Hi, Yes

In fact, I’d like to prevent the image on the left from showing when you slide and avoid displaying cropped images.

Hey MAJMonaco,

The static height felicity style will with auto column widths to allow the natural aspect of each image to display. Because of that, there’s no way to ensure the non-selected images don’t display on the edges. It will all be determined by your selected images and the height defined for the carousel. I would suggest setting the overflow to visible so that they can be fully revealed to the edges of your screen—or alternatively, set the row to full width content for the type.

Kind regards

Hi ThemeNectar, we love your theme! Question: is it possible to show WooCommerce prices on the search page, per result?

Hey JackHowell! I’m glad that you’re enjoying the theme :)

If you’re using your site primarily as a store, I would recommend setting the theme option “Limit Search To Post Type” to “Products” in the Salient options > Header navigation > Header search tab. This will give you that functionality by default. If instead you want to display search results from all post types, then you would need to modify the “search.php” template via your child theme to add that meta information in.

Kind regards

Thank you! Solved! This solved an extra problem where we wanted the search results to pass to the products page too. Thanks.

I’m glad that I could help, JackHowell :)

Hey, is there a way to fix the bullet point lists as they are showing up as numbers. On this page: https://paymydebt.net/differentiating-between-at-fault-and-no-fault-accidents/

It is a number list for the main terms but within that I have set bullet points to describe different areas but the bullet points are showing up as numbers (1-4 listed numbered parts are suppose to be listed as bullet points). Is there something I need to change in the code or css?

Thanks in advance

Hey msherstenka,

This will be corrected in the next release. For now, you can fix that by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

ol ul li {
    list-style: disc;
}

Kind regards

Thank you!

You’re welcome, msherstenka :)

Hai, can we build a dedicated menu special only in certain page. I need different menus in different posts, pages, categories, archive pages, etc.

Hey shaky512,

You can add the following CSS snippet to hide the logo on any page using the css box in the page builder (the top right gear icon): https://ibb.co/kxv3XFK

#top #logo {
  display: none;
}

Kind regards

Great it works, thanks a lot. Next, I want to hide the secondary nav on certain pages pls check this image https://prnt.sc/dMOxp8D78N4D

Hey shaky512.

#header-secondary-outer {
 display: none;
}

please open a ticket on the support forum in regards for future questions like this.

Thanks in advance

Hello, I am using the portfolio with the sidebar version but i can’t find which is the sidebar the portolio uses in order to display it. Can you help me? Thanks.

Hey artwarebranding,

If you’ve chosen “Basic with sidebar” for your “Single Project Layout”, you can use the primary editor available in your project edit page to add content to that sidebar area: https://ibb.co/Wx9fJ17

Kind regards

hi support, i would need to add a code tagging in the salient search form, within the form attribute. example as below. <form splwpk-search-function=”splwpk-search-function”>

I’ve try to add this in the theme file editor -> Salient -> searchform.php. The code has become like this: <form role=”search” method=”get” class=”search-form” action=”<?php echo esc_url(home_url( ’/’ )); ?>” splwpk-search-function=”splwpk-search-function”>

but this change did not reflect on the search form front end. Is there any other method to add my code tagging in the search form?

Hey shaky512,

The file you’re looking for is located at salient/includes/header-search.php

Kind regards

Hello.I want to change filter which location is “silent-architect-project” writed “All”/Commercial/remodel/Resisdental…Long story short I want change words.how can i handle this/Thanks beforhand

Hey elxanabas6,

All filters will display the name of the selected categories that you’ve chosen to display in the post grid. Those categories can be renamed in the WP admin > Portfolio > Project Categories.

If however, you’re trying to alter the word “All”, that would need to be translated: https://themenectar.com/docs/salient/translations/

The “All” string exists in the “salient-core” text domain.

Please use the support forum when posting multiple questions in the future.

Kind regards

Hello.I want to change name of “mouse indicator name”/it is “Wiew” on default and i want to make this “More information”.How can i handle this?Please help

Thanks beforhand

Hey elxanabas6,

You can translate that string using your desired translation plugin: https://themenectar.com/docs/salient/translations/ That string exists in the “salient-core” text domain.

Kind regards

Cannot read properties of undefined (reading ‘top’) Console is filled with this error and auto hide menu is not working.

Nevermind, it was from our end.

Hey AngelaLamHF, I’m glad you were able to locate the issue.

Cheers

Is it possible to add a navigation menu to the left side of the secondary header.

Specifically I want to add one or more flags after the social icons in order to switch site language.

I am using Polylang as the multilingual plugin.

Hey ploughansen,

There is currently only one navigation location available in the Secondary header area on the right, so the flags would need to be added to that. You could easily reverse the order of the navigation and social icons so that the navigation is on the left with CSS. However, adding a new area just for the flags to the left of the social would require a child theme modification to the template file.

Kind regards

Hello, phone and email icons do not work on Salient them. Tried to send a request but support expired last week. May you please reach out or send an email address ? Thank you

Hey,

When using a phone number or email link, you’ll need to still format the links using a valid HTML structure by placing tel: and mailto: at the beginning of your links. e.g.

tel:1800-123-4567
mailto:hello@domain.com

Kind regards

Hello,

Is it possible to ensure that the ” Top Navigation Menu Pull Right” menu is also displayed on mobile (and not at the bottom of the menu)? https://mc-watersports.com/en/

Thanks in advance

Hey MAJMonaco,

You would need to set the items in that menu location to “Persist In Mobile Navigation Header” via the Salient Menu Options: https://ibb.co/gZxqVPt

https://themenectar.com/docs/salient/salient-menu-options/

Kind regards

I didn’t know about this option, thank you, it’s perfect!

Glad I could help, MAJMonaco :)

Is there a way to change the button style (padding and font tag) for the right side menu button?

Cheers

Hey Micatuca, can you kindly share your URL so that I can take a look why that CSS isn’t working for you? The CSS I provided was to target the menu button which triggers the off canvas menu: https://ibb.co/dttXLxF

Kind regards

I’m just looking to edit a button I have created through the menu not the menu button itself, cheers

Sorry for the confusion, Micatuca. If you’ve used the Salient menu options to specify your button style on a menu item, then the following CSS should apply: https://pastebin.com/nv3hVvsJ

You can alter that

Hello.I changed number’s pleace from header to offcanvas menu and now i was regret.I wanna change number’s place to first version/How can i change this?

Hey elxanabas6,

Can you please open a ticket on the support forum in regards with your site URL so that we can take a closer look at the change you made to assist?

Thanks in advance

Hi ThemeNectar, The background video enabled on this row auto-plays and is on loop as expected on Chrome and Firefox, however, on Safari it displays a play button that cannot be clicked. Is there a preferred method for this to work on Safari? https://deminova.space/demo/

Hey webspacedesignuk,

It looks like your .webm version of the video might be encoded incorrectly as Safari seems unable to play it. I would suggest re-encoding it or just removing it and leaving the mp4 version only—all modern browsers can playback .mp4 file types and .webm isn’t explicitly needed anymore.

Kind regards

Hi, thanks for your response. It isn’t a problem with the .webm encoding as I have removed it to use only the .mp4 version and that displays the same issue on Safari. I’ve modified the codec of the .mp4 file (currently H.264) with no resolution either.

Aside from this, using a youtube link as a background video on a row displays the youtube user profile and controls briefly at the beginning. Thanks,

Hey webspacedesignuk,

Safari will not autoplay videos if you have your device in low-power mode. Can you confirm that’s not active on your end?

Thanks in advance

Hi. I have a pre-sale question. Can I have image/thumbnail navigation on the main slider, instead of arrows or bullets?

Thank you for your response. Will I be able to add a non hosted video to the slider, for example a youtube link?

Hey webtesa, the Nectar Slider currently only supports self-hosted videos.

Kind regards

Thanks. Your theme is very nice, but I wish you offered Revolution Slider with your theme for more slider options, since the one that comes with the theme is so limited.

pre-sale: you mentioned in your docs theres a major release upcoming. When is that scheduled for roughly?

Hey digitaldaddy, we’re aiming to get it out at the end of this month :)

Kind regards

When is it coming out?

Hey digitaldaddy, it’s targeted for Sunday as long as no issues pop up from the last beta group.

Kind regards

Hello, I have and old version of the template, and the website is getting a critical error because of an error coming from the template:

detected;php_FUNCTION_strreplace_1;/usr/home/pazderoda.com/web/wp-content/themes/pazderoda/functions.php

How can I solve this?

Thanks.

Hey ruben122,

Salient doesn’t use that function in the functions.php which is listed in the error message by default, so it sounds like there is a customization in your setup that’s causing the issue. If you’d like us to assist with locating the exact issue in your setup, please open a ticket on the support forum in regards

Thanks in advance

I will, thanks for the quick answer :)

You’re welcome, ruben122 :)

Hello, I am using this theme but unable to use its page builder because my previous website (100+) pages were built with WPBakery Page Builder, but when I disable that plugin and enable Salient WPBakery Page Builder, it breaks the code and does not work. How do I fix this issue?

Hey shajeefareedi, The snippet I provided will enable the elements within the core WPBakery that you previously used to create your pages in the Salient WPbakery page builder. By adding it, you should see your pages rendering without shortcodes showing when using the Salient version of WPBakery.

If you’re still seeing issues with it enabled, please open a ticket on the support forum in regards.

Cheers

I did it but did help. It blasts the whole site.

Hey shajeefareedi, if you’d like to open a ticket on the support forum with your site details we would be happy to take a look.

Thanks in advance

b1b Purchased

Hi, I have updated Woocommerce and an old issue came back. I have a warning:

Your theme (Salient Child Theme) contains outdated copies of some WooCommerce template files. salient/woocommerce/cart/mini-cart.php version 5.2.0 is out of date. The core version is 7.8.0, salient/woocommerce/single-product/product-image.php version 3.5.1 is out of date. The core version is 7.8.0,

Basically my single product slider is not cropping the images properly: https://livingconcrete.co.uk/product/concrete-steps-london/

Last time you gave me a fix but it now only works for the mobile screen.

@media only screen and (max-width: 690px) { .single-product [data-gallery-style=ios_slider] .product-thumbs .flickity-slider .thumb-inner { height: 14vw; } }

I haven’t updated my Child Theme because I understand that you don’t need to that ever ? :)

Best, Beata

Hey Beata,

1. That message will only display if you’re not on the latest release of Salient, 15.1.1: https://themenectar.com/changelogs/salient.html

2. Have you tried to regenerate your thumbnails yet since you’ve noticed the cropping issue?

Kind regards

b1b Purchased

Hi, I’ve updated the theme and re-generated the thumbnails but problem persisted. I added https://pastebin.com/xap8yK8j which you sent me before and that resolved the issue for now. It’s just weird that some images don’t conform no matter how many times I upload or rename them. Kind regards, B

Hey Beata,

I’m glad that you have it working now. If you’d like to follow up on this further via the support forum, I’d be glad to take a closer look into your setup.

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