Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,228 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Linea icons not showing up in any browser. Can you help! http://focal.focalmedia.com/

Could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

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

You have to create more options or elements:

1- display single portfolio: option to choose portfolio id and display only 1 column 2- banner elements, with options to set width and height and overlay 3- More headers options

Hey – thanks for the requests

Cheers

and them?

@cece101

There is a comment from OC on the previous page about you having to download the latest version of the theme and updating. I can confirm that the latest release is up to date.

Hey – thanks for helping out cece101 :)

Cheers!

Hi. Received an email today, 10/9, about a visual composer security issue. “multiple XSS security vulnerabilities in the Visual Composer WordPress plugin versions prior to 4.7.4 (releases prior to October 2, 2015).” Is your version of VC up to date? If not, when will you update the theme to include the newest version? Thanks so much!

Hey – the current release of Salient includes the updated VC

Cheers

Hi, just updated to VC 4.7.4 and everywhere there’s a text seperator the page displays the following error:

Notice: Undefined variable: css in /nas/wp/www/cluster-42017/COMPANY/wp-content/plugins/js_composer_salient/include/templates/shortcodes/vc_text_separator.php on line 37

Rolled back to previous VC and error went away. Updated back to VC 4.7.4 and error re-appears.

Hey – this was sorted in 6.1.65 released yesterday :)

You’ll need to update the theme, delete your current Salient VC and reinstall it from the Appearance > install plugins section of your admin panel

Cheers

I am facing some issues the icons are not loading from the time i installed the theme. http://focal.focalmedia.com

Please help!

And

the button is also not showing in capsule shape instead they are showing in rectangular shape. https://www.dropbox.com/s/47g3taeswsjdbsz/Screen%20Shot%202015-10-10%20at%202.36.58%20AM.png?dl=0

Thanks! What’s the ticket id?

Private Ticket #552958

Will take a look shortly

Version 6.1.6 doesn’t show all the social icons in the ‘Header with secondary navigation.” I’ve downloaded the theme and uploaded it several times without success. Missing Facebook, Twitter, Google Plus. Suggestions?

I installed Salient on this site, and had a problem getting Salient Visual Composer to install, so I purchased Visual Composer separately to try to use it. When I turn off the separate Visual Composer, the social media icons appear. Sadly I can’t do the automatic install of Salient Visual Composer. Can I get the files so I can manually FTP them to my site?

I’ve figured it out. Looks like VC stand-alone and Salient VC are not ‘cross compatible.’ I’ve managed to install the Salient VC and all is good.

Hey – glad you sorted it :)

2 questions before buying the theme: 1. can each of the blog post show a sidebar with your Masonry Sidebar style? or I have to install plugin such as wooSidebars? 2. how is the support of the multi author? do I have to install other plugins on my own?

Hey,

1. Yes, if desired a sidebar layout can be chosen for the single post pages regardless of the overall masonry/non masonry blog element style

2. By default you can indeed have multiple authors and choose to display a blurb about them at the bottom of each post such as shown here http://themenectar.com/demo/salient-ascend/be-my-guest/

Cheers

Hey guys FYI I think your centered alt menu is a little funky lol. I found the column that contains the logo, on mobile, spans 100% which covers the cart and menu buttons!!! Check it out (our setup is pretty vanilla, I was going to check your theme demo).

I was able to fix it with:

@media only screen and (max-width: 1000px) and (min-width: 1px) { body[data-slide-out-widget-area=”true”] header#top .col.span_3 { width: inherit!important; }}

And also the menu button seems to slide out the off-page menu even when disabled (including text and edits etc, although now hidden in options panel). I was also able to circumvent this by adding the same menu as a widget. Also it’s confirmed that the other header layouts work fine.

Hope that helps!

Hey – I currently can’t replicate this bug, is there anyway you could share your URL so I could take a look?

Cheers

I´m working with this theme and i got a little problem with the portafolio mansory style, the text headers just don’t get in the place of the grid they are supposed to, even put the content position left, centered,top or any way it keeps putting out of place and just don`t find out how to make it. please help, if you like to see the page is this http://alce.mx/yoam/

Hey, add a class onto your row such as “controlled-height” and then add this into the custom css box in the Salient options panel:

.full-width-content.vc_row-fluid.controlled-height .wpb_column {
  height: auto!important;
}

that wok incredible!! you just save me, thanks.

Hi, I’m not seeing the menu bars on my site on mobile, launching site tonight, help appreciated… http;//damianicus.com

The Salient VC offers integration with the Salient better shortcode set and also adds custom elements / styling. If you wish to continue using the raw version you’d need to open your functions.php file and change these items:

wp_enqueue_style('font-awesome'); 
 wp_register_style('font-awesome', get_template_directory_uri() . '/css/font-awesome.min.css'); 
to this:
wp_enqueue_style('font-awesome-2'); 
 wp_register_style('font-awesome-2', get_template_directory_uri() . '/css/font-awesome.min.css');
Cheers

Thank you for your help, especially over a weekend.

You’re very welcome :)

Hello again,

One more (hopefully) question for you! Is it possible to link to a specific section within the ‘toggle panels’ element? I don’t see an option to assign an ID to each section.

Thank!

Hey, you can add ?toggle=your-toggle-name onto your URL to accomplish this

Cheers

Awesome, thank you! Works perfectly except for when the toggle name has an apostrophe, for example: “Badrutt’s Palace Hotel”. I tried ?toggle=badrutts-palace-hotel and ?toggle=badrutt’s-palace-hotel but did not have success. Any ideas?

Hey – i’ve noted to add a fix for this in the next update

Hi,

I have added the slider image for One Page demo. It was working fine but today it stopped working. I am not sure what went wrong. Here is the URL http://www.alexandrafriedman.com/new/

Anxiously waiting for your reply.

Regards, Abdul Mannan

Hey – I’m currently seeing it load on my end, what browser are you experiencing this on?

Hi, transparant header is causing an unwanted line through my video on my site markglenister.com. I have tried various bits of code I found online by pasting it into the custom CSS but it’s not working. Coding i’ve tried are:

body #header-outer[data-transparent-header=”true”].transparent { border: none !important; }

/* remove unwanted horizontal line from transparent header / body #header-outer.transparent[data-transparent-header=”true”] { border-bottom: 0 !important; }

and

/ hide portfolio title */ .project-title .container { display: none; }

none seem to do anything!?

ah, I found one that works after scouring the comments a bit more: }

html body #header-outer.transparent[data-transparent-header="true"] {
 border-bottom: none!important;

Thanks!

Mark

Hey! This was also added in as an option into the header options tab in the Salient options panel :)

Cheers

I am a bit disappointed about the support, there was no help at all. Just one short note but that was not a help at all, and after that there was no response for a couple days, have to hack it. It was a problem that seems coming up everytime about the “proceed to checkout” button. So my client is pissed who needs his woocommerce shop running.

Hey – please share your ticket ID so I can overlook the issue

Cheers

i have a huge amount of content in certain text boxes. what i want to know is if there is a way to have a hover drop down or a click drop down to reveal more content

Hey – there’s a toggle panel section and tabbed section you could use for this as seen at the top of the page here http://themenectar.com/demo/salient-ascend/features/elements/

Hi. Some sections of the default.po are not getting translated on a site I’m developing locally. Specifically the “Tags” and “Join the discussion” pieces of text.

All the rest is working fine. Could these be hard coded in some way?

Would appreciate if you could check this out. Many thanks.

Hey – could you kindly open a ticket in regards to document this and i’ll take a further look into it themenectar.ticksy.com/

Cheers

i was wondering if there is a way to make a logo static on top of the nectar slider but the images still cycle through?

Hey – as of now this would require some custom development unfortunately

so come custom coding is required?

Yes, but if you’re interested someone at Envato Studio would most likely be able to assist

Hello ThemeNectar,

I submitted a ticket two days ago on themenectar.ticksy.com I just want to touch base and see if you had a chance to see it at all. The help would be greatly appreciated.

Thanks

Hey – what’s the ticket ID number?

Cheers

Hello,

I have built a website with this theme at http://newfreed23.com/ and it’s working really great. One small problem: when I view on iPhone and click the menu, i get a slide out menu on the right that’s empty. Why isn’t my menu showing up?

Thank you for the help!

Could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

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

I just submitted the ticket, #553184. Thank you!

Sorry for the delay, checking it out now!

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