Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,757 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38353 comments found.

Hey Guys – wanted to see if there were any demos / examples of Salient working with buddypress…This is a must for my site (buddypress) and would love to use this theme. Just want to make sure it works and see any examples.

Hey snappysnap,

there’s basic functionality but unfortunately there’s no demos for it at this time – in the future there will be more integration and a demo :)

Cheers

Blog posts not showing when scroll down the page. When I inspect the element I get the following error: In this file: init.js:459 – Uncaught TypeError: $(...).flickity is not a function – - Any idea on how to correct this?

Hey allcore,

This issue will be corrected in the next updates – it’s caused it if there’s no gallery post in the first set of items but some exist in later sets of ajax loaded posts. Therefore a quick fix would be to use a gallery post in the first page as well

Cheers

How can I change the font size of portfolio titles on mobile? I notice they get very small on mobile.

Thanks!

Hey acamovic87!

Could you please share your URL in regards so I can see your settings to assist?

Cheers

http://impact-online.net/16083/directory/portfolio/david-adams/

So when you collapse the window to an ipad or iphone size, the portfolio title becomes very small. I would just like to know where or how I can control this size.

Thanks!

Hey,

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

@media only screen and (max-width: 1000px) and (min-width: 1px) {
.single-portfolio #full_width_portfolio .row .col.section-title h1, .single-portfolio .row .col.section-title h1 {
    font-size: 32px!important;
}
}

Cheers

Hello,

For the life of me, I can’t find where the setting is to input an API key to allow the Google Maps to work. I’m sure I’m missing something obvious, but can you point me to where it is?

Thanks!

Hey again! Sure, just link me a screenshot of the page with the team members so I can see the settings :)

Hey there – Great, thanks! Here’s a screenshot of the WP backend and the front end:

http://imgur.com/a/sJ8av

I use the Team Members for actual team members on another page, but am trying to use it slightly differently here. Hoping to have the boxes in this case a bit taller if possible. Let me know if you need any additional screenshots.

Thanks!

Hey, add this into the css box in visual composer on the page you want to change :)

.wpb_row:not(.full-width-content)  .team-member[data-style="meta_overlaid"] .team-member-image, .wpb_row:not(.full-width-content) .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 450px!important;
}

Afternoon guys,

Does Nectar slider have a timer/progress bar option OR is there a code work around to attach it.

I’m looking for something like the “Green” bar in the attached example link: http://bootsnipp.com/snippets/featured/carousel-with-timer-and-caption

Thanks

Hey 438Digital,

Unfortunately this would require some custom development as of now – a plugin like revolution slider might be able to do this by default though

Cheers

Hi I’m a potential purchaser,

I really like the look of your theme I was wondering if it was possible to make the header and menu appear on the right or left hand side like on this website for example https://www.ibethel.org/

Thx

Hey cybernautgeeks!

You can see the off canvas menu in action on this demo: http://themenectar.com/demo/salient-ascend/

Cheers

how can i remove the sorting of the drop down select boxes, im trying to use woocommerce and have the items custom order and cant it keeps going based on the themes function.

right now the variations are supposed to be sorting based on sorting custom menu order but the theme keeps forcing it alphabetically

Hey rafferjr,

Testing on my end changing the order of variations is updating correctly on the front – please open a ticket in regards with your admin credentials so I can take a further look at your setup https://themenectar.ticksy.com

Cheers

Hi, we’re using your great theme for one of our clients and currently facing an urgent problem regarding the use of the WPDM plugin within the salient visual composer. Somehow, the two plugins seem to interfere. If we paste the shortcode for WPDM in the salient visual composer grid structure, the popover when you klick on ‘Download’ is appearing below the other page elements. See this screenshot: http://pasteboard.co/MfKGaXqa.png

The problem does not appear if you just use the WPDM shortcode within the plain HTML of the page (see: http://pasteboard.co/7MA2JPS5e.png)

You can check this page yourself to try it out: http://picavi-wp.aix-cloud.de/download-example/

We would love to use the WPDM shortcodes and popovers within the regular salient visual composer so that it is perfectly responsive. We could not figure out a great way to do it in the plain HTML. Probably it has something to do with z-index but we are not sure. We tried to use the following code, but then, all the other elements are unclickable (e.g. the download button etc.):

.wpb_row > .span_12, .col { z-index: auto!important; }

Since the project is due this week it would be awesome if you could help us as quick as possible.

Thank you very much in advance and we are looking forward to your response!

- Jan

Hey Jan!

After setting the row and col to auto z-index, you can add this in as well to make things clickable

body .wpb_row:hover > .span_12, body .wpb_row:hover > .span_12 .col {
  z-index: 10!important;
}

Cheers

Hi!

I pasted both code snippets in the custom CSS and though the items are clickable again, the popover still opens below the other elements on the page: http://picavi-wp.aix-cloud.de/download-example/

Do you have a fix for that or maybe another solution?

Cheers

Hey,

Also add in:

.full-width-section { z-index: auto!important; }

Cheers

Hello! Please reply to my ticket #819211 in your support system. Thanks.

Hey, I believe that was replied to earlier today :)

Cheers

Hello there! I have two questions about the VC Page Submenu element. I am having a page-header with secondary navigation. With CSS I managed the secondary menu to be not sticky. The main navigation is sticky.

My first question: The VC Page Submenu element is sticky, but it will not attach to the top, because he is displayed 102 pixels from top. He thinks the secondary navigation is also sticky, so how can I set the sticky position for the VC Page Submenu?

Second question: When displaying the VC Page Submenu on mobile it all works excellent! Next to the toggle-icon it shows the word “Menu”. Can I change this word?

I hope hearing from you. Thanks allready in forward!

Greetings, Marco

Hey Marco!

1. Could you please share your URL in regards so I can see this occurring further?

2. See the file nectar/nectar-vc-addons/vc_templates/page_submenu.php in regards

Cheers

A bug with the columns on 1600viewport — https://gfycat.com/MeaslyGoodnaturedDobermanpinscher

If viewport 1599 or 1601, the columns normally appear. If 1600, then formed a hole.

Please help me to fix this annoying bug!

Hey,

this bug will be fixed in the next release which is due out within 1-2 weeks :)

Cheers

?Hi there, How do I make my transparent header change from dark to light depending on what image is shown on nectar slider. thank you!

Hey Natious!

The transparent header will change colors based on what you have the “Slide Font Color” set to on each of your slides

Cheers

Hello! We’re trying to custom a select function, but it keeps changing the style. We didn’t find much in the documentation that could explain that. Is there a function to set this customized selection we could work on to solve this? Thank you in advance!

Hey paolapasolini!

Could you please share the page URL where you’re creating this select so I can take a further look?

Cheers

Hi! This is the link: http://goo.gl/FXSQSe We’re getting the error in the selection in this top banner.

Thank you!

Hey, have you tried to turn off the fancy form styling in the Salient options panel > form styling tab?

Hello and thanks for the great theme and support! I had 2 quick questions I was hoping you could help with:

1. Is there a way to remove the other blog links at the bottom of a single blog post? http://www.screencast.com/t/B7jhUP2c

2. Is there a way to remove the share icon and divider bar that appears at the bottom of a single post page? http://www.screencast.com/t/HtRh56X7yhO

Thanks again for your help!

Hey amwilliams1!

1. Could you kindly share your actual URL so I can see your settings to assist?

2. Add this into the custom css box in the Salient options panel:
.meta-share-count { display: none!important; }

Cheers

Thanks so much for the help – here is the URL for question 1 http://www.coachamwilliams.com/are-you-there-yet/

You’re welcome :)

That seems to be added in from a plugin you have active – the plugin wrapping class is called jp-relatedposts if that helps you in identifying it

Hi,

after update not works portfolio opened work navigation on phone

Hey,

Try adding this into the custom css box in the Salient options panel and clearing the cache on your phone:

body #header-outer {
  overflow: hidden;
}

Cheers

Thanks! :)

You’re welcome :)

Hello, Great Theme. Can you provide me the font settings used in the demo Agency? Best regards.

Thanks ruipssaraiva,

here you go :)

http://imgur.com/a/bJwXL http://imgur.com/a/Pc49D

Cheers

Hey there. Thanks for the great theme and support so far! I have a small question concerning our blog and Links specifically. Somehow in cases where the title + the URL are too short, there is a thin white line at the bottom of the box. Here is a screenshot of what I’m referring to: http://pasteboard.co/7vLU9IWDG.png

You can also check the page yourself: http://picavi-wp.aix-cloud.de/blog/#details

How can we – in theses cases – fill the entire boxes blue just like the other links?

Thank you very much for your help and I am looking forward to your answer!

- Jan

Hey Jan!

Add this into the custom css box in the Salient options panel:
body article.post .post-content {
    min-height: 92px;
}

Cheers

In single portolio item the button “back to all items” is refreshing the page instead of going to all items.

Is there any way to fix it?

Hey ex3qtor, you can assign your main portfolio URL in the Salient options panel > portfolio tab

Looking for a new theme and can’t across this one. Obviously it’s the highest selling theme here by far, but still not completely sold because a lot of the demo samples look mediocre. I think if you guys got better sample demos up you’d sell twice as many.

Hey Digitalsoju, not sure if you’re directing this comment in the right place since this isn’t the highest selling theme here by far :p but regardless, more demos are in the works :)

Hi!

We have a quick question about the Nectar Slider on our homepage: http://picavi-wp.aix-cloud.de/

We used the following CSS to increase the size of the subheading: .laeuft .content p.transparent-bg span { font-size:35px !important; }

That works (laeuft is a class we gave the slider) and returns the following result: http://pasteboard.co/7nFOWUjaz.png

However, this also influences our mobile sizing which leads to a total screwup: http://pasteboard.co/7nGaVtJ8e.png

We would like to fix it so the “Kommissionieren mit Datenbrille” doesn’t get so small and the “Läuft. Echt. Jetzt.” is smaller than now and doesn’t interfere with the line above. We tried using two nectar slider (one disabled on desktop, one on mobile) but that doesn’t work, so it would be great if you could let us know how to target that!

Thank you very much in advance!

-Jan

Hey Jan :)

You can keep your snippet in a media query to have it not effect mobile

@media only screen and (min-width:1000px) {
.laeuft .content p.transparent-bg span { font-size:35px !important; } 
}
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