Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,841 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38359 comments found.

Hey man,

We would like to change the icon of the ‘slide out’ sidebar widget and use it for translation purposes. (change the right icon in the menu/header)

I think the theme uses custom-names for Icons but relies on an iconfont. I would like to change the icon that opens the sidebar.

Can you please help me where to look? I saw some stuff in functions.php but could not find a working solution.

In the current case, the theme now displays two similar icons in responsive mode, so it’s impossible to know for people which icon is navigation menu and which is translation options. (we use sidebar for translation engine)

Thanks in advance!

Hey,

You can handle this in the header.php file – search for ”#sidewidgetarea” in regards

Cheers :)

Hello! Thank you so much for an amazing theme!

I’m trying to set up a static image to have the same responsive qualities as the nectar slider: flexible slider height, fullscreen, full width.

I currently have a single row with a simple text block, with an image as the background. It displays well either on a mobile device or on a computer screen, but not both. How can I set this up?

Thanks so much!

Hey,

The closest you can do is enter a % value for the top/bottom padding on your row – I would try something like 20% for each :)

Cheers

Hello,

I’ve got a question. I want to have the google map on my contact page but it doesn’t show the landmarker.

What am i doing wrong? The latitude and longitude are setup as explained with the generator.

Here is the link to the page:

www. dehaagpoort.nl

Kind regards,

Thijs

Hey Thijs,

Make sure you’re entering a map marker lat and lng as well as the center lat and lng – if you only enter a center point lat/lng no marker will be displayed

Cheers

Hey, love this theme. I have the ultimate add-ons plugin I am messing with but notice that the “flip box” is having an issue with being able to select a URL inside its edit options. I’m assuming it has to do with the VC packaged with Salient. I’ve checked both your comments and ultimate add-ons and this seems to happen with pre-packaged VC themes.

Do you know a way around I could solve this?

Hey senorsalazar,

The next update will include a new version of VC which should sort issues like this :)

Cheers

Oh wonderful! Do you have a time frame on when that update will be implemented? Thank you.

Most likely mid February :)

Hi ThemeNectar,

How do I change my main wrapper or container width to 960px that will also sync with the other screen sizes in terms of responsivity?

got it, thank you :)

i have another question:

how do i make the mega menu sub-menu’s width to 100% the screen size, overriding the 960px container?

Try adding this into the custom css box:

#header-outer header > .container, #header-secondary-outer > .container {
   width: 100%!important;
} 

Thanks,

I have another question regarding the sub-menu though. How do I make my sub-menu color width to 100% beyond the container width?

Here’s what I’m doing so far: @media only screen and (min-width: 1300px) { header#top nav > ul > li.megamenu > ul.sub-menu max-width: 100%!important; } }

Hello, i changed the custom fonts on the back end and it’s not showing up on the front end. I made the nav to oswald and changed the font size for the body and that has not made changes either. shows up when I’m logged into my account but not when I’m logged off. Is there something I am missing?

ok. thank you very much!

ok. thank you:)

You’re welcome :)

Hello,

Is it possible to have the header background remain transparent even after scrolling down on just 1 page on my site?

If not, is it possible for the header to take on the background image/style when scrolling for just 1 page on the site?

Thank you! Nick

Thanks, after seeing the page the best solution would be the second one you requested – If you use the header inherit row color effect set from your theme options panel > header settings tab and then added a BG color to your main row this should be handled without any development

Yes, but I don’t want that on my entire site. I only want it on that one page. Is that possible?

Hey again – open you init.js file located in the js directory and change this:

if($('body[data-header-inherit-rc="true"]').length > 0){
to this:
if($('body[data-header-inherit-rc="true"]').length > 0 && $('body.page-id-4165').length > 0){

Cheers

Hello,

When i isnert a *.gif file as a SINGLE IMAGE element a get some kind of border. Can it be removed ?

Thanks for the trouble :)

Hey cobrinjo,

Could you kindly share your URL in regards so I can take a look?

Cheers

Great great theme but we found 1 difficult issue : wondering if anyone else has run in to this strange bug : we have a contact page with Contact Form 7 form. If you go straight to the page, or click the Menu link to it, the form fields show up fine all the time. But in iPad and iPhone in Safari, if you click the call-to-action button from the Homepage to the Contact page, the form input fields are invisible!

Hey,

Could you kindly share your URL in regards so I can take a look?

Cheers

Thanks for the reply! http://www.signonmedia.com/ is the main URL, and the bug comes up depending on how you navigate to the http://www.signonmedia.com/request-a-smart-sign/ page with the Contact Form 7 form on it.

On the checkout page, would you guys give me some pointers on how to make the fields blink red when the clients miss something?

Thanks

Hey vinnyazvd,

could you share a URL in regards?

Cheers

[pre-sale question]

Is there any option to make the header non-sticky?

Really like the theme and what it offers but want the option of the menu and logo going away while scrolling.

Hey – it can accomplished with basic css which I can provide :)

Cheers

Hi!

I love this theme for generic purposes but would like to start using it for eCommerce too. However the thing I miss from it that I have seen in other themes that support eCommerce is:

1. Adding products to a Wishlist.

2. Ability to Quick view products.

3. A way to display payment options more clearly at Checkout (bigger icons, more discoverable, standing out more).

Any plans to add those things?

All the best, Orvar

Hey Orvar,

These ideas are indeed on the wishlist but there’s no ETA at this time

Cheers

...and another one: I’m trying to horizontally center my logo image on mobile, and found this custom css snippet:

@media only screen and (min-width : 1px) and (max-width : 1000px) {
   body #header-outer[data-format="centered-menu-under-logo"] header#top #logo img {
       margin: 0 auto!important;
    }
    body header#top .col.span_3 {
        width: 100% !important;
    }
}

...but the 100% width span now disables the hamburger menu button (the div is probably on top of it?) ...is there a workaround?

Thanks :) !

Try adding this into your custom css box:

@media only screen and (max-width: 1000px) and (min-width: 1px) {
body header#top .col.span_9 {
   z-index: 10000!important;
}
}

Hmm, that doesn’t seem to fix it. The logo container still seems to block the hamburger icon, and tapping the icon takes me back to the homepage :(

I’m actually seeing it work correctly now at the moment – did you try clearing your cache?

Hey ThemeNectar!

...quick question :) :

I’m using this custom css to add dividers beteween the items in my main menu:

/* menu divider lines */ header#top nav > ul > li > a:after { border-left: 1px solid #CCC; content: " "; display: block; height: 12px; left: 0; position: absolute; top: 14px; }

...is there a way to get rid of the divider that now gets placed before the first item?

Thanks in advance!

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

header#top nav > ul > li:first-child > a:after {
    border-left: none!important;
}

Thanks, you rock :) !!!

You’re welcome :)

please if you need something like www.lifehack.org you can get it here for free demo.coolnaija.com

please if you want it please email here mtnhype@gmail.com

Quick question!

The quotation marks when using the quote button in a post are gone… I searched for the answer, but they didn’t work. I tried looking the quotation marks in nectar -> tinymce -> shortcode-processing.php. In this file the quotation marks still exists.

In the file: nectar -> nectar-vc-addons -> vc_templates -> testimonial.php the also still exist in the codes.

Am I looking on the wrong places? This is a page where the marks are missing (bottom of the content): http://paulienvervoorn.nl/over-hartelijk-getalenteerd/

Hope you can help me out!

Hey lotte01,

The standard block quote doesn’t add in quotation marks – only the testimonial shortcode will

Cheers

Hi, just want to check before buying, how to create a bilingual website with this theme, ie English and Vietnamese? Also, is the text font cover language like Vietnamese?

Thanks

Hey ThaoDao,

1. You’d need to use a plugin like WPML in regards

2. There’s 600+ Google fonts included – you can check their list to see which contain Vietnamese characters https://www.google.com/fonts

Cheers

Hello Theme Nectar, Thank you for the awesome theme.

The Google Maps short code does not appear to be working. I have configured everything on my page but when I try and insert it it just displays blank. Please see page: http://gldmne.com/earth-tone/ It is suppose to be right under the first text block.

Thank you

Hey Dimitri_Photog,

Could you please open a ticket in regards with your admin credentials so I can take a look? themenectar.ticksy.com

Cheers

Greetings,

I’m having difficulty anchoring to another page inside the top navigation menu. I do use the full url (http://site.url/page/#anchor), but then the link doesn’t output the “page” part of the URL (http://site.url/#anchor).

I have tested it with the One Page Scroll Support deactivated, and the problem disappears.

Any help you can provide would be awesome, thank you.

Hey dnerini,

Could you kindly ensure that you’re using the latest release of the theme?

Cheers

Yes, I am using the latest release (v 5.0).

Could you kindly open a ticket with your admin credentials in regards so I can take a look? http://themenectar.ticksy.com/

Hello, I have 2 questions for you:

1. I have already upload samples data but the size of menu texts is to small. How can I do for have the same result of preview?

2. I have setting the “Nectar Slider” but how can I do for starting a a slideshow? for do random next and etc. ?

thanks

Hey,

1. You can use the typography options tab in your Salient options panel to handle this.

2. You can set the autorotate timing in your nectar slider element within visual composer but as of now there’s no option for a random next

3. You would need to add this into the header.php file – or you could use the secondary menu and decrease the height to your desired value with css :)

Cheers

Thanks for your reply, please can you explain where and what code html shoud I put ? Because in the header.php I can’t found the right space for insert this bar. Thanks

Hey,

It would go inside of the ul here:

<?php if(has_nav_menu('secondary_nav')) { ?>
    <ul class="sf-menu">    
                          <?php wp_nav_menu( array('walker' => new Nectar_Arrow_Walker_Nav_Menu, 'theme_location' => 'secondary_nav', 'container' => '', 'items_wrap' => '%3$s' ) ); ?>
 </ul>
<?php }    ?>

Cheers

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