Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,238 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38440 comments found.

Is it possible to put nested columns in the footer? I’d like to create a 6-column layout without going into the code.

Hey arteest,

Unfortunately there’s no way to do that without writing some code – you could use columns within a custom HTML widget like so: https://pastebin.com/KQmhPiFi

Hi, is there any way we can amend the dimensions or height of the recent posts widget as they are currently very tall and the featured images are pixelating.

Thanks

Hey Micatuca, could you kindly share your URL in regards so I can take a look?

Thanks in advance

Cheers, that’s been sent in a private message

Thanks Micatuca :)

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.nectar-recent-posts-slider_multiple_visible[data-columns="2"] .nectar-recent-post-slide, .nectar-recent-posts-slider_multiple_visible[data-columns="3"] .nectar-recent-post-slide, 
.nectar-recent-posts-slider_multiple_visible[data-columns="4"] .nectar-recent-post-slide {
    padding-top: 25%;
}

Hi! How can I change the color of the underline animated line from the secondary menu? Using the e-commerce creative theme. Thanks! https://i.imgur.com/K53icm3.jpg

Hey itos84!

add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


html .material #header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li >a:after {
  border-color: #ff1053!important;
}

Cheers

Thanks! It works! Great support.

Glad I could help itos84 :)

Hello I have one issue with my web. The fonts on mobile version are broken please check the image:

https://imgur.com/a/uSHBXPS

How can i change size and font in offcanvas menu ?

Also I have problem with video on mobile devices, the video is not showing :

https://imgur.com/a/5DpmxQ4

The url web : http://upcoming.sk/

Thank you :-)

Hey Erosko :)

1. Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.mobile #slide-out-widget-area.fullscreen .inner .widget.widget_nav_menu li a {
   font-size: 28px;
   line-height: 36px;
}

2. Mobile self hosted video support was added in V9 of Salient, it appears you’re using an older version of the theme

Cheers

Hello guys!

We are very fans about Salient theme, very nice work ;)

We want to share a little custom code for the mobile menu (material theme) when you have a submenu and his parent is a link. With this code, the parent is still clickable and the menu is already unfolded. The code JS need a little custom CSS.

- CUSTOM JS -

jQuery(document).ready(function($) { $(’.titremenu’).each(function() { var $a = $(this).find(‘a’).eq(0); var href = $a.attr(‘href’); if (href && href!=’#’) $a.unbind(‘click’); }); });

- CUSTOM CSS -

.menu, .open-submenu .sub-menu { max-height: none !important; }

Hey Arkanite, that’s awesome to hear :)

Thanks a lot for sharing that!

Cheers

Hi there! hope you had an amazing weekend. I have to simple questions… Where can I find the code line for the button “Read Article” from the blog?? I need to translate this button. And the same thing for the search bar, where is the code line to change “Search” and “Hit enter to search or ESC to close” Thanks for your time and support

Hey rasheedny, I was referring to this: https://ibb.co/GJbFRmK

Oh okay! Great thanks for your time and support. Enjoy your week

You as well rasheedny :)

Hi guys, just wondering how I change/edit the social media icons in my slide out menu (for mobile). My site is http://digitaloutlaw.com.au. Thanks in advance

Hey DigitalOutlaw

Do you have the links entered like so?

mailto:name@domain.com

tel:xxx-xxx-xxxx

Thank you that now works!

Glad to hear DigitalOutlaw :)

Hi, could you tell me please how to change the to-top icon? I want to change the border %

I’m sorry but in the corporate demo It seems it doesn’t work

Hey webDes13, can you share the URL in regards so I can take a look?

Thanks in advance

The website is not online….it doesn’t matter.

Hi there,

I’m trying to add a YouTube video as a row background. The row has a shape divider and when I add YouTube video it’s not showing it on the divider part. YouTube video is shown only in the square, and the shape divider has grey background. Like here: http://prntscr.com/mjihn9 . We found a solution for this by adding videos directly hosted on our servers, however that makes the website load really slow, I reduced the video size to 2.5MB but it’s still really slow. Is there a way to show YouTube video with a shape divider? So it would look exactly like this: http://prntscr.com/mjiizp, the only difference would be that the video is hosted on YouTube?

Thanks, Anja​

Hey,

the Youtube BG aspect is a core feature of the WPBakery plugin, we’ve only added the functionality to handle self hosted (webm/mp4) however I’ve noted the idea for Vimeo. Youtube changed their API to not allow hiding that top metadata (to discourage video BGs) however, a workaround would be to add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


.nectar-youtube-bg {
    transform: scale(1.15);
}

Excellent, that worked! :) Thanks so much for your help!

Best, Anja

Glad I could help Anja :)

Hi. I’ve updated my support for this but Envato is still showing the old purchase code and your ticket system doesn’t seem to do anything when I click verify purchase on Envato. Please advise… I need to fairly urgently resolve the mess that WP 5.0 has created in my pages! James

Hey jpryce, ticksy takes a couple of hours to propagate new support packs – are you still having an issue?

Cheers

Thank you for your kind explanation. I contacted the hosting company to resolve the above issue.

1. http://themenectar.com/demo/salient-agency/ Demo name : Agency I’d like to use my stomach demo.

But I finished installing the demo. It’s not reflected on the site. Can we see why?

Hey chomyungjin, could you kindly share the URL in regards so I can take a look?

Thanks in advance

Hello ThemeNectar! First of all, congrats for the theme. I’m working on a copy of Salient that a client of mine have already bought. I have a problem: the cart icon in desktop view does not link to the cart page, it links instead to home page. This doesn’t occur when i tap the cart icon on mobile. Any help? Thank you in advance

Solved. Thank you anyway

Hey GIORGIDESIGN, thanks a lot :)

Glad to hear you got it sorted.

Cheers

Still loving this theme and the support given to it, highly recommended to anyone considering it! I’m trying to do something a bit out of the box with the raw js and wondering if something like this is supported? https://vincentgarreau.com/particles.js/

If so how would I go about implementing this?

Hey ReverseEnginear, glad to hear :)

You could integrate that in a custom manner – the script would need to be added via a child theme: https://developer.wordpress.org/themes/advanced-topics/child-themes/#enqueueing-styles-and-scripts and then you could initialize it within a page via the raw JS page builder element accordingly to the docs: https://github.com/VincentGarreau/particles.js/

Cheers

Will Visual Composer be coming out with the option to direct edit text on the front end by clicking on the text without a separate modal window? This is what DIVI builder allows and would be great if VC could do it soon.

Hey ehong33234, we are not the developers of the WPBakery page builder (formerly visual composer) plugin, you can make feature requests on their comment section here: https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments

Cheers

Hi Phil,

Is it possible to have menu that unfolds for Page Submenu like mobile? for wide screens. if so how can I do that? :) thanks

Hey RV73,

Not quite without some custom development at the moment since that logic is constrained to a mobile screen size however i’ve noted the idea on the wishlist

Cheers

Ok thank you for reply, yes it would be good if we have several long titles, it will be cleaner than if it takes two lines. ;)

Cheers

Thanks for the further clarification RV73 :)

Cheers

I’ve purchased a lot of themes off Envato, and Salient is my favourite. Unbelievable theme option, design and support!

Hey djb19, that’s really awesome to hear! Thanks for taking the time to write that :)

Cheers

Hey, I have a problem with Salient 9.0.1 on one of my servers:

The field Custom CSS Code on one of my servers is active. On another it is inactive. This is the same website – a copy of the site. How do you activate Custom CSS Code? Why is it not working?

Other fields work, for example: Google Analytics or Google Maps API Key

Thank you for your response.

Hey arquaero,

Could you kindly open a ticket in regards with your admin credentials on the site where it’s not working so we can take a closer look? https://themenectar.ticksy.com

Thanks in advance

I can not – my technical support period has ended ;-(

Hey arquaero, could you then instead please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Thanks in advance

Hi,

I get the following error when selecting category on the site: Uncaught TypeError: dropdown.parentNode.submit is not

Do you know how to solve this issue? :)

Thanks in advance

Sure CHRSCHOU, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Hi, i sent you an e-mail. But i haven’t heard anything from you yet? :)

Sorry about that CHRSCHOU! I located the email and responded earlier today in regards

Cheers

Hi again!! I have a image with hotspots. I need that funcionality on desktop be the same that mobile version (with click to open info and close button) . is it possible? thank you

Hey jagu51,

The hotspots should still allow clicking to open on mobile devices, can you kindly share your URL in regards so I can take a look?

Thanks in advance

Hello, I have a problem with the custom CSS functionality: the field is black and I cannot type anything inside of it. Why is it black? I have the latest versions of Wordpress, Salient and the extensions. Thank you.

Hey leynaa,

If you’ve already verified that no third party plugins you may have active are causing that, please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com

Thanks in advance

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