Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,192 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

hello again I’m very happy with salient. I have 4 columns in a row and i have some text after the text there’s a button is there a way to align tall he buttons evenly to the bottom, since all text is diferent

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

.page-id-6687 .wpb_text_column a {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.page-id-6687 .wpb_column[data-has-bg-color="true"] .wpb_wrapper {
  position: static!important;
}
body.page-id-6687 .wpb_column[data-has-bg-color="true"]:before, body.page-id-6687 .wpb_column[data-hover-bg^="#"]:before {
  z-index: -1;
}

Thanks!!!!

You’re welcome :)

Hello, first of all great job on the theme, love it!

I have been trying to figure out the following points reading your comments but couldn’t find anything that worked.

1. I have the background set to white, on header resize scroll, however, under the header it sometimes appears a black gap. I would like that to be white as it breaks the feel of the page. I used the:

#header-space { background-color:#fff; }

It works when there’s no header slide, if there’s a nectar slider the black gap still appears.

2. I would like to change the button style to a custom one, which isn’t as round as the rounded style. I tried adding custom CSS, it almost worked, I just can’t change the radius of the button, if it’s set to the rounded style it’s too round, and if it is set to the default, it doesn’t round borders at all. Also, I’d like the button to top to remain as is in the rounded style.

3. When I add the Recent Posts shortcodes, the Read More button isn’t showing up.

Thank you very much! :grin:

Hey, thanks a lot!

1. Could you kindly share your page URL so I can see why that’s occurring for you?

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

html body[data-button-style="rounded"] .nectar-button.see-through, html body[data-button-style="rounded"].ascend .nectar-button.see-through, body[data-button-style="rounded"] .nectar-button.see-through-2, html body[data-button-style="rounded"].ascend .nectar-button.see-through-2, html body[data-button-style="rounded"] .nectar-button.see-through-3, html body[data-button-style="rounded"].ascend .nectar-button.see-through-3, body[data-button-style="rounded"] {
    border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
}

3. Not all styles offered in the recent posts element have a read more button – which are you using?

Cheers :)

Hi! Thanks for the reply!

1. The URL is this http://www.vforviu.com/, on mobile devices it still shows the “gap” (black background) if you scroll. I’ve managed to sort of fix it on desktop, but not if there’s a nectar slider like here: http://www.vforviu.com/attic/

2. It isn’t working, whenever I try to change the border-radius, it gets stuck with the theme button style selected.

3. I’m using the Default one, I guess it doesn’t have it.

Thank you!!

Hey,

1. Try reducing your shrink number a bit in the options panel – that space is occurring due to the high one you current have set

2. This will be needed to also change the submit buttons around your site:
html body[data-button-style="rounded"] input[type=submit], html body[data-button-style="rounded"].ascend .container-wrap input[type="submit"] {
    border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
}

How do you align the copyright in the footer to the right? Thanks

Hey,

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

#footer-outer .col.span_5 {
    float: right;
    text-align: right;
}

Cheers

Hey! I’ve got a problem. I added a slider on the homepage , but then the logo and menu turns black when I scroll down. Watch this video: http://www.crafty.se/wp-content/uploads/2016/05/error-color-salient-crafty.mp4. How do I make the menu and logo stay white on scroll?

Hey, make sure the row that’s holding your blog element is set to full width background for the type and that it has the text color set to “light”

Cheers

Hi. I can’t get anchor points working. I have watched your video https://www.youtube.com/watch?v=Rj-NQ3YItlc and followed those instructions exactly, and made sure One Page Scroll is enabled in Salient options. I have also tried using the full URL (https://www.mydomain.com/#anchor) instead of just ’#anchor’ but that hasn’t worked either. Any thoughts on what might be causing this?

Hey, please share your URL in regards so I can take a look

Cheers

Hey, which page on your site contains the anchor links? There doesn’t appear to be any on the home page linked

Could you reply to my ticket soon pls? :(

Hey, please share your ticket ID so I can take a look at why it was overlooked

Cheers

HI, Visual composer doesn’t seen to work anymore after updating wordpress? is there a new version?

Thanks

Pete

Don’t worry found it! :)

Hey, glad to hear :)

Hi, I’m having so much trouble getting payment options other than paypal to appear on the checkout page…. can you please assist? www.sinchies.com.au

Hey, currently on your URL i’m seeing “Credit Card” & “Direct Bank Transfer” options as well – could you please open a ticket in regards with your admin credentials so I can see your backend settings? :) themenectar.ticksy.com/

Also, how can I change the hover color of the navigation items?

http://prntscr.com/b4ypyr

If you’re referring to changing the hover color of your nav when over a dark nectar slide and in the transparent state – you’ll need to use custom css such as

body #header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover {
  color: #fff!important;
}

thanks!

You’re welcome :)

The one thing I’m having issues with is the logo in the header, and the logo that appears in the header when it scrolls down. It seems that on the Logo & General Styling options, setting this logo image, then setting the logo height in that same section applies to both the main image and Also the height of the logo in the scroll down of the header navigation.

http://prntscr.com/b4yobr

Where i’m having issues is trying to have two different logos. One that is larger as I start on the page, then a small version of the logo on the header when I scroll down. How can I do this?

Also I’m having to adjust CSS for the margins around the top header as well as the left and right padding for the navigation items. It looks great, but Now I have to create a second set of CSS rules just to apply to the 2nd logo when I scroll down, as you can see here: http://brightleafweb.com/tirpok/

If these options were in the theme options it would be so much easier.

Hey,

If you turn off the hide header until needed effect you can then use the header resize on scroll effect which has a shrink number field you can choose how much the logo will reduce in size once scrolled down

Cheers

sweet. Unfortunately this feature does not seem to work for me. I do have this CSS. would this affect this functionality?

http://prntscr.com/b5cevp

header#top #logo .starting-logo { left:0; opacity:0; position:absolute; top:40px; }

header#top .container .row { margin:-40px; padding-right:150px; }

Could you kindly open a ticket in regards with your admin credentials so I can see why the feature isn’t working for you?

Hello – Just purchased the theme, and imported demo content, but none of the images are importing. The sliders and images are blank. There is also nothing in the media tab within the dashboard. Please advise, thanks

Hey, most images are replaced with placeholders. They can’t be included due to copyright on the stock images

Feature Request:

Hey ThemeNectar,

Any chance we’ll be able to create similar single page content to this: http://you.acoda.com/agency-wordpress-theme/

With the changing typography text capability at any point in the near future?

The closest we can get currently to a full page layout like that is strictly through the page header options but then we can’t use a fancy type effect like in the above link.

Cheers!

Hey!

This is indeed an item on the wishlist – there’s no ETA as of now though

Cheers

Hey ThemeNactar,

I’ve purchased this theme before and love it but I am currently in need a theme that incorporates an event calendar for search purposes. Could you suggest any plugins that will work within your code?

Many Thanks

Hey,

Unfortunately I don’t have a specific one to recommend – if you encounter any issues with the one you try please just let me know :)

Cheers

Any response to my Ticksy support request? I have a GravityForm with Pages and the Checkbox disappears as you move forward, and even if your return. They are there to start with. The theme is doing something to make them move/disappear.

Hey, please share your ticket ID so I can take a look

Cheers

Hi,

I have purchased the theme and loaded the Ascend demo template in my theme. But my navigation bar does not look like the one in Ascend. I want it to be the same way. how can I do that?

My website link is www.trichology.co/clinic

Thanks Raghav

HI, I submitted a ticket yesterday. Although I did not get any email regarding the ticket number and other information. I am not able to track it. I registered a ticket with email id rbisrakhia@gmail.com

It has been 6 days and there is no reply for my support ticket and on my email. :(

Hey, Unfortunately I can’t find your ticket based on that email alone – if you can’t find your ticket ID could you please provide your admin credentials via a private email? There’s a contact form on my profile page here http://themeforest.net/user/themenectar

Hi ThemeNectar. I have a problem with LayerSlider and with the menu on your smartphone.

1) images of the slides contain a link, but on your smartphone will not work.

2) the menu “Off Menu Canvas” Cover in Full Screen mode does not work.

link: www.wellcaretest.it/wellcare2

Thanks

Tested on iPhone 5s. The menu pops up, but nothing happens when clicking on menu items. The same thing happens with slides of home. Thank you

Hey, I found the cause. The problem is caused by – Ultimate Addons for Visual Composer. Though I haven’t a solution.

Hey, have you tried mentioning this to the plugin author so they can inspect what the error is coming from?

I’m trying to figure out how to switch the logo graphic when scrolling down the page. Our main logo consists of both a graphical element and text, and I want it to show only the graphical element when scrolling and the full logo at the top. I have both versions as separate image files but haven’t quite managed go past that stage and actually implement it.

Hey,

This would require some custom modding to the header.php file – you’d need to add both logo images in and then hide them with css based on the header nav state

Cheers

How do I add another logo image to the header.php? The css part I should be able to figure out.

look for the anchor tag with the id “logo” in the file – inside that you could place an image tag :)

I have URLs set in the Social Media options page, and those same social networks selected in the Footer options page, but nothing is showing up in the footer on the front end. I saw a screencast from a previous support post that showed icon URL inputs appearing after checking-off the social networks in the Footer Options page. Was this an earlier version? Nothing shows up for me when I check off these boxes. Nothing is showing at all. Any idea why that might be?

It appears your footer copyright section may be turned off. Could you kindly check that in your footer options tab in the Salient options panel?

Cheers

Thanks for your reply. It was turned off. Some sort of notice or help text that says you need this section turned on for the social icons to be visible would be helpful. There’s nothing that indicates that’s the case :/ Thanks again!

You’re welcome :)

Hi is it possible to align the text at the bottom of a fancy box rather than from the top? Thanks

Hey,

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

body .nectar-fancy-box .inner {
    padding-bottom: 0!important;
    padding-top: 15%;
}

Cheers

I cannot edit the headers on any of my pages. The editing features which used to appear at the bottom of the page are no longer there.

Hey, if you’ve verified that no plugins are causing this please open a ticket in regards with your admin credentials so I can take a look :) themenectar.ticksy.com/

Cheers

Aha! in the update the Screen Options changed and the Header was no longer displayed. Solved!

Glad to hear :)

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