Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,251 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38442 comments found.

Hi! I’m trying to make the pie charts on the tablet view smaller. Just smaller, This is it. Can you help me?

Hey! Sure – can you share the URL so I can see your setup?

Yes, of course. It’s directly on the frontpage: http://goo.gl/eVcNNW

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

@media only screen and (max-width: 1000px) {
 body .vc_col-sm-6 .vc_row-fluid .vc_col-sm-4[class*="vc_col-sm-"] {
  width: 50%!important;
}
}

Hello, I updated the theme and wordpress to the latest versions and the woocommerce plugin is breaking the backend. any ideas?

it also looks like the visual composer gives me an error as well on js_composer.php

Hey – please open a ticket in regards with your admin credentials so I can see what the issue is on your setup https://themenectar.ticksy.com

Hi there Salient,

I created a ticket and wrote to you on September 6th yet haven’t had a reply.

I have discovered that your theme on the product pages still doesn’t like the layout of having the woothemes plugin WooCommerce Variation Swatches and Photos. I chosen a size of the swatches thumbnail that works well for me but the theme doesnt like it. When I make the thumbnails on the swatches larger it works however.. This plugin works fine with standard Woo commerce themes so hopefully there is some coding to make this plugin work with yours?

I was told that I Have assigned the ticket to the developer so that he can add a response but never got one. I really love your theme Its been awesome and so have you! I just need to get this thing out the way so i can move on with other developments.

I really appreciate you solving this issue for me.

Cheers, Antony

Hey – please share the ticket ID so I can take a look over it :)

Cheers

Hey there! Yes, great! Here it is :) #451674

Have you had a chance to look into this for me as I haven’t heard anything and its been over two weeks.

Just bought Salient – went to install the theme and got this error:

Hey, please paste the error in pre tags so I can see what you’re trying to show me :)

Hey there – found a bug….

If you use your Child Theme (due to use of UberMenu which requires header.php mods), Salient does not insert Google Tag Manager code.

We have GTM code in the Salient > General Options > Google Analytics box (works perfectly in non-child theme sites) and it simply ignores it. Not included in page at all. We’re forced to manually add it to the header.php file. Just wanted you to know.

Hey – the child theme they’re providing is most likely old and doesn’t have the updated structure which includes the tracking code in the header, thanks for noting!

Actually using your child theme (included with Salient). Not sure who “they” are, but nobody else (Uber, Google) provides a child theme. We basically copied over header.php to the child theme, made the changes Ubermenu needs to work with Salient, and it used to work fine. My guess is recent Salient changes mess with this and though the point of a child theme is to allow us to update without having to re-modify files, I guess in this instance we have no choice. Has Ubermenu integration been made any easier in the last few months?

Ubermenu still requires a child theme to work however in 6.0 the header.php file changed a bit so if you made a child theme header.php prior to then and then upgraded it would cause issues

Hi themenectar,

Just wanted to ask if the latest Salient (6.1.5) is compatible with wordpress 4.3.1 or if we should wait to upgrade.

Also, is there a version number included anywhere in the Salient installation?

Thanks!

Hey – there are no known issues as of now :)

Is it possible to do the image highlight like the “We Come Together in Small Teams” section of this site below? So when you hover it changes? http://www.esri.com/careers/main

You’re welcome :)

Hi again, well I just finished with the latest update, which includes VC in it’s normative state. Unfortunately, I am having a couple of issues…. one the mobile menu is not visible- its there, it works, but cant be seen.. I am having trouble adding an image to a row background- unless its parallax, which works fine. Also, Using the Nectar Slider anywhere other than the header create grey bars above and below that I cannot get rid of… thoughts? www.liftedchurch.org

Hey – which update are you referring? There is no version of Salient that includes the default VC. Salient VC is the only version 100% compatible with all of the Nectar elements

Hi, First of all thumbs up for this awesome theme, can’t just get any better. I just have a quick question for you guys.

How to change the background image from just plain white (default) to one of own .png file ??

Hey!

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

.container-wrap {
   background-image: url(img.png);
}

Hi, how to add another font with icons for nectar shortcode to Appear to draw itself or add your own icons to the Linea sets?

Hey,

this would require mods to the shortcode-processing.php file located in the nectar/tinymce directory

Cheers

Hey guys! When I purchase your theme, does it include “Modern Creative”, “Ecommerce”, “One Page” and “Classic” so I can switch between the themes when I want? :-)

Get,

They’re different dummy data sets that are included with the theme so if desired you could import different ones to see how they’re made :)

Cheers

Hey guys just a quick one, is there css to change the color of the down arrow on the page header image e.g. on this page http://wheyhouse.com.au/culture/

Cheers!

Hey!

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

body[data-button-style="rounded"].page-id-596 .section-down-arrow i {
    color: #000!important;
}

Thanks :)!

You’re welcome :)

Also, I’m having a bit of trouble with the mobile version of the site. In particular the menu (it doesn’t work on mobile) and the nectar slider (the text is very small). The dev site is: http://mudgeefarmstay.richthompson.com.au/

Hey,

I can now see the menu being clickable and the nectar slider font appearing bigger – make sure to add that minimum height on your slider and also clear your cache on your phone that you’re viewing on

Fantastic – menu works great, thanks. I added the minimum slider height all the way to 420, but it’s still showing small on mobile. Could something else be overriding it?

I’m still seeing the flexible height off – could 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/

Loving the theme.

Just having trouble editing a single column footer (I can see how to do 2 or 3 columns using widgets, but I was wanting to make a single column (centred) footer. Can you point me in the right direction? Thanks

Hey, use the 2 column option and kindly share your URL so I can assist with the css needed

Ok – thanks. Here it is…http://mudgeefarmstay.richthompson.com.au/ I want the footer to look like what is directly above it

Hey – add this into the custom css box in the Salient options panel:

#footer-outer .row > div:last-child {
  display: none!important;
}
#footer-outer .row > div:first-child {
  width: 100%!important;
  margin: 0!important;
}
With new Salient, the Logo appears a lot smaller viewed on a mobile device. Is it suppose to be that way or is anything wrong? http://www.fotabrollop.se Thanks

Hey – add this into the custom css box in the Salient options panel:

@media only screen and (max-width: 1000px) and (min-width: 1px) {
html body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 54px!important;
}
body header#top, body #header-outer:not([data-permanent-transparent="1"]) {
    height: 80px!important;
}
}

It helped. Thanks!

hi,

i would like to add portfolio grid to my home page similar to your demo to show where we operate. but i want to hide date meta. how i can do that. i am using project style (title overlaid with zoom effect on alt)

Thanks

never mind, found the solution. there is an option in settings to disable date from portfolio grid. thanks

never mind, found the solution. there is an option in settings to disable date from portfolio grid. thanks

Hey – i’m glad you found the answer :)

Hi Sal’

I want to insert <!--googleoff: index--> plus <!--googleon: index--> to some team members. Is this possible without the html comments disappearing?

Hey,

could you share the age URL you’ve entered them in on?

Cheers

OK, I’ll login to the support area and open a ticket, thanks

You’re welcome :)

How is the support for custom post types? Can I add new ones and integrate the page builder easily?

Hey – visual composer allows you the option to enable it for custom post types in the admin panel

Cheers

Hi Since I updated to the latest version the images that I add to the Extra Content section of a portfolio post are randomly added regardless of how I order the images in the upload process. Obviously I want to be able to control the ordering. Does this sound familiar to you? Thanks

Hey,

What are you using to add the images? Is it in an image gallery element or single image element?

Cheers

it’s single images, stacked under each other.

Please open a ticket in regards with your admin credentials so I can compare your backend setup to the front and assist themenectar.ticksy.com/

Cheers

Is it possible to use an image for logo when viewing my site on computer and use text as logo when on mobile? I have a logo that looks good on the computer screen, but when im visiting from mobile the logo is extremly small.

Hey,

This would currently require custom development to header.php file however css could be used to set the img logo bigger on mobile. Could you kindly share your URL in regards?

Cheers

Hi! Congrats for the theme!

Is it possible to add beatport social media icon in the header? Maybe changing the icon of one of the social media that I don’t use…?

Thank you very much!

Hey,

Find this section in your header.php

<?php  if(!empty($options['use-vine-icon-header']) && $options['use-vine-icon-header'] == 1) { ?> <li><a target="_blank" href="<?php echo $options['vine-url']; ?>"><i class="fa-vine" /></a> <?php } ?>
and change it to: http://pastebin.com/1PPAshw6

Thank you very much! You are the best author that I’ve ever met themeforest, always have an answer.

Thank you for your time, solved!

You’re very welcome :)

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