Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,255 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38442 comments found.

Hi, if this code changes the colour of a small line

.divider-small-border { border-bottom: 3px solid #FF0000!important; }

what do you change for it to be a full width line?

thanks

don’t worry, figured it, lol

Hey emlynscott, glad to hear you got it :)

Hi again ThemeNectar!

Recently added a Marker Image to my Google Maps in the Contact page -https://cantedpictures.com/contact/ – however, the page is no longer loading securely, thus being blocked by Chrome.

Do you have any idea how I can secure the webpage while loading via HTTPS so that the map loads correctly?

Thanks again!

Hey cantedpictures!

Open the map.js file located in the js folder and change this line to use https

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

Cheers

SOMTHING FUNNY IS (oops caps) is happening with Safari and the home page scroll on Boxed layout

See screen shot here: https://www.dropbox.com/s/smxwxk3r03rbm5s/Screenshot%202014-08-06%2019.08.47.png

It seems there’s a password set on the page currently

oh, sorry. password protect has been disabled

Try adding this into your custom css box located in your Salient Options panel:

body #boxed #featured {
    width: 100% !important;
}

Hey ThemeNectar!

Quick question: How do you have it so the Toggles are all closed when the page loads? At the moment one of the toggles are open, but I’d rather have the user open what they want.

Thanks again!

Hey cantedpictures!

Edit the toggle element and turn off the option for “Allow collapsible all” :)

Cheers

Hi, I’m having an issue with the nectar slider going full screen height. I have tried every variation of the slider options – full width, full height, flexible height, etc. but there is still a white gap across the bottom. Any suggestions? http://temp.materasonpark.com/

Hey da035, somehow I’m seeing multiple nectar sliders in the markup – can you please open a ticket in regards so I can inspect this further? http://themenectar.ticksy.com/

When using Text with Icon Is there a way to set the size of the icon (or image) when using an image?

Hey nancy1of1,

Add this into the custom css box:

.iwithtext .iwt-icon img {
   width: 55px!important;
}
.iwithtext .iwt-text {
   padding-left: 75px!important;
}

perfect! thank you

You’re welcome :)

Hi there, Is there a way of not showing the share count? And if later on I decide to show it (when we get more shares), will it display the count correctly? Thanks, Cheers.

Anyway you can share the page URL so I can see why that didn’t work for it?

This is one of the pages where we have the share count, as you can see, G+ and hearts are still showing the count. http://iboard1.com/products/iboard9000series/

Try changing the snippet to:

.nectar-sharing span, .nectar-sharing-alt span, .nectar-social .nectar-love .nectar-love-count {
    display: none !important;
}

Hi!

I am planning to buy the theme, but I have not much idea to modify the theme. You think it’s easy to modify? :S

Thanks!

Hey marqina!

You can check out the video tutorials prior to buying to see the process of building with Salient :) https://www.youtube.com/watch?v=N4mt0lOJ888

Cheers

It seems like the AJAX transition makes Nectar video slider pages not load when transitioning back to that page

Did you verify that this effected multiple browsers before you removed it?

Yes, I did. Disabling the CDN fixed the issue but I need the CDN more than the video background. It would be ideal to have both though!

Thanks for th updated info – I’ll try and see what can be done :)

Another issue has arisen. The ‘page up’ arrow has disappeared and is now just a box. The same applies to the footer social media icons and the navicon on the mobile site. Can you help?

I can’t launch the site until these are fixed.

Thanks in advance

Thanks!

It looks like there’s a conflict with the “stagtools” plugin you have active.

Spot on! Our fault entirely. Thanks again, great support ;)

You’re very welcome :)

Hey,

Once again, great theme! Loved by everyone who sees it. That being said, had a quick question on adding galleries to tabbed sections.

When I have one image grid gallery everything works fine, but when I have multiple tabs, each with an image grid gallery in it, none of the content loads and I have to click a tab to activate the galleries (as if none of the tabs are selected on load).

Any idea what this may be?

Thanks!

Interesting, is there anyway you can get the ticket ID? If you can’t log back in we can do this through email though :)

For some reason I couldn’t find the old ticket # so I resubmitted: #264742

Thanks, I’ll be with you as soon as I can :)

Hey guys, is it possible to change the color of the entire site, not just the outer boundary. I know I can make the site boxed or wide but I was just wondering if there was a way to change the entire background from white to another solid color.

Hey my friend I followed the code with a color of black but no luck, I must be doing something wrong, could you right it with the color black in the code so I can just copy and paste, Thank you

Nevermind my friend I figured it out, thank you.

Hi guys, i’d really like the blogs on the homepage to be laid out like the portfolio items here http://themenectar.com/demo/salient-ascend/

Is that possible? Can’t seem to work it out???

Thanks

Hey Eastworks,

The actual blog or recent post elements can only be displayed in the actual blog styles available if you want the posts to be generated automatically. The ascend demo homepage shows some featured posts in a portfolio element in which the projects that serve as the posts are using an external link option that leads to the post.

That was the conclusion i had come to. Thanks for getting back quickly

You’re welcome :)

Hi!

Few quick questions:

1. Are you aware that any minify settings turned on (from W3 total cache or other CDN services) results in the site breaking? Is this theme related? Every time minify is turned on it breaks the theme. Is there a fix for this?

2. Is it possible to add a class to a button so that it only shows on computers and not on mobile devices? For example, I want to add specific buttons around my site which do not show on mobile devices. Is this possible?

Thanks :)

Hey! 1. Try adding !important

@media only screen and (max-width: 1000px)  {
  .mobile-hidden {
    display: none!important;
   }
}
2. Use this instead:
.container-wrap .wpcf7 input[type="text"], .container-wrap .wpcf7 textarea, .container-wrap .wpcf7 input[type="email"], .container-wrap .wpcf7 input[type="password"], .container-wrap .wpcf7 input[type="tel"], .container-wrap .wpcf7 input[type="url"], .container-wrap .wpcf7 input[type="search"], .container-wrap .wpcf7 input[type="date"] {
    background-color: transparent!important;
    border: 1px solid #ccc!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    font-size: 16px!important;
    -o-box-shadow: none!important;
    padding: 16px!important;
}

Perfect, thanks!

Can you please quickly provide me the css code to hide the entire footer when a user is logged in?

Appreciate it.

Here you go :)

.logged-in #footer-outer {
   display: none!important;
}

Hi, Thanks for all your hard work on developing the theme. I noticed every time im trying to install woocommerce all the content from my pages disappear from my site. Did you hear about this problem before ? Is there an easy fix ?

Hey!

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

#page-header-bg h1 {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    display: inline;
    left: 10px;
    line-height: 45px;
    padding: 4px 0!important;
    font-family: 'OpenSansLight'!important;
    font-size: 24px!important;
    position: relative;
}

perfect ! Thanks a lot for your help !

You’re welcome :)

hi! i’d like to know if it’s possible to remove these items from my layout:

- the searchbox icon from top menu.

- the black square with a ”+” icon on bottom left corner of thumbnails on “Meta on hover” Project Style.

Also, i’ve got a problem with a header and portfolio page when i disable the Sortable Bar that stays over the portfolio grid: A grey gap shows between them, and the last row of the portfolio images is partially hidden behind the footer.

Any help would be great, thanks!

it worked, thanks! 32 is the sweet spot.. 40 still shows some of that gap. :)

i have one more question though: is it possible to change the maximum width of the content inside the boxed page? right now apparently it goes a little above 1200px (that is the width of the images i’ll upload), but i wanted everything to stop at 1200px (also the content in the header/footer if possible), so it all stays in the same grid..

thanks!

urgh, it didn’t work completely, actually.. if you check my portfolio page again, you’ll see that the projects on the right side are being cropped now.. (the number 5 on my image was supposed to be showing completely)

Hey again!

The portfolio items are clipped slightly by around 4px on the sides to ensure no mysterious white gaps that appear when using isotope sometimes on various screens. To minimize this, add this into the custom css box located in your Salient Options panel:

html body .portfolio-items[data-col-num="elastic"] .col img {
    max-width: 100% !important;
}

Hi, :) I’d like to darken the ‘Dark’ text color. I tried:

html body, html body p, body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #222;
}

..Yet that affected the Nectar Slide Caption as well. How could I leave the Nectar Slide Caption unaffected (and/or affect it separately)?

Thanks in advance. :)

Try adding this in as well:

.testimonial_slider blockquote p {
  color: #fff!important;
}

Excellent, thank you. :)

You’re welcome :)

thanks for the help with my earlier question. Could you help with the css styling for the cart buttons (they are currently using the accent colours and have a yellow background with white writing ontop) by cart buttons i mean the basket icon at the top of your screen when you mouse over its shows view cart and checkout.

the colours i would like to use are button background #333333 – Copy#ffffff mouse over – background: #ffff00 – Copy #333333

Thanks in advance :)

Hey DNDS,

Use this in the custom css box located in your Salient Options panel: :)
html body #header-outer .widget_shopping_cart a.button {
   background-color: #333333!important;
   color: #fff !important;
}
html body #header-outer .widget_shopping_cart a.button:hover {
   background-color: #ffff00!important;
   color: #333333!important;
}

Cheers

Hi, :) I’ll be updating a WordPress theme first time ever, and I’d need some assistance. I’ll be updating from the all-mighty Salient 4.5 to Salient 4.5.1, and I’d like to use the new Ascend skin. How could I do it? Do I need FTP, and if I do, what files do I have to replace? And what is the child theme BTW? It’s a new concept to me.

(Naturally I don’t want to loose my site’s content. That’s why I exported all my site’s content to a XML file.)

Thank you for developing this awesome theme! I wish you a pleasant day. :)

Thanks!

If you upload the dummy data file no pages will get imported that already exist in your setup – so if you’re still using the dummy data with page names like “Home – Landing Page” those pages simply won’t import and your current ones will remain intact :)

Super, thanks. :)

You’re welcome :)

Hi, SALIENT is the best theme ever!! Now i got some problem here… I want to make a small dialog window pop out on the first layer when loading in a particular page. How can i use jQuery UI do do that? Which place that i can add the code?

Thanks saggimo! :)

The only way you could do this from built in theme specific functions is through prettyphoto with an iframe link like this:
<a href="http://envatomarketplaces.com/?iframe=true" class="pp">Link</a>

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