Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,834 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38357 comments found.

Hi! I had asked about the font size of mainpage. I got answer of you guys. That’s not working. Can I get the another thing to do?

Hey gdlsbeck,

To alter the font size on a fullscreen header you’ll need to add the following into the css:

body.single:not(.material) #page-header-bg.fullscreen-header h1 {
    font-size: 60px !important;
    line-height: 70px !important;
}

Cheers

Thank you for reply!

You’re welcome gdlsbeck :)

Hey guys,

Any update on when we may see modals?

Hey sam_lee1985,

a modal element is still on the wishlist, however a few updates ago we added support for the popular modal plugin “popup maker”, which we featured on the new eCommerce demo here: http://themenectar.com/demo/salient-ecommerce-creative/ Cheers

Hi, I would like to disable flickity in the functions.php. Could you tell me how? It is not a necessary function on our site. We are only using one product image and it is more of a place header image > See this for reference > https://discovergrandprix.com/product/spanish-grand-prix-tickets/

Hence there is no need in having additional bloated js which slows load time. Load time is more important.

It would be great to find out how to disable flickity therefore.

Thank you

John

Hey johnlmccurdy,

You can switch your single product gallery type to not use that script by changing your “Single Product Gallery Type” to “Bottom Aligned Thumbnails” in the Salient options panel > WooCommerce tab

Cheers

I am having some trouble with my shop page – http://79.170.40.178/foodieflavours2.com/shop/

On certain window sizes(about 1025px – 1340px wide), when hovering over products the product title and quick view seem to overlap. Is there something which might fix this?

Thanks.

Hey MarcGarner, here’s a snippet to increase the bottom padding of the titles:


.products li.product.minimal .product-meta h2 {
    padding-bottom: 20px!important;
}

Having alternative titles for the archive only would require custom development or the use of a plugin

Cheers

That fix is much better, thanks. Great support as always.

You’re welcome MarcGarner :)

Hi, I have updated my site with the latest version of your template. Now, however, in the admin side of the site I see a huge icon of the site, and this does not allow me to work well in the dashboard

Hey Andreamela1578, 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

this element appears in the backend. I would like to delete it, because it does not allow me to select other menus

\\

Hey Andreamela1578, the size of the logo is set to 20px within salient/nectar/assets/css/nectar_meta.css – since that’s not occurring for you, I assume an older version of the stylesheet is present in your setup and would be glad to take a look if you can provide access

Is it possible to display instagram as one of the links on the social buttons element? Thanks

Apologies just realised these are share buttons not links to social media accounts. Is it possible to use this element to link to social media accounts as I much prefer the design of this.

Hey MarcGarner, you can use instagram as a header nav/footer link but it’s not available in the single blog post/project “share to” social button as of now. I’ve noted your idea for the wishlist of making the share button style available through the page builder for other social media links

I am having issues with this website have to keep reloading before it opens http://zerenitihouse.com/ and i have developed with this theme and the menu on mobile at times showshttp://zerenitihouse.com/#sidewidgetarea

Hey saisi,

I can see a few javascript errors coming from seemingly third party plugins/custom scripts https://ibb.co/4Rf64c6 – could you first try to disable your autooptimize with the javascript to see if that fixes the errors before temporarily disabling the plugin(s)?

hi,

on the product page on mobile we’re not able to select the gallery images .. the only option to show the product products is to click the lens on the right top side of the first image ..

can we change this to make it more user friendly, because it wasn’t like this before ..

regards, Laurens Floor

Hey Laurens Floor,

this is a confirmed issue that will be solved in the next release, for now to fix it add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


@media only screen and (max-width: 690px) {

.single-product .row > .product[data-gallery-style="left_thumb_sticky"] .summary.entry-summary {
   clear: both;
}
}

Cheers

Hi there,

I face many problems with the Full width content section.

I already created a ticket in your support center (#1807780) but it wasn’t resolved since weeks.

It would be great if you could solve the problems (wrong calculation of the width and margin issue), because it is very urgent. I documented the issues in detail with screenshots, videos etc. on the ticket.

I am looking forward to hear from you. Thanks in advance.

Hey storeofideas, I just looked into the ticket in regards :)

Cheers

Hi TN team,

Just wondering if there’s a way to have the ‘Nectar Slider’ fill a column (width / height) it’s placed in, such as in a two column layout, the same way you have it fill the screen when using the ‘full screen’ option?

Thanks!

Hey ND81,

Unfortunately the Nectar Slider fullscreen option won’t be able to help with this, though I’ve noted the idea on the wishlist. For now a third party slider would be needed for that functionality

I’m trying to put a phone number in the main menu (not secondary nav) off to the right, found your article below, but my menu is center aligned so it seemed there weren’t any resources to help accomplish this. Any css hacks on this!? Yall should incorporate your next theme with better controls for a phone number in the menu. There’s tons of pple asking for it online. It’s an extremely common thing for clients to ask for.

http://themenectar.com/docs/salient/pull-right-nav-items/ http://site-tonight.com/jennifer/

Hey SiteTonight, as of now that would require some custom modding but i’ve noted the idea on the wishlist :)

I like the Off canvas menu, it’s beautiful on mobile. But whenever I turn it on, it shows up on desktop too, which is like, unnecessary – because there’s already a regular navigation menu there. How can I keep the off canvas menu ON, but JUST for mobile? Thankyou!

http://site-tonight.com/jennifer/

looks like I fixed it with some code I found on your forum, Thanks!

/Hides Off Canvas Menu Icon/ li.slide-out-widget-area-toggle { display: none !important; }

Hey SiteTonight,

glad you were able to sort it :)

Cheers

Hey,

Do you know a way of not minifying the pre or code tags?

When i put a raw code in a < pre > or < code > tags they get minified and it looks very strange.

Any idea of how to prevent these tags getting minified? I still want the other content of the page to be minified but not these tags, not sure if its even possible but thought asking here.

Thanks

Hey toolbox101, I responded earlier today in regards – sorry for the delay

Cheers

Got your email, thanks for getting back. I understand its how the minify option works. I do not want to install a syntax highlighter plugin cuz it adds extra requests to the server and its site wide.

Is there a way to control the hight mentally with css?

Right now its on auto, but how can i give it a max hight or just fixed hight so the container stays at its fixed hight. I think that would ignore the minify settings and stay to its specific hight.

Hey toolbox101, you can set a minimum height with CSS, but that won’t cancel out the effect HTML minifcation is having on the format:


code {
    min-height: 400px;
}

Hello! I am trying to get rid of the Google Plus social button in my menu bar but for some reason the theme has no option to remove it (featured here https://astralassets.com/)

I have made sure that there is no Google + url/link in the settings but it still remains. Is there a way to remove it? Thanks!

Hey nickward20 :)

Can you verify that it is disabled in the Salient options panel > header navigation > layout related tab as well?

Cheers

Solved, my fault

Solved, my fault

Hey ofmarconi, glad to hear you sorted it :)

Cheers

​Hello

I like this http://themenectar.com/demo/salient-service/​ May I know If I buy your theme I will get the same as your demo theme ?

Thanks

Hey wetisalat, yes that demo along with all the others showcased are available to import. However, please note that the stock images will be replaced with placeholders.

Cheers

Hello

Do you have any idea what could be causing the text cursor to display on the select2 dropdown when viewed on mobile devices?

Screenshot – https://www.dropbox.com/s/b0dt1cez4d62dt0/2019-01-21%2016.46.30.png?dl=0

Note – the issue can only be replicated on mobile devices and is not present when using Chrome’s inspect tool.

I am using the latest version of Gravity Forms.

I have tried disabling all plugins and custom CSS but the problem persists.

Thanks, David

Hey David,

select2 normally allows for a searchable input that will narrow down the dropdown results at the top. Could you kindly share your actual URL so I can take a closer look?

Thanks

Hi

The link for the issue displayed on the screenshot is https://davidosullivan.xyz/sunlight/contact/#enquiry, but the issue is there for each form on the site.

Note – I have applied custom CSS to the dropdown, but disabling my changes does not appear to correct the issue.

Thanks for your help.

Best, David

Hey David,

Thanks for sharing the URL – when I inspected it in the browser console I can see that there is an input there that’s currently being hidden which is what the select script is trying to focus on when opening: https://ibb.co/MPYhpfb – are you adding that in anywhere? If you’re not sure where it’s coming from 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,

We’re using your ‘E-commerce Ultimate’ demo/header style and there is no menu appearing on mobiles or any theme options to set one, what do we do?

Thanks

Hey Micatuca,

Could you please share your site URL so I can take a look why that’s occurring for you?

Thanks in advance

Hi,

I have succesfully enter my adobe typekit id in the header.php of my Salient-Child theme : <script src=”//use.typekit.net/xxxxxxx.js”></script> <script>try{Typekit.load({ async: true });}catch(e){}</script>

I have succesfully modify Function.php in Salient-Child theme : function salient_redux_custom_fonts( $custom_fonts ) { return array( ‘Custom Fonts’ => array( ‘neue-haas-grotesk-display’ => “Neue Hass Grotesk” ) ); } add_filter( “redux/salient_redux/field/typography/custom_fonts”, “salient_redux_custom_fonts” );

It does work , i can select My font in the salient typographie config panel. But it only display font-weight 400 and 700. 100,200,300,500,900 are missing ? Do you have any idea on what i’m doing wrong ?

Cheers !

Thanks a lot for your help. I also had to modify additional files to make it work properly.

field_typography_json.min.js

field_typography_json.js

field_typography.min.js

field_typography.js

cheers

As a side note that woule be cool to be able to use typekit font directly in salient, by just having to enter the TypeKit ID inside a field in the typography config panel.

Hey fantome_in, thanks for the request – i’ve noted your +1 for the idea :)

Hey. Can you tell me if there is any possibility to add a Instagram feed in the same design as the testimonial slider?

Thank you.

Hey felixxliedtke,

Unfortunately there’s no instagram integration directly built into Salient, a third party plugin would be required

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