Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,229 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Hi, I’ve transferred my salient wordpress design from one hosting service to another by exporting the database sql file and uploading it to the new site. Now When I go in to make edits, I’m not able to see text in the visual tab of a text block. Usually you see this kind of code in the “text” tab. But it’s showing in the visual tab. It’s making things harder to make changes now. See screenshot here… http://i.imgur.com/qPHcgpw.png

Have any ideas on how to fix this? site is live here… http://urbanworkstest.com

Hey LiskaD,

if your new setup in using WP 3.9 you’ll need to update to the latest Salient (v4.0.3) which is the only release that supports that WP version.

Cheers :)

Thanks for the advice. If I update to the latest theme version, will I lose the look of my site that was built with the old version? Also, how should I go about updating to the new site? Should I go to Appearances/Add New Theme and then done?

Hey again! You’re safe to update as long as you didn’t modify the core template files within the theme but it doesn’t sound like you have – and yes, just you can update as you stated from the admin dashboard, you’ll just have to delete the current theme version first before you’ll be allowed to upload the new :)

Cheers

Hi

I cant for the life of me work out how to create the 23 coloured boxes here:

http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

“A Breeze To Build With” “Tutorials To Help” “Show Off In Style”

Please can you tell me which option I need to select.

Many thanks!

Hey martinkspencer!

I actually have a video tutorial just for that :)

https://www.youtube.com/watch?v=DpJWWM4BAbo

Cheers

About the

fullscreen=”true” flexible_slider_height=”true” slider_height=”700”

Before trying all the combinations, I wanted to ask you if we need to setup the slider_height when you use flexible_slider_height=”true”

(I’m a little bit confused about how to combine flexible_slider_height and slider_height)

cheers Ramiro

Hey Ramiro!

The slider height set is going to be the height of the slider you desire when viewed at 1600px wide – scale your browser to around that size and set what you desire and the rest will scale from there no matter how big or small the screen gets :)

Cheers

Hi there,

is there a way to display both euros and pounds in the pricing table?

best,

Hey RepublicOfMusic! Right now that would take some modding to the pricing table shortcode as only one currency per set of pricing tables can be added. If you wanna dig in the code it’s located in the shortcode-processing.php file in the nectar/tinymce directory

Cheers

ok cool, thanks for letting me know, appreciate your time as always!

You’re very welcome :)

When can we expect for RTL support?

Hey mr_henry, most likely in the next release (about 2 weeks) :)

Hiya,

How do you manually increase the size of icons and change there colour without using the custom colours please?

R

Hey,

If you need to make custom sizes/colors for them outside of the accent color scheme it would be another situation where wrapping the icon in a div with a certain class and then targeting that specific icon through it to change the size/color would be the quickest solution.

Cheers

Could you give me a code example please :-)

<span class="custom-icon">[icon color="Accent-Color" size="regular" image="icon-heart"]</span>
html body .custom-icon .icon-default-style[class^="icon-"] {
    color: #27CFC3!important;
    font-size: 64px !important;
}

Cheers :)

Hi, Just wondering does this theme support the Revolution Slider? http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380

5* theme by the way!

Thanks!

Hey pixilpusher! Yes, you should be fine to use it – but if you’re planning on adding a full width slider it would be best to place it through a template file using the slider call function

 <?php putRevSlider("slider1") ?> 

Cheers :)

Hiya,

I’m currently targetting the following CSS and using fonts from Adobe Typekit, question how do I target just specific areas fo rspecific fonts, eg I want the Nectar title to be Proxima Nova, all other text to be Freight Text Pro ??

h1, h2, h3, h4, h5, h6, h7    {
    font-family: "Freight Text Pro",'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    }

p, em, div    {
    font-family: "Freight Text Pro",'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    }

body {
    font-family: "Freight Text Pro",'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

Hey,

here’s how to target the Nectar Slider heading to keep it apart from the rest you’re setting as Freight Pro:

body .swiper-slide .content h2 {
   font-family: 'your-family'!important;
}

Cheers

Hi again,

Quick question: is it possible to increase the thickness of the coloured lines used to make up the interactive pie chart?

Hey camdenhowitt!

This would require modding the file /salient/wpbakery/js_composer/assets/js/jquery.vc_chart.js since the chart is drawn with javascript rather than css alone.

Cheers :)

Hi, Nectar! I have a problem that the zoom effect on a portfolio item doesn’t work – you can see it here: http://cms.globema.pl/com/solutions-2/ Do you know what may cause the problem?

Cheers!

Hey Globema! Have you already checked to make sure it’s not a plugin conflict?

Hello!

I instaled WPML, but i can’t switch on plugin, because it’s write: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 491520 bytes)

I tried to set define(‘WP_MEMORY_LIMIT’, ‘256M’); in wp-config.php but it is not works…

Do you have any idea what is the problem?

Ty: Z

Hey penyigey! You were correct to set the memory limit higher in your config file, however it seems your server is actually capped and doesn’t allow to you increase it. I would get in touch with them so they can assist is raising it :)

Cheers

Are there any plans for another update soon?, really interested in seeing what you have up your sleeve next :-)

Also hoping you will seriously consider my alternative blog :-)

R

Hey Rich!

The next update will indeed be a featured based one – will probably be out in 1-2 weeks :)

Is there any way I can turn off the audio for Nectar Video Slider? (or user can control?)

Hey cormanemarketing! Search for this in the functions.php

<video class="slider-video" width="1800" height="700" preload="auto" loop autoplay>';

and change it to:

<video class="slider-video" muted width="1800" height="700" preload="auto" loop autoplay>';

Cheers

Thanks for reply! It works!!

Also is it any possible if we have set video background and the Title/Caption can be slide ? :)

You’re welcome :)

Unfortunately changing the behavior of this on a per slide basis would require some custom development – right now it’s an all of nothing property.

1) can you add images in the menu like ubermenu does? 2) do you have demo content for the updated version?

Thanks.

Hey nancy1of1!

1. No, this would require custom development or indeed using ubermenu

2. The current dummy data sets can be found in your download package from Themeforest :)

Cheers

Hi again,

I am wondering if I am able to add a text background to a nectar slider subtitle.

Many of the images I use for the nectar slider are dark (which suits the light font option) however there are some sections of my image which are very bright and cancel the white text out. Am I able to add a black background to the slider caption text so that all the caption text is visible?

If you are unsure what I mean I can explain further.

Thanks in advance.

Hey paul19!

1. You have the option to add a transparent black BG behind the caption text or to change the text to a darker color if needed: http://i.imgur.com/G2M2jo1.jpg

2. Salient v4.0.3 is the only release ready for WP3.9 – please update to get the fixes http://themenectar.com/changelogs/salient.html

Cheers

Legend, thanks mate.

You’re very welcome :)

I have support tickets open for over a day. I really need help, please help. Simple questions, no replies, not sure why?

Hey greenmeanie, tickets are responded to simply in the order in which they were opened (complexity doesn’t effect the wait) – However not all questions can be answered in under 24 depending on the current queue load, if you can give me your ticket #’s I’d be glad to take a look :)

Hey again – just to note, we would’ve seen your ticket yesterday if you didn’t post 2 additional comments. As is states in the forum notice on the top “Please Note Before Posting: Every time you post a new comment before we have a chance to respond your tickets gets unintentionally bumped to the bottom of the queue since tickets on our end are sorted from oldest to newest in terms of last comment posted. If you have additional comments prior to us responding, please edit them into the initial post :)”

Cheers

Ok so I’m curious. I am growing to love this theme the more I use it, but I was wondering if it’s possible to make the header transparent using a full_width_section?

Hey thomasmkl! Right now it would require some custom development but this is already on the wishlist as a future feature :)

Hey ThemeNectar,

Is there a way to hook in to change the “starting-logo”, when using the transparent header, on a per page basis?

The reason I’m asking is that some pages use dark slides/page header images and some pages don’t. This causes an issue with the header starting logo depending on what is underneath it (dark vs. light). If the logo gets modified to compensate for dark backgrounds the logo text becomes illegible on light backgrounds and vice versa.

I might just end up duplicating the header.php and modifying for specific pages but thought I would check if there were any other alternatives first.

Cheers!

Hey Syrehn! As of now changing this on a page by page basis would indeed require a conditional mod in the header.php – however i’ve noted this for the wishlist :)

Cheers

Hello, Some questions before I purchase. 1) I would like custom headers, custom backgrounds, custom menu backgrounds or transparent menus on a per page basis, is this possible? 2) I would like custom menus on a per page basis. Ie. on “home” assign menu1, on “shop” assign menu2, sticky menu assign menu3, etc. 3) I prefer to set google fonts, colors, sizes etc through admin panel. Is this possible? 4) do you have shortcodes to detect display type? I’ve worked with a theme that allowed you to do conditionals on displaytype. eg., if mobile don’t display enclosed content like [display not mobile]CONTENT[/display] 5) can you adjust header/menu/content/footer/widget styles through admin panel? 6) do you have a screenshot of the admin panel so we can see what is customizable?

thanks!

Hey eco_emilio,

1. Yes to all except custom menu BG’s on a page by page basis would require custom css.

2. This would also require some custom development or the use of a plugin to handle the logic

3. You have control over the font families, sizing, letter spacing, transforms and subsets through the admin panel but coloring would need css.

4. Unfortunately no, this would require media queries – however there might be a plugin for that functionality you could grab.

5. Yes :)

6. There’s too many tabs in the theme options panel to link them all but if you check out the video tutorials I show the options panel in a few https://www.youtube.com/user/ThemeNectar

Cheers!

Hi there!

First of all, thanks for the fast and competent help in the past! Secondy, I need more of it :)

Here’s my page: http://www.scherwitzl.com/wordpress/ The problem is that the menu items have a lot of bottom padding, so the submenus look out of place on hover, especially when the menu is transparent. What should I do to make them pop up a bit higher?

And a second question. Where can I change the background color for the submenus?

Thank you very much!

Hey mimms!

1. Add this into the Custom CSS box located in your Salient Options panel:
.sf-menu ul {
    margin-top: -20px;
}

2. You can control the colors by selecting “custom” for the header color scheme in the Salient options panel > header tab

Cheers :)

thanks!

You’re welcome :)

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