Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,180 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hi

Please see here: http://www.stonemasons.co.za/shop/ and here: http://www.stonemasons.co.za/shop/?page_id=4214

I have tried EVERYTHING but I cannot get the permalinks to work on post name. It says all the time that the htaccess file is not writable, but it is. What must I do to fix this?

regards gustav

sorry – I figured it out

Hey, glad you sorted it :)

Cheers

Hey guys, sorry just goin a bit nuts with this; www.homeled.co.nz on mobile the header is going over the nectar slider at the top of the page, cutting it off, why is that? how can I stop it? looks perfect on desktop. THANKs!

Hey!

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

@media only screen and (max-width: 1000px) {
.home .container-wrap {
  margin-top: -25px!important;
}
}

Cheers

and that sorted it, as per usual. thank you for your time!

You’re very welcome :)

Hey there. I know my support has recently expired but I’m wondering if there is a short-code or some way to move the blog post title above the featured image when you are on the landing posts page. I tried removing the feature image and just adding the image into the blog page itself, but then the picture doesn’t show up in the posts page. I’ve been looking for a fix but as yet I haven’t been able to find one.

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

body.blog span.post-featured-img {
    padding-top: 54px;
    display: block;
}
body.blog .post-header, body.blog .article-content-wrap {
  position: static;
}
body.blog article.post h2.title {
    position: absolute;
    top: 0;
} 

Thank you very much. I really appreciate that.

Of course :)

hi, quick question. I’ve got a video in my nectar slider which has no sound. However on the tab there is the little speaker icon. I have been searching for the solution but cant find it!

Any pointers or a quick link to the solve would be great. Thanks nectar!

Hey,

Try to edit this section in the functions.php file

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

Cheers

Hey There,

Had a quick question/issue…

So we were recently attempting to change the font in the off-canvas menu via the typography settings in Salient. However, the font changes do not seem to be taking change. We’ve looked over the CSS? and definitely seems to be a bug… the custom google font isn’t being called anywhere in the CSS. All other font settings work to our knowledge and there aren’t any errors being thrown.

Thanks again for the help!

Hey :)

Could you please share your URL in regards so I can see what your current settings are?

Cheers

salient theme is not working for Edge.

canvas menu is not working in Edge.

Hey – Are you seeing this occur on the demo as well?

Hello!

I have a few questions.

1) I’m going to be updating this site from the current version from Salient Version 5.5.5. Is there anything I should be aware of making such a large update in the theme? The only reason I’m updating is because I want to upgrade to the current version of Wordpress and am not sure 5.5.5 is compatible.

2) I’ve made modifications to my theme to include a custom font. The way I did this (with your help I believe) was making modifications to the fonts.php file located in the nectar/options folder. This file I see does not exist in the new version of Salient. What is the best way to add a custom font that can be applied through the Theme options? I am not looking really for a solution that involves modifying all the CSS. i’d like to be able apply the font to different elements through the theme settings like I currently am.

3) Finally, I reached out a while ago about the pagination links in our blog not working properly and taking you to a 404. I was never able to get this resolve. I believe I need to send you login credentials. Can we re-start this process please?

Thank you!

You can send the info via the contact form on my author page http://themeforest.net/user/themenectar

Sent, thanks!

Hello. I haven’t heard anything back, yet. Can you take a look at my email soon, please?

Hi, I bought your theme, I am making my site into a one page scroller format, but at the same time, there is going to be a link on the page that opens another page of my site, and I wish to hide the menu bar for this particular page. How do I achieve this?

Hey,

If you can share the URL in regards where you’d like the menu hidden I can provide the css :)

Cheers

Hey!

Was attempting to make it possible for a full width recent projects element span 4 columns instead of three.

Following the code change to init.js in this comment : http://themeforest.net/comments/6217350

There wasn’t a change to the number of columns on our homepage. http://theprintory.wpengine.com/ user: demo password: refutees

I changed the file in salient/js/init.js on line 936

var maxCols = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 'auto' : 4 ;
var scrollNum = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 'auto' : 2 ;

Am I missing something? :grin:

Hey,

Change it to this instead :)

var maxCols = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 4 : 4;
var scrollNum = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 'auto' : 2 ;

Cheers

hmmm… still shows as 3 columns after changing.

Also change this line:

var colWidth = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 500 : 453 ;

to this:

var colWidth = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 350 : 350 ;

Hi.

How i can hide the date of the portfolio?

http://prntscr.com/be457a

Thank u guy!

Hey!

You can disable the date in your Salient options panel > portfolio > functionality tab

Cheers

Hello, how do i make the arrow in the header at the bottom turn from white into #d1a054?

Hey,

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

html body[data-button-style="rounded"] .section-down-arrow i, html body[data-button-style="default"] .section-down-arrow i.icon-default-style[class^="icon-"] {
  color: #d1a054!important;
} 

Cheers

Hi,

the map marker doesn’t appear on the Google maps, please, could you help us?

Thanks :)

Hey,

Have you verified that you have a map marker lat/lng set in addition to your center point lat/lng? If you only set a center point lat/lng no marker will be placed. If you’ve verified that both are set please share your URL so I can take a look :)

Cheers

Hi ! Saw in a comment reference to this but not sure where:

We’d like to a row background, instead of mouse parallax to do a ‘multilayer parallax scroller’ !

Like the one’s found here: http://truecallingcanada.com/

Is it possible? lol multi-layer (two’s fine) parallax scroller? Not mouse. For a row BG?

Hey,

Unfortunately this would require custom development as there’s no logic in Salient to have the row layers react to scrolling

Cheers

Hey Nectar! Hope all is well, a little while back I told you I was going to delete my current site with the template X theme and use yours which I am still in the process of doing but I wanted to ask what would be your best opinion to do this redesign? I am worried about broken links and having to create a bunch of 301 re directs so I don’t get penalized when I make the switch. Do you have any suggestions on what the best way to approach a redesign switch?

Hey again!

Is there anyway to share your URL so I can see what exactly your content is?

Cheers

Are you using a custom post type for the work related items or are those simply pages you created? If they’re just pages then there isn’t much that looks like it’ll go to a 404

Hi Salient,

On the demo: http://themenectar.com/demo/salient-ascend/

The section with the blog posts (The Field, Be My Guest, and Ownage) and the Portfolio item (One More Beer) with the zoom on hover effect, how is this done?

I know that there is a portfolio display setting for the element, but I don’t know how you included blog posts in it.

Thanks!!

Hey!

That’s actually a portfolio element with each item using an external project URL linking to a custom location. This is set in the project configuration metabox when editing your projects

Cheers

Awesome, thank you! You guys have the best support!

You’re welcome :)

Hi, I’ve bought this theme for the 3rd time already. Great theme! I’ve asked this question already through the support system (#792314).. but no answer yet. It looks like this will be faster.

Question: I switched to a dark color scheme header. With CSS I changed the header and footer to a dark blue color. This is the same color I use for “Extra Color 1”. Now the active menu item is not visible anymore because it’s displayed in the same color as the header background. Also hovering a menu item will make a menu item invisible…

I’ve tried a lot of different CSS approaches to changing the color, but non is working. It looks like dynamic CSS is created including an ”!important” tag. Not a very friendly thing to do If you want the theme to be fully customizable.

Any suggestions how to solve this issue? Without changing the “Extra Color” of course :grin:

Thanks! That seems to work.

Other question: Is there an easy work around to vertically center content within a row? Now it’s only possible if it’s a full width content row. (“Make all columns in this row vertically centered?”). Why is this not available for rows that are “in container”?

I understand I can do it with spacers – but this is of course a cheesy solution. :grin:

You’re welcome :)

As of now this wouldn’t be possible without some custom css – however i’ve noted the idea for the wish list

Cheers

Hi, how do you hide the feature image on blog_next_prev_buttons ? Many thanks.

Hey,

Add this into the custom css box:
.blog_next_prev_buttons img {
  display: none!important;
}

Cheers

Super quick question on the blog post type- specifically the quote post… I’m wondering if I can change the BG color behind the quote so that it’s not my accent color surrounded by white. I’d love to keep the box shape and size, but turn the content BG to match the color. Essentially turning the page bg from white to the matching purple on this page (http://wolfandshade.com/muhammad-ali/) I try messing with the Content BG override, but it doesn’t seem to work. I assume that the quote is not actually in the body, but in a header section. Cheers!

Hey,

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

.single-format-quote .container-wrap { background-color: #8224e3!important; }

Cheers

Hello, i need help customizing the nectar panels. I need the panels in the blue areas to remain the same color once expanded (they always turn white, but i need them to stay blue with light text inside of them).

Regarding the panels in the white area – The panel title just becomes all white and vanishes once the panel is expanded and i want it to turn dark colored when expanded.

strivelite.com

Look at the demonstration i sent you

Sorry – nevermind. I misunderstood, i thought you meant i should insert the text into the page specific custom css box, but it worked when i inserted it into the universal one. Thanks.

Glad to hear :)

Hi team, Could I display the portfolio category in the page where I am using portfolio grid? I want do it with code, but I dont’ know the codex to display porfolio categories… Can you tell me which is this codex??

Thank you very much!! Paul.

Hey,

Are you just referring to the current category name? Could you also share your portfolio URL so I can see your setup?

Cheers

Hey team, I already solvent this question, thank you very much. I would want display a name of portfolio category into single-portfolio page… Finally I found how make it!

Cheers!

Hey, glad you sorted it :)

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