Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,158 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hello,

I bought your theme last week. It’s great!

Is there an email I can you reach on for a bit of support please? It may take you 10 or so minutes to answer? I’ll attach a couple of screenshots?

It is to do with background colors. There are a couple of places where mine have messed up. Tried to research the problem a bit but still having trouble.

Thanks Mat!

You can open a ticket in regards at themenectar.ticksy.com/ :)

Cheers!

Hi I’m suddenly having high memory usage problems and my site is crashing – have WP white screen issue.

It may be plugins (haven’t added any new ones so why?) or it may be a corrupted file in the theme. Does (admin_print_footer_scripts) mean anything to you? Could this be related to any of the social media links?

Usage Sample: 27.71MB (11%) Peak Usage: 28.07MB (11%) All-Time: 35.16MB on 3/12/14 @ 10:24 pm (admin_print_footer_scripts) Load Averages: 2.07 1.63 1.84 WP Memory Limit: 40M PHP Memory Limit: 128M

Cheers

Hey b1b!

Your WP Memory Limit is a little low – have you tried to up it to 80?

Unfortunately it is not possible to increase the memory limit on the shared hosting platform I’m told. I’m stuck with 40M. Might have to move my hosting. Is there anything else I could do?

Hey again,

As far as I know there’s no other way to prevent running out of memory than by upping the available memory. This is assuming of course you’re not using a ton of unnecessary plugins, but from the sound of it you’re not.

Hi there,

I’ve added WooCommerce and the YITH zoom, but it is not working properly.

I am having the same issue as this post, and that it has been fixed, http://themenectar.ticksy.com/ticket/177893/, so would appreciate knowing what the fix is.

Cheers.

Add this into the Custom CSS box located in your Salient Options panel :)

 
.woocommerce div.product div.images div.thumbnails a {
    width: 100%!important;
}

Perfect. Thanks.

You’re welcome :)

Hya,

Please remind me which SEO plugin you are recommending with salient?

Cheers. Beata

Hey Beata! Yoast SEO is the one I would recommend. :)

How do you increase the nectar slider heading and caption and button size (css or is there an option somewhere) when viewing in responsive mode on both iPad and iPhone please?

Rich

Hey Rich,

Look for these rules in the mobile viewport in the responsive.css stylesheet located in the css folder.

 
  body .swiper-slide .content h2 
  body .swiper-slide .content p    
  body .swiper-slide .button a 

Cheers :)

I added these in custom css as below but it did nothing?

@media only screen and (max-width : 690px) {
 body .swiper-slide, body .swiper-wrapper, body .swiper-container {
     height: 370px!important;
 }
 body .nectar-slider-wrap, body .parallax_slider_outer  {
    height: 368px!important;
 }

 body .swiper-slide .content h2 { 
 font-size: 152px !important; 
 }
 body .swiper-slide .content p  { 
 font-size: 2em !important; 
 }
 body .swiper-slide .button a  { 
 font-size: 4em !important; 
 }
}

Hey again Rich, some of those rules are not specific enough to override the responsive.css ones – i’ve logged in and fixed that for you :)

Hi when using the nectar slider instead of the orbit i have a couple questions.

1. I am using fullscreen and it looks great however how do I disable the full screen on mobile? and remove the captions/buttons because they are just too small.

2. I wanted to add an overlay to the nectar slider for static images to help with pixelation. I created an overlay in my custom css and then added this to the functions.php
$slider .=  '<div class="nectar-overlay '.$custom_css_class.'" />';
and placed it just below
 if($background_type == 'image_bg') { $bg_img_markup = 'style="background-image: url('. $slide_image.');"'; } else { $bg_img_markup = null;}    

This works, however the overlay is only 650px in height and not covering the fullscreen (slider), (unless I resize the browser window – then it covers) as well I would want this to be under the captions and buttons.

Any help would be appreciated. Thank you.

Hey Slyguy,

1a. Hiding the buttons/text on mobile is easy – just add this into the Custom CSS box located in your Salient Options panel:
 
@media only screen and (max-width : 690px) {
   html body .nectar-slider-wrap.swiper-slide .content {
      display: none!important;
   }
}

1b. You could attempt to disable the fullscreen effect by simply setting a static height to the slider in mobile like:

 
@media only screen and (max-width : 690px) {
  body .swiper-slide, body .swiper-wrapper, body .swiper-container {
      height: 350px!important;
  }
  body .nectar-slider-wrap, body .parallax_slider_outer  {
     height: 348px!important;
  }
}

If that doesn’t do the trick you’ll have to edit the nectar-slider.js file to stop the effect only in mobile.

2. If you can share your URL where I can see the effect I will gladly assist with the needed css :)

Cheers

Tried submitting ticket with screenshot but it keeps timing out or getting stuck while uploading.

The issue was with Portfolio Full Width, the text doesn’t go to new line when reaching the right margin. It just keeps on going on single line.

Any suggestions?

Screen: http://i.imgur.com/zrUNBSs.png

Hey 52med, did you make the test text all one word? If so, that would explain the issue. If you put some spaces in there like:

 
test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test 

It will be fine :)

Hi!

Quick question, is there a way to make the nectar slider NOT resize when you make the browser window smaller?

Hey wilhelmdesigns! It would require a fair deal of custom css to hold the desktop proportions across all devices :)

Hello, thanks for answering my previous question.

Another question is: how can i change the hover color of the portfolio nav on single portfolio pages? I have a dark background. I can change the ‘a’ color into white but i don’t know how to change te hover color.

Best regards,

Hans

Hey again Hans!

Add this into the Custom CSS box located in your Salient Options panel:

 
html body #portfolio-nav a i:hover, html body#portfolio-nav a:hover i, html body #portfolio-nav #all-items a i:hover, html body #portfolio-nav #all-items a:hover i {
   color: #fff!important;
}

Cheers :)

Hi, I’d like to call a lightbox with a button. So adding a button trough a shortcode would be:

[button color=”Accent-Color” size=”large” url=”#” text=”BUTTON”]

So where should add pp too?

thx, jaroslav

Hey jaroslav!

Instead of using the button shortcode just use the raw HTML to form the button which you can add the class to:

 <a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" class="pp nectar-button medium extra-color-3">Link</a>

(that will go into the text tab on your editor where ever you need)

Cheers :)

hi, i’m sorry but i have problem to enter in you ticket panel, thank you for the last problem with the .po file. now i need to insert a widget in a secondary header, maybe can i use a shortcode? i use a plugin for the translation and i want to insert the languages flags on th esecondary header. maybe is it possible? thank you Mauro

Hey Mauro,

If you’re not using WPML (Where it’s an option to add the language selector into the menu) you would have to insert the shortcode in the header.php file where needed like this:

<?php echo do_shortcode('[language_selector_shortcode_here]'); ?>

Cheers

Hi, I cannot turn off pagination in the portfolio. I enabled it once and turned it off again in the salient options panel but for some reason it’s still active on the website. Any ideas how to fix this?

Hey morpheusnow!

Are you using the portfolio shortcode/page builder element or the actual portfolio page layout. The page layout will be effected by your pagination preference in the options panel, but the other two will not respect that and will only listen to the pagination option on themselves. If you can share a URL to the problem page I’ll gladly take a look to confirm what setup you’re using and how to fix it :)

Fixed, thanks for your feedback, it was a problem with the shortcode

Glad to hear you’ve sorted it! :)

Hi ThemeNectar,

In regards to the top section of your about extended demo, I’m assuming it was created through the page builder by adding a row with a video background and a text block on top right? If that’s the case, what’s the custom CSS to increase the font size exactly like you did in the demo? The default H1 and H2 don’t look as good. Thanks!

Set the row text color to be white and then inside of the text block you have highlight the text and select h2 for all of it. Then switch into the text tab on your editor and add the class light to the headings like this:

<h2 class="light"> Your Text Here </h2>

Cheers :)

Thanks! that’s perfect!

You’re welcome! :)

Im a trying to change some CSS settings on an image with animation, but it doesnt seemt to work:

Added the following line in the “extra class name”: garderobe

And then in the custom css I added: .garderobe { opacity:0.3; } I have added other lines of custom css that works, such as: #search-btn { display:none; } So I really dont know what is up, please help me! :)

Might I add that it works if I add the custom class to the row and not the element, which is NOT what I need. :)

Also, it works 100 % when I use shortcode to add the image instead and then add the custom class there. REALLY weird.

Hey Zumzar!

I’m slightly confused – you said it does indeed work when you add the actual class onto the image with animation shortcode, but where are you having the issue with it? In the Page Builder Image element? If so, are you on v3.1+ As the extra class name not getting applied in previous versions onto the image element was a known bug.

Cheers :)

Hi there Theme Nectar!

Is there a way to display porfolio items in a random order?

Best regards

Hey brenolara!

Currently there is not, but I’ll add this onto the wishlist :)

Cheers

The AJAX add to cart on archive hover doesn’t appear to work on latest Woocommerce version. I just get ‘Read More’ even though it’s selected in admin backend.

Never mind. I fixed it.

Glad to hear OwenDevelopment! :)

Is it possible to make the top header not be sticky? Thanks

Hey emorling! Yes, with a line of css :)

Hi there, I need to put a email in each team member of my office. This email has to open directly the user’s email client when he click on it. How can i do this? thanks and sorry for my english.

Hey Noistudio!

In the social media textarea for your team member insert:

 Email, mailto:someone@example.com

Cheers :)

?Just an update after searching around some some time, It appears that there is no way to do this, did Rob perhaps amend the code behind the scenes so that recent projects short code had the ability to pull in categories from the blog area as well? and if this is the solution please can you tell mw which files I need to edit and what code I need to change/add please?

Many Thanks

I also assume there is no way of editing the code in functions.php to include blog categories in the Recent Project VC element is there? happy to edit the code just need to know where to do it.

I have sorted adding all that now, realised I needed to add a category so I could pull them in :) you def need to find a dynamic way to do this though as it’s a shame that it can’t be pulled automatically saves all the extra work :)

Glad you’ve figured it out now – if you wanted to take a stab at the code it’s located in shortcode-processing.php in the nectar/tinymce :)

Hi again matey, just replied to the open support ticket, hoping you can log in and have a look for me please :-) cheers

Will be back in the forums with you later today :)

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