Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,848 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38360 comments found.

Hello,

i bought and i installed the theme i imported the blog magazine skin. but i dont see category color? how i fix this? please check: http://prntscr.com/jeyxik

Hey Mehmetinhalat, you can set category colors when editing each category in the WP admin panel > posts > categories

you are the best! thanks for fast reply.

You’re very welcome Mehmetinhalat :)

LOVE THE THEME SO MUCH. WANT TO BUY it. but before can you please tell me if it’s possible to have a category menu like this ? http://i63.tinypic.com/25t9nnp.png

Hey ihpalash2 :)

You can use the normal category widget in WP to list your blog categories in a sidebar if desired, however there’s no dropdown functionality for them – they will all appear nested

I tried lol. What kind of menu is this? Any name?

Hey ihpalash2, Could you please open a ticket in regards so we can take a further look into your setup? https://themenectar.ticksy.com

Thanks

​in all the categories for example: http://www.pisourbano.cl/alfombras-por-coleccion/color-reform-persa/

only show one page of products, and there are many other products uploaded and published

Hey mzuker,

Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Cheers

Is there a way to force the header to show on the 404 page? I have the site setup how I want, but the current settings seem to be hiding the header on the 404 page, which causes users to get stuck.

Hey Tom_Munz,

The header should be visible on that template by default, http://themenectar.com/demo/salient-promo/404 could you kindly share your URL in regards so I can take a look?

Thanks

Sure thing, here’s the link: http://www.artfulruckus.com/404

Thanks Tom_Munz, it looks like the transparent header option is getting activated somehow. I haven’t been able to replicate this after trying for a little on my end – is there anyway you could reach out in regards with your admin credentials via the contact form on my author page so I can take a closer look? https://themeforest.net/user/themenectar

Hello, How to add a Read More button in the blog items of Startup demo http://themenectar.com/demo/salient-startup/blog/ ?

Hey AlainL,

add this into the custom css box in your Salient options panel:

.masonry-blog-item .more-link 
body.ascend .masonry-blog-item .more-link {
    display: bloick;
}

Cheers

Hello, I love this theme very much, Salient is the most beautiful theme I have ever seen, Thank you for your great work! In addition,Could you please consider add a demo site (or some shortcodes) for product reviews/deals? I think a lot of people need this. I like these features on rehub theme, but rehub theme is ugly! Please refer to the following URLs:

(1) http://rehub.wpsoul.com/top-set-page/ (2) http://repick.wpsoul.net/top-list-of-offers/ (3) http://rething.wpsoul.net/single-post-with-offer-affiliate-box/

Thanks again for your great work!

Hey weixinmingde, thanks a lot!

I appreciate the requests – they’ve been noted :)

Cheers

Does it make more sense to post questions on here? I open tickets on Ticksy and wait a week for responses. Made a post 6 days ago and still waiting to hear back.

I’m very disappointed by the frequency of responses. This isn’t the first time.

Hey Pixelariums, I’m sorry to hear about that. I will check with the support staff to see if your ticket has been overlooked – however, please note that you should be opening new tickets for separate issues. Since you made two additional posts on the same ticket before the support staff initially saw it, it unintentionally bumped your position back in the queue based on how Ticksy sorts things on our end.

Thanks for clarifying on how the ticket services works — I thought consolidating tickets would save you guys some time, but I guess it cost me some. I received a prompt reply after you notified them, so thank you for reaching out.

Hi guys,

Is there a reasonably easy way to get a centered logo in the header and left aligned menu? Like https://designmodo.com? Could I just use the left aligned menu and then use some CSS to get the logo to sit in the middle?

You should definitely add this as a feature in the next update :)

Hey SeanAUS120,

I’ve noted the idea – when using the left aligned layout, add this into the custom css box in your Salient options panel:


body:not(.mobile) #header-outer .row .col.span_3 {
 position: absolute;
left: 50%;
 transform: translateX(-50%);
}

Cheers

1/ Is it possible to make full height of RECENT POST section at main page (without ugly bar at botom). Need to be exacly full height, not less and not more. See at www.aquaoo.pl

2/ when i turn on transparent menu i get white bar at top. It is only in Chrome, in Explorer looks in proper way.

Ad.1 – Perfect, Ad. 2 i’ll do it

One more question about first point. Is it possible to align title and button container in middle of height at mobile version? Right now it’s at top and dots are at bottom of screen.

Is it possible to do that? Please help with this small issue.

Hey LPeron,

add this into the custom css box in your Salient options panel:


.mobile .nectar-recent-posts-single_featured .inner-wrap {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

Cheers

After I remove the logo with the CSS, how do I add padding to the menu?

Hey nikitaleonovets,

add this into the custom css box in your Salient options panel:


.mobile #header-outer #top > .container .span_3 { display: none!important; }

Cheers

Can you please check the mobile version, https://outmatchconstruction.com/ And is there a way to have the header on mobile as it would be without any code? where the logo is on the left and the menu button is on the right.

Hey nikitaleonovets, I’m confused what you’re trying to do – in the last comment you were asking how to remove the header logo, which is what the snippet I then provided did. If you’re trying to get the original snippet I provided (to add 20px top padding) to only effect the desktop version, change it from:

body #header-outer .row .col.span_9 { padding-top: 20px; }

to this:

body:not(.mobile) #header-outer .row .col.span_9 { padding-top: 20px; }

Hi, how can i delete the white space between the menu and the first row?

Hey tacoro,

Is your first row set to the type “full width background” or “full width content”? If so, please share the URL in regards so I can take a look to assist

Thanks

yes, full width background, the URL is: http://www.salud-mental.cl/ or http://www.salud-mental.cl/hablemos/ both have the same issue on the header

Hey tacoro,

There’s some custom code getting inserted in your page right before the first row that’s causing the space https://imgur.com/a/k137FRB If you change the location of that code to be somewhere else, for example right after the opening body tag or right before the closing body tag, the issue will go away. If you can’t alter that, you could add this into the custom css box on the pages needed in the page builder (the top right gear icon opens the custom css box):


body:not(.mobile) .container-wrap {
    padding-top: 50px;
}

Cheers

Hi, i’m trying to do the same thing as @brianlichty the shape divider does not hide when you try to hide a row.

Hey UncloudedStudio,

There’s no option to hide a row within the WPBakery page builder on certain viewports, only columns within a row. You can use inner rows within a parent row and hide them using the column they’re contained in on various viewports to alter content as needed on different screen sizes.

Cheers

Hey guys,

Got a really strange one for you. If you visit here on desktop http://www.msquaredfitness.co.uk/ you will see 8 blog posts in a grid about half way down the page.

If you go to the same site on mobile, you will also see 8 posts however the most recent 2 are missing!?

Any help on this would be greatly appreciated

Sam

Hey Sam,

I’m seeing the same 8 showing on mobile without any missing – can you let me know what mobile device you’re testing on to see this occur?

Thanks

Hey ThemeNectar!

I just updated the website to the newest version, but now I’ve noticed that some of my fonts are not loading while some pages are offset or cut off entirely (https://cantedpictures.com/film/)

Just wondering why this might occur every time I update? I’ve also emptied all caches and updated all plugins.

Hey cantedpictures!

If you’re using the ”Move Dynamic/Custom CSS into External Stylesheet” option in the Salient options panel > general settings > css/script related tab, have you saved your theme options yet since updating to regenerate the stylesheet as described in the docs? http://themenectar.com/docs/salient/updating-salient/#troubleshooting

My God… THANK YOU. That resolved the issue. I have been trying to understand why it kept reverting. Absolutely incredible customer service.

You’re very welcome cantedpictures :)

is it possible to remove the meta details in the header of a blog post? It shows author | date | comments – but I don’t want that in there and can’t see how to turn it off

Hey WSDigital,

add this into the custom css box in your Salient options panel:


.meta-author, .meta-date, .meta-comment-count { display: none!important; }

Cheers

hi! how can i add fade-up transition with delay to wpb_tabs_nav menu ?

Hey vixice,

This would require custom modding to the nectar/nectar-vs-addons/vc_templates/tabbed_section.php file at this time

Cheers

add pls in next update animation function to tabs ;)

Hey vixice. i’ve noted the idea for the wishlist

Cheers

Hi, having an annoying problem where pages are ‘invaded’ by the footer. Or when I disable footer some pages are cut in half until scrolling or opening inspector (to check for Java errors or so …) HELP! Thanks.

Hey, I still have been unable to replicate the issue on Firefox or Chrome, I also checked on https://www.browserstack.com to test on various versions however, have you tried yet to simply deactivate the option for the “Footer Reveal Effect” in the Salient options panel > footer tab?

Thanks for your time! I also don’t see the problem anymore, maybe you scared it away :p. THANKS!

Hey mardoqueo, glad to hear it was sorted :)

Hi, I’m the developer of Smart Slider 3. https://wordpress.org/plugins/smart-slider-3/

I found a bug in ajaxify.js of your theme, but I do not find any public email address where I could reach you to discuss the details.

Please get in touch with me: roland@nextendweb.com

Hey nextendweb, I sent you an email in regards.

Cheers

Thanks, I replied back.

​Hi, I’m using the basic testimonial slider on my website and noticed that the little circular buttons underneath don’t work on mobile devices. I had the same result when I tried on the demo page (http://themenectar.com/demo/salient-frostwave/features/elements/) so I simply linked that as reference.

I know my support period has expired, but it’s a pretty small issue and since it’s an issue with the demo as well hopefully there’s a fix?

Thank you for the help.

Actually just tried it on an iphone 6+ and it works ok, but does still have issues on my android motorola x pure.

Noticed another glitch, this one is on the http://themenectar.com/demo/salient-corporate-2/ demo. I’m on a macbook pro using chrome and noticed that the video will glitch/bounce when watching the lightbox video. If the background video (behind the youtube video) is turned off (or converted to a static image) this resolves the issue.

I’ve created a quick video of the glitch here (https://streamable.com/skqdt). It happens the most when you move your mouse away from the video and then hover back over it.

Hey acafella11,

1. The testimonial slider is touch enabled, so the user can control via swipes however i’ve noted to test this specific issue for the next update :)

2. This is a confirmed browser level bug with the latest Chrome – it occurs because of how the browser is rendering box shadows. To fix it for now before they patch it, add this into the custom css box in your Salient options panel:


.mfp-iframe-scaler iframe, .mfp-iframe-scaler > div.video, .mfp-iframe-scaler > div.video .mejs-container {
  box-shadow: none!important;
}

Cheers

why is this theme so buggy?? How do I increase the load times of the salient features ? FYI I have 60mb download speed internet and everything loads fine on my computer. Sometimes it takes me days just to make one post because the save button won’t click on the row text block won’t load. See the picture, this is what loads 99% of the time. On days when I am VERY LUCKY it will actually show the content

https://www.dropbox.com/s/jcfwh5glc4ex7t6/doesn%27t%20work.JPG?dl=0

Hey nkhanani, the behavior you’re describing of the save button not working and the text blocks not loading wouldn’t be related to your internet connection, it sounds like a javascript error. Since there’s no known issues like that in the current release of the theme(8.5.5) /page builder(5.4.7) can you verify you’ve ensured no third party plugin you have active is causing this? – if so, please open a ticket in regards and let me know the ticket ID here once you’ve done so https://themenectar.ticksy.com

Thanks

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