Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,246 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

Hi,

For some reason I can’t get the in page “page header” to work. My copy will show up but not my image. https://www.playgoodr.com/brand-ambassador/

I’ve tried several types of images…nothing will show.

Any thoughts?

Thanks!

SDL

Hi,

I tried that plugin and still can’t get it to work…what else can I try?

Thanks!

Hey – please open a ticket in regards and let me know your ticket ID once you’ve done so https://themenectar.ticksy.com

Cheers

Here it is….thanks! Private Ticket #697577

HI ! I´m trying to use init.js in my child theme, but it is not working !

I tried this code inside a FUNCTIONS.PHP child theme folder:

function load_my_scripts() { wp_register_script(‘nectarFrontend’, get_stylesheet_directory_uri().’/js/init.js’, array(‘jquery’) ); wp_enqueue_script(‘nectarFrontend’); }

add_action(‘wp_enqueue_scripts’, ‘load_my_scripts’);

Could you help me ?

Thanks

Hey – try dequeuing the frontend script first

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' ) );
}

Hey, if i load up my site.. the small images dont seem to load, e.g the social icons at the bottom and small images in the body..

www.thefuturehitz.com

Hey,

Please ensure no plugins are causing the issue

Cheers

I see that the copyright text and the social media icon colors are linked together. How can I change just the color of the social media icons and the hover over color of the icons? Thanks!

Hey,

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

#footer-outer #copyright li a i, #header-secondary-outer #social li a i {
  color: #fff!important;
}
body #footer-outer #copyright li a i:hover {
  color: #999!important;
}

Awesome, you da man! :-)

You’re welcome :)

I’m using as my home page Home with Recent Posts. For some reason when I hover over the headline/links to the posts, it’s not the hover color as the rest of my pages. Is there a way I can change the individual hover color for this? Thanks!

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

.recent-posts-title a:hover {
   color: #fff!important;
}

Removing that meta would require editing the shortcode processing file or using a different recent post style as of now unfortunately

Cheers

Ok. Thanks a lot!

This is actually not working. :-/

Hello,

I’m having multiple instances where my child theme css is being overwritten by js_composer.css. In the page builder I’ve set elements to have “Extra Class Names” that don’t share names with already made items, but the js_composer is still loading after my child style.css and overwriting those classes.

http://imgur.com/htbaBm5

How can I make my child styles take precedence, without adding !important to every line of custom code?

Thanks

Hey,

it’s just a matter of making the css you’re writing more specific, for that example use:

.wpb_row.blocks.row

Cheers

Hey there,

I noticed a comment you stated -

‘In a full width content row type when one column has a BG image set, its height will always remain equal of the sibling columns’

I’ve noticed that this works in a page but does not work in a single post/blog which is causing us a lot of trouble. Looking at inspect element it appears as though a min-height isn’t being generated causing the image to have a height of a single pixel.

Cheers,

Joe

Hey, so far I haven’t been able to replicate this – could you please open a ticket in regards with your admin credentials so I can take a further look? https://themenectar.ticksy.com

Hey!

I was wondering if you could provide me with a code snippet of how to go about centring the title and meta underneath (author, date, tags) within the header image on post/blog pages?

At the moment it is left aligned but would be great if we could get it centred.

Cheers!

Joe

Hey, you can use the “variable height minimal” header style in the theme options > blog

Cheers

After updating to 7.0.2 my client’s website is no longer loading any Google Fonts. The console indicates a 400 (Bad Request) for the call for the font files. I’ve emptied cache, saved Salient options – everything you’d normally do if something was funky. No dice. I double checked and the fonts are set in your admin panel. They just aren’t working. Any ideas? (site is alltravelguru.com)

Hey again – That’s the weight, I mean the subset e.g. “latin”

That worked. Thanks. FYI, your update apparently erases these values in some installs (all of mine).

Thanks for noting,

Cheers

SECURITY ISSUE: JS COMPOSER for SALIENT

Love the theme, about to upgrade to 7.0. Just received this security notice about malicious code in Salient JS Composer.

Has anybody else had this issue? Here is the file.

wp-content/plugins/js_composer_salient/assets/lib/php.default/php.default.min.js

Hey, that file is untouched from what the default VC includes – here’s the official response from the plugin author in regards to that http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments?utf8=%E2%9C%93&term=%2Fphp.default%2Fphp.default.min.js&from_buyers_and_authors_only=0

Thanks for the update. The host also reported this file. I’ll check into it. Did you scan from the Pastebin link I posted in your support forum for any changes?

What’s your ticket ID?

Purchased the theme and love it, is there any way to have a side navigation?

Hey,

The option for a permanent side navigation is coming but as of now you’d need to use the off canvas menu

Hi there,

Just downloaded the new update! New stuff looks great, just what i needed. :)

I was wondering, is it possible to make a 4 column width portfolio set up whit the new 1 big square 4 small square whit margin between option?

So basically this option http://themenectar.com/demo/salient-corporate/work/ But then not full width…

- Thanks Roeland

Hey, thanks!

You could have them in 4 columns but the masonry option will only take effect when full width

Cheers

hey guys! any ideea how I could change the default sort order for posts (by date ascending) in Slient Theme? Thanks!

Hey – modify this in nectar/tinymce/shortcode-processing.php file:

$blog_arr = array(
                'posts_per_page' => $posts_per_page,
                'post_type' => 'post',
                'category_name' => $category,
                'paged'=> $paged
            );

Cheers

it would be nice to have a configuration for changing the sort order for posts and pages :D

I’ve noted the request :)

hello, I purchased salient theme exclusively for the effects and for the tool at Visual composer called “full high page” o full page scroll or just the fullpage.js effect, as slides that fits in every size of screen. Not lucky at all…..but we are fine with the purchase, finally I had to purchase too another plugin that resolves the problem of using or not VC original or “Salient flavoured”. This save my life today: http://codecanyon.net/item/smart-one-page-navigation-addon-for-visual-composer/14445813 One Page Navigation. It does more or less the same effect we were looking for : http://alvarotrigo.com/fullPage/ I hope this note help people searching this kind of solution. Thank you for your support!.

Hey,

thanks for posting your recommended plugin :)

Cheers

ThemeNectar,

Your theme is absolutely amazing work – congratulations!

Quick question though: When I’m using the Linea icon font to create animated icons, it seems like the background of these icons is turning black (see http://e39.7af.myftpupload.com/). Can you please help me to make them transparant again?

Thanks!

Additional input: This issue only occurs on Internet Explorer and not in Chrome. Any workaround possible to be compatible on all browsers?

Hey, thanks a lot!

Please let me know which version of IE you’re seeing this on as I haven’t been able to replicate it yet

Cheers

Hello,

I need to add a disclaimer (just one line of text) to the bottom of the home page (all the way at the bottom, below the copyright and the social icons). How could i do that?

Thanks in advance.

Hey,

This would need to be added in the footer.php as of now, you could do it in a child theme to make it easier with regards to updating though

Cheers

Hello. I notice that my logo is not showing up on mobile anymore. At least on my Lumia 950XL. It’s just my company name in text.

Hello. Private Ticket #644988

Thanks.

You’re welcome :)

I have an anchor on my page for pricing but once it clicks it fades out to white. I tried all the other solutions in the comments (swtiching to AJAX and standard, Diable Fade out on click, and disabling page transitions). Please help

riotlysocial.com

Hey,

I’m currently seeing the anchor link work as expected, please let me know what browser you’re experiencing this on

Cheers

Let me know if you have further questions

Cheers

Hi,

I want to add the the word “menu” next to the off canvas hamburger menu button. I tried adding a link to the main nav named “menu” not adding a link. But it still is clickable. Can you help please.

Thanks

Hey,

This would custom modding to the header.php file as of now unfortunately

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