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.

I have a problem with height or the row. While row has 2 or more columns and is set to Full-Width-Content, it doesn’t automatically change the height of the row. Row height gets updated while window size is changed. If the same row is set to Full-Width-Background then everything works as it should. While there is only 1 column then everything works in both modes. What can I do to make row with 2 or more columns to update it’s height while in Full-Width-Content mode?

Cheers!

Hey airpot!

If there any way you can share your URL so I can take a look?

Cheers

Hey! Sent it in ticksy.

Also on the captions under each image I want to align these centre as well, they are in text blocks and I didn’t want to just give each text block an inline style per one, is there a global class I can give all those rows across all pages please?

http://richpearson.co.uk/workspace/

Rich

.single-post .wpb_text_column {
    text-align: center;
}

Hi Bud,

On this page: http://richpearson.co.uk/workspace/ i’m trying to centre the title, I have tried appending the following but no matter what I do it won’t move… any ideas please?

.single .heading-title { padding-bottom: 10px!important; margin-bottom: 0px!important; border-bottom: 0px solid #DDDDDD!important;}

.single.single-post .section-title h1 { max-width: auto!important; }

I’m already seeing it centered – did you sort this?

Yes sorry just sorted :-)

Hi,

Could you help me with the following:

- How stop the slides of a gallery ? - How can I implement the (href) #section tag for a text title box or a simple box ?

Thanks in advance.

1. Open up the nectar/nectar-vc-addons/vc_templates/vc_gallery.php file and change this
data-autorotate="5500"
to
data-autorotate=""

Thanks a lot !

Hi, i’ve updated wordpress to 4.0 and visual composer stop working inmediatly :( How I can fix it? Thanks :)!

Hey – make sure you’re on the latest Salient release and that no plugins are causing the issue :)

I just viewed the change log, and I didn’t see anything concerning the menu, like what you mentioned was coming in my last snippet. Was the any change done to it? Thanks

Hey Juniormc, there’s an option for a slide out widget area now which you can store menu links in – please see the ascend demo for an example

Hi ThemeNectar,

How do I get rid of/disable the ‘previous/next button’ that show at the right hand top of the carousel?

Cheers, Henry

Where did 4.6 and 4.7 go? :)

Hey Henry!

1.

.carousel-next, .carousel-prev {
  display: none!important;
}

2. Salient’s version naming has historically skipped decimal points based on the scale of the changes brought :)

Cheers

Hey Guys,

Salient v4.8 has landed!

The update has been submitted to ThemeForest and should be available to download soon – there will be a new demo coming out this week to showcase the features, but some can be noted on the current “Ascend” demo :) Please refer to the changelog for a full list of changes/additions.

Cheers!

Hi Bud, awesome update, looks like the side menu bar doesn’t want to close (on the x button)

http://themenectar.com/demo/salient-ascend/#sidewidgetarea

Rich

Make sure you’ve cleared your cache/cookies :)

Hi, how can i set a specified width for Nectar buttons only in a page?

Hey hawaiian1985,

if you can share the URL to that page I’d be glad to help :)

Cheers

(http://7aa.ea8.myftpupload.com/shop/) I want the two buttons on the sidebar have the same width, better if they have the same width of the column. I ask for a other problem. In the same page you can can see that the ball for Sale text changed with the italian translation. How can i fix it? If possible i prefer the text Sale in english or the percentage discount or a larger ball. Thanks!

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

#sidebar .nectar-button.see-through-2 {
    width: 100%!important;
}
html .woocommerce ul.products li.product .onsale, html .woocommerce-page ul.products li.product .onsale, html .woocommerce span.onsale, .woocommerce-page span.onsale {
    font-size: 10px!important;
    line-height: 48px !important;
    width: 60px !important;
}

Sorry about all the posts today:

Ok im stuck, I have added a vc row (1 col centred) and have added 3 links in ul, li format and also 3 icons underneath, however the icons are not centred correctly and the footer links even though I have asked them to be display inline-block and list style none are not showing correctly.

Here is the code for the links:

.footerlinks ul {color: #000; font-size: 20px!important; font-weight: 300!important; list-style: none!important; display:inline-block!important;}
.footerlinks ul li a {color: #000; font-size: 20px!important; text-decoration: none; line-height: 1; border-bottom: solid 1px; font-weight: 300!important;list-style: none!important; display:inline-block!important;}
.footerlinks ul li a:hover { color: #000; font-size: 20px!important; text-decoration: line-through; line-height: 1; font-weight: 300!important;list-style: none!important; display:inline-block!important;}


	

Any ideas please? Scroll to the bottom of my homepage to see: http://richpearson.co.uk/

Rich

Any chance you could help me on this one this morning please bud? simply go to http://richpearson.co.uk/ and in the footer I need the icons centred (as they are slightly to the left) and the links need to be in an inline block (can’t seem to achieve this)

hi, how to add the last version visual composer? when i active the plugin get eror: Fatal error: Cannot redeclare wpb_getImageBySize() (previously declared in /home/uafbeyus/global-design.de/wp-content/themes/global-design/wpbakery/js_composer/composer/lib/helpers.php:15) in /home/uafbeyus/global-design.de/wp-content/plugins/js_composer/include/helpers/helpers.php on line 67

thanks in advance

Hey luci, make sure you’ve deactivated the Salient VC in your general settings tab prior to activating the plugin – also you’ll need to rename the wpbakery folder inside of the theme folder to anything else in order for the plugin to not pull from it.

On my homepage masonry area: http://richpearson.co.uk/ I would like to do a few things ot the titles and date that overlay the image please.

1) Make the title larger 2) Make the date larger and a different colour 3) Move the whole block down to the bottom instead of it being middle

Rich

Hey,

.portfolio-items .col h3 {
    font-size: 35px !important;
}
.portfolio-items .work-item.style-3 .vert-center {
    bottom: 20px;
    margin: 0 !important;
    padding-top: 15px !important;
    position: absolute;
    text-align: center !important;
    top: auto !important;
    width: 100%;
}

In responsive mode on my portfolio pages the date seems to disappear completely

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

I added this date block manually above the title (in single-portfolio.php)

<span class="meta-date date updated"><?php echo get_the_date(); ?></span>

The date shouldn’t disappear by default on projects in mobile views – if you want me to take a further look please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/ticket

Hi, as mentioned on a previous comment I have changed my lightbox background to white, however I don’t want the opacity showing through eg I want the whole of the background to be solid white, that also means I need the left & right arrows and the X all to be black as well please.

What do I need to change this?

body div.pp_overlay { background: none repeat scroll 0 0 #fff !important; }

Add this in as well:

div.pp_overlay {
  opacity: 1!important;
}

I also need to change the X and arrow buttons to black please?

html body a.pp_close .icon-default-style[class^="icon-"], html body a.pp_arrow_next i.icon-default-style[class^="icon-"], html body a.pp_arrow_previous i.icon-default-style[class^="icon-"] {
  color: #000!important;
}

I have added manual captions under my images in a row, however in responsive mode there seems to be additional line height between the lines, (eg where it wraps to the next line) here is my code:

<span class="exif">Image caption goes here</span> <span class="exiftitle">Canon 7D</span> <span class="exif"><i>F/2.8 1/300 Sec ISO 100</i></span>
.exiftitle {font-family: "Europa","Brandon-Grotesque","Courier-Std","freight-text-pro",'Helvetica Neue', Helvetica, Arial, sans-serif!important; color: #000; font-size: 14px; line-height: 0 !important; font-weight: 600!important;}
.exif {color: #444; font-size: 15px; line-height: 0 !important; font-weight: 200!important;}

Hey, Do you have a URL in regards?

.exiftitle {
  display: block!important;
}

Is there any new portfolio pagination options coming in the theme update? Eg like the next post function with image on the blog section?\

Rich

PS How is the update coming along any ETA?

Hey,

Unfortunately not – but the changelog is up and the update has been submitted so it should be available in a couple hours at the most

Any chance you could help me fix the mod I’m making? Or perhaps add in this for the next update please?

I have added the nectar love function to my portfolio page, some questions please

1) How do I make it much larger? 2) How do I centre it on the page? 3) I would quite like to write some words next to it, eg ‘Love’? 4) What style do I target to added a 1px border round it? 5) If I wanted to change the colour of the heart border and on-click what do I need to change please?

Cheers Rich

Can you share the URL to the page so I can see how you’re adding it?

Added the php code in the template itself… scroll towards bottom to see: http://richpearson.co.uk/adventures/sports/

Hi Bud, how do I mod the footer so that I can have 1 column that is centred please?

Rich

#footer-outer .row > div:first-child  {
  width: 100%!important;
  display: block!important;
  text-align: center;
  margin: 0!important;
}

#footer-outer .row > div  {
  display: none;
}

Brill thanks

You’re welcome

hello! my site www.brandlivesites.com/brandlivegroup seems to have developed a bug, without me having made any changes that might have caused it. i’m hoping you might have heard of this before and might know of a solution? in safari, my nectar slider arrows and footer social links are working fine; however, in chrome, all these have turned into static boxes. any idea what gives? also, my homepage nectar slider has a strange gap on the right hand side that i can’t seem to be able to get rid of. any help would be greatly appreciated. thanks!

(+ more options for Social Media Sharing if I turned that on)

Also I typed that over several lines but the Theme Forest code decided to make it more difficult to read, sorry!

This feature was actually added in recent versions of the theme – to get the feature just update to 4.8.1 – 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 :)

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