Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,192 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hi, I can not translate the themes, I’m using the plugin codestyling-localization more inside the themes folder in the file .mo languages ??do not have, tell me I can see where that file to translate.

thank

Hey eronpasam,

Make sure you have named the default.po/.mo file in salient/lang to match the language code you’re using in your setup. For example if you were using portuguese it would be named pt_BR.po/.mo

Cheers

Hi there, me again! :)

Is it possible in the Nectar Slider to drop down in the Heading?

For example:

Entertainment Business Affairs

We want to align our name along the left side of the slider vertically like shown here.

Thanks!

Hey inthemikz!

This would require some custom css but I can’t seem to see your example correctly in here to assist better – do you have a screenshot or URL where I could check?

Cheers

Hi,

Here is the url to our site…http://www.ebaonline.org/ On the home screen nectar slider you see our company name “Entertainment Business Affairs” on the top left. Reason we would like this is because we have a video displaying our clients and don’t want our company name to be blocking their faces.

Thanks in advance!

Hey! If that was the case you could just add line breaks between the words in the caption field – it would look like:

Entertainment <br /> 
Business <br /> 
Affairs

Is there an option or code I can use to keep the “Scroll to Top” button activated on mobile and tablet devices?

Hey, this would require a mod to the init.js file located in the js folder – you’d need to alter the “scroll to top” section of that file to allow it to stay on mobile devices

Hi, Love your theme.

Im having a problem with button width as I would like them to be equal. Also would like that text element to follow the scroll and having that kind of fixed feel.

http://www.zoan.palvelin.pro/terranova/filosofiamme/

Hey ZoanEffects!

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

.page-id-28 .nectar-button {
    width: 100%;
}

Unfortunately having that area fixed would take some custom javsscript to make it perfect

Cheers

How do I create 3 blocks of text with button like here: http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

I am referring to the three blocks called:

A BREEZE TO BUILD WITH TUTORIALS TO HELP SHOW OFF IN STYLE

Thanks!

No doubt a really silly question, but how do you get the nectar slider to appear over/under the header? I changed the setting under Salient-Header to make it transparent but it only works with the home slider.

Another newbie question, I want the nectar slider to take up the full front page until scrolling begins, but I can’t seem to extend the height. Changing Nectar pixel height does nothing. Column housing the slider has no options to extend height.

Thanks

PS – I did not personally purchase the theme, am working on it for my boss who did. Happy to provide his details if necessary.

Hey dazzazzad!

1. If the Transparent header option is active it should occur whenever the nectar slider is used in the top of page – if it’s not for 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. There’s an option for fullscreen in the Nectar Slider element that will handle this :)

Cheers

Is it possible to have a custom slug for the blog, eg;

http://richpearson.co.uk/journal/workspace/ instead of: http://richpearson.co.uk/workspace/

I know this can be done in the portfolio section in the theme admin, but not in a blog?

Hey, this wouldn’t be theme specific – here’s a post on it though http://wordpress.org/support/topic/change-single-post-permalink

Three weeks ago, i was told the new version (with one page scrolling) will be released the next week. When will the release come? :)

Most likely on Saturday :)

Hi I wonder how the Pinterest button is suppose to work. I am used to a screen bringing up all images from the page when you push the button but the Salient version only shows the featured image from the single portfolio page.
Example from my salient theme: http://www.fotabrollop.se/portfolio/anima-och-sany/

I want it to show like this one: http://jonaspeterson.com/portfolio/destination-wedding-elora-rajiv-bali/

Pinterest button further down on the page (below all images)
Thanks

Hey fredrics1,

The pin button in Salient is only pinning the current page rather than all of the images in your gallery – it looks like that pin button on the second URL is a custom solution

Cheers

Sorry, so on this page: http://richpearson.co.uk/journal/ I want the read more button class of continue-reading to have a see-through button like on this page: http://richpearson.co.uk/adventures/sports/

Hey, please see my last snippet in regards to your other comment :)

Hi,

I love the ascend version of salient. How can i go about copying the exact typography settings for this? Are they listed anywhere?

thanks

Hiya,

Is there a way on portfolio pages to insert the date above the title of the page?

Eg: I on here? http://richpearson.co.uk/adventures/sports/

Hey, It would take some modding to the single-portfolio.php file to output the date there

How would I go about changing the buttons on my site so they are see-through please, for instance the blog page listing current has a small black read more button, where would I go to change this?

article.post .more-link span, .blog-recent .more-link span, input[type=submit], button[type=submit] {
  background-color: transparent!important;
  border: 2px solid #000!important;
  color: #000!important;
}

Hi ThemeNectar,

Is there any way of setting an automatic resizing option for images placed on the Caption field of the Nectar Slides?

I noticed that on small computer screens (like 13”) the slider is resized, but not the image file within, which crops the image top and bottom. If I just change the image for a smaller one it will look good on small screens, but it will look way too small on bigger screens (16.9” and up). Can you understand me?

Another issue; I have the last theme version but the marker icon is not being displayed on the map.

Thanks for your attention. :)

No worries! I’m actually seeing that your map.js file is still not from the current release of 4.5.22 – can you try downloading the theme again and replacing that file with the fresh one?

Problem solved. Thanks!

You’re welcome :)

Hi,

my friend just purchase this Theme few months ago. He asked me to do something with his web.

I’m wondering why there is a small white space between my “Testimonial” row and “Call to action” button.

Do you mind to help me sort this out?

http://impactbusinessstrategies.co.uk/

Hey CaliphStudio!

It seems there’s an unclosed strong tag in your editor – please switch into the text tab on it and delete any stray html strong tags you find

Cheers

Hello,

Thank you for creating such a beautiful and flexible theme!

I just have one question. I would like to use Google Analytics to track how many times someone downloads my resume. I’ve read that I need to add an event handler to the link that should look something like this:

Download my Resume

I’m using one of the theme’s buttons to link to the resume.pdf file and I was wondering if there is any way to integrate the event handler in the button’s html? I tried adding the onClick bit to the button code (in the text editor), but it didn’t work (the website displayed the html rather than the button). Do you know of any way to track button presses (or downloads) using Google Analytics?

Thank you! Nikki

Hey Nikki!

Here’s the html for a button which you can add the event onto :)
<a class="nectar-button large extra-color-2 regular-button" href="#" data-color-override="false" data-hover-color-override="false" data-hover-text-color-override="#fff"><span>Test Button</span> </a>

Cheers

Hello. Awesome theme. Probably the best I have ever purchased.

I recently started using the portfolio options and I was trying to find out a way to remove the view larger option.

I found an answer from a year ago that said to do: .portfolio-items .col .work-item .work-info a.pp { display: none; In the custom CSS and it doesn’t seem to work.

Hey hatr3d!

Use this now instead:

.portfolio-items .col .work-info .vert-center > a:first-child {
    display: none;
}

Cheers

Hi, it’s Avi. I guess most of your customers haven’t upgraded to the latest Apple OS for mobile devices. All my client sites utilizing Salient are broken with no access to the nav bar and websites are messed up in general. I added a ticket but haven’t received a response. I know it’s not your fault, but who knows what Apple has done disregarding WordPress based sites or perhaps it’s just some configs in Salient (although Salient rocks). Can you please do what you can to resolve these issues and release a new version as me nor my clients can run our businesses online because of this. Please help. *Also, in this next release, can you add social network icons for iTunes, Amazon, MySpace and IMDB? Sincerely, Aviad

Hey again Avi,

Still looking into fixing any ios8 bugs that maybe exist – the new update will be out soon :)

Cheers

Thank you

Hello hello,

I have a situation which is baffling me and I’m wondering if it’s possible using the visual composer or otherwise.

I have an element which has a full-width background image, and 2 columns (1/3 + 2/3; completely irrelevant information :-p). I’d like to have a third column which is below the two columns, spanning across the whole page – BUT, I also need the full-width background to cover all three columns. Do you know how I can do this? at the moment, I can only do it with two separate full-width backgrounds.

Many thanks!

Edit: http://i.imgur.com/rYKJKom.jpg – This screenshot might help. I’m looking for it to be like this, but just one full-width background.

That’s odd – if you can share the URL in private that would help, but one thing to try off the top of my head would be:

.tshowcase-pager-wrap {
   display: block!important;
}

Hi there,

I’ll get onto my boss regarding the URL – in order to access the site myself I have to change my hosts file!

Anyway, so I’ve sort of fixed the problem. I’m using a child theme so I replaced my child init.js and header.php with the 4.8.1 versions, then added my changes. After doing this, all text reappeared, but the sliders and team showcase didn’t. I then did a bit of searching and thought my child functions.php may be the problem – I have a function in there to use my child init.js rather than the parent one:

add_action( 'wp_enqueue_scripts', 'javascript_init_script_fix', 20 );
function javascript_init_script_fix() {
    wp_dequeue_script( 'nectarFrontend' );
    wp_enqueue_script( 'salient-child', get_stylesheet_directory_uri() . '/js/init.js', array( 'jquery' ) );
}

I changed the number after “javascript_init_script_fix” (priority?) to 10 and cleared the cache, loaded the page, and then my sliders and team showcase returned! but, the carousel on my homepage changed to 3 columns (when I’d edited init.js to make it 1 coulmn). So I changed the number a few more times, and the carousel eventually changed to one column – but then when I navigated to another page and when back to the home page, the carousel reverted to 3 columns. And I then found it would intermittently choose between 3 and 1 column upon refreshing.

I’v tried all kinds of priority numbers but have got nowhere. Do you have any idea what I may need to do to fix this? I appreciate that it may be difficult without viewing the site itself :-(

Thanks, Andy

P.S. Sorry about the length!

Hey Andy! That’s strange – whenever you can share the URL privately it will be a lot easier for me to help diagnose the root cause :)

Hi guys! I have a question about the pricing table. I was wondering if it is possible to replace the default title (“[pricing_column title=”Column 1”) with an image. I couldn’t find this question in the comment section..

Thanks!

Hey favothemes,

This wouldn’t be possible without some custom html markup as of now

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