Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 167,448 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38272 comments found.

Hi, How to set line-height in mobile https://prnt.sc/yoU-FbL3Mipc ? In Dekstop Look Nicehttps://prnt.sc/Ow88rn8-jbOO. This is Portfolio, how to set?

Hey shaky512, I would need to see you actual URL and settings in order to assist. Kindly open a ticket on the support forum in regards

Hi, im using Salient MAG, already on display date on blog archive https://prnt.sc/qbbmNgcijplT but in front end still can’t display the date . This is Blog>Post Meta>Archive Setting https://prnt.sc/7lLar0n-rWDKhttps://prnt.sc/eSssJwlwVesbhttps://prnt.sc/Tq3vNyKMpCeN

Hey shaky512, that will be corrected in v 2.0.6 of the Salient Core, which is due out tomorrow.

Kind regards

Hi. How do i add the ability to choose size and style on a product on the eCommerce options?

Hey SANDigital1, you can accomplish that by using WooCommerce variable products. Here is the relevant documentation on that product type: https://woo.com/document/variable-product/

Kind regards

Hello – Wordfence is notifying me that the Salient Core plugin has a critical vulnerability. Will this be fixed soon?

Hey cudedesign,

That was patched in v2.0.3 of the Salient Core, which was released 8/10/23: https://themenectar.com/changelogs/salient.html#16-0-5

You can read about updating from here: https://themenectar.com/docs/salient/updating-salient/

Kind regards

Hi ThemeNectar,

Happy New Year!!!!

I am modifying some of the CSS on smaller devices and I’ve run into the problem with the parent theme CSS being used and not the CSS found within the Child CSS.

Other than removing the ”!important;” text from the parent CSS, is there a way to ensure the CSS found in the Child CSS is always used and not the parent CSS. The main issue I have is with the Nectar Slider.

neileverosborne.com

Any help would be greatly appreciate it. Many thanks.

Best, Alan

Happy New Year, Alan!

It looks like you have quite a but of custom css (> 2k lines) so I’m not sure which of your rules you’re having a specificity issue with. However, generally, you can still override a rule that uses !important, as long as you make your rule more specific. If you’d like to share a specific rule you’re having an issue with I’d be glad to provide an example.

Cheers

Thank you for the quick reply, appreciate it.

The CSS I am having an issue with is the one that control the Nectar Slider copy which begin with “Neil Ever Osborne”.

I have a snippet of CSS code called, “NEOcredits” which works across most devices and sizes but at a certain size the parent CSS listed below takes over but it only seems to affect the font size and line height.

.nectar-slider-wrap[data-full-width=”true”] .swiper-slide .content h2, .nectar-slider-wrap[data-full-width=”boxed-full-width”] .swiper-slide .content h2, .full-width-content .vc_span12 .swiper-slide .content h2

As you can see from the attached screenshot the font size and line height for my CSS is crossed out. Reference image: https://prnt.sc/Ljwhg60aEUrN

Also, is 2k+ custom CSS too much?

Best, Alan

Hey Alan,

2k lines isn’t too much, I was just mentioning since I would be unable to easily find which rules you were referring to without a reference.

You can switch your selector from:

.NEOcredits {
}
To be this instead:
#ajax-content-wrap .NEOcredits {
}

Kind regards

Hi, I have a problem with form buttons not working on mobile versions of

https://1984studio.pl/casting/

The buttons are used to attach photos and videos to the form.

I used the Ninja Forms plugin for this.

I left Private Ticket #3552694 with this problem.

Thanks, Jacek

Hey Jacek, I can see you were already responded to on that ticket earlier today, but for anyone else who may come across this,

You will need to deactivate the “Page Full Screen Rows” functionality or enable the option “Disable On Mobile” within that feature’s metabox to allow custom click events to bind normally on touch devices.

Cheers

Can I create a header on the homepage similar to https://prnt.sc/5ueoxkOJQ0fn with a menu, text, search bar, and linked images, followed by 40 posts displayed in a 5×8 grid-like https://prnt.sc/4TxPfl4a4jxr, and then a footer? Can I see what templates are included in Salient Studio?

Hey Mo308, you could create a layout similar to that except for the search bar under the menu. Salient currently only provides a search bar which is triggered inside of the header navigation bar.

Kind regards

Is there a workaround to add a search bar under the menu? It’s critical for my website as most of my visitors use it.

Hey Mo308,

You would need to manually create the form via the the raw code element, as there’s no built-in element.

Kind regards

I’m using the EventOn plugin and I would like to present the events using the “Post Loop Builder”, but it does not have the option to order by Event Date. How do I change, or add, one of the options in “orderby” inside the “Post Loop Builder”?

I contacted EventOn plugin support, see what they responded to:

“Hello,

Instead of evcal_start_date, please try

evcal_srow UNIX event start value

evcal_erow UNIX event end value

From this guide:

https://docs.myeventon.com/documentations/event-post-meta-variables/"

I made the change as requested by them, but it’s still not working.

I managed to solve it!

Here is the solution code:

add_filter(‘nectar_post_grid_query’,’salient_child_mod_post_grid_query’);

function salient_child_mod_post_grid_query($query) { }

// Checks if the post type is 'ajde_events'
if(isset($query['post_type']) && $query['post_type'] === 'ajde_events' ) {
    $query['meta_key'] = 'evcal_srow'; // Metadata key for sorting
    $query['orderby'] = 'meta_value'; // Sort by metadata value
}
return $query;

Tks for idea to do a custom meta query.

Hey metropoleonline, I’m glad to hear you were able to figure it out :)

Cheers

Hi There,

quick cart preview is cutoff for me from my account page when users are logged in. Kosaa.ca

Hey druffzy,

It looks like that’s occurring due to the “Header Blur Background” option you have enabled. 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:

body #header-outer {
  backdrop-filter: none;
}

.woocommerce-account .woocommerce.widget_shopping_cart {
  max-width: none;
}

Happy Holidays

Hi ! Hope you’re fine ! :-) In advance I wish you all the best for 2024. Since I’ve updated the WP Version (last version) + Salient (last version, updated the complete framework & plugins) – my pages are blank/empty. I’ve lost the option “edit page” in top wp admin bar. What I’ve done wrong ? Does Salient complete with the last version of WP ?

Thanks !

Thanks a lot, pastekbe!

Salient is compatible with the latest version of WordPress. It sounds like there’s a fatal error occurring in your setup. You’ll be able to see the specifics of the error in your PHP error log. If you need further assistance with that, kindly open a ticket on the support forum in regards

Happy Holidays :)

Thank you ! For information I debug the issue, it was provocated by Polylang extension. The lastest version of this multilangual plugin is necessary to avoid any conflit. (Error JS) – if it can help someone around there… :-) Happy new year !

Hey pastekbe, thanks for following up!

Cheers

Need to get rid of the hover background/color on gallery images. I used css for the View More button but can’t get rid of the hover color. Thanks

Thanks creativeone, I’m glad I could help! :)

Hi again, This worked great, however, there is a zooming happening on mouseover of the image and the client doesn’t want any zooming or enlarging of the photos. How can I get rid of zooing? Thanks

Hey creativeone,

Here’s another snippet to also remove that effect:

.wpb_gallery .portfolio-items .col img {
 transform: none!important;
}

Kind regards

With WPBakery rolling out their latest version that includes WPBakery AI, do you guys plan on bringing this over to the Salient version of WPBakery? If not, if we wanted to utilize this new feature how would we do so since you have a modified version of WPBakery and it is baked into their version?

Hello wpcodeus,

WPBakery currently does not offer that feature to authors who bundle the plugin with their themes. When we update the Salient version of WPBakery to include the feature, you will still need to purchase the core WPBakery version and have an active support license for the core version to be able to use that feature.

Kind regards,

Hi, how can I get the sub-menu to appear in two columns?

Hey altamirano,

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:

#header-outer .sf-menu>li:not(.megamenu)>ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

Kind regards

Hello, I am using Ecommerce-Ultimate Demo: 1. The product sliders at the home page are not work and this is the error message I am getting. This is the error message I am getting:

[nectar_woo_products product_type=”all” category=”accessories,hipster-style” columns=”dynamic” orderby=”rand” order=”DESC” carousel=”1″ script=”flickity” flickity_controls=”arrows-and-text” flickity_heading_tag=”h2″ carousel_script=”flickity” per_page=”8″ flickity_heading_text=”The Latest Accessories” flickity_link_text=”Shop All Accessories” flickity_link_url=”http://themenectar.com/demo/salient-ecommerce-ultimate/index.php/product-category/accessories/”]

2. When I click on shop it is not clickable, it would not take me to the shop page and I don’t the demo product.

Here is screen shot image of what I am talking about, with a list of plugins that I am using: https://prnt.sc/GjJWXUUiktWw

Thank you!

Hey visualpaint! It seems as though you have not installed and activated WooCommerce before doing the demo import. I would recommend deleting the imported content, installing WooCommerce and then running the importer again.

Kind regards

Thank you! 1. Do I need to use a plugin to delete imported content? if so, which plugin would you recommend? or is there a specific location I need to go in you theme to delete the imported content? 2. WooCommerce in not included into the plugin your theme is recommending, should I just get it from the plugin store?

Hey visualpaint,

WooCommerce is listed as a required plugin when you click on “Import Demo” for the eCommerce Ultimate demo: https://ibb.co/qYQnYZm

You can install/activate it from that modal, or prior to doing to import in the Plugins section of WP admin. You can also use a WP reset plugin if desired to make your life easier.

Kind regards

plz check this screenshot when I update something the loading button taking a lot of time without making any update https://drive.google.com/file/d/1d2z-Lc0_Ci4JYWND7TZ0ItLBz4eBpjPC/view?usp=sharing

Hey mahmoudy2k, it seems like there’s an issue with your WordPress setup taking this and your previous comment into consideration. Please open a ticket on the support forum in regards so we can take a closer look to assist.

Kind regards

is there a way to use this in a shortcode or display this information on a post? nectar_blog_post_view_count

No worries barreoblique :) Sorry for not replying to that email – I sent over a response earlier today!

Yes, no problem. I understand that. Btw, here my code, for those who want to use with that shortcode [nectar_blog_post_view_count].

function nectar_blog_post_view_count_shortcode() { $post_id = get_the_ID(); $view_count = get_post_meta($post_id, 'nectar_blog_post_view_count', true); if ($view_count !== '') { return '<i class="fa-solid fa-chart-line" /> ' . esc_html($view_count) ; } else { return '0 stats'; // Default value if the meta key is not set } } add_shortcode('nectar_blog_post_view_count', 'nectar_blog_post_view_count_shortcode');

Thanks for sharing, barreoblique :)

Hi, I have an error when uploading the website to my server, the pages show the URL with www.example.com/index.php/overview and give me and error message that page not avilable… I change the url path form premialink but not work, also when I am using edit the page with Edit with WPBakery Page Builder it show a white page

Hey mahmoudy2k,

There’s nothing within the theme which would cause a redirect to the url /index.php/overview. Have you contacted your hosting company yet for further assistance? Please follow-up in regards on the support forum https://themenectar.ticksy.com/ticket/

Thanks in advance

Hi, i bought Salient months ago, i can’t update no matter what more than v.13 while the Child doesn’t activate , i’m on php 7.3 or .4 is 16 compatble with ?Thanks and hava a good Xmas

Hey EmanueleMarea,

Version 13 came out in 2021, and the current version is 16.1.2. Which of the update methods have you tried? Salient is compatible with PHP 7.4, but PHP 8.1 is recommended.

I hope you enjoy the holidays as well :)

I set normally animations in a simple text bloc. All is ok but when in mobile/responsive mode view the animation do not show. Please you just can tell why??

Hey khampol-v, If you have already ensured that the theme option titled “Page Builder Element Animations On Mobile Devices” is enabled in the Salient Options > General Settings > Functionality tab, please open a ticket on the support forum in regards so that we can take a look to assist.

Kind regards

Wow this is it! Thanks so much support.Have a nice day :)

Glad I could help, khampol-v :)

Hi, can you show me how to set video in nectar slider can show in mobile too, i can see in dekstopbut can’t see in mobile

Hey shaky512,

There is no additional configuration which would be required in order to have a slider persist in mobile view. Kindly open a ticket on the support forum in regards

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