Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,199 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hi,

I would like to install Salient V3.0 so I can use Page Builder. How do I do this?

Cheers,

Hey Henry!

You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were :)

Hey! I have a pre purchase-question. Can I make collections in the portfolio for different cases, like I have now – www.jettman.se?

Do you know if its possible to install a new theme in wordpress without changing the existing theme, live?

Thanks // Oscar

You’re welcome!

You could either use a maintenance plugin like this http://wordpress.org/plugins/wp-maintenance-mode/ or build your site locally and then push all of the changes live when ready :)

Cheers

Thanks, but can you work in wordpress offline/locally? If I have a portfolio and pages ready from my earlier theme, can these easily be convertet to your theme?

Hey again,

Yes you can work offline via a WAMP/MAMP setup and then move it live when it’s done. As far as converting a portfolio, it’s hard to say how much data will come through seamlessly – assuming the post type is named “portfolio” for your current theme, all the projects should come through with the featured image (if set) and title. :)

Hi Themenectar,

For some reason, I’m having trouble resizing the embedded Vimeo video found here: http://jaicg.com/case-study/

I would like the video to be about 1/3 smaller. I have tried numerous combinations changing the height and width based on the proportions. However, it appears that what you see the minimum threshold. In any event, I just want the video to be smaller. Thoughts?

Hey jaiconsultinggroup!

You just need to place the video in a column as it will always resize to fill whatever column it’s in :)

Hey there,

First of all, awsome theme! How can I change the ‘container’ of the blog posts on mobile devices? There’s lots of space left and right and I prefer larger fonts.

Let me know!

Thanks in advance.

Hey again,

1. You can add rules inside of this mobile viewport like:
@media only screen and (min-width : 1px) and (max-width : 690px) {
    body {
         font-size: 16px!important; 
         line-height: 28px!important;
    }
}

2. I’ll note to add that to the list in the upcoming minor release :)

Cheers!

Thanks allot! Eagerly awaiting the new release!

It should be released tonight! :)

Hi, so I know this is a starter level question and I know I need to add something to the css box, but how do I change the colour of the ‘Button Text’ on the home page slider.

Also is it possible to change the size of the text here and will the surrounding box resize itself automatically?

Thanks

Hey bluegecko!

Add this to Assuming you’re referring to the actual Home Slider and not a Nectar Slider, add the Custom CSS box located in your Salient Options panel:

#featured article .post-title > a {
  color: #000!important;
  font-size: 16px!important;
}

Cheers :)

Hi, thanks for the reply. That didn’t work. Yes I mean the click button text on the Home slider. Adding that piece of code doesn’t seem to do anything. Thanks

You’re welcome :)

Are you on 3.0+?

If not the snippet would have to be:
#featured article .post-title a {
  color: #000!important;
  font-size: 16px!important;
}

Hola:
Me gusta mucho el tema.
Tengo un par de dudas:
1/ Veo que se habla del plugin “WPML”. Dónde se puede descargar? Es libre? Si no es así hay otra alternativa? No quiero que se traduzca toda la web, solo necesito que me aparezca en el menú un desplegable para seleccionar el idioma.
2/ Si utilizo WooCommerce, hay algún plugin para traducir las páginas internas de este plugin? He visto un plugin que se llama:
WooCommerce Multilingual – run WooCommerce with WPML
¿Lo conoces?¿Sabes si funciona?
3/ Por último en la “Lista de funciones” del tema pone: “Tema niño listo”. ¿Cómo lo puedo activar?
Muchas gracias

Hello:
I really like it.
I have a couple of questions:
1 / I see you talking about the plugin “WPML”. Where can I download? It’s free! If not there is another alternative? I do not want to translate entire site, I just need to appear in a drop down menu to select the language.
2 / If I use WooCommerce, is there a plugin to translate an internal page of this plugin? I have seen a plugin called:
WooCommerce Multilingual – WooCommerce run with WPML
Did you know You know if it works?
3 / Finally in the “Function List” theme puts “Child Ready Theme”. How can I change?
thank you very much

Hey lavandera,

1. WPML is a premium plugin: http://wpml.org/ but the only one that I’ve tested the theme with a bit.

2. I haven’t used that plugin – but I can’t see why there would be any issues. Of course, if you use it and there are just let me know :)

3. If you want to create a child theme the process is the same as any other theme. Just create a child theme folder, add a style.css file and paste this in at the top:

/*
Theme Name: My Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme I have created.
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

Cheers!

Still in design mode with yet another question I can’t find an answer to yet. Is there a way to change the [font color] (other than light and dark) for Nectar Slider Heading and captions?

I know about the typography options but it doesn’t have options for color (which is strange)...at least not that I can see.

Thanks in advance as always. Joe

Hey thanks for getting back to me… Ok moving it the x and y axis is fine but how? Is it done by just adjusting the code you just provided or something else. Nice to know it could be done…but need to know how. I am sure I’ll need to do this on a couple other slides. If I can get this part figured out I think we’re away to the races!

Thanks again pal!

Never mind…I will revert to the more current post where you explained it. Done here. Thanks.

You’re very welcome :)

Hi. First: Incredible theme! Question: There is any way to put more than 1 “animated image” in the same place? Like one image shows with “fade in from left” a couple of seconds later a new images appears there with the same effect. Thanks!!

Hey Rofe!

This would require adding custom classes to each image with animation and then using css to position them aboslutely on top of each other. The animation delay option would take care of them appearing one at a time – the only thing is that there’s a current bug with the custom class input for the image page builder element (not getting applied). The fix for it will be released in the minor update coming soon though :)

Cheers

For the Portfolio subnav: 1. Is it possible to change its height? 2. Is it possible to change its background color? 3. Is it possible to change the color of “Sort Portfolio” and the rollover colors in that nav? 4. On the portfolio detail pages, is it possible to change the height of the space at the top with the title and nav arrows?

Thank you!

Hey again Amy :)

1/2. Add this to your Custom CSS box located in your Salient Options panel:
body #portfolio-filters-inline { 
   margin-top: -55px!important;
   padding-bottom: 10px!important;
   background-color: #000!important;
}

3.

#portfolio-filters-inline .container > ul li#sort-label, #portfolio-filters-inline ul li a:hover, #portfolio-filters-inline #current-category {
   color: #1bacff!important;
}
4.
.project-title {
   padding-top: 70px!important;
}
body.single-portfolio .container-wrap {
  padding-top: 20px!important;
}

Cheers

Amazing. You’re the best. Thank you so so much!

You’re very welcome :)

Hi its possible to have onepage option i mean display the menu linked to scroll content. Thanks

Hey josemanuel, yes but you’d need to use a plugin like this for that: http://wordpress.org/plugins/page-scroll-to-id/

Cheers :)

Yep ThemeNectar knows his stuff. Great theme!

Thanks a lot OcalaWebsiteDesigns! :)

Is it possible to create a fullscreen page that is a slider with a looping video with no header or footer on the page?

Thanks

Hey andyb809,

The header would have to remain since that goes into the calculations for the fullscreen slider but the footer could be removed :)

Cheers

Hi ThemeNectar,

I have a 10sec looped video in the nectar slider on home page. This video is on multiple slides of the slider with different captions. Is there a way that the captions can cycle without the same video having to slide across for each slide? It would be great if the video could loop through.

It would also be great if I could bring the semi-transparent bars behind the captions on home slider across to nectar slider.

Thanks for your time and such a wonderful theme :)

Hey onefishsea!

1.You could use the video background option on a page builder row so it will remain static and then use a nectar slider in the row which you’d have to write custom css to remove the backgrounds on to make it see through as to see the video row behind it.

2. The transparent option is already there but only for the caption – however you can get the same look as the home slider by just using that as seen in the third slide here: http://themenectar.com/demo/salient/portfolio/994/

Cheers :)

A Phectar

A quick question in regards to the loading time.

I didn’t notice it until I went to a friends house yesterday when we pulled up my site. It seems to take 15 seconds t o show up and it’s sluggish through out. I took the necessary means of compressing each image as to not weigh in on the total size. He’s also on a super fast connection through his college so it wasn’t his internet connection.

Is there a plugin or some type of preloading snippet that exists to shorten the time that it takes between each page?

Thanks so much,

-C.S.

Hey C.S,

I’m getting around 3-5 second load times on all of your pages except the portfolio (non-cached). Here’s a screenshot of that: http://i.imgur.com/lmvvWQF.png

Your portfolio page is taking longer to load because each thumbnail you have is almost a megabyte – which is definitely not web optimized. You should strive to keep each image in there around 300kb, that will cut your loading time down a good deal :)

Cheers

Hey thanks for that. I was wondering what that was all about! I’ll compress those and have another go at it.

Best theme on the planet!

Cheers sir!

You’re very welcome! :)

Hi, again me. (you must be getting sick of me by now, hah)

While filling up the website with content we encountered one more bug.

www.hearthstone-league.be

The posts about the “decks” have a boxed layout wich makes the auto-excerpt not show up. Is it possible to fix this or do I have to use the manual excerpt box for them?

Thanks in advance!

Hey again ColourCore!

You would indeed have to set an except in the excerpt box since the auto excerpt can’t process that.

Cheers :)

Hi themenectar. I am creating a unique menu button for my header but I can’t seem to get it to get the button to apply correctly. I want to duplicate the “See Through” nectar button css but with a alternate colored border. Ideally it would look something like this.

https://www.dropbox.com/s/enfxaze40on48s5/Professional%20Web%20%26%20Graphic%20Design%20%281%29.png

I also tried to write some custom code but the text and border wont align correctly. I can also upload the code that I wrote as well.

Hey again freshlesh3!

I have a ticket going over the process of adding a nectar button into the header: http://themenectar.ticksy.com/ticket/78972/search/

The only difference for you would be that your button markup will also include the class “see-through” like:

<a class="nectar-button medium see-through" href="">Get In Touch</a>

and also you’d have to change the border via css

header#top nav ul li a.nectar-button {
  border-color: #27CCC0!important;
}

Cheers :)

I’m loving this theme. Thank you!

One question – I’d like a background image I have set to scale to full-width to scale down all the way to iPhone screen width and still show the entire width of the image. Right now it scales down to a certain point and then starts cropping the image. I’m ok with the image not being tall enough after scaling, but I’d like to see the entire width on both desktops and iPhones. Any ideas?

Thanks!

Another question – How would I go about matching the height of a row to its background. So I want to always see 100% of the background of a row, but I want the row to resize itself with the image as the page resizes.

Another question – How would I go about matching the height of a row to its background. So I want to always see 100% of the background of a row, but I want the row to resize itself with the image as the page resizes.

Hey again -

This is not possible at the moment – the only way you could do this would be to use the full width content row type and insert an actual image into the row so it wouldn’t end up being a background.

Hey,

If I wanted the mobile menu to display at all times, when user is viewing on the desktop. What would be the best way to implement this.

Thanks

Nevermind I figured it out. so overly simple.

another question, obviously out of your range of support but maybe you can guide me in the right direction. on desktop when I press the mobile menu tab it comes from the top, how can it come from the side, I will figure it out but where would you recommend to start?

I.E http://codebomber.com/jquery/slidepanel/

Hey mkurk!

Glad you found the answer to your first question :)

In regards to the mobile menu mod -

you’d have to modify this javascript click even in the init.js file:

//responsive nav
$('#toggle-nav').click(function(){

    $('#mobile-menu').stop(true,true).slideToggle(500);
    return false;
});

to animate the menu from the left inside of a slideToggle and then also adjust the css for the mobile-menu div itself :)

Cheers

Hello,

I was wondering if you had an estimate on when you could reply to my ticket #156908 over at your support site?

Thanks for a really nice theme!

Hey wpntf4tw!

Ticksy is down at the moment so I can’t check on your ticket number, but the average queue time is 24 – 48 hours :)

Cheers

How different is the original Visual Composer from the your integrated one?

When I have both the original one and the integrated which one should I use? And can I choose to use the original and not the built in?

Gr, jaroslav

Hey jaroslav!

The Nectar Visual Composer has complete integration for all of Salients elements which means you can convert existing shortcode based pages into working visual composer pages and also make use of all the theme elements in it. There’s also an enhanced design and improved interface work to making building pages an even better experience. If you have VC active in a plugin, the Nectar additions will still take effect. The only way to use the raw plugin would be to remove the nectar composer init inside of the functions.php file. However this is definitely not recommended and there’s no reason to.

Oke, I understand. So will you be forking the VC and ultimately move to your own version?

Correct – it’s already a forked version and I intend to continue to build/add to it :)

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