Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,265 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38442 comments found.

Hi Nectar I need to be able to exclude specific Page IDs from showing up in the search results. Please can you provide some step by step instruction? If this could be added as a check box on future updates that would be amazing – though probably not top of the request list! Many thanks.

Hey thomasheiser77,

Right now it would take some custom modding to the search.php file but I’ve noted this for the wishlist :)

Cheers

Hi,

I’m trying to add a necter slider. I tried with a video and it didn’t work but then it messed up the positioning as well. The slider is now on the skewed to the left side. :(

See link for more info: http://www.oweek.info/2015/

Hey,

I’m currently seeing the slider display normally – what browser are you using?

Cheers

Hello,

1.In “Ascend” mode when sidebar is enabled for blog posts the “Share, Category and Comment” buttons moves to the left. How to fix this as I want the sidebar enabled for advertising. link: http://goo.gl/FUjwNN

2.Is it possible to remove certain elements of the “Post Header Settings” i.e remove the “Page Header Background Colour”. Please show which line of the nectar/meta/post-meta.php file to edit.

3.How to make “Header with secondary navigation” transparent.

4.How to change the font and color of quotes i.e font= Pacifico and color=#181FE2.

5.How to change the font and color of links i.e font=Sofadi One and color=2ECD06

http://www.pointsquad.com/

Thanks.

Hey ahsanuk,

1. I can’t seem to replicate this issue – Could you kindly open a ticket in regards so I can assist? themenectar.ticksy.com/

2. The section to remove for that would be

array( 
                        'name' => __('Page Header Background Color', NECTAR_THEME_NAME),
                        'desc' => __('Set your desired page header background color if not using an image', NECTAR_THEME_NAME),
                        'id' => '_nectar_header_bg_color',
                        'type' => 'color',
                        'std' => ''
                    ),
3. Open up your init.js file located in the js folder and add this in after jQuery(document).ready(function($){
$(window).scroll(transparentSecondary);
transparentSecondary();
function transparentSecondary(){

  if($(window).scrollTop() == 0) {
    $('#header-secondary-outer').css({
        'background-color':'transparent',
        'border-color' : 'rgba(255,255,255,0.2)'
    });
    $('#header-secondary-outer nav > ul > li > a').css({
        'border-color' : 'rgba(255,255,255,0.2)',
        'color' : '#fff'
    });
  }
  else {
    $('#header-secondary-outer').css({
        'background-color':'#f5f5f5',
        'border-color' : 'rgba(0,0,0,0.1)'
    });
    $('#header-secondary-outer nav > ul > li > a').css({
        'border-color' : 'rgba(0,0,0,0.1)',
        'color' : '#777'
    });
  }

} 

4.

blockquote {
  font-family: 'Pacifico '!important;
  color: #181FE2!important;
}
5.
body a {
 font-family: 'Sofadi One'!important; 
 color: #2ECD06!important;
}
Cheers

1. I went into appearance -> editor, then I can’t seem to find the nectar/meta/post-meta.php file. Please show where steps by step.

2. I can’t locate the init.js file. Please show where to find steps. by step.

3. I wanted to change the “Quotes”color and font when selected in the post format. The code didn’t do anything.

4.I wanted to change the “Link” color and font when selected in the post format. The code didn’t do anything.

Hey again,

1. You’d need to edit the files locally and then FTP them to your server, the standard WP editor doesn’t show folders. An alternative would be to install the plugin wp editor

2. Please see my response to question #1

3. That would require different css.

body article.post.quote .post-content .quote-inner {
  background-color: #000!important;
}

4.

body article.post.link .post-content .link-inner {
 background-color: #000!important;
} 
Cheers

It looks like the problem is with the theme itself. ascend.css that conflict with tons of style sheet had a fix in writing or Comments section Shopping area is a mess without the geologic displayed properly. Please identify the cause. Will be really angry.

http://may-tree.co.kr/%EC%83%81%EC%A0%90/

Hey hyeokin,

I’m not sure if your comment is a follow up on a previous one but I’m not entirely sure what you’re referring to – the URL you linked me to seems to be a blank page with just a header. Do you have a ticket open in regards with more details to your issue?

Cheers

hey nectar!

I’m waiting for “html table styling basic” function. now Version 5.0 added this function. but How can i use this function.

Hey,

It’s passive styling that was added in so any tables you use now should already have the style. Could you share a URL in regards?

Cheers

Paralax background is not functioning in Chrome browser. Is there a fix for this?

Thanks www.angelfeliciano.com/neilschwartz

Hey,

On the URL you’ve shared I can see the parallax slider working normally with Chrome – do you have another URL in regards to show the issue? If now, please let me know what browser version and OS you’re using

Cheers

Love your theme!

Question:

On the front page of my website the “Separator With Text” font is getting cut off on the bottom and can’t figure out how to have it not do that. Please advise. Thank you!!

www.inseyeght.com – On the front main page

Also, how do I get the logo of all my clients “centered” its a little off center…You will see this as well on the front page. THANK YOU!!!

OK, I figured out the first question: but still need assistance centering the client logos. All of them are just a little to far to the left. Please advice. Thank you.

Hey!

Glad you found the answer to the first question :) In regards to #2 – there’s no way to do this without simply uploading your client logos at the same image height – therefore you would need to save your logos which are shorter in the same height as the taller ones and leave excess space on the top/bottom in your graphic editing program of choice

Cheers

hey mr. nectar!

i’m having a little issue with the loading gif used with the ajax transitions: it works fine when I click on the first couple projects, but then it just stops looping and freezes on a random frame for the next projects i click, and it will stay that way, like it’s a static image and not a gif.

it’s not a big deal for me, i’m not even using a complex gif, but just something i’d like to correct if it’s possible.. anyway, here the url: ninocencini dot com

I’m not sure if it’s something happening only for me, so you might not be able to see it..

I can now see it occurring too when looking in firefox – Chrome wasn’t showing the issue. It seems to be a browser level issue that i’ll look into :)

cool! thanks man. now that we’re talking about it, is there any way to change the background color on the transition page? if you don’t understand what i’m saying just check my page again. i changed the background to a dark pattern, but when i click a project, it shows my gif in a white background, it seems a little strange, would be nice to change that color to a darker tone.. is it possible?

cheers

Hey again!

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

#ajax-loading-screen, .loading-icon {
   background-color: #262626!important;
}
Hello! Thanks for this theme, love it!!! Got a question. How can I shrink the height of the header/menu area, there is like an inch of space from where I moved the menu up slightly below the logo. Here is the site… Too much black below the menu now! http://thinkworly.com/ Thanks again for this theme :)

Hey graymidday,

Try to add this into the custom css box in your Salient options panel:
body header#top nav > ul > li > a {
  padding-bottom: 10px!important;
}

Cheers

Hi, thank you for responding, but this didn’t work. Here is how my custom css looks in salient options panel. I had added a couple of things so the logo looks good on the mobile phones. But, I really need to get the extra space below the menu removed.

body header#top nav > ul > li > a { padding-bottom: 10px!important; } #header-outer { padding-top: 5px!important; padding-bottom: 0px!important; } header#top #logo { margin-bottom: -80px!important; } @media only screen and (min-width : 1px) and (max-width : 1000px) { body header#top #logo img { height: 100px!important; } #header-outer { height: 140px!important; } }

Hey – for some reason I’m not seeing that snippet make it on the front end of your site. 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/

I have a problem with the Blog. The post is multiplied and can not see well. you need the link to check this?

Thank you very much!

Hey muztafari,

Could you kindly share a URL in regards so I see what you mean?

Cheers

Hey – could you kindly open a ticket in regards so I can take a better look at what’s going on? http://themenectar.ticksy.com/

Where can I tweak the settings for the lightbox? I want to set height of images to 90%. The default sizes are too small for me :-(( Thanks for any help.

Hey,

You’d need to modify the actual prettyphoto.js plugin file in regards since that calculates the size of the image lightbox

Cheers

Hi,

You sayed that your template are compatible with IE9 but after test (and visible in your demo page too) the “Slide Out Widget Area” are all the time displayed in IE9 and its impossible to close it.

Do you provide any bug fix ?

Regards,

Hey vincegx,

I’ll check your ticket in regards but from my testing on IE9-11 I haven’t been able to replicate – what OS are you using?

Cheers

My OS : windows 7

If you check in your last themforest comment, a guy have explained the same problem.

Please have a look on my ticket i have attached a screenshot from YOUR demo page …

So the problem appear directly from your source code and not from my implementation …..

Thanks for your help …

Hey again – I’ll be with you as soon as I can in regards :)

Can you please check ticket 350913?

Thanks a lot!

Hey hookieoalo, will do :)

How would I change the size of the centered heading font? I’ve tried H4 and various custom CSS from the comments already.

Hey again – if you upgrade to v5.0 this should be fixed, but if you’d rather use css add this into the custom css box:

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
.col.vc_span3 h5, .col.vc_span4 h5 {
   font-size: 12px!important;
} 
}

Much appreciated.

You’re welcome :)

Hi! Love your theme! I’m just having one issue. The contact form isn’t working. Everything looks ok and I’ve tested it creating 2 separate forms and I’m still not receiving emails. Can you take a look? I can send you login info. http://www.deblong.com/contact/

Thanks! Terry

Hey Terry,

That’s most likely a server issue with sending mail – have you confirmed the mail gets sent when switching themes?

Cheers

Hi, I noticed that the inherit row background colour only works on pages and not posts. I understand that this is probably because it may look odd when using the variable height blog header type. I was wondering though if it’s possible to use when using the fullscreen blog header type?

And secondly, I was wondering if it’s possible to use both the blog header types at the same time? I was thinking of using the fullscreen one for feature articles but the variable height one for regular news.

Cheers, Josh.

Hey,

1. Currently you can only have one blog header at a time – are you saying the header inherit row BG isn’t working just with the page header of the blog or full width rows within posts as well?

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

.full-width-section.parallax_section .row-bg {
  transform: none!important!important;
}

Cheers

Thanks for that.

The header inherit row BG colour works for full width rows on pages, but not full width rows on posts (regardless which blog header style is chosen). I’ve tested this on a fresh install to make sure it wasn’t something I’d altered.

Hey,

I’ve noted to investigate this further for the next release :)

Cheers

Quick question – for page header images that aren’t part of the sliders or home page (such as a page header image in a blog post) is it possible to have that image load in from the left bottom (or other options) just like you have the option to do in other parts of the theme? Some images that I use as featured images work best when loaded from the bottom. (example – landscapes look much better when you can see the landscape as opposed to the sky).

Thanks!

- Travis

Hey Travis,

Currently this would take some custom development unfortunately but i’ve noted the idea for the wishlist :)

Cheers

My site when down when I installed the theme. It shows this error:

Fatal error: Class 'WPBakeryShortCode_VC_Row' not found in /home/directory/public_html/wp-content/themes/salient/nectar/nectar-vc-addons/nectar-addons.php on line 431

Hey,

Please ensure that you don’t have the standalone visual composer active prior to activating Salient

Cheers

Firstly, really loving this theme. I have used it now as a framework for two sites and has made my work so much easier.

I am trying to use the one page scroll effect though to scroll directly to a particular tab on the page. So for example if you click the menu link “tab 2” while you are in another section it will scroll to the tabs element and activate tab 2 and its content. I’ve set up the target links correctly to make the nav link to row id’s and scroll to them, but is there a way to scroll to the row housing the tabs and then activate the appropriate tab??

Thank you.

Hey ag_ag,

As of now that wouldn’t be possible but I’ve noted to implement a solution for future releases :)

Cheers

Hey – Love the theme but have an issue with Tiled Mosaic Wordpress Galleries. They worked correctly when adding one to a section using the shortcakes. Now that the page has been covered to the visual editor, when I add a gallery (via a text box) it is not utilizing the width of the column and appears to the left and not centered.

It looks like an issue with the gallery knowing the actual width size it needs to be.

you can see my issue here:

http://jsaycreative.com/photography/

Id really appreciate some help for this thanks!

Good to hear! :)

Hey is there a way for you to add this to future updates so I don’t have to change it after every update? Ive tried creating a child theme and adding it to the functions.php within the child theme but the parent them overrides it.

Hey – i’ve noted to make it overwritable via a child theme

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