Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,187 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38436 comments found.

Hello Salient. I found error on your “shop” theme in boxed mode around with 985 ish, menu not full with and icons stack . You should check it out, and maybe fix :)

Here is a “hot fix” if somebody else need it now :)

//// bug fix 1000px breakpoint mobile menu

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

body[data-hhun="1"] #boxed #header-outer:not(.detached).at-top.transparent.parallax-contained {
  width: 100% !important;
}
body.ascend #boxed #header-outer .cart-menu-wrap {
  display: none;
}

}

Btw also noticed issues where its hard to click the mobile icon and cart icon on IOS-5 I added som extra padding for my case.

Hey, thanks for reporting these – i’ve noted to look further into them :)

Feature request – Allowing custom Class on divider module in Visual Composer. We need to target these dividers on mobile devices and it is much harder to do without a custom class. The existing visual composer ‘empty space’ has this class option which makes it much easier to work with. Thanks.

Hey,

thanks for the request :) I’ve noted it

Hello! Is there a way to change the arrows in the carousel? They appear just above the carousel. I want the arrows to come up inside the carousel to the left of the page. Take a look at my link.

Thanks,

This is my link: http://awakencreativestudio.com/portfolio/maskedno2/?preview=true And this is what I want to accomplish: http://www.pentagram.com/#/projects/118579

Hey! Unfortunately this would take custom modding beyond what I can provide since css wouldn’t be able to accomplish it alone. In order to get the controls next to the side of the screen out of the container some of the code structure would need to be changed

I’ve added the Google Analytics (GA) code via your Options Panel. And used Chrome’s Google Tag Assistant to determine whether the GA code was installed correctly. It reported that the GA code wasn’t found before the </head> tag.

When I looked into my website’s source, GA code was placed before id=”header-space”.

P.S: I’m using a child theme and Salient 7.0.8.

Hey as of now it’s placed directly after the body tag as per the spec when it was implemented – if you want to change the location of it now to be in the head you can do so in the header.php file by moving this line:

<?php if(!empty($options['google-analytics'])) echo $options['google-analytics']; ?> 
I’ve noted to change this in the next update as well

Thank you for the heads up. I’ve moved the necessary line for my child theme.

Keep up the great support Team Nectar! :D

I updated my wordpress visual composer just now & recieved this message on my website >

Warning: Invalid argument supplied for foreach() in /websites/123reg/LinuxPackage22/ja/mi/ek/jamiekesavan.co.uk/public_html/wp-content/plugins/js_composer_salient/include/classes/core/class-wpb-map.php on line 520

Please help

Hey, have you tried to delete your old version of Salient visual composer and reinstall it via the appearance > install plugins section of your admin panel?

Hi there

Something seems to have gone wrong with the padding around the bottom of the videos in the 3rd column on this page – http://shorefrontfilms.com/services/

Any ideas?

Cheers

Dan

Hey,

Try entering this into the custom css box in the Salient options panel:

body .full-width-section > .span_12 .col.padding-2-percent {
    padding: 2%!important;
}

Cheers

Wonderful, thank you

You’re very welcome :)

?Hi there

On mobile, the headers are reordered into a stack but there isn’t enough space between them so some of the letters are overlapping. How can I increase the space between them to stop this happening?

Cheers

Dan

Hey, please share your URL in regards so I can inspect your settings and assist :)

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

p.homeheaderwhite {
    line-height: 40px;
}

My visual composer is not working now. I built my site about 2 months ago and when I logged in to make some changes I noticed the page does not show the visual composer edits I made at all.

Video explanation: http://youtu.be/Db0wh5UOAlM?hd=1

I noticed when I tried to update the visual composer it says “update not available you must download new version from code canyon”

I thought when I purchased your theme all plugins were included (with updates)?

Hey,

1. Make sure you’re on Salient 7.0.8 – as this is the only version that includes the current VC which is compatible with WordPress 4.5+

2. 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

hello i was wondering where i can find the video tutorials that are included with this theme? i didnt know about them and i want to take advantage of using the salient theme to its best potential. thank you.

Hey guys,

How can I increase size of the Next and Previous Icon Arrows of portfolio.

Thanks,

Sebastian D

Hey – please share your single project URL so I can see which settings you’re using

Cheers

http://luxury.byafro.com/collection/40-sea-ray-sundancer/

We are also looking to reduce the space between Single Project Title and subtitle. Please let me know.

Thank you in advance,

Sebastian D

Hey guys also we reduced our form field size via CSS, the only thing is the send button is now weirdly aligned at the bottom. You can see this in the same Project URL we sent.

I am working on a client’s website and he is using Salient theme on his WP site. In theme demo, mega menu is used. How can I display my menu like that? I couldn’t find any option to make my menu like Mega menu in theme demo?

Hey, please see this tutorial in regards https://www.youtube.com/watch?v=IZPPUTbvTKQ

Hi there, with latest version of salient theme, do i need to do manual integration of uber menu or it will just work fine with automatic integration?

Hey, as far as I know uber menu still requires integration – they used to offer a child theme for it but I don’t know if it’s compatible with the current version

Amazing theme, I really appreciate it. I have a quick question is there a way to add a line under the menu so it can look separated from the other columns on the page. Ex: my menu is white and the columns are also white so it makes it harder to separate them. I see that theirs a tad bit of fade. Is there a way to increase the fade or make a line under the menu bar?

Hey,

Could you please share your URL so I can take a closer look at your settings?

Cheers

Is there any way to have the quotes and image posts in the blog layout (using masonry fullwidth) not link to their post page? I love how the quotes look in the masonry layout and would like them intermixed with my posts… but when a user clicks the quote… it goes to it’s own page and it’s just a quote! I’d love to use the quotes but disable the clickthrough to the post page. Also… can images posts in the masonry layout just open a lightbox of the image? Can video posts play the video in the masonry layout?

Hey,

1. Try adding this into the custom css box located in your Salient Options panel:

.quote a {
    pointer-events: none;
    display: block;
    height: 100%;
}

2. As of now this wouldn’t be possible without custom development

3. When using the classic masonry style and not the classic enhanced, yes

Cheers

Hello! I’m trying to change some settings on the carousel. I want the images on it be larger. I noticed that the plugin isn’t working properly since your last update. Where it says carousel item settings, once I click nothing comes out.

Hey,

If you’re unable to edit the carousel element in visual composer please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

Cheers

Have you guys created a filter feature for the blog yet?

Hey, as of now there’s no isotope filtering for the blog – category pages now have the option for setting custom page headers though so linking to the categories from a category widget is more desirable http://themenectar.com/demo/salient-corporate/category/music/

How can I integrate social media icons and a telephone number somewhere in the main navbar (between logo and menu or somewhere else in this bar)?

Hey, as of now the only way to handle this would be to use the secondary navigation option which would look like this http://themenectar.com/demo/salient/wp-content/uploads/2013/07/3.png – the option to have social icons in the main header is a feature that’s currently in development

I see. It is good to know it’s in the development process though. I have one more question concerning the menu. I am trying to use css for the highlighting effect (as well as hover state) and trying to achieve a similar effect as the hover state of the service icons on the homepage (the vector ones). Can you guide me on how to possibly achieve something like this?

Hi I’m having a big of a weird problem. I created a pricing table, set it up how I wanted it then copied it. I then set up the second one, but for some reason, and despite having refreshed my page, it seems to be mixing the headings of the second table with the first. When I go to the page though, it’s displaying both tables correctly, but on the back end, it’s showing this very weird error. What’s going on here?

http://imgur.com/IeTkofn

Hey, could you please open a ticket in regards with your admin credentials so I can take a further look for you? Also kindly share your ticket ID here once you’ve done so :)

Cheers

Hi, looks great this theme. I have one short question: supports Salient the multilingual plugin Polylang? and is this theme retina ready?

Thanx

Hey,

The theme is retina ready – the only multi lingual plugin I recommend to users is WPML

Cheers

Hi there, can you tell me where i can change the font for the header widgets? I can change the content

but not the headers of the widgets.

Hey,

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

body .toggle h3 a {
  color: #000;
}

2. There is no minimal for the vertical style as of now unfortunately

Cheers

Unfortunately this CSS code doesn’t work. Any other options maybe?

Please share your URL where the toggles exist so I can see why it’s not applying for you

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