Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,836 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38357 comments found.

Hi, I added a Testimonial slider into my home but when I see into mobile devices the size is bigger than the Nectar Slider. The responsive feature is not working. Could you help me please? http://loureirojiujitsu.com

Is there any way to fix the height to avoid the testimonial size being change and also reduce the distance between the author and the phrase?

Hi, I use Customized size for fonts such as Nectar and Captions and once I change it changed the Testimonial also. Is it possible to avoid it otherwise the problem will come back.

Hey again :)

1. The option to keep your testimonial slider at a fixed height is coming in the next feature release. If you needed to do this now it would take some custom javascript development.

2. Can you activate your custom fonts so I can see why the snippet I gave you isn’t overwriting that?

Cheers

Hi ThemeNectar,

What font’s did you use in your demo?

Thank you in advance!

Hey PixellBox,

Open Sans & Lovelo :)

Cheers

Hi there,

is there some css I can add to make the arrow when accessing the mobile menu more visible, at the moment it is black, and it can hardly be seen. red would be better I think.

thanks

Yes, add this in :)

 #mobile-menu .sf-sub-indicator [class^="icon-"], #mobile-menu .sf-sub-indicator [class*=" icon-"] {
   color: red!important;
}

Great thanks a lot! Works like a charm!

You’re very welcome :)

More Ideas… In design mode Milestones should show the actual Milestone Subject not a label “Milestone Subject”.

Hey SteveZL, thanks for the suggestion :)

Hey guys,

Have updated to 4.03 and running wp 3.9

I’ve done a clean install and not running any plugins apart from standard ones that salient requires.

I have a problem that when adding a wysiwyg text block in a new row it’s just showing the text editor and when clicking on visual there’s nothing apart from the extra class box

This happens at random

When duplicating from another box it works? This is from a totally fresh install of both wp and Salient with new pages and posts?

Cheers

Hey martyfin, could you allow me to log in to see this in action? I have been unable to replicate locally (open at private ticket at http://themenectar.ticksy.com/ and let me know the ID here :) )

Cheers

Is there a way to add a transparent background to the text in a textt content block? Similar to the Nectar slider transparent background for the caption.

Hey theljmusic, this would require custom css – the process could be wrapping your text in a span with a class that has the same properties as the nectar slider caption :)

NECTAR SLIDER PAGE: FILTER BY CATEGORIES IS GONE?

Hello guys, in the Nectar Slider page, with all the slides, could it be that we can’t filter by categories anymore? I see a dropdown menu to filter by date, but to filter by categories is much better when you have plenty of slides (like I do).

Cheers Ramiro

Hey Ramiro! This is unintended and there’s quickfix to hold you over till the next release – open the functions.php and change this line:

 $args = array( 'public' => true, '_builtin' => false ); 

to this:

$args = array( 'public' => false, '_builtin' => false ); 

Cheers :)

solved. Thank you for that.

You’re welcome :)

Hi!

I have a pretty wide menu with a lot of different links. When I view the page on my iPad (in horizontal view) the two last menu items + the search icon jumps down to a second row, making the whole menu taking up a lot of space on the top of the page.

Is it possible to make the menu go into “small screen mode” for iPad in horizontal view as well (like on a smartphone or vertical view on iPad with the little menu icon instead)?

Thank you!

Enter this into the Custom CSS box located in your Salient Options panel:

@media only screen and (min-width: 1000px) and (max-width: 1200px) { 
    header#top nav > ul > li > a {
      font-size: 11px!important;
      padding-left: 3px!important;
      padding-right: 4px!important;
  }
}

Cheers :)

Ah perfect!

Tank you!

You’re welcome :)

Has anybody experienced this problem: When running Wordpress 3.9 with Salient 4.0.3, the entire “Posts” section breaks in the dashboard. When I try to go to posts (all posts, add new, etc) all I get is a blank page.

I don’t get the problem when I activate the WP default or any other themes.

Any ideas how this can be fixed?

Thanks!

Hey filleboheme! This isn’t a known issue – what is the plugin causing the conflict? I assume you’ve narrowed it down to one giving the trouble

Cheers :)

Hi, the UpdraftPlus – Backup/Restore plugin seems to be breaking the posts section, and whenever the Responsive Lightbox plugin is activated the “add media” function no longer works. Working without them for the time being and looking for an alternative lightbox solution as the Salient-own lightbox no longer works across all post types since the update. Thanks!

Hey again,

Can you please provide me with a URL to a page where the Salient lightbox is no longer working as you stated?

Cheers :)

Hi TN,

I know that you can add a Vimeo embed in the home slider like on the second slide of this page: http://themenectar.com/demo/salient/home/home-basic/

but we have a Nectar slider installed on the home page and would love to embed a Vimeo in the slider so that a product demo video is much more obvious to the visitor than a “watch demo video” button that links to the lightbox.

Does this require custom php/css?

Thanks!

If you need to look at the website, we’ve created a customer support ticket. Please see #200146. Thanks!

Hey ipsossmx!

You can accomplish this by simply pasting your vimeo embed into the caption field of the slide you desire it to display on. There might need to be some css created to make it fit perfectly but it will display :)

Cheers

Hi, ThemeNectar I am missing the About Me – Creative page in the dummy data and I would like to implement the code used in WordPress is there any way that you could help me? Thanks in advance!

Hey jeremydarko!

The Tell Your Story link in the demo is just a duplicate link that goes to the portfolio project “mobile weather app” (which should be in your dummy data) :)

I imported all the dummy data again but where do I find the portfolio project, ThemeNectar?!

If you’re not seeing it in your “Portfolio” tab in the admin panel please open up a ticket in the support forum so I can log in and see what’s going on :)

Cheers

What about RTL support? Any time in the near future? That’s the only thing holding me back from purchasing.

Please see my answer to your first comment :)

What about RTL support? Any time in the near future? That’s the only thing holding me back from purchasing.

Hey cassetta, unfortunately that would take some custom css as of now but it’s still on the wishlist

Hi there not sure where I am going wrong, but I have changed the Accent Color, Extra Color #1, Extra Color #2 and my menu is still not changing colour, can you give us a hand please? if you need to check the site take a look at: Ticket: #199411 it has the site details there. I am trying change it to the same colour as I have selected for those three options. thanks

Hey!

I’m currently seeing the menu active color displaying as your chosen custom color (#FF4629) – if you’re trying to change all of the links to be that color you’ll need to go to your header options tab and use the color pickers to assign your desired colors for other states :)

Hello my friend, that’s the option I was looking for the header options tab, thanks a lot for pointing me in the right direction. It works perfectly now! :)

You’re very welcome :)

Hi, I just had some pre-purchase questions:

1. In the Admin Panel, do we have control over fonts for the footer, as well as line-height as well?

2. Is there demo content available with Salient?

3. What’s the name of the font in the menu on the Salient demo page? Is that a Google web font?

Thanks for your time.

Hey portpass1974!

1. The footer fonts are influenced by the fonts you select for other groups i.e. the widget text is influenced by the body font selections and the headers are influenced by your h4 selections. Line heights are calculated automatically but you can overwrite with css.

2. Yes, both dummy data is included for both live demos shown.

3. It’s called lovelo and it’s not a Google font: http://fontfabric.com/lovelo-font/

Cheers

How can i translate some text like “read more” or “view larger” in Portfolio ?

Ok , Thanks I found it in this file: /wp-content/themes/salient/nectar/tinymce/shortcode-processing.php

Hey elserafi! Glad you found it :)

Cheers

Hello

I have a problem using recent project element. I have 420×250 thumbnail images that looks great in portfolio page. However they look not right when using recent portfolio element. They are either small or big in different resolution when recent project element calls them. They look nice in one resolution but when I shrink the window there is white background between images, When mouse overs green overlay cover whole image and white bg area. It really looks not right. I wonder if I am doing some wrong?

Thank you for your help

http://id-thought.com/

Hey ekapkin!

Edit the recent projects element and check the option for it to display full width – I know you have it in a full width content row but checking that box will allow it to display a little different. After that, you just need to upload featured images that meet the minimum requires for the display you’re doing (min 600px width and min 400px height) or else there will be excess space

Thanks It works great now! I don’t know how I skipped check-box

No worries! :)

I am very close to purchasing this theme. Amazing!

One pre-buy question: Do you support fixed header images? I do not want the images to be cut off in mobile. Does that make sense?

Thank you!

Hey treyvancamp!

I’m not quite sure what you mean – can you elaborate just a tad more so I give the proper answer :)

Cheers

Notice how this image header keeps the whole image no matter what how large or small the browser is: http://heartcrychurch.com/vision-goals/

I want to use this theme but I want to have a heading image on each page. I do not want it to be so responsive that the image gets cut off when the window is smaller. I would like the images to be fixed.

Does it make sense now? Thanks for your patience.

Hey again – thanks for clearing that up :)

In your example case they’re just using a raw image which you could also do in Salient so it scales perfectly with any size. Just make sure you plan on using just images and keeping your header text built into them. :)

Hi, I will use only the blog side theme at the moment so I got a couple of SEO questions. First off I want to know if the hierarchy of the titles in the blog side of the theme are SEO optimized, according to Yoast guide in which he says make sure your post title is an ‘h1’, and nothing else. I noticed (or maybe I’m wrong) the post title is a ‘h2’ title in salient’s blog posts. Also, what should my post subheading be h2 or h3 regarding my post title if h1 or h2? Also would like to know if there are some pages/archives or any things un-follow by default, if there isn’t which one should I un-follow. What do you suggest to improve SEO apart from Yoast SEO Plugin?

BTW. You have a sick theme, one of the best I’ve seen and I’ve seen A LOT

Hey ViktorZ1991,

The single post titles are actually h1’s http://themenectar.com/demo/salient/food-for-thought/amazing-post-with-all-the-goodies/ The post titles on the main blog page are indeed h2 because you shouldn’t have multiple h1s on the same page like that. Also yes, you should make your subheaders the next level down.

If you use Yoast and enter meta descriptions for any pages that need it / take care of quality content to match you should be set :)

Thank you for your help, just a quick questions what’s the difference between single post titles and post titles? And why the side bar titles for ex. About the blog (on the demo) are h4? Why not h3, where is h3 used? Thanks

The difference is one is the heading of a page that is all about that post where as the main blog page is just showing a list of a bunch of posts and there might already be an h1 via the page header such as http://themenectar.com/demo/salient/blog/blog-masonry-no-sidebar/

h3’s are used for headings in the main content area under the post such as about the author and comments: http://themenectar.com/demo/salient/food-for-thought/amazing-post-with-all-the-goodies/

Cheers :)

Hello, I upgrade my Wordpress to Version 3.9 and when I try to add a Text Block shows me like this: [IMG]http://i62.tinypic.com/21ljwc7.png[/IMG]

Before I was able to see the text and modify, Please help me.

Thanks!

Where I can download 4.0.3 ?

Thanks!

I’ve downloaded and installing with FTP. It works. Thankyou so much !

Your theme in GREAT ! Thankyou again !

Thanks a lot sabinnitu!

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