Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,767 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38354 comments found.

Hi ThemeNectar,

Please help us out with the following:

1. On the mobile version of dev.eudc.ro our 6 column row gets squeezed weird. We are looking for a 2 column layout on mobile. 2. How can we add a “Navigate to”/”Directions option or button to the google map?

Hey,

Add this into the custom css box located in your Salient Options panel:

@media only screen and (max-width: 690px) {
body.home .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"] {
    min-height: 135px;
}
}

2. This would currently require custom development or the use of a different map plugin

Cheers

Cool, it worked like a charm :) Thanks for the great support!

You’re very welcome :)

Since the latest updates it seems that the ’ image logo’ keeps loading everything again on a retina display? This looks very annoying. Are you aware of this and how to solve this?

Could you please send your URL to me via email so I can see what exactly is causing it? themenectar@gmail.com

Thank you for your follow-up. I have flushed the CloudFlare cache and for now it does seem to have resolved the issue. My apologies for the confusion, I was under the impression I had done this before already.

No worries :)

Hi. I just need some simple help.

I started off with the corporate demo and I accidentally changed the typography settings. Anyway you could please tell me what the settings were so I can change it back to how it was on import?

Thank you so much!

Hi, we were hoping you could help us solve the following issue / bug we encountered:

For some reason, even though the text is the same font and weight, it appears differently (slimmer) in lists than in normal

elements, even when using

inside the list. No etc. was used. In the folder attached you can find images of the text in both situations and the computed CSS from firebug!

https://www.dropbox.com/sh/zvtbevax51r2fe6/AACfoEW9iZbK1Q4eTh_EcKaOa?dl=0

You can also check out this URL: http://picavi-wp.aix-cloud.de/technologie/

Thank you so much for your help!

Hey, add this into the custom css box in the Salient options panel

li {
    -webkit-font-smoothing: subpixel-antialiased;
}

Awesome, thank you!

You’re welcome :)

Hey guys, So i added a google map and its not working. tried other plugins its the same. google just changed their api rule. where in the map.js file do i change/insert the google api key i just got?? https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html cant find the script bit where to put it in. please help, spent ages looking through it.
Hey, if you’re on a current version of Salient it should be near line 589 of the file -
$.getScript('https://maps.google.com/maps/api/js?sensor=false&callback=mapAPI_Loaded');
will become
$.getScript('https://maps.google.com/maps/api/js?sensor=false&key=APIKEYHERE&callback=mapAPI_Loaded');

Can you please tell me if there are compatibility Problems with the AESOP Plugin? I cannot add Contens from the Aesop Storytelling Plugin when using Salient? Thanks.

Hey, could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) also let me know your ticket ID here once you’ve done so themenectar.ticksy.com/

Dear Author: #813833 is my ticket ID thank you so much.

Hi there,

I’m having a lot of issues with the header nav and top content completely vanishing upon window resize.

Please see video example of one page below:
https://vimeo.com/172396282

I would really appreciate your help.

Many thanks!

Hey, this seems like an older issue – are you on a relatively new release of Salient?

Cheers

I’m using the latest version of your theme and required plugins. WP is latest version as well.

Hey,

Could you please open a ticket in regards with your admin credentials so I can take a further look https://themenectar.ticksy.com also please let me know the ticket ID here once you’ve done so

Cheers

Hi,

I’ve noticed that any parallax that I add seems to jump when the user starts scrolling?

Any fix would be greatly appreciated.

Thanks

Hey, please share your URL in regards and let me know what browser you’re on

Cheers

Hi ThemeNectar,

Today, after installing PHP 7, our homepage (dev.eudc.ro) started having problems. Can you please take a look? All other pages like dev.eudc.ro/contact and /despre-noi are ok.

Apparently it was a plugin issue. It got solved after reinstalling W3 Total Cache.

Hey, glad to hear you sorted it :)

?Hi there,

I bought the Salient theme in 2013 before the support system changed but am still not able to access ‘Item Support’ – should I just post questions here instead?

I’m trying to insert a ‘touch enabled and spaced’ image gallery within a tab on a portfolio page but only the touch lines show up, no images. The other gallery styles – grid, slider etc. – seem to work fine. Any idea how I can get the touch enabled style to work properly?

Thanks

Hey, yes you’re free to post questions here still :)

That’s a known issue when placing it inside of a tabbed element, it will be fixed in the upcoming release

Cheers

Hi : ) I want to change line-height of sub-menu(dropdown, not megamenu). thanks. : )

Hey, add this into the custom css box located in your Salient Options panel:

header#top .sf-menu > li:not(.megamenu) ul li a {
    line-height: 4px;
}

Cheers

Hi there!! I’m trying to get my product shop page exactly as you have here: http://themenectar.com/demo/salient-frostwave/shop/?sidebar=true

The only thing I can’t figure out is how I can add the “TOP BANNER” Can you please help me with this? This is my site: https://www.bongidesigns.com/shop/

Hey, on the page that you have assigned as your shop you can set a page header using the page header metabox located at the bottom of your edit page screen :)

Done! Thanks!!!!!

Hi,

For some reason I’m seeing this massive white gap in tablet portrait view: http://www.petcheckers.co.uk/wp-content/uploads/2016/06/Tablet.jpg

It also does in in mobile view.

Can you tell me how to get rid of it?

Thanks

Hey, add this into the custom css box located in your Salient Options panel:

@media only screen and (max-width: 1000px) {
.full-width-content.vc_row-fluid .wpb_column {
  min-height: 0!important;
}
}

Cheers

Hi there. I’m implementing ConvertPlug on my Salient theme, but the modal appears under various elements in the theme :/

It seems like a z-index issue, and the modal is triggered from a component inside a row in the visual composer. I’ve tried to debug it but cannot find the issue or solution.

Any clue to where i can loop?

Thank you for all your help!

Hey, if you can share your URL where the issue is occurring i’d be glad to help :)

Hi Guys. I was thinking about to use this news page as a homepage for a blog. Is that possible? And is it possible to use a pagination insteed of an inifity scroll? http://themenectar.com/demo/salient-corporate/news/ Greets, Ewout

Hey,

1. Yes you can set that as your home page if desired

2. You can indeed choose whether the blog uses infinite scroll or regular pagination

3. This would require the use of a plugin as of now

4. Yes, you can assigned a static header or no header if desired :)

Cheers

Thanks for your reply! Can you recommend a good Instagram-plugin?

Hey, unfortunately I don’t have a specific one to recommend but if you encounter any issues with one you choose just let me know :)

I am no longer able to use salient visual composer. It keeps saying that it needs to be updated to version 4.12 to work.

Current salient visual composer version says Version 4.9.2, not sure what to do to get this working again, but I have a site waiting for updates to be made. Thanks in advance for the help.

Hey,

If you’re upgrading from Salient VC 4.9.2, you’ll need to delete the plugin from your plugins section in the WordPress admin panel before installing the current version (4.11.2) in Appearance > Install Plugins – This is necessary due to a bug in the Salient VC 4.9.2 which prevents regular updating.

Cheers!

That worked perfect, thanks so much.

You’re welcome :)

I have few question and attached image to better show what I mean:

1. https://drive.google.com/open?id=0B8sAkgqSR0gpMXhNTnlyaWl1SVU

On left side I have home page and I want have there Meta Overlaid Masonry Style, but when somebody want see all blog posts I want Classic style with two columns and sidebar on right. How can I do that, because in Blog Styling menu I can choose only one option?

2. https://drive.google.com/open?id=0B8sAkgqSR0gpdTlUdFJLMG1yOTg

How can I change masnory scheme to have 100% like that in your demo?

Thank you, Janusz

Ok, I found answer on second question, but… I want do it that I will have first 3 posts on Regular Alt size, next 8 in Regular size, and last one on Large Featured. Can I set this automatic or I must change masnory sizes every time in every post when I add new?

And I have new two short questions:

1. Can I set inside masnory item to delete date and author, and get there title and few lines with text? Something like quote blog type, but there I can’t set image below…

2. Where can I set sidebar in blog? I can’t find it. I want set it like that your sample: http://themenectar.com/demo/salient-ascend/blog-masonry-sidebar/ ...but I want get there “about” “categories” “tags” and widgets facebook, twitter etc.

Thank you, Janusz

Hey,

1. You can only have one masonry style for the blog element active at a time – it’s possible to use a blog element to show a masonry style on one section and a non masonry on another but multiple masonry styles would require custom development

2. The masonry sizes are set per post – there’s no way to automatically configure an arrangement without custom modding

3. Add this into the custom css box located in your Salient Options panel to delete the meta:

article.post .post-meta .date,  article.post .meta-author {
  display: none!important;
}
However the meta overlaid doesn’t allow an excerpt – the other masonry styles do though

4. When adding your blog element with the Salient visual composer you can select the desired layout at the top

Cheers

RE: secondary navigation in header

I have managed to reorder the social media icons, as well as change their size, color, and hover color. However, when I try to move them to the right instead of having them display on the left, they only move as far as the middle. Also, there is nothing else besides the social media icons in the secondary navigation. This is what I tried:

#header-secondary-outer #social { float: right !important; }

Can you please let me know what I’m missing? Thank you!

Hey!

Add this into the custom css box in the Salient options panel:

#social {
    width: auto!important;
}

Cheers

Worked perfectly – many thanks! Salient has the best support on Themeforest. :)

You’re welcome :)

Evening, how can i make the search bar go from almost all the page to only to top, like 2 of the demos? Thanks in advance

Hey,

The search bar will change depending on the skin you have active in your salient options panel > general settings tab :)

Cheers

Awesome! is there also a way to style it to open ontop of the search button? i think i’ve seen it in some sites… http://ixor.sunergeia.gr/wp-content/uploads/2016/06/Search-1.png I’ve directly edited from developer tool, but the problem is the responsiveness and that it ‘breaks’ the Navigation Menu this way

Hey, as of now this wouldn’t be possible without some custom development but i’ve noted your +1 for the idea :)

is is possible to change the overlay colour on the nectar fancy boxes?

Thanks

Hey,

Use this in the custom css box and tweak to your liking :)

.nectar-fancy-box .box-bg:after {
    background-color: rgba(51,51,51,0.5)!important;
}

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