Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,224 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Hi ThemeNectar,
You have a really slick looking category block (Category Grid) where you can set the gutter to none and get those sharp, seamless edges in a masonry grid. But unfortunately for me, it’s only available for the blog categories whereas I’d like to use it for the blog/ recent posts block(s). Any chance for a CSS snippet that could do that?

Hey BlueScreenPanda, if you could also share the URL to your current blog page I’d be glad to.

Cheers

Hi there, when do you think your update for this awesome Salient theme will go live? There’s quite a few bug fixes it seems in there which I’m keen to use before I launch a site.

Hey DailyOffices,

The expect that it will be out early next month. If you’d like a copy of the beta when it’s ready, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Sent. ThemeNectar, just sharing some love by saying that honestly you guys would win my vote if there was ever an award for best theme of all time.

Thanks so much DailyOffices :)

I’ve got another client I want to send to your awesome $alient for their own purchase, they were asking if the animations in your demos (like animated Titles, column fade ins) could work on mobile view?

Hey sterlingwilliam :)

As of now that would require some custom development – however it is an item on the wishlist that will likely become an option in the future.

Cheers

Hi

In your demo you can easily click through tabs without page reloading. But when I use tabs on my own page, every time I click to change the tab, the page reloads. Where can I change this?

Thank you in advance!

Hey kpoldots, are you referring to the tabs “Cultivation in the greenhouse” and “Cultivation in the open ground”? I can’t seem to get the page to reload when changing between links, however I can see the page jumping up a bit since the tabbed section is the last element on your page- is that what you’re referring to? If so, add this into the custom css box located in the Salient options panel > general settings > css/script related tab to fix that:


.wpb_wrapper.tabbed {
    min-height: 540px;
}

Thank you very much, this one did the trick!

You’re welcome kpoldots :)

Hello, Any way to translate “search” from the Search Box ? php file ? Regards

Hi thanks but i think it’s not a widget. It’s the field on click to the magnifying glass on the header close to user panel and cart. “SEARCH” “hit enter to search or esc to close”

It’s solved with “say what” plugin thanks

Glad to hear rafyc :)

Hi,

Feature request: Can you consider adding colors to shadows? Like this theme does with the buttons and the icons. https://ld-wp.template-help.com/monstroid2/default/home-corporate/ its have different shadow color.

Also, the mega menu of that theme is very nice too.

Also, is there any news for the new update?

Thanks

Hey toolbox101,

I’ve noted the idea on the wishlist :) The expect that it will be out early next month. We’re hard at work on the new Envato theme guidelines right now and want to make as seamless as possible for users.

Cheers

Hello dear support team. i have some errors. using digitalocean droplet serverpilot 7.3 mysql latest

1st. when i update page i got this error pls help i think its about php version error

Warning: preg_match_all(): Compilation failed: invalid range in character class at offset 11 in /srv/users/gobaku/apps/gobaku/public/wp-content/plugins/js_composer_salient/include/autoload/hook-vc-grid.php on line 163

Warning: Cannot modify header information – headers already sent by (output started at /srv/users/gobaku/apps/gobaku/public/wp-content/plugins/js_composer_salient/include/autoload/hook-vc-grid.php:163) in /srv/users/gobaku/apps/gobaku/public/wp-admin/post.php on line 222

Warning: Cannot modify header information – headers already sent by (output started at /srv/users/gobaku/apps/gobaku/public/wp-content/plugins/js_composer_salient/include/autoload/hook-vc-grid.php:163) in /srv/users/gobaku/apps/gobaku/public/wp-includes/pluggable.php on line 1251

Warning: Cannot modify header information – headers already sent by (output started at /srv/users/gobaku/apps/gobaku/public/wp-content/plugins/js_composer_salient/include/autoload/hook-vc-grid.php:163) in /srv/users/gobaku/apps/gobaku/public/wp-includes/pluggable.php on line 1254

Hey godsky, the Salient page builder is only compatible up to PHP 7.2 as of now, we’ll be releasing an update shortly to fix that. If you’d like access prior to then, Please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Thanks in advance

Is there any way to have a different menu for mobile devices? On our site we have a sticky header with some buttons on desktop; and on mobile we have sticky too but that forces the off canvas navigation and the buttons don’t work so well there.

Can we not simply assign different menus to off canvas area so we can remove the buttons?

Hey pinkgerbil, that would require custom css or the use of a plugin as of now. If you can share your URL I’d be glad to provide the needed snippet.

Cheers

Hi, how to add video like this which plays automatically http://themenectar.com/demo/salient-promo please advise.

Hey astutestudio, as of now that would require custom css as there’s no option within Salient to add something like that by default.

Cheers

Can you provide me custom css and tell me where to apply please?

Hey astutestudio, Unfortunately that amount of custom code required for that is above what we can readily provide in here

Is there a way I can have a full width row with inner row inside that is not full width?

Hey ivoryred, are you trying to have the parent row use the full width content row type? If so, it would require custom css to limit the width of the child to the maximum amount desired.

Hi there,
You guys provided a code snipped to make TypeKit fonts work, but for some unknown reason to me, it has suddenly stopped working.

This was the code:
function salient_redux_custom_fonts( $custom_fonts ) { return array( 'Typekit Fonts' => array( 'futura-pt,sans-serif' => "Futura PT" ) ); } add_filter( "redux/salient_redux/field/typography/custom_fonts", "salient_redux_custom_fonts" );

Any idea why did it stop working and any chance for a solution?

Figured part of it—turns out if you install the Use Any Font plugin, the font row disappears and gets replaced by “Use Any Font”. Any chance to make both work?

Hey BlueScreenPanda,

It looks like that plugin is overriding it with line 58, of use-any-font/includes/uaf_editor_setup.php – you could bump up the Salient child theme filter to still take effect by changing the priority like so:

add_filter( "redux/salient_redux/field/typography/custom_fonts", "salient_redux_custom_fonts", 100 );

Cheers

Hi ThemeNectar,

I used your theme in 2 blogs by my own. After update to salient 10, one of the site seems missing infinite scroll function. (the other one works well)

I mean I setup infinite scroll in many pages, but none of them work. e.g. http://islandren.com/hotels I cannot find what’s the issue, could you please help to check?

And I also wonder if it’s the kind of case I need to renew the support first.

Thanks in advance!

Best, Spike

That’s strange – I was using the same version. Could you kindly reach out via the contact form on my author page with temporary admin credentials so I can log in to take a closer look at everything? https://themeforest.net/user/themenectar

Thanks

Thanks, I tried with other browsers and other computers, all works well. only chrome within my laptop shows different, I believe it’s local setting issue.

Thanks for your help!

Spike

You’re welcome Spike :)

Hi, is it possible to make flip boxes flip on click instead of hover?

Hey BigLittleFish, that would require some custom modding to the salient/js/init.js file as of now, however I’ve noted the idea on the wishlist

Cheers

seems that we can’t forced the mansory gallery to fit 4 columns, always stayt at 5

Hey bewaremag, please share the relevant page URL so I can take a look at the settings.

Thanks in advance

can i send it by mail ? Cheers

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

The social media icons in the footer don’t update on the frontend after updating them in the dashboard. What may be the reason?

I removed Google+ link from the dashboard and added Medium and Mail, but Google+ is still active.

Hey salman_rvf, Have you disabled it from this section within the options panel? https://ibb.co/1vJ5nnd If so, 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

I am trying to change the background color on certain pages. I tried using the post id in CSS, but it doesn’t seem to work. How would I create a custom background color for certain pages within this theme? Thanks.

.postid-5867 { background-color: #193e86 !important; }

Never mind. I got it to work. I was using ’.postid’ instead of ’.page-id’. Thanks

Hey kidmarvel, I’m glad to hear you were able to sort it.

Cheers

I’m using the current version of Salient 10.0.1. I’m seeing 2 social media icons in the main menu. I’ve tried to find the offending code and it’s a padding top and bottom issue. I just can’t find it in the code.

My website is https://winterhavenairconditioning.com/ so you can see what I’m talking about.

Hey floejoe,

Change your custom CSS to use margin instead of padding, i.e. this:

header#top nav > ul > li > a {
    margin-bottom: 31px !important;
    margin-top: 63px !important;
}

instead of this:

header#top nav > ul > li > a {
    padding-bottom: 31px !important;
    padding-top: 63px !important;
}

Cheers

I don’t see any option to disable loading on scroll. Is there any option on settings?

Hey RingLead_Marketing, are you referring to the infinite scroll pagination for the blog/portfolio? If so, that option can be configured in the Salient options panel (for archive pages) and directly in the page builder element if you’re using one. If you can not locate it, could you kindly share your URL in regards so I can take a look at your setup?

Thanks in advance

Hi there,
I’m looking for an ad hook or an ad plugin that would work seamlessly with Salient. Do you have a suitable recommendation?

Hey,

I don’t have a specific one to recommend, have you encountered issues with one already? If so, please let me know the name.

Thanks in advance

Hi there,
Is there a way to modify the aspect ratio of the blog feed shown here? https://www.dropbox.com/s/cimvklzi2kr7stf/Screenshot%202019-03-14%2011.38.56.png?dl=0

I’d like to make the image ration 16:9 instead of the current format.

Hey again BlueScreenPanda, The featured image on that style will alter to fit the amount of content in the post. To change that, you can use the following:

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span {
    height: 70%;
}

Please open separate tickets on the support forum going forward for multiple questions.

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