Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,243 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

How do you set pricing tables to match height like you have on your demo? All of mine are different heights.

Hey – please share your URL in regards so I can see your current setup

Cheers

Hey – when you’re adding the list items in for what your package includes you need to use an unordered list item http://i.imgur.com/24qQkm1.png

Hi I’m having some challenge with the One Page scroll navigation with other pages, when I use on the menu e.g. mysite.com/#itemA it doesn’t work but if I use just #itemA it works, the challenge is when there’s another page mysite.com/anotherpage and clicking ‘itemA’ results mysite.com/anotherpage/#itemA thus making it not work, can you provide some help please.Thanks

ps. I just submitted a ticket

Hey,

Could you kindly share the ticket ID so I can overlook it?

Cheers

Can you guys please take a look and respond to ticket #537923? Thanks!

bump

Hey – checking shortly :)

Hi,

Can I just check if I’m able to add a search bar in the page body as an element? Not just in the header or footer.

Thanks

Hey,

Unfortunately not as of now without using the widgetized sidebar option inside of VC

Cheers

HI~

how can I change my site width?

i want to Make site smaller / narrower

now my site width is about 1250px

but i want to set width 900px

can you tell me?

Hey,

Turn off the extended responsive design option in your Salient options panel

Cheers

Even though I set my portfolio to categories to Show All, it only shows one category. I made both categories the same, I can’t figure out why only one shows. Can you shed some light on this? THANKS!

Thanks, that worked! Two last small questions: I’d like to change the background color of the sortable filters area to white and make the fonts larger and black. What CSS could I use for that? Thanks!

How am I able to get the link that a column links to open in a new window? I tried adding the target_blank to the html in classic view but it didn’t work.

I’d like to also do the same to a morphing element’s text.

Thank you!

Hey,

1.

body .portfolio-filters-inline {
  background-color: #fff!important;
}
.portfolio-filters-inline .container > ul li#sort-label,.portfolio-filters-inline ul li a {
    color: #000;
}
.portfolio-filters-inline .container > ul a, .portfolio-filters-inline .container > ul li#sort-label {
  font-size: 16px!important;
}

2. You’d need to edit this section of the vc_column.php file located in the nectar-vc-addons/vc_templates directory

<a class="column-link" href="'.$column_link.'"></a>

Greetings, is there css that I can use to make that down triangle effect in between containers on my homepage so that it looks like one container leads into another? Thank you much in advance.

Hey,

Unfortunately it would go beyond css but it’s an item on the wishlist

Cheers

Hello, what video is being used on the landing page of the agency demo?

Hey – it’s a combination of videos. Here’s a good resource for similar http://www.wedistill.io/

Are you able to make all images full screen for a background so it doesnt blow it up?

When I set the bg it looks extra large.

Hey,

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

body .wpb_row .row-bg, body .full-width-section .row-bg {
    background-size: contain;
    -webkit-background-size: contain;
}

Cheers

how do I switch from agency to classic themes ?

Hey,

It’s not a skin to switch to – the demo is simply made up of a combination of options (some of which were introduced in 6.0) If you want to import the theme options file you can do so in the import/export tab of your Salient options panel – however make sure you backup your current options first incase you want to revert

Cheers

Hi, I have just purchased this theme. Having trouble with VC. When ever i try and edit something nothing happens. Nothing at all when the edit button is clicked. When the plus symbol is added to add a new element the entire page just goes white. ??

Hey – please open a ticket in regards with your admin credentials so I can take a look themenectar.ticksy.com/

Hi, very nice theme. I am trying to figure out how to have a split row that has 2 bg colors, that extend to the edges. If I add a bg color to one of the cols, of course it is constrained by it’s padding, or the edge of the column. There is an example of this here: http://themenectar.com/demo/salient-ascend/about/about-me-extended/ where the red and green carousels are side by side. Thanks.

Hey,

you need to use the full width content row type – this will allow for the look you’re trying to achieve

Cheers

Hello, I’m currently on version 5.0 and when I tried updating to the most recent version my entire site went haywire. I’m not sure what I need to do to actually be able to update to the newest version and still have my site functional. Thanks

Hey,

You need to install and activate the Salient visual composer plugin – you can find it in the appearance > install plugins tab of your admin panel after updating

Cheers

Hello,

I am making a digital vendor marketplace and I am planning to purchase Salient. I have a few question before purchase, please help me

1. I am planning to use dokan for multivendor function. Do you do dokan integration and customization like removing small vendors functions (like vendors cannot create a sale product,etc).

2. I want my product thumbnails to be in horizontal rectangle (scale image of 1160*772 px). How can I do that? I think just mere adjustment in woocommerce display settings wouldn’t do the job.

3. In single product page, I would like to have a huge product image ( 3/4 columns) and the other info for the rest 1/4 column. Bellow these I need description and review. How can I do this ?

4. I will be selling only digital products, so I don’t want product quantity adding function on product page. How can I do this?

5. Can I add choose button styles on product page?

6. Can I have a header background image ?

7. Can i have a background pattern?

Waiting for your reply

Thank you Dheeraj

Hello,

there is this line between 2 rows on my product page. I don’t know what is responsible for it and I am am not able to remove it. It appears on my single product pages like http://www.designmont.com/product/angel-lightroom-presets/ or http://www.designmont.com/product/lovely-color-lightroom-presets/ (see ant the end)

screenshots: http://i.imgur.com/8Sh2H9C.jpg

This is the product page edit text file (VC) https://www.dropbox.com/s/gqcmczn869evm4u/angel%20LM%20presets.rtf?dl=0

Please help me

Hey again

1.

.woocommerce .single-product-summary {
   width: 50%!important;
}

.woocommerce .span_5 {
  width: 47%!important;
}

2.

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 31.45%;
}
.woocommerce ul.products li:nth-child(3n+3) {
 margin-right: 0!important;
}
.woocommerce ul.products li.product.last {
  margin-right: 2%!important;
}
html .woocommerce-page ul.products li.first.classic {
    clear: none!important;
}

3.

.pp_description {
   display: none!important;
}

4. This would require custom modding to the prettyphoto script

5.

span.count {
   display: none!important;
}

6. I’m not seeing that plugin active currently

7. Please open a ticket in regards https://themenectar.ticksy.com/

1) ?I wanted a 3 column shop page. So I added your css code

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 31.45%;
}
.woocommerce ul.products li:nth-child(3n+3) {
 margin-right: 0!important;
}
.woocommerce ul.products li.product.last {
  margin-right: 2%!important;
}
html .woocommerce-page ul.products li.first.classic {
    clear: none!important;
} 

just like you said but the last product seems to be appearing in the next row. before: http://s23.postimg.org/ihl1h5qjv/screencapture_www_designmont_com_shop_1444497506.png? after: http://s12.postimg.org/88jiidp3x/screencapture_www_designmont_com_shop_1444497690.png?

url: http://www.designmont.com/shop/?

Please help me fix it.

2) I wanted to have a bigger product image. I used your code
.woocommerce .single-product-summary {
   width: 50%!important;
}

.woocommerce .span_5 {
  width: 47%!important;
} 
just like you said. I works on a pc but this results a product page that doesn’t look good on a mobile. I wanted the mobile page to look the same way it was.

url: http://www.designmont.com/product/lovely-color-lightroom-presets/?

before: http://s30.postimg.org/6gjaigb1d/dheer2.jpg?

after: http://s14.postimg.org/lg1oadj4h/dheer1.jpg?

I wanted to make it appear just the way it used to look on a mobile

3) I wanted a bigger add to cart button on my product page. So I used the code

.woocommerce-page div button[type="submit"].single_add_to_cart_button {
    font-family: 'OpenSansbold';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 20px 45px!important;
    transition: all 0.2s linear;
}
My current button color looks black #333333? and hover color is #ec7a5c (accent color which I set in theme options) . I want to change the color from black to #ec7a5c (or any other color which I can edit)? and hover color to something like a light red (or any other color which I can edit?). How can I do it?

4) I really need my lightbox image to be bigger. I would like to have the lightbox view almost fullscreen (but not completely fullscreen). It is very important for my customers to see a high resolution image in fullscreen. My product page image and the light box image are almost of the same size which would be a waste.? I used many free lightbox plugins. Some didn’t give a fullscreen image and the rest didn’t even give a lightbox.

Is there any way I can do that?? Please help

Thank you very much

Dheeraj

I have used your theme quite a few times and recently came across something that all of my sites using your theme have problems with (though it is more likely a wordpress thing) and that is the occasional website blocker (my wife’s work and the local air force base have blockers set up) won’t load any of the Salient sites I have. I realize blockers can be picky but the air force one did mention that if there wasn’t meta data to tell the blocker what the site was it just blocks it. I did some reasearch and found wordpress doesn’t add meta data, so I added my own into the header.php file which in theory would span all the pages but the sites are still blocked.

Any ideas on ways to give these blockers a clear message that the site is clean and appropriate? They are just shopping sites, nothing bad, violent or dirty.

Thanks for your time!

Hey,

Have you verified that it only occurs when Salient is active? Also if you could let me know the name of some of the blockers you’ve replicated this on I’d be glad to look more into it :)

Cheers

hey! How can i change the size between the columns on my megamenu?

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

body header#top nav > ul > li.megamenu > ul > li {
    width: 13.33%!important;
}

thx! So if i want to change it at my will, i just change the percent number?

Awesome theme dude. Just 1 thing. I have an issue where my Dark header (image) logo isnt updating to the newer one I uploaded—my website is still displaying the old one. How do I fix this? Thanks

Hey – could you kindly share the URL so I can take a look?

Cheers

Hello,

How can I make the text of the nectar shortcode button larger? Thanks!

Thanks so much!

Thank you so much!

You’re welcome :)

Hi! if I were to migrate this over through FTP, which file or files would the Theme Options live?

Hey,

You can actually export the theme options from your Salient options panel > import/export tab and them import them into your new setup

Cheers

...

yep.

btw: great work!

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