Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,222 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

Hi there ! is this any chance to have an arrow down of the bottom of every full height section ?

Hey gigaprint, not as of now without custom modding, but I’ve noted your +1 for the idea :)

Hi is there a way to add buttons and icons to the HTML5 canvas background?

I really loe the effect but need to add icons and a button.

Thanks

Hey columdevine, this will be fixed in 8.0.1 due out very shortly :)

Hi can you let me know when I am ready to launch a site and I cant launch it like this please help me find a fix to this until 8.0.1 is released!

Thanks

I can send it to you now if you reach out via the contact form on my author page: https://themeforest.net/user/themenectar – just make sure to reach out via the account that has actually purchased the theme

Please ignore last comment

Hey niallbyrne, glad you found what you were looking for

Cheers

Does this theme support Loco Translate? I can not find out how to translate if I use the child theme. With the main theme it works but when choosing the child, there are no strings to translate. What do I wrong?

Hey markimark,

It should still be pulling from the parent theme when a child is active – I haven’t personally tested with Loco Translate, but this sounds like something that could be remedied from the plugin side perhaps with options. Have you tried posting on their forums?

Cheers

Hi there,

http://www.rblsite.co.uk/mowo/news-and-views/

Couple of things about the Recent Posts module

1) How do I remove the space to the left of the blog content blocks? – I’m trying to line it up white the title above

2) How do I remove the ‘in (category name) after the date’

3) How do I recolour the horizontal line between each? – I think it’s there but not showing do to it’s colour

Thanks as always

Andy

Hey Andy,

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

.blog-recent[data-style="minimal"] .col {
  padding-left: 0!important;
  border-bottom: 1px solid #eee;
}
body .blog-recent[data-style="minimal"] .meta { display: none; }

Cheers

Thanks very much, perfect

You’re welcome :)

Hello, is it possible to make a off canvas menu with auto close when you click on a menu item? I want to use this on a full height row page and a want to navigate between row with a off canvas navigation. thanks

Hey DouglasMasta,

Could you share your URL so I can take a look at your current settings?

Cheers

thanks for your reply. I solved my problem. cheers

You’re welcome – glad to hear you’ve sorted it :)

Hi: Is possible change the pixels header breakpoint (to do the header responsive and hamburguer menu)? how? in some themes this value can be put it in theme options. Thxs!

Hey trisquelmedia,

As of now this would require some custom modding – however adjusting the font size of the header nav items on smaller screens via CSS is easy to allow everything to fit. If you would like some help please share your URL in regards

Cheers

Hello, i know my support has expired. But after updating to 8.0 my option panel turned up empty. Maybe there is a quick fix? Alreayd tried a child theme but same thing. Going back to 7.6 doesn’t help.

Hey rrdesign,

Please reach out via the contact form on my author page with your admin credentials so I can take a look https://themeforest.net/user/themenectar

Cheers

Hi. I tried to set up map in contact page but it doesn’t load – here is a screenshot. https://s10.postimg.org/m15c5o6g9/map.png How could I fix that? Thank you.

Also, how do I remove Call to action section from pages? (the one shown in screenshot)

Hey,

1. You have to add your google maps API key in the theme options panel to use that element: http://themenectar.com/docs/salient/theme-options/general-settings/#css-script-related

2. In the Salient options panel > call to action section

Cheers

Hi. How can I make the mobile menu button sticky? (Not the rest of the header)

Hey amund_se,

This wouldn’t be possible without some custom development – however i’ve noted your +1 for the idea on the wishlist

Cheers

Ok, thanks!

You’re welcome :)

Hi, is there a way to hide the main menu on the home page until the user scrolls? I found some code on here that does that, but when the user scrolls, it pops it in pretty harsh. Is there a way to have it fade in from the top?

Hey, you need to remove the snippet you currently have as that’s not the best way to achieve this. Change the css to be:

htmlbody #header-outer[data-transparent-header="true"] {
 -webkit-transition: 0.4s opacity!important;
  transition: 0.4s opacity!important;
}
body #header-outer.transparent[data-transparent-header="true"] {
    opacity: 0;
    pointer-events: none;
}

That worked great on desktop, however, now the menu is gone on mobile. I want the mobile menu to work like it normally does. Sticky and always showing, including on the home page. Is there a way to do both? Also, I have three video backgrounds that show on desktop, but are not showing on mobile, is there way to have these videos also show on mobile?

Site is http://crowdmusic.freshlyroastedweb.com/

Thanks in advance!

Hey! Change the above snippet to this:

@media only screen and (min-width: 1000px) {
htmlbody #header-outer[data-transparent-header="true"] {
 -webkit-transition: 0.4s opacity!important;
  transition: 0.4s opacity!important;
}
body #header-outer.transparent[data-transparent-header="true"] {
    opacity: 0;
    pointer-events: none;
}
}

Hey Themenectar – is it possible to create a shortcode that creates a hyperlink that says ‘next’ and links to the next item in the portfolio (chronologically)?

Hey,

As of now that would require custom development – but 8.0 added new project navigation options as shown in the bottom of here: http://themenectar.com/demo/salient-minimal-portfolio/portfolio/salient-concert-promo/

Cheers

Hello again! How can I change the font size of the minimal form labels? Typography section will change the font, but size doesn’t do anything. Thanks!

Hey!

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

html body[data-form-style="minimal"] .minimal-form-input label span.text {
    font-size: 18px;
}

Cheers

As you know the minimal form style css overrides all forms on the site (the styles use !important). Can you supply the css code snippet we need for the minimal form styling so that we can use regular forms but add the minimal css to specific pages that we want that form styling on? That way we can get other forms from other plugins to work also?

Hey likeacat, css alone doesn’t make the effect – js is also used to add markup necessary for it. Therefore to switch the form style on a per page basis, the easiest way with the least editing would be to mod the header.php file to change the form style depending on the page. This is the option that normally grabs what’s set in the theme options

$form_style = (!empty($options['form-style'])) ? $options['form-style'] : 'default'; 

Man… you guys ROCK! The templates in Version 8.0 is exactly what this theme needed to be just be the best there is.

Hey wahili, thanks for your kind words! Glad you’re enjoying it! :)

Hi the contact form 7 doesnt work in one page pages

Are you using the full screen row option? If so, you’ll need to check the option to disable it on mobile for this

That works! In desktop it has sometimes same problem, if the padding is to high. However, mabye good to notes this in the documentation, that if you want use forms in fullscreen mode, you have to diseable it on mobile to let it works! Cheers

You’re welcome :)

Are there any plans to use nav and article tags to semantically describe the content on the page? I want to use a custom search script that has the ability to index particular tagged sections, like article or section, but it indexes the navigation on all pages because there are no html5 semantic tags in use on the page.

I will probably modify all the page templates but it seems like it might be a good idea for an enhancement request.

Hey jamike, I’ve noted your +1 for the idea – it was originally not added that when IE8 was still supported

Cheers

Hi. The “Page Builder” stop working suddenly. My WP is 4.7.2, the VC is 4.12.1 and the Salient 7.6 I desactivate almost all plugins and the Page Builder still dont work. The “Classic Mode” is working, but I made all the website using the page builder. What can I do? Thank you!!

Hey Rofe,

There are newer versions of Salient and the Salient VC, but the versions your on are still compatible with that WP version so something else must be at play. Please reach out with your admin credentials using the contact form on my author page https://themeforest.net/user/themenectar

Cheers

Hi. I notice that the problem is just with one of the user account (mine), I made a new user account (admin) and the “Page Builder” works fine. Do you know how can I fix my account? Thank you!!

Hey, that’s quite strange – could you open a ticket in regards if you haven’t already reached out? https://themenectar.ticksy.com

Hi, yesterday was all ok but today I logged to my admin page and I have only classic mode on my pages. Visual composer button is gone.

I just updated newest Salient theme and VC too. But nothing changed. If I click on nectar shortcode button nothing happens – only in url bar it will change adress to blabla …#nectar-sc-generator. Please I need to fix it, I cant work on this page anymore. I just cant switch between classic mode and visual composer mode. I have only classic mode.

Thanks for quick answer.

My page is http://rybolov-bozice.cz

Hi again, I had propably problem with some of plugins. I deactivated and deleted some old plugins on web and problem fixed, everything works fine again ;-)

Hey Bendik01, glad to hear you sorted it :)

Cheers

How to reduce the size of the display Masonry Style? In the demo it is smaller than me.

Hey Nicko_217, Please provide the name of the demo you’re referring to and your own URL so I can see your settings

The posts will all become the height equal to the largest post, in your screenshot https://yadi.sk/i/RT4Ts9oG3Ex4qB the middle post is the height the others will inherit from. If you want to cut the size down, just reduce the length of the auto excerpt or manually set a shorted one for that post

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