Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,241 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

I would like to use the woocommerce shopping cart navigation button (top right) as a link to the account page instead of the cart page. I would also like to get rid of the hover popup that shows the carts items.

Any way to do this easily?

Thanks!

I changed the 2 links to -

and

    <?php echo $woocommerce->cart->cart_contents_count; ?>     

to just link to the “my account” page. But it doesn’t seem to be linking?

Never mind figured it out. Removed the class within the tag, and also changed the link in the functions file. PIMP!

Glad you sorted it :)

Hi Guys, one question:

i have acticated the left sidebar for woocommerce but the categories are not visible/showing

The categories are loading unter the product picture. What settings should i use?

Salient Theme: 7.0.2

Picture 1: missing categories http://img5.fotos-hochladen.net/uploads/cat011p2in70q9ae.jpg Picture 2: categories are loading under the product picture http://img5.fotos-hochladen.net/uploads/cat022bzg2mnp4cq.jpg

Thanks

Hey,

Did you also assign a woocommerce category widget to that widget area in your appearance > widgets section of the admin panel?

I. FEEL. SO. STUPID :-/ Thanks!!its working….:)

Hey themenectar

I had a few questions and some observations from your latest update.

1. I’m having difficulty adjusting the typeface so that it is mobile responsive. When i compare the Salient demo pages and the size of the typeface on mobile devices to the typeface of my website, they are different. I can’t seem to make mine responsive. I’ve already reset the typeography section, but nothing has worked. Can you help me? (example: mattversi.com)

2. The portfolio titles that are shown on the home page of the Coporate Demo don’t show up properly on ipad (safari app and Chrome app). For some reason they headings or text don’t appear on screen.

3. The split header text that can be added to pages, is buggy and doesn’t always appear on browsers (Computer or mobile).

Would appreciate your help.

Hey,

1. I’m not seeing any google fonts getting loaded on your site, could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

2. Add this into the custom css box located in your Salient Options panel:

@media only screen and (max-width: 1000px) {
.portfolio-items[data-ps="6"] .work-item .work-meta .inner, .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
}

3. I haven’t been able to replicate this yet, could you let me know if you’re seeing the same on the demo?

Hi there!

We just discovered another issue with the 7.0.5 release. It appears that the top menu item on the mobile menu is unclickable if the user does not scroll down the page slightly before trying to click it. It might be a height issue related to the top of the page, so menus with less main items might work since the 2nd menu item is clickable as is everything beneath it.

We have 4 main menu items on mobile with subtext under each, then social icons and copyright info on the bottom. This content pretty much fills our phone’s screen top to bottom.

If the user scrolls down on the page even just the tiniest bit before opening the mobile menu, the top menu item becomes clickable. However, if no movement is made on the page, the top menu item is not clickable.

Also, we’re still awaiting information regarding the previous 7.0.5 issue we mentioned and emailed you about regarding the Particles Box Roll Effect displaying overlapping text from all slides. Will there be a 7.0.6 coming out to address these soon?

Thank you for your continued support and constant improvements!

Hey!

Could you kindly share your URL in regards to the menu issue so I can check on this?

Also, in regards the particle header text issue – open your init.js file located in the js folder and inside the “pageHeaderTextEffect” function change this line:
if($('#page-header-bg .nectar-particles').length == 0 && $('#page-header-bg[data-text-effect="none"]').length == 0 || $('.nectar-box-roll').length > 0) {

to this:

if($('#page-header-bg .nectar-particles').length == 0 && $('#page-header-bg[data-text-effect="none"]').length == 0 || $('.nectar-box-roll').length > 0 && $('#page-header-bg .nectar-particles').length == 0) {

Hello,

Two questions please:

1 — Does your “Nectar Slider” support self hosted videos (.mp4 format) ?

2 — Can we use another banner slider plugin (e.g. “Revolution Slider”) too ?

Thank you!

Hey,

1. Yes it does :)

2. You can, it’s just not included with the theme itself

Cheers

Hey, i tried to do an update to the newest version of salient using the Envato Toolkit Plugin. I made a child theme before doing so. But everything is messed up now. When i click on >appearance >themes, it says the theme “salient” is broken, and the stylesheet is missing. How do i fix this problem as my website is down right now.

Also when i goto the envato toolkit plugin, and click on “themes” it says “salient has not been installed” when i try to install, it tells me that theme install has failed because the destination folder already exists.

Hey,

Please see my response to your previous comment in regards – if you can’t get it please open a private ticket in regards with your admin credentials https://themenectar.ticksy.com so I can help

Cheers

Hi,

How can i DISABLE “Header Resize On Scroll” in inside pages ? I want that header resizes only on Home/Front page.

Can i add some CSS or Javascript on those pages, to stop resizing ?

Thanks

Hey, as of now it would take custom modding to the init.js in the js folder at this section:

if( headerResize == 1 ){

        headerInit();

        $(window).bind('scroll',smallNav);
}

Hello!

Is it possible to Have my Logo Centred ( Not in the Center , but to the left of the Menu on a Centred Menu ).

At the moment it is wayyyy to the left of the Screen. I’d like to try get it looking something like this..

https://www.garyvaynerchuk.com/

Hey, add this into the custom css box located in your Salient Options panel:

@media only screen and (min-width: 1000px) {
 body #header-outer[data-format="centered-menu"] header#top .span_9 .sf-menu {
    text-align: left!important;
    padding-left: 70px!important;
}
}
Gave it a Try, Sadly the Menu is on the left now. http://www.paulanthonyshow.com/

I misunderstood your initial post – if you want to keep everything in the middle you’ll need to turn off the full width menu option then css could be used from there to tweak the alignment

Any idea when you will have full row heights available as supported in Jupiter and Visual Composer Native? Until you do, I may continue buying Jupiter or other themes.

Hey, no ETA at this time

Cheers

Is there an easy way to Embed Sound Cloud or Any Type of Audio File ( Either Uploaded or Linked from Another Site ) into the Secondary Header?

I’d love to be able to play my Podcast in the Header for my Fans.

Similar to how Joe Rogan has it.

http://joerogan.net/

Hey,

Unfortunately this would take modding to the header.php file as of now

Cheers

I just updated to the latest version of Salient and now our header logo does not show up on mobile devices. I see a box but nothing is there. Any suggestions? The website is FreshStart.Church

Hey, if you’ve tried to upload the retina logo again in your options panel, please open a ticket in regards with your admin credentials so I can assist

I am trying to remove the post date under the title on the blog page. I see there is no containing div for it. Could you direct me what line of code to delete in the functions file?

Hey,

what blog style are you using?

Cheers

Hi Theme Nectar!

Loving the theme updates, and I’m using it on several sites at the moment.

I’ve run into an issue when trying to save custom CSS, and also when trying to add the Off Canvas Navigation – I get the following error:

There was a problem with your action. Please try again or reload the page.

...trying again / reloading doesn’t resolve the issue. I’ve searched and found similar issues with other themes, where the authors have suggested increasing max_input_vars variable in the php.ini file to 2000 – I asked my host to do this, but it hasn’t fixed the problem.

Any ideas?

Thanks

Managed to fix it – my child theme function.php file had the following, which was throwing an Ajax error -

add_action( ‘wp_enqueue_scripts’, ‘salient_child_enqueue_styles’,50); function salient_child_enqueue_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ’/style.css’ ); }

Once I deleted that, custom CSS settings, revolution slider, backupbuddy etc all worked again. I’m assuming this code is either wrong for a child theme in Salient, or requires a tweak…?

Hey!

If you’ve verified that no plugins are making this occur in regards could you kindly open a ticket in regards with your admin credentials themenectar.ticksy.com/

Cheers

I have a regular top navigation bar to my website that when viewed on a mobile device collapses down to the ‘burger’ icon. But when I click the burger icon the panel that slides in is blank and there isn’t any menu links?

I’ve looked at the CSS and on line 11919 of style.css is this: ’#slide-out-widget-area .mobile-only’ and it is set to ‘display: none’

Have I missed an obvious setting somewhere?

Thanks

Could you kindly share your URL so I can look into it further?

It’s on my localhost at the moment. When the site goes live I’ll open a support ticket. Thanks very much.

Sounds good :)

We want to buy the theme for a case – but i need to know if i can add jQuery to ex. the footer?? some theme can’t and makes it really difficult to use. I’ve a code wixh make elements same height, and it makes box layout so much easier. Can you try it and let me know where to se it – then you will get a new customer :)

<script type=”text/javascript”> jQuery(function() { var $pset = jQuery(”.class-name-or-id-name”); });

var maxHeight = Math.max.apply(null, $pset.map(function() {
  return jQuery(this).height();
}).get());
$pset.height(maxHeight);

</script>

Kevin

Hey,

You could indeed add custom JS to the footer if desired through a child theme

Cheers

Hey ThemeNectar,

I have a couple of questions I hope you can help me with.

I’m working on an iMac (27”inch) and my Portfolio have slight spaces between them which is good. But on other computers it’s almost overlaying each other. I have ‘Responsive Design’ checked on.

If I change things like typography and header options the logo disappears.

Thanks!

Nick

Also,

Is there a way to edit a dropdown menu?

Another problem I have is when I want to change the font colour for the home page, all my other pages work fine. Except the home page, that font stays white-ish.

I also need to change the font colour of the ‘separators with text’, how can I do this?.

Thanks very much!

Hey,

1. Could you kindly share your URL so I can take a look?

2. Please open a ticket in regards with your admin credentials themenectar.ticksy.com/

3. You can change the links that appear in Appearance > menus and the colors in the header options panel > header navigation options

Cheers

Hi

I am having image issues. Before i was able to upload images and it would show back to front end. Now it doesn’t.

When i upload images it shows on the back end and on FTP but nothing shows on the front end.I tried to deactivate all the existing plugins nothing worked. The previous images that i uploaded months ago are showing, only recent once are not.

So after deactivating all plugins and nothing worked, i tried to change theme and used a normal wordpress one twenty eleven, any other themes, when i upload images, it shows front end, back end , and FTP but with your theme, it doesnt show front end.

This is an issue with your theme, could you please help?

Thanks

Sam

Hey, there’s no known current issue – could you please open a ticket in regards with your admin credentials so I can take a look? themenectar.ticksy.com/

If I buy this theme, where can I download the beautiful product images you’ve on the WooCommerce store demo? Are they included as well?

Hey,

Which demo are you referring to? If you’re talking about this one: http://themenectar.com/demo/salient-ecommerce/ most of those images are purchased from stock sources however on other Salient demos such as http://themenectar.com/demo/salient-frostwave/shop just the standard dummy images included with WooCommerce are used

Cheers

Hi there, on my website portfolio grid, on some screen widths on chrome, when i hover, there is a vertical space line the hover doesnt cover on the grid. How can I get rid of this?

example here: https://www.dropbox.com/s/ee4mm0dvykpodhl/Screen%20Shot%202016-01-25%20at%2011.56.39%20PM.png?dl=0

url here: 7a0.421.myftpupload.com

thanks for your help,

best,

Hey,

Could you let me know the width you’re seeing that on and also if you can replicate it on the demo?

Cheers

full width on macbook 15” pro retina on chrome :) i tried to replicate on IE on browserstack and couldnt

MAJOR ISSUE on recent 7.0.5 Update

Hi there! We just updated to 7.0.5 and noticed that our home page is no longer functioning properly. Because this is the first thing people see, we need to fix this immediately.

We built from the Agency demo using the Particles with Box Roll Effect and everything had been working perfectly since Day 1, until this last update. Now when the home page initially loads, the first particle graphic displays but underneath it, the text for all 3 of our slides/particles load and overlap rather than waiting for the slides they are supposed to be associated with. The text then disappears as each slide transitions until the last slide’s text displays alone, and then they do not overlap when the first slide loads again.

This happens each time the page is loaded and makes the text unreadable and ugly upon initial load. We have not changed any settings at all and again, this had been working fine ever since we set it up and through all of the previous updates that we applied. (Although we missed 7.0.2 I believe.) PLEASE HELP!

(We just emailed you directly through your Envato contact form with the web address.)

Hey!

I’ll take a look at your email shortly :)

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