Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,242 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

hi, I want to display a link to the user account section.(woocommerce). If the user is not logged in the link will display ‘Login / Register’ and take the use to the login / signup page. If the user is logged in the link will display ‘My account’ and take them directly to their account. my question. where should I insert the following code in header.php for secondary navigation. <?php if ( is_user_logged_in() ) { ?> <?php _e(‘My Account’,’woothemes’); ?> <?php } else { ?> <?php _e(‘Login / Register’,’woothemes’); ?> <?php } ?>

Thanks in advance

Hey luci30,

That would go inside the secondary_nav unordered list which starts at line 91 if you’re on the most recent release :)

Cheers

I have a tshirts store page. Do you guys have a guide on setting up with woocommerce so that the portfolio item go to the buy page? Or whats the best practice on setting up the shop with this theme?

or having a buy it now button once in the portfolio post page?

Hey itdaniel99,

1. The demo simply uses the default WooCommerce dummy data set that comes with the plugin itself – check this out for a guide on installing it :) http://docs.woothemes.com/document/importing-woocommerce-dummy-data/

2. There’s a lot of resources on using add to cart buttons on various pages throughout your site, here’s one a stumbled across

Cheers

I noticed when using Chrome to view Ascend with the boxed layout, the Nectar slider images peek out a bit on the right side when parallax is turned on. This only seems to be an issue in Chrome, not Firefox or Safari. It also appears to be happening for me with your demo version.

Do you have any suggestions?

But now it seems to have stopped doing it, so it must have been some issue with my browser. Never mind!

Hey efitzpatrick, thanks for mentioning this – I’ve noted to test for this to see if I can recreate/see what’s going on :)

Cheers

“Visual Composer version 3.7.4 or greater.”

Is this theme really using that old of a copy of VC core plugin?

Really love the theme but checked comments just before finally deciding to purchase.

Hey meanrabbit – the theme forked its own version of VC from that starting point and has been gaining new unique features as time goes on. The only thing it doesn’t use is the front end editor, if you need that you’d have to use the raw plugin :)

Hi again! I’m trying to set up my portfolio masonry style and it doesn’t seem to work properly. I used to have all pictures square, and now that i’m adding vertical pictures, the the row underneath this picture doesn’t stick to shorter images. Another thing, i’ve noticed that when I use square GIF’s – they work fine, but when I use vertical ones – they don’t show animation. Could you please help me out once again?

Thank you!

Hey Carivna!

1. I’m currently seeing that the portfolio is not set to display as masonry – could you open a ticket in regards so I could check the back end setup of the page?

2. Which of the projects is supposed to be an animated gif but isn’t working – I looked through the vertical ones like http://elevenpines.com/wp-content/uploads/2014/07/girl-298x403.gif but it doesn’t seem to have any animation in it even when viewing the raw source

Cheers

Hey hey! Thank you for getting back to me so quickly. Your customer support is absolutely fantastic!

1. Sure I’ve just opened a ticket. 2. Yes, this is the project i’m talking about. It is strange that it shows this way, because when I view it in Media Library i can see the animation. It seems that what you called “raw source” is only capturing first frame of animation, first picture in a sequence. And same happens on portfolio page.

Thank you in advance, best support team ever :)

You’re welcome

1. Thanks!

2. This is probably due to the cropped version of the image WP is using, i’ll check on that for you when I get to your ticket :)

Hi there, Amazing theme,

I have 2 different portfolio pages.. the second portfolio page only displays one category but, when you click on a portfolio item..you can navigate to different categories which I dont want.. I want that page to navigate only in a single category

how can I do that?

Thank you Anmar

Hey again!

The only way this could work is if you had every category on their own page similar to your events page, but if you have a sortable portfolio like the films it will navigate through them all. You could limit the arrows to only navigate through the same category but then that would mean that your items within categories in the sortable portfolio would also only navigate through themselves rather than all items in “films” . i.e when viewing a project in the “short” category it would only switch between other items in that category as well.

Let me know if that’s something you’d want or if you’d prefer to simply remove the next/prev buttons on the single project page.

Hello again, I guess my only option is to remove the navigation :( how do you do that?

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

#portfolio-nav ul.controls {
  display: none!important;
}

Hi guys, I was wondering if you could help me get exactly the same Map Effect from the http://themenectar.com/demo/salient-frostwave/contact/

I’ve got stuck on this process. I’ve added a slider just to visualize the layout. Any help is much appreciated! Thanks in advance. URL: http://www.tsilvafitness.co.uk/contact-me/

Many Thanks for your quick reply. I just had an issue with the logo changing the colour. It was woking fine before. It’s set to white but when I scroll down the black logo does not show anymore. Are you able to help me out?

Hi ThemeNectar. Don’t worry about my query above. I managed to fix it. Cheers.

You’re very welcome :)

Hi there,

I have just upgraded from version 4.0.1 to the latest version of Salient, and for some reason a custom nectar-button I have in my header has now lost its background colour. Could you please advise how to fix? See http://www.jfpa.co.nz—the ‘Facebook’ link on the top right of the header should have a blue button behind the text link, and the text should be white.

Also, is there a way to remove the rollover on the large circular icons? See example at link below, I just want buttons to appear without hover effect. http://www.jofrancesphotographyauckland.co.nz/pricing/

Thanks Camden

Try adding the class “regular button” on it like so if you intend on using the default button look that’s not see through:

<a class="nectar-button small regular-button extra-color-3" href="https://www.facebook.com/JFPA.co.nz" data-color-override="false" data-hover-text-color-override="#fff" data-hover-color-override="false" style="padding-bottom: 60px; padding-top: 40px;">Facebook</a>

Thank you, nearly there… for some reason the text displays the same colour as the button, so can’t be seen. Is there a way to change the text to white? Thanks for all of your rapid responses, really appreciate it!

It looks like you might have some custom css in place that’s effecting that:

header#top nav ul li a.nectar-button {
    color: #3b5998 !important;
    margin-top: 37px !important;
    padding: 6px 12px !important;
}

Hi Team, Can you please advise how to have the logo centered on the homepage? Thank you,

Hey otherwoman!

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

 
.home header#top nav {
  text-align: center!important;
}

.home header#top nav > ul {
  float: none!important;
  display: inline-block!important;
}

.home #header-outer .span_9, .home #header-outer .span_3  {
  display: block!important;
  float: none!important;
  margin: 0!Important;
  width: 100%!important;
}

.home header#top #logo img {
    margin: 0 auto 20px auto!important;
}

Perfect! Thank you for the quick response :)

You’re welcome :)

Hi,

For the portfolio basic item page, on some of the pages it has the facebook counter at 9310303. Why does this happen and how can i set it to ZERO like all the other pages?

J

Hey touronama,

have you tried to change the permalink name on those pages? That should reset the count as Facebook sees it – also, here’s a free tool to get the share counts as all the social networking sites see them which you could use to double check the data: https://www.sharedcount.com/

Cheers

Yes I have tried changing the permalink names, and having done this now all of the portfolio item pages have this counter set at 9310303, only for facebook. How can I fix this?

Please open a ticket with your login credentials in regards :) http://themenectar.ticksy.com/

Hi ThemeNectar,

I have a question about the default portfolio category. Now it’s called “All”, is there a way to change it to something else for example translate it to Dutch?

Before the last update i edited the text (‘All’, NECTAR_THEME_NAME) inside the function.php, template-portfolio.php and the shortcode-processing.php, but that doesn’t work anymore.. now i get a blank page if i change it..

keep up the good work!!

Thanks

Hey jvelders!

you might be editing it wrong (an accidental syntax error) as nothings changed in regards to that line – does the entire page go white or just the content area after editing?

Cheers

Couple of pre-purchase questions:

1. Is it possible to get the fixed header (not scrolled) also on mobile width? 2. Is it possible to get the “back to top” button also on mobile width? 3. Is it possible to write the website in two languages? (I saw a language list on one of the header examples)

I would assist with the first query and also point you in the direct for the second :)

OK then. I have purchased the theme. I need your help with getting a fixed header on the mobile size and with the js to get the back to top btn. My mail is tzachikk@gmail.com. Thanks

Hey again!

1. Add this into your custom css box located in the Salient options panel:

@media only screen and (min-width : 1px) and (max-width : 1000px) {
   body #header-space {
      height: 56px!important;
      display: block!important;
   }
   body #header-outer {
        position: fixed !important;
   }
   #mobile-menu {
     position: fixed!important;
     top: 52px!important;
     width: 100%!important;
   }
}

2. If you open a ticket in regards with your admin credentials I can assist :) http://themenectar.ticksy.com/

why i cannot got to me post? www.longtran.co/blog. Its keep taking me to homepage any time i click to view the post..

Also how can I make it 3 row instead?

Did this problem arise out of nowhere recently or have you never been able to reach your single posts? Have you tried switching themes to test and then going back to Salient?

My site was down for 1 , 2 days. I contact my hosting,, since then it is that way…. I dont know how to make that problem back nomarl

Hey again,

Have you also tried to switch themes to see if it works with another? In any case I would next suggest trying this: http://www.maketecheasier.com/fix-corrupted-wordpress-database-2/

Cheers

hy, How to move woocommerce tabs below product image ? Thanks in advance

Hey luci30! Remove this segment from the functions.php file:

//change tab position to be inside summary
remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10);
add_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1);    

Hello,

I’m having a little problem with the title on all categories. After updating to the latest version, the title of the category is displayed as Category Archives: Title. It used to display just the ‘Title’ with the older version I was using. Anyway to solve this?

Here’s an example (Not mine. Found this site in the comments) http://shadowskates.com/category/news/

Thank you

Hey mengloong! You can modify what the wording is for all the different scenarios inside of the index.php file at the top :)

Found it! Thanks for helping out :)

You’re welcome :)

Hello ThemeNectar! So I used a Widgetised Sider on a row and put in “The Event Calender” plug-in as a widget. I’m having a hard time trying to get it to center out. I inspected it in Google Chrome InspectElement and inserted a “center” at the proper position and it seem to line up. Problem is I have no idea where that php or html file is to edit it inside wordpress. Is there a simpler way to keep this center aligned? Thanks a bunch!

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

#events_calendar > div {
    margin: 0 auto!important;
}

Thank you!

There’s only one more thing…whenever I roll over a date to view the event details, the second column overlaps it. As you can see here:

http://www.calachonline.com/uploads/calendar2.jpg

Is there any way I can have that lay on top of everything? Thanks in advance.

Add this in as well :)

.vc_row-fluid [class*="vc_span"]:first-child {
   z-index: 10000;
}
hi, pre-sales question: we need build a website with wordpress, with this layout http://premiumlayers.com/afrim/cobalt/

Logo and menu on the left and portfolio to the right and would look amazing with masonry portfolio you guys build in Salient.

Can do this with salient? its possible change the position of header and logo?

thanks for your answers

Hey marduksystem!

Unfortunately that header layout isn’t an option by default currently so some custom modding would be require – however additional header layouts are on the wishlist :)

Cheers

you can help us with this custom modding? we buy this theme if you can help us, we have some skills, but with your guidense would be nice and quickly

thanks!

That mod would take a fair deal of css but I could point you in the right direction – for getting this done perfectly if it’s above your skillset you could always check out envato studio to have a developer wrap this up for you :)

Cheers

Hi! Beautiful theme. I tried using this code in one of your other comments to make the secondary navigation transparent when scrolled at the top but didn’t work. Do you have a new solution? :)

$(window).scroll(transparentSecondary);
transparentSecondary();
function transparentSecondary(){

  if($(window).scrollTop() == 0) {
    $('#header-secondary-outer').css({
        'background-color':'transparent',
        'border-color' : 'rgba(255,255,255,0.2)'
    });
    $('#header-secondary-outer nav > ul > li > a').css({
        'border-color' : 'rgba(255,255,255,0.2)',
        'color' : '#fff'
    });
  }
  else {
    $('#header-secondary-outer').css({
        'background-color':'#f5f5f5',
        'border-color' : 'rgba(0,0,0,0.1)'
    });
    $('#header-secondary-outer nav > ul > li > a').css({
        'border-color' : 'rgba(0,0,0,0.1)',
        'color' : '#777'
    });
  }

} 

Hey xAdz! Anyway you could share your URL so I could take a look?

Hey again! I actually don’t see the secondary navigation currently active on your setup – have you disabled it temporarily?

Hi Guys,

Been a while and we are having a regig of our site since the new Salient update has come out (that’s how good we think it is)

I have a question about the Portfolio Hover. We currently have our portfolio set to Meta from bottom on hover + entire thumb link what we are looking for is that’s always there instead of just on hover?

Is this possible?

Keep up the good work

I currently on our home page have it set to

I was wondering,

Sent before finishing…

Hey martyfin!

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

.portfolio-items .work-item.style-4 .bottom-meta {
   bottom: 0!important;
}

.portfolio-items .col img {
  top: 0!important;
}

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