Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 166,313 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38191 comments found.

Hi there, Is it possible to change the background position for mobile only? For dekstop I would like center center but for mobile i would like the image to start at the top (so top center f.e.). Hope this is possible! Thanks in advance. See this url: yinner.kleidi.nl

Hey again Abbenhues,

When using the row parallax background effect, you won’t be able to see the difference on mobile from changing the background-position. The image is scaled up using javascript to be able to cover the amount of space needed for the parallax scrolling effect. If your goal is to show more of the images on mobile, change the parallax background image speed from “medium” to “regular” or “subtle”.

Kind regards,

Thanks! Would it be possible to zoom in this first image on mobile behind the slider (https://yinner.kleidi.nl/ik-zoek-mensen/) ? There is no parallax setting in this row. Thanks in advance!

Hey Abbenhues, You can edit the top/bottom padding for mobile devices only to be a larger value than you have set for desktop: https://ibb.co/FnHzyCp

Increasing/decreasing that will change how much the image ultimately gets zoomed in.

Hi there, On this page: https://yinner.kleidi.nl/ I have a background video. On mobile this video is really ‘zoomed in’ so the faces of the video are really big and just lined out in the screen. Is there a way to zoom the video out a little bit more but keep the full screen? The video should be big enough in width and height (see desktop). Thanks in advance!

Hey Abbenhues,

Since your row is set to fullscreen, the video is scaled accordingly to the size needed in order to fill the height of the screen. Since the aspect the ratio of a video (16:9) is quite different than a portrait-oriented smartphone, your video will crop quite a bit. The only way to start zooming out the video would be to disable/reduce the full height option for mobile:

@media only screen and (max-width: 1000px) {
.wpb_row.vc_row-o-full-height,
.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height > .span_12 {
  min-height: 75vh!important;
}
}

Well, that’s a great fix! Thanks again!

You’re welcome Abbenhues :)

My support is running out, so the only way is to post here. Is it possible to customize/edit single post template in the WPBackery? I tried to edit the default blog page, but there is no option to do so.

Hey piseth,

Unfortunately, you can’t edit the core template using the page builder – It’s only available to handle the content within each post. Modifications to the template would require copying the salient/single.php file into a child theme

Kind regards,

Hi, on Google Pagespeed insights I get the following issue regarding preload key requests. Is there a way of overriding or removing this request? As I don’t believe I am using these on my website (fontawesome webfont files) -

Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load. Learn more.FCPLCP URL Potential Savings …fonts/fontawesome-webfont.woff?v=4.2(mychefskills.com) 5,760 ms …fonts/icomoon.woff?v=1.1(mychefskills.com) 5,130 ms

Thanks,

Rory

Hey Rory,

You can remove font awesome form your setup by adding the following snippet to your child theme functions.php file:

add_action( 'wp_enqueue_scripts', 'salient_child_dequeue', 100);
function salient_child_dequeue() {
wp_dequeue_style( 'font-awesome' );
}

Kind regards,

site is completely broken suddenly. Warning: Creating default object from empty value in /home/customer/www/website/public_html/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/class.redux_filesystem.php

Hey bastinald,

That error would come about if you’ve updated your version of PHP to 7.4 and have not updated to the latest version of Salient yet (v13+). It’s likely that your hosting company updated PHP for you if you didn’t do it. You can read about updating Salient here: http://themenectar.com/docs/salient/updating-salient/

Kind regards

Hi there, I got some trouble again with the tag and (blog) category pages. The style is having some issues. Only 1 small column on the left and lots of empty spaces on the right. Next column also start below instead of next to the other. Checked all custom css but nothing there. Any idea?

Hey Mikel2020,

Have you also tried to disable your child theme and activate the parent theme to ensure it’s unrelated? If so, since that’s not a known issue, please reach out via the contact form on my author page with temporary admin access so that I can take a closer look.

You are right. Something with a child theme file. Thanks for helping me out.

Glad I could help, Mikel2020 :)

Hi, would it be possible to have my hamburger (and menu) on the left side in stead of the right side on desktop? See this website: https://uxcode.nl/ . On mobile it’s on the left and I would like that on desktop as well.

Hey Abbenhues,

The only way to allow that on desktop would be to set your “Header Mobile Breakpoint” in the Salient options > header navigation > mobile header tab to a large number e.g. 5000

Cheers

Good morning,

In the pricing column on this page text from different inputs is placed side by side.

https://mavenservices.vulcanstudio.co.uk/maven-payroll-bureau-services/

How do I resolve this?

Hey vulcanstudio,

In the pricing column text content field, select your items and convert them to a list like so: https://ibb.co/mzgJbvt

Cheers

Thank you! That worked perfectly!

Glad that I could help, vulcanstudio :)

How to disbale em animation? I tried various css but failed.

https://cln.sh/zdLWus

Hey utsavchopra,

If you’re using Salient v13+, you can use the following CSS snippet:

.nectar-highlighted-text:not([data-style="text_outline"]) em {
    background-size: 100% 80%;
}

If that doesn’t work for you, kindly share the page URL so that I can take a look at your settings.

Cheers

Hi, I have few questions

1. How do i change the description of the category in Skincare menu ? https://ibb.co/p3Ddtxf 2. Im creating a VIP Page where only paid subscriber will have access. All all the products will be on a specials discount for the VIP subscribe. Can that be made ? 3. How to add Custom Font? Font name: Gill sans

Hey hotpop,

1. In Appearance > Menus, you can enable the description field to be visible for every menu item in the screen options tab.

2. You’ll need to use a WooCommerce plugin addon to accomplish that functionality

3. You’ll need to use a child theme to enqueue the font or you can simply use the plugin Use Any Font

Cheers

Thank you guys !!!

You’re welcome, hotpop :)

Hi, I’m installing a new site and downloading a demo, but getting a strange breadcrumb in the middle of everything: https://imgur.com/a/QUS2V6b How can I disable this? https://brandinglabprd.wpengine.com/gracias-2/ Thanks!

Hey apinzon,

Those are coming from the Yoast SEO plugin. You can disable the breadcrumbs in their plugin options: https://yoast.com/help/implement-wordpress-seo-breadcrumbs/#:~:text=To%20remove%20Yoast%20breadcrumbs%2C%20toggle,the%20settings%20to%20your%20preference.

Hi, I just went to my site and am getting the following error;

Warning: Creating default object from empty value in /home/customer/www/ewburman.com/public_html/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/class.redux_filesystem.php on line 29

Any idea on what is causing this or how to fix?

Thanks!

Hey andyb809! That error would come about if you’ve updated your version of PHP to 7.4 and have not updated to the latest version of Salient yet (v13+). It’s likely that your hosting company updated PHP for you if you didn’t do it. You can read about updating Salient here: http://themenectar.com/docs/salient/updating-salient/

Kind regards

Hello,

Thank you for adding the “rotatings word”. I wanted to know if it was possible to change only the colour of the rotating text?

Thank you in advance.

Hey MAJMonaco,

You can accomplish that by adding this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:


.nectar-rotating-words-title .dynamic-words {
    color: #00c4ff;
}

Kind regards,

Thanks perfect

Glad I could help, MAJMonaco :)

Hi,
We added a testimonial slider to the footer and there’s no testimonial slider on the main page. It means the nectar-testimonial-slider.js will not be enqueued.
Can you please give us a code snippet we can put in the functions.php to enqueue the nectar-testimonial-slider.js to before the end of body tag?
Thank you!

Sorry, I fixed it

Hey djmalibiran, I’m glad you were able to figure out what you were looking for.

Kind regards,

Hello!! how do i achieve the SKINCARE DEMO mega menu??? thanks!

Specifically, add a category below another…

oh, i got it! usins submenus and hidding title… thanks!

Hey paulinavargasin, I’m glad you found what you were looking for. You can also find the relevant documentation here: http://themenectar.com/docs/salient/salient-menu-options/

Cheers

Hello I’m trying to install from the demo importer, but I’m unable to find e-commerce robust

Hey KARMAESTRATEGIA,

Please ensure that you’re using the latest version of the theme (13.0+) and the Salient Demo Importer plugin (v1.3).

Hi ThemeNectar, using the template for e-commerce robust, where do I change the footer info?

Hey KARMAESTRATEGIA, that’s created/editable through the new global sections feature: http://themenectar.com/docs/salient/page-builder-global-sections/

Hi ThemeNectar,

Currently, when a Page Submenu (sticky enabled) reaches the top of the browser it remains sticky throughout the entire page. Instead, after the relevant content is reached, I would like the submenu to stop sticking and/or disappear. Is there a class/id (or another method) that can be added to the following row that will disable the submenu sticking on further scroll?

Hey webspacedesignuk,

Unfortunately, there’s no functionality for that built-in and no class name gets added once it passes a certain point – that would require custom javascript.

Emergency! My site WpBakery is not working. I am not able to edit anything on the website. I’ve checked and all plugins and systems are up to date. Why is this happening??

Hey kaagency,

Please try to deactivate your third party plugins to see if one of them is causing the issue, if none are, please reach out via the contact form on my author page with temporary admin access so that I can take a closer look.

Kind regards,

Can I build a business/medical/restaurant directory with this theme with user reviews?

Hey amgchase,

Salient is capable of building a business/restaurant site – we have demos for both of those categories:

http://themenectar.com/demo/salient-restaurant http://themenectar.com/demo/salient-business http://themenectar.com/demo/salient-business-3

There is also a testimonial page builder element for you to create uniquely designed reviews. However, there’s no functionality to collect user reviews from a submission form if that’s what you’re looking to do.

Cheers

Hi Themenectar! This may be a silly question, but how do I create a nectar slider where the title stays static and it’s just the images that change in the background? Thx!

You’re welcome anagcan :)

Yes, you can enter a mailto link directly in the button link field like so:

mailto:email@domain.com

duh, that was easy… thank you!! <3

Glad I could help, anagcan  :)

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