Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,761 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38354 comments found.

Hi, thanks for your great support so far. I just have a small styling question regarding one of our client’s website:

On our homepage we are using three columns in row which feature a picture with some text. On hover over the column we introduced a color change of the box and the font color. However, we couldn’t figure out how to style the small arrow icon at the end of the text. So far, it stays blue (and we want it to change to white as well).

For reference, check out this page: http://picavi-wp.aix-cloud.de/

and these screenshots: https://www.dropbox.com/sh/7mign2l8fnzloup/AACfUp-ia_cv_CJ2d6Lxa7Qxa?dl=0

Thanks!

Hey!

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

body .vc_row-fluid .vc_col-sm-4[data-bg-color="#f2f8fa"]:hover i {
    color: #fff!important;
}

Cheers

Great, thank you!

You’re welcome :)

Hi :-) I think there is a bug that leaves a gab between the site content and the footer. I have updatet everything, the theme, the visual composer manually (no padding and “no container” in the layout). The theme worked well then I buyed it in 2014, but since updating the theme I get this space gab before the footer no matter what I do. Best regards.

Hey, change it to:

body .container-wrap {
  padding-bottom: 0!important;
}

It’s working!! Thank you so much – you’re my hero :-)

You’re very welcome :)

it’s it possible to make the header completely transparent (even when scrolling) at page level?

Thanks

Hey,

Yes – you’ll need to turn on the permanent transparent header option in the Salient options panel > header navigation > transparency tab

Cheers

Hi Themenectar,

for a while now the Salient – General Settings doesn’t show up anymore. Nor do any of the other salient theme options menu. When you click on Salient in the wordpress menu it just shows a blank screen. We re-updated the latest version twice already but it still doesn’t show.

Any idea how to fix this? We already tried de-activating all plugins etc.

Hope you can help us out & thanks in advance!

Kind regards,

Milan http://www.nohaucreative.nl

Hey,

Could you please open a ticket in regards with your admin credentials so I can log in and take a look? https://themenectar.ticksy.com Also please let me know the ticket ID here once you’ve done so

Cheers

hey. how easy is it to add something like 20px of padding between each row and column when using a full width masonry grid? I dont want the images touching and a little bit of padding would make everything a lot easy to focus on. thanks.

Hey,

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

body .portfolio-items .col.elastic-portfolio-item {
  padding: 10px!important;
}
.masonry-items {
 padding: 20px!important;
}

Cheers

Any idea how to fix the video lightbox from not working with SSL…I have my site secure for online payments but my SSL (https://) is not allowing my video lightbox to open when using your video lightbox element…any helps would be amazing….someone else had this issue via your ticky support but no solution given…thanks

1. Works great thanks.

2. Yes this seems to only be happening via mobile/tablet devices and from the salient buttons only…works fine right from the nav menu but not the buttons…strange…

Yes only nector button. This is very strange and really need the fix.

when you get the chance can you address #2 in my questions…thanks again so much!

Hello…

I’m more a little trouble…

I’m putting two sites, one in Portuguese and one in English, which will mirror each other, but in different languages.

I put a slider on the site’s home page in Portuguese – www.cristinaschumacher.com.br/novo/pt-br – and set up the same options for this slider and what’s on the page in English – www.cristinaschumacher.com.br/novo/en/.

If you access those two urls, which will see the site in Portuguese text is italicized. Already revised all Salient settings and found nothing different between one site and another, so I’m asking for help to fix it. I want both sites are equal to the English site.

Can you help me?

Hey, sorry for the delay! Try entering this into the custom css box in the Salient options panel:

.swiper-slide .content p {
  font-style: normal!important;
}

Solved! Tks!!!

You’re welcome :)

Since the update the search is not working. I have another website with the same version but it’s working. We can’t see the color of the text or what we type. It’s weird. www.marcfitt.com

Hey,

Have you verified that no third party plugins are causing it? If so please open a ticket in regards with your admin credentials and let me know your ticket ID here once you’ve done so. https://themenectar.ticksy.com

Cheers

I am having a few issues:

1.) Random Spacing on the bottom 2.) Get 3 or 4 columns on shop page 3.) Contact Page columns does not work when I add contact form

Video Explanation: http://youtu.be/W5iiPKavR2M?hd=1

Hey!

1&3. Could you please let me bypass your coming soon plugin so I can see why these issues are occurring?

2. You need to update your version of the theme – Salient 7.0.9 is the only version compatible with the latest WooCommerce

Cheers

Hi there, just wondering if there’s a way to include more details in the info box on custom map points? Seems like it can only do a lime of text, no html styling or linking.

Also, was curious to know on those custom number counters, I noticed when I put numbers in with commas, the counter doesn’t work. Is there any way to style larger numbers with commas?

Hey,

1. As of now using custom code the Visual Composer map element would require some modding unfortunately

2. The default milestone count to animation won’t parse commas or other symbols – however the motion blur alternative style will :)

Cheers

Hi!

How I can disable the access of portfolio URL without leaving in private mode?

Hey,

Are you just trying to disable access to one project and are you still wanting it to appear in your grid? If so, please share your URL and let me know which project

Cheers

I want to disable access by URL and leave only visible in the grid.

Could you share your URL where you’re using the portfolio element and let me know which project you’re trying to disable?

Cheers

Hey,

so my website has some problems when I try to purchase an item

When I get to the checkout page area, on the right side under “your order” (where you are supposed to enter your credit card info) does not load. It is greyed out and there is a loading symbol over top of it that just does not end. This is major problem because it does not allow any one to purchase an item from my shop.

My url : varanno.com

Hey,

I’m currently seeing it load on my end – is it still not working on your end? If so please let me know what browser you’re using

Cheers

Hi,

I am still having problems with the cart. Sometimes when i add an item to the cart it says the cart is empty. Sometimes when the item is added to the cart, you can not remove it.

I am using safari, and also tried on a few other devices, and computers with the same problem.

Hey,

do you have any caching active and are you using the current release of Salient and WooCommerce?

Last questions:

I paste CSS code what do you give me:

article.post .post-meta .date, article.post .meta-author { display: none!important; }

...but date is still visible. How can I fix that?

And how can change that in landing page to show blog posts in 3 columns, no 4 ?

My blog website is www.editablearch.com

Best, Janusz

Hey,

1. Unfortunately it’s not possible to remove the date on that post style with css – it would require modding the file. That snippet will work on the meta overlaid format though

2. Add this into the custom css box:
@media only screen and (max-width: 1600px) and (min-width: 1300px) {
#post-area.full-width-content .masonry-blog-item, .full-width-content #post-area .masonry-blog-item {
    width: 31%!important;
}
}

Cheers

Hey, can you explain how I can disable to big circled quotation mark on top of the testimonial slider? Thanks!

Hey!

Add this into the custom css box in the Salient options panel:
.testimonial_slider .image-icon { display: none!important; }

Cheers

Hi,

On the nectar slider you have the option to override the text size in mobile and tablet view but there’s no option to override the letter spacing.

How do I do this for mobile and tablet?

Thanks

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

@media only screen and (max-width: 1000px) {
html body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2 {
  letter-spacing: 3px!important;
}
}

Hi, thanks for giving it a crack but but didn’t work?

Hey, could you please open a ticket in regards with your admin credentials so I can take a further look? https://themenectar.ticksy.com

Ever since I updated my theme to 7.0.9 I have been having an issue with the theme options: Any place where I should be able to input text (ie selecting the number of footer columns), or upload an image (ie my logo), it is blank. There is no option to input the text or click to upload. Additionally, my settings (ie the number of footer columns, my logo) are no longer showing up on my site, although I see them in the database. I’ve reinstalled the theme and deactivated plugins, and it is still not working. Please advise. Thanks!

Hey,

Please open a ticket in regards with your admin credentials so I can take a look https://themenectar.ticksy.com – also let me know the ticket ID here once you’ve done so :)

Cheers

ticket #815207

How Can I make the ‘Extra content’ Below the side bar/main content when on mobiles? http://lukethomas.co.uk/2016/recipe/sunday-carrots/

Hey,

Currently this wouldn’t be possible currently without some custom development

Cheers

Hey, thank you so much for the theme and your support so far. We just stumbled across another small issue on our page regarding the use of a sub-menu. Usually we do have 1/12 columns on each side of the page as borders. However, if we try to move the sub-menu from the center to the right, it falls outside this default grid structure (i.e. it almost touches the screen borders as if it was a full-width content element even though the column is set to full-width background). That is the code we tried to alter (so “right” instead of “center”):

.page-submenu .full-width-content ul { color:#7AC4E6 !important; text-align:right!important; }

You can check this URL for the current, centralised state: http://picavi-wp.aix-cloud.de/technologie/

On this screenshot you can see how far right the menu is pulled with the CSS above: https://www.dropbox.com/sh/dogz2dhv6zf6953/AAB8-Kb5GpjMUkZ6OK73YPGha?dl=0

What can we do to nicely align the sub-menu with the rest of the content?

Cheers!

Hey,

Unfortunately this would require some custom modding to allow it to be stuck fixed at the top within the normal container – you’d need to modify the to have a container element at nectar/nectar-vc-addons/vc_templates/page_submenu.php you could also try just changing $wrapping_class = ‘full-width-content’; to $wrapping_class = ‘full-width-section’; in the file

Cheers

Jotform is not porperly working with the theme. A lot of the times the bottom of the jotform wont load on a page. Another issue we are having is that the lightbox will not work. We made a video for you: http://youtu.be/yTjzKYdG1rc?hd=1?

Hey,

Could you please open a ticket with your admin credentials so I can place the code and inspect what’s going on? Also let me know the ticket ID here once you’ve done so https://themenectar.ticksy.com

Cheers

I signed in and it keeps asking me to put in a purchase code. I put it in and the screen refreshes. I tried verifying it with Envato and it will not allow me. Is there another way I can send it to you? I really dont want to wait another day. You can see on here that I purchased it.

Hi,

Just wondering is there a possible way to style the search results page? The current results page does not respond well to the removal of the sticky header and content is getting lost beneath the header elements.

Thanks.

Hey,

Just took a look

Cheers

Hi,

Just wondering was there any update on this? I replied to your email using a different email address but have heard no response yet.

Thanks

Hey, sorry for the delay – just responded in regards

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