Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,213 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hi, update theme and slow them salient? https://gtmetrix.com/reports/themenectar.com/0mnLA33P

Hey tecnologyuy, the main promo demo page you’ve listed does not currently have caching/minifcation enabled. You can find a demo that does here:

https://gtmetrix.com/reports/themenectar.com/oojWcZYC

I’m having issues with showing a fixed banner on top. Like with different notification banners. Why? Here: https://oneseo.se/seo-byra-stockholm/

Hey andresand,

Right now it appears your “simple-banner” div has no height assigned and no content inside. The only css I’m seeing for it now is

.simple-banner {
    width: 100%;
    background: #024985;
    text-align: center;
    z-index: 200000;
    position: relative;
    display: block;
}

If you set a height value you would see it.

Cheers

Hey, I really love your theme but my only concern is why is there not an option in the theme where we can add an email or a phone number in the top bar or header like other themes have. Can you please add that in the next update? I mean.. its pretty necessary..

Hey EmpireVoid,

You can add a phone number or email via the social media icons in the main header menu. Alternatively If you’d prefer the full number/email address to be visible, you could add them via a custom menu link – if you’ve had issues with 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

Hi,

when will you answer to my ticket? I’ve been waiting for the answer 5 days ago…

Hey whitesock_hun, I just took a look at that ticket – please check back in regards.

Can you please take a look at one more ticket for me that I never got a resolution to a while back? Hopefully there is a fix for this. PRIVATE TICKET #1716693 Thank you very much!

Hey kevinjsutton :)

I just checked into that ticket – it appears the URL shared within it is no longer active, could you update it with the current URL so I can take a closer look?

Thanks in advance

For some reason it wouldn’t let me post a reply on that ticket so I had to create a new ticket with the new URL. Refer to PRIVATE TICKET #1954819 for the updated URL. Thanks so much!

Thank you kevinjsutton :)

is it possible to migrate salient wordpress theme from 7.6 to 10.0.1 ?

Hey willychataigner, yes – the only thing you’d have to consider is if you’re using a child theme. If so and you have template overrides, you’d need to update those to follow the new sturcture of the current release. http://themenectar.com/docs/salient/updating-salient/

Cheers

Hi guys. Am having a weird issue where if i hide a row in mobile view and keep it visible in desktop view, the padding space is still visible in the mobile view! how do i get the whole row, including its padding to disappear in the mobile view??

Please see: http://rizwanarshad.in/

Hey bachuramadhikari, you would need to add these classes onto the parent row itself in the “extra class name” field:

“vc_hidden-sm” “vc_hidden-xs”

Cheers

Hello,

My support is expired, but I am stuck with classic editor showing just shortcodes from Visual Composer. I disabled the backend editor from the Visual Composer settings, but nothing changed. I would like to know what’s going on, so I might be able to fix the problem. Please help me.

Thanks.

Hey hatupen,

Are you using the latest version of the Salient WPBakery page builder (5.6)? If so, have you also tried to install the classic editor plugin?

Cheers

Hi Support—I am trying to sell stock video on my ecommerce section…here’s an example of a product page: https://thefictionstoryroom.com/product/cuba-havana-downtown-stock-video/

I notice there is no way to add a video for the featured product image, only still images. Is there any way I can get my video (hosted at either vimeo or youtube) to play where the featured image is at the top of the page? Ideally it would be great to insert some type of preview at the category level as well https://thefictionstoryroom.com/product-category/stock-video-footage/ sort of like websites like istockphoto, etc.

I’ve seen a paid plugin for this feature, but it has poor reviews and I try to limit the amount of plugins I use due to performance, security, etc.

Hey JayCarver,

Unfortunately since that’s not a standard feature offered by WooCommerce it would indeed require either custom development or the use of a plugin

Really weird issue:

when you visit https://www.platinumbars.co.uk/bookings and scroll down. Then click on the site logo you would expect it to return you to https://www.platinumbars.co.uk/

However the screen just goes black!!

Any help would be great, thanks

Hey sam_lee1985, in the Salient options panel > page transitions tab, change your transition method from “AJAX” to “standard” – there’s a JS error occurring currently related to a plugin you have active and that change will fix it.

Cheers

Awesome! Thanks!

You’re welcome sam_lee1985 :)

Hi Support,

How do i move the “Have a coupon? Click here to enter your code” to below Billing details input field?

Thank you very much,

Hey tommytai,

That would require altering the WooCommerce actions through a child theme since the default position in any theme is at the top. Here’s a snippet to assist.

Hi there,

Thanks for the quick replied. let me try on it.

May i know how do i set woocommerce order complete automatically after user paid?

Thanks!

Hey there guys,

I’m trying to replace the base slug ‘portfolio’ with something more dynamic like category or project-type so we can support more product types.

For example, if we have ‘lighting’ and ‘objects’ project types, I’d want the permalinks to be keepbrooklyn.com/lighting/product and keepbrooklyn.com/objects/product respectively.

​I put the following code in my child theme’s functions.php and achieved what I was looking for, but now all my pages other than my home and portfolio items are 404’ing.

Would you be able to tell me where I went wrong?

Any help would be greatly appreciated!

add_filter( 'register_post_type_args', 'dynamic_keep_product_slug', 10, 2 );
function dynamic_keep_product_slug( $args, $post_type ) {

    if ( 'portfolio' === $post_type ) {
        $my_args = array(
            'rewrite' => array( 'slug' => '%project-type%', 'with_front' => false )
        );
        return array_merge( $args, $my_args );
    }

    return $args;
}

function keep_product_link( $post_link, $id = 0 ) {
$post = get_post($id);
$terms = wp_get_object_terms( $post->ID, 'project-type' );
    if( $terms ){
    return str_replace( '%project-type%' , $terms[0]->slug , $post_link );
    } else {
    return str_replace( '%project-type%' , 'products' , $post_link );
}

    return $post_link;
}

add_filter( 'post_type_link', 'keep_product_link', 10, 2 );

Hey KeepBrooklyn,

Could you please open a ticket on our support forum in regards with temporary admin credentials so I can take a closer look into this?https://themenectar.ticksy.com

Kindly let me know the ticket ID here once you’ve done so.

Thanks in advance

Can you take a look at PRIVATE TICKET #1909005 for me please and see if you can provide me with a solution? Thank you!

Hey kevinjsutton, I will check it over shortly. Thanks for your patience :)

Cheers

Hi Support, is there any way for me to add a background image or a product photo in the mega menu? kindly advice.

Hey shaky512, it would require custom css or the use of a plugin as of now.

I’m trying to add an Iconsmind icon to my menu … Is this still the right way to enqueue iconsmind? Doesn’t seem to work for me, I still get the blank box instead of an icon.

function nectar_child_styles() {
   wp_enqueue_style( 'iconsmind' );
}

add_action( 'wp_enqueue_scripts', 'nectar_child_styles' );

Hey Sean, as of now you can’t use % based values – any px value will work without effecting the full width rows.

Hmmmm, but with px value it wouldn’t be responsive right? I’d have to set a px for each size of viewport?

You would indeed need to set the px version for each viewport as of now – in the future we will be altering the mobile view to be % based though.

Hello there,

Is it possible to add analytics code to a VC button element in order to track the onclick event?

Thank you

Hey GIORGIDESIGN, it would be easiest to add the button via raw HTML so you could add that into the markup. e.g.

<a class="nectar-button large regular accent-color regular-button" href="#" data-color-override="false" data-hover-color-override="false" data-hover-text-color-override="#fff"><span>Learn More</span></a>

Cheers

Hi ThemeNectar,

Thanks fo reply.

I’ve tried that code but I need to use my gtag code on jumbo or extra jumbo buttons. What’s the code For that?

Thank you so much

Hey GIORGIDESIGN,

Change the “large” to “extra_jumbo” or “jumbo” in the anchor class name I provide above.

Cheers

Hello,

I have tried to create a custom social media icon for my header and footer, but it’s only working in my header.

/* Custom Strava Icon*/ 
i.fa.fa-github-alt {
    background: url(https://www.redchilli.designofeden.co.uk/wp-content/uploads/2019/03/Strava-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 25px;
    display: block;
    position: relative;
    background-size: 15px
}
i.fa.fa-github-alt:before,i.fa.fa-github-alt:after {
    content: '';
}
https://www.redchilli.designofeden.co.uk/

Not sure what I’ve done wrong, I’m just trying to replace the github logo with my own custom icon.

Many thanks!

Hey Utopia_Creative,

Change your property for:

width: 30px;

to be

width: 30px!important;

Cheers :)

Hey I bought this theme a while ago and want access to the new demo themes. How Can I do so? Thanks!

Hey ninbin :)

You just need to update your version of Salient to the current release to get access to them through the demo importer. You can update using any of the following methods: http://themenectar.com/docs/salient/updating-salient/

Hi! I am using the WooCommerce Products with the carousel option and it breaks my homepage, with pagination it works fine. I want to set it up like the eCommerce Creative template.

The H2 with a subtitle is not displayed too.

Can you solve my problem?!

Hey levthn,

1. Can you verify that you do not have the ”WooCommerce Blocks” plugin which adds WooCommerce blocks for the Gutenberg editor active? There’s currently a known conflict with that plugin which will be sorted in the next release

2. Please see the following in regards: http://themenectar.com/docs/salient/importing-contact-form-data/

yes, i’ve noticed that i’ve it, but i’m not using gutemberg. How can i solve this prob? thank you guys

Hey levthn,

If you disable that plugin it should sort the issue. If you already have, please reach out via the contact form on my author page https://themeforest.net/user/themenectar

Cheers

b1b Purchased

Hi, Is it possible to add padding to right and left side of Full Width footer layout because scroll-too-top arrow sits on top the last Social Media icon and it’s impossible to click on the icon’s link.

https://20thcenturyclassics.co.uk

Regards, Beata

b1b Purchased

Nope – it didn’t work. :(

b1b Purchased

Sorry – it’s fine now. My mistake. :) Thanks again.

Hey b1b, glad to hear you were able to get it working :)

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