Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,190 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38437 comments found.

Hi

I’m trying to add multiple maps to my site. (one on each page for different locations)

I’m using VC to input the map which works but the map marker does not show

Is it possible to have multiple maps and marker locations using VC or will I need to add all locations within the theme settings and just adjust the map view on each page?

Thanks

Theme is 4.5.2

Ignore me ! Just read the changelog!

Hi again!

Another small issue, sorry :) My question is about the updates… I’m using a child theme, which contains my own style css and a footer. Problem is that I’m also using a fifth “accent” color, for that I’ve modified the color.css and the options-init.php files (into salient option and folders) Of course, each time I’m making an update, I have to re-update the files, which is a little bit annoying. (and yes, I’m kind of lazy… ^^) So, I was wondering if it’s possible to add thos files somehow in my child theme folder? (I’ve tried to copy the folders and files exactly like the parent theme but it doesn’t seems to work) Also, I don’t really understand how to use the dynamic-combined.css? Again, thanks a lot!

Hey!

If you want to place those files in the child theme css directory – open the functions.php file and change
get_template_directory_uri()
to
get_stylesheet_directory_uri()
for the desired files :)

Cheers

Every single time I update this theme my website breaks. Why? Why is it always so painful to update? I appreciate the fact that you are updating, and I appreciate the fact that this is an awesome theme, but every single time it updates, I have broken stuff everywhere. It will take longer for me to describe all the things that have broken than just to go in and fix it, but I just want you to know I am feeling pain from this.

One Press Social Locker (from Envato) is now not compatible with your theme. I really would like this to work again!

Can you please tell me why my blog is broken now since the update? http://design-kink.com/sydney-design-blog/

Hey Design-Kink,

the only known issue with the blog at this moment is the pagination feature not working – there’s a minor update coming out tonight which will sort that and the other reported bugs. As far as child themes go – it really just depends on what you’re putting in them. If you’re only doing css mods it might not be necessary. The power of them comes from being able to alter functions and template files

hi, i have a conflict with a plugin and your gmap. could you please tell me how I can disable the gmap in all the site? thanks

Hey Jagoda,

open the map.js file located in the js folder and delete this line:

$.getScript('https://maps.google.com/maps/api/js?sensor=false&callback=mapAPI_Loaded');

Hi,

We are using this theme for quite some time now but for some reason there is a big white space between our slider and the content and there are some – pixels on it but we can’t find the source of the problem.

Thanks

Hey thejj,

if you can share your URL I’d be glad to check out why that may be

Cheers

Hi

I made a ticket on the themenectar website and I got it fixed already by putting the <?php putRevSlider( “slider name” ) ?> in the <home_wrap> div

Thanks

Good to hear :)

updated to 4.8, now my website is totally stuffed

let me know why when updating it has broken the site

Have you downgraded? I can’t see anything jumping out as an obvious issue

Hello, the “tiles” for the portfolio element through the Nectar slider seems to be breaking up, leaving gaps and not aligning.

I tested on a 15, 19, 21, & 24 inch screen. How do we fix this?

My URL is: http://www.zaheerall.am/

Thanks.

Some of your images such as http://www.zaheerall.am/wp-content/uploads/2014/09/uni-des-mascareignes-500x444.jpg are not metting the minimum requires for size – please ensure that all regular sized projects are uploaded at least at 500×500

Please consider the comment below.

Looking now :)

Hi TN,

Is it possible to copy/paste VisualComposer elements from one page/post to another (without going to the Classic editor).

Cheers, Henry

Also posted this Q to WPbakery and received this answer:

Hi, yes, we are aware of such feature request – it is already in our Backlog and we are thinking of implementing it in the future releases. In the meantime you can check this add-on: http://vc.wpbakery.com/addons/clipboard-addon/ which you may find useful. Thanks for your request.

Hey Henry!

Thanks for suggestion – if WPBakery implements that I will also adapt it

Cheers

Also did you update Font-Awesome in the end or not?

Rich

Was looking for a mouse icon and 500px can’t see either though

Hey bud, on the new update, didn’t you say there was a new layout option for displaying blog posts in VC? Where is that please?

Hey, There’s new options for the recent posts element

Hi there,

I’m using the categories widget in my sidebar, with “Show post counts” checked.

There is an alignment issue. The number is displayed below the listed topic and line separator.

Is there a fix to display it correctly? Similar to what is shown with the Archives widget?

This is my URL http://rollingspoke.com/

Thanks!

Hey!

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

body #sidebar .widget.widget_categories li a, body #sidebar .widget.widget_pages li a, body #sidebar .widget.widget_nav_menu li a {
    border-bottom: medium none;
    display: block;
    float: left;
    padding: 0 10px 0 0;
}
body #sidebar .widget.widget_categories li, body #sidebar .widget.widget_pages li, body #sidebar .widget.widget_nav_menu li {
    border-bottom: 0 none !important;
    padding: 8px 0 !important;
}

Cheers

Awesome, thanks!

You’re welcome :)

Hi Bud, The read more buttons here http://richpearson.co.uk/adventures/sports/ and here http://richpearson.co.uk/workspace/ both rollover black which is fine, but the read more stays grey when the writing should be white on rollover , how do I change this please?

Likewise here: http://richpearson.co.uk/journal/ the button rollover is completely black and the text as well

Rich

Hey,

.nectar-button.see-through-2:hover {
  color: #fff!important;
}

1) Line to the left of the X needs removing 2) In responsive mode why do I get the navigation twice? I want to use the sidebar as my main nav, so removing the left nav is necessary also the logo should then fill that space. 3) How do I change the side menu open icon again please?

Rich

Hey,

1.

.ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] header#top nav ul #search-btn a:after, .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] header#top nav ul .slide-out-widget-area-toggle a:after, .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-menu:after {
  border: none!important;
}

2. You’re getting one menu for the normal nav items and one for slide out side one

3. Search for .lines-button in the style.css file to find all the applicable rules :)

How do I remove the left nav completely please? I assume itsvn header.php but which lines?

#toggle-nav {
  display: none!important;
}
html body[data-slide-out-widget-area="true"] header#top .span_3 {
  text-align: left!important;
}

Hi Bud,

Sorry about this but I have issues with the new sidebar…

Please go to here: http://richpearson.co.uk/

1) Bar doesn’t close on X when clicked (cleared cache) 2) Nothing appears in the sidebar even though I have added a widget 3) Line tot he left of the X needs removing 4) In responsive mode why do I get the navigation twice? I want to use the sidebar as my main nav, so removing the left nav is necessary also the logo should then fill that space.

Rich

Right it’s something to do with my child theme

Right it was the footer file – so fixed the error, next post will re-document what I need please

Glad you sorted the issues with it :)

Hello, I am running multisite and just tried to install Visual Composer plugin separately, which I know your theme also uses, and I got this error:

Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare wpb_getImageBySize() (previously declared in …/public_html/wp-content/themes/salient/wpbakery/js_composer/composer/lib/helpers.php:15) in …/public_html/wp-content/plugins/js_composer/include/helpers/helpers.php on line 67

Is there a conflict between your VC and standalone VC? VC author said to contact you on how to reactive your copy of VC without losing extra elements or modifications made to VC.

Thanks a bunch!

Hey ehong33234!

Make sure you deactivate the Salient VC in your general settings tab in the Salient options panel and also rename the wpbakery folder to something else within the theme before activating the standalone plugin :)

Cheers

I did what you said and the VC plugin installed properly without the error BUT I noticed the site no longer recognizes Nectar Sliders and certain Nectar customizations. Is there any way to preserve these while still using standalone VC plugin?

Not without some custom development unfortunately as those are integrated into the core of the customized VC

The code you gave me for centering captions (under each image) also centers the text in the VC block at the top, this is not what I wanted, I only need the captions centred please :-)

http://richpearson.co.uk/workspace/
/* Captions */
.single-post .wpb_text_column {
    text-align: center;
}

You would need to give the columns or rows classes then since there’s nothing else to differentiate them from other text blocks – or you could make a class to uncenter the one at the top

How do I centre the words on this page please eg sport, portraits etc?

http://richpearson.co.uk/adventures/

Seems you’ve already sorted that

Hi

Is it possible to have the toggle headings in VC to be different colours? for example (Toggle 1 blue, Toggle 2 green, Toggle 3 purple, Toggle 4 pink)

Thanks

Hey DNDS,

Yes – but you can only choose the colors based on your accent color scheme

Cheers

Hello, awesome theme! Well done guys.

I have some issues: 1. I was trying to change main portfolio layout style, but I can’t find correct file for that. For example, I want to change the way how portfolio style 1 works http://themenectar.com/demo/salient-ascend/portfolio-3-columns/ ( instead of having view large, and more details buttons on mousehover, I plan to have just image as a link. Portfolio item title should be a link too) Could you please tell me file name that contains code regarding this elements. Thanks 2. Is there a way to have multiple post thumbnails for portfolio site section. Do you have integrated options for that?

Thanks

Hey idealUI,

1.nectar/tinymce/shortcode-processing.php

2. You can have as many images/galleries you need on the single project page, but the main portfolio display can only have one featured image 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