Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,212 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hello,

Im looking to purchase your theme but have a quick question. I have multiple photos for an event and am wondering if your theme includes a gallery viewer, i cant seem to find it on your demo.

Thanks in advance, and btw awesome theme

Andrew

Hey Andrew, there is indeed a gallery element which will allow you to upload as many images as you need on one page and optionally allow them to open a lightbox gallery on click. The gallery under the slider on this page was actually created using that element http://themenectar.com/demo/salient-frostwave/portfolio-fullwidth-style-three/

The gallery element also offers a bunch of styles to choose from :)

Cheers

Perfect, thanks for the prompt response.

Also, is there a setting in Salient which will allow for a one page design?

You’re welcome :)

If you’re looking for a single page design you’d just need to use anchor links and a plugin like this: http://wordpress.org/plugins/page-scroll-to-id/ to handle the animated scrolling.

Cheers!

I want to upgrade my Salient theme but I don’t find the option to delete the current version

Hey CecilioLanz, if you’re not using FTP to delete the old folder you just need to deactivate the theme in your admin panel (by activating any other) in order to be able to delete it.

Cheers :)

Hello Nectar. 1. Regarding the button styles, is there a way to turn off the opacity that appears before hovering on the button. 2. Is there a way to have a flat button style. It seems like there is some sort of bottom border on the buttons. 3. Any ETA yet on the next update? Thank you as always!!!

Hey joe8,

1. Add this into the Custom CSS box located in your Salient Options panel:
 .nectar-button {
   opacity: 1!important;
}

2. And this:

 
.nectar-button {
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
 -moz-box-shadow: none!important;
}

3. Probably a week and a half :)

Cheers

Good morning, loving the theme, its already boosted the value of my business and I’m just getting started. So, thanks!

I would like to add, sidebar ads to my blog page, because we’re gonna be getting a lot of sponsors for our content, and would like to have real estate dedicated to those sponsors. Is that simply a widget download, or would I need to write new code for it?

Hey tommybunnz, that’s great to hear!

If you’re already using a sidebar blog layout you can simply just add the ads through widgets – if you would like extra control over how and when your ads are display (by certain pages or other conditions) check out this: http://wordpress.org/plugins/widget-logic/

Cheers :)

Its possible to have a shortcode to add a link in a box like a home portfolio link (with title, short description and overlay color).

Thx

Hey brafxs,

The only way to add this kind of an element would be through the portfolio itself or the page builder gallery element.

Cheers!

Hello “ThemeNectar”, we have a Problem with the NectarSlider -only in Firefox at one Site. —> always at the last SliderPicture the picture is not shown (black) and it immediately is there if you change the size of the browser. Other Browsers display it correct. http://nicolehinds.de meanwhile done: – newest theme, newest firefox, different slider deleted and new one´s inserted, changed evereything inside the slider. Thanks for answer in advance. Markus “rollofritz”

Hey rollofritz! Does this also occur if you have the slider loop option active?

Thanks, thats it. There ar so much options everywhere… Just wondering that it worked on other sites (bought under artdes_md) Thx m.

Perhaps it also is a combination of the ext. responsive option being active with the boxed mode – I’ve noted to look into this :)

Hi ThemeNectar, Great work- really having a blast using it and figuring things out thus far.

I’ve used search for the last hour, but to no avail, so let me ask…

What is the proper use of the blog shortcode? I ask because I created a blog page using the shortcode, and then tweaked the layout a bit using the columns layout options to create a narrower blog that was to my liking (if that makes sense). However, once I go into Settings > Reading and assign that newly created page as my “Posts” page, all my shortcode formatting is wiped away and replaced the layout that is set in the Blog Options setting. In other words, the blog shortcode has no effect on the actual blog page, so where/how would one properly use the shortcode? (Sorry, I am sure this is a silly question – I’m quite new to this).

Thank you greatly, and again, awesome theme!

Hey staytooned!

The blog shortcode will essentially do the same thing as the posts page – but it’s a lot more flexible in the sense that you can control where it lives on a page where as the posts page will always display at the top (which means you wouldn’t be able to place a slider above it for example). When you’re using the shortcode to display your posts there’s no reason to set that same page as the posts page – if you don’t need to set the posts page and would prefer using the shortcode you can just leave it unassigned. It’s still a good idea to configure your blog layout to be the same as your shortcode in the Salient options panel so that blog archive pages such as category pages, author pages, tag pages etc will still look the same :)

Cheers

Hi ThemeNectar, Thanks for the neat, sleek theme first of all. I just have 2 questions for fixing my personal design portfolio display.

1. I’m currently using 4-column portfolio page. Rather than the recent projects footer, I want ALL thumbnails of my projects placed below each of project pages, possibly in 3 or 4 columns. (But overall, left-aligned and slightly smaller than the layout of main portfolio page.) I want my visitors can freely explore any of my projects without causing any confusion, and needless to scroll up or go back to the main portfolio page every time.

Such as this guy did: http://www.danielbrokstad.com/portfolio/notum/

2. I’m currently using “Meta on hover + entire thumb link” option for my main portfolio page thumbnails. I want to place the name of each project category corresponding to that project, instead of creation date. But looks like they are constrained to Title + Date only. So I hope you can show how to display Title + categories. (Most of my projects involve 2 or 3 categories. I would like to have them all displayed on each thumbnail)

Unfortunately I have zero knowledge regarding with code. So I apologise, however it would be really appreciated if you could instruct me with details. Just in case, here’s my current thumbnail page http://hocheoly.com/

Regards

Hey YHC!

1. Are you looking for an automatic way to place the portfolio element inside of your projects? If you just add it at the bottom of your extra content editor in each project it should work – but if you have a URL showing any issues with it just let me know :)

2. This would indeed require some custom coding but if you could live with just using the “Project Excerpt” input (located in the project configuration box) available for every project, you could manually add the categories in or any other text you want to display on the thumbnails :)

Cheers

Thank you Nectar. I just noticed that everything was already there…

Just have one more problem with thumbnail. When I chose “Meta on hover + entire thumb link” for project style, my descriptions got disappeared. How should I fix that to display excerpt like other project style options?

I also hope to remove the ”+” symbol on the left bottom of each thumbnail. Many thanks.

You’re welcome!

1. Thanks for pointing that out – for now instead of using the portfolio page template just use the portfolio page builder element (in the visual composer tab) and this shouldn’t happen.

2. Add this into the custom css box in your Salient options panel to remove the +

.col .work-item.style-2 i {
  display: none!important;
}

Cheers :)

Hi Nectar.

How to change the background colour of the toggle-boxes on a specific page?

Hey Peter,

Add this into the custom css box available in each page (in the visual composer view top hand right hand side)

body .toggle > div {
  background-color: #000!important;
}

Cheers :)

It did not change the front of the toggle-box background, but you have helped me so much throughout my WP introduction that I have learned to help myself :0) Got it solved.

Really glad to hear you sorted it! :)

Interestingly, like user pimmyten 5 or so posts up I can’t see the check mark to make a Gallery attached to a portfolio show instead of feature image. In older versions in Project Configuration it used to say “Gallery Slider – This will turn all default WordPress galleries attached to this post into a simple slider.” But it’s not there in Version 4.0.3 I am running now – WTF :)

Hey sb77, please see my response to pimmyten in regards :)

alrighty then. I except your answer :) thanks :)

You’re welcome :)

Quick question, I uploaded both a retina logo and normal logo, am i suppose to have both? when I scroll the page both logos appear and stay on the page

Hey swizenfeld! You just need to update to Salient 4.0.3 to clear this issue (wp 3.9 caused it with older Salient releases)

Cheers!

Hey check out this page… wowza! Very inspiring for Salient possibilities…

http://aquatilis.tv

Hey Frominfinity! Very inspiring indeed :)

Hi ThemeNectar!

I’ve got a question for ya! I’ve added icons (“facebook”, “twitter”, “pinterest”) to my contact page via shortcode generator. I want the icon size to be “small circle”, but would love if they had a hover effect (much like the social icons in the footer, for example). Is there a way to do this?

Thanks in advance!

Hey StudioChalk!

This would require some custom css development – here’s a start to add into your Custom CSS box located in your Salient Options panel:

 
body [class^="icon-"].icon-normal:hover, body [class*=" icon-"].icon-normal:hover {
   background-color: #000!important;
}

Cheers :)

Thanks – it worked!

You’re welcome :)

Hi, Does it has a 404 error page ? hanks a lot

Stupid pre-purchase question (forgive my ignorance).

Presumably it’s possible to have a full width video instead of the slider on the landing page?

And not just a short ‘moving wall paper’ video but a narrative piece?

Again apologies for what I’m sure is ab obvious question but even though I really love the look of this theme I need to know it’s fit for my purpose before parting with the cash.

Many thanks for your understanding.

Hey again, sorry that I wasn’t able to answer sooner – in regards to centering the video, did you set the text align to center on the row holding the video? Also, I can’t see what you mean when you say “there are some pictures of cats in the gallery” – can you elaborate a little on that? If you wanna pass admin access just add it to your ticket if it’s not already and let me know your ticket ID :)

Cheers

Let’s continue this conversation in Ticket land… #209281

Sure thing :)

Hi, I can’t seem to find the ‘gallery’ option in the salient options when trying to fill in a portfolio post, is this feature gone due a wordpress update or have I forgotten a plugin? (I haven’t used this theme in 7 months and now lot’s has changed it seems) Any help please?

Thanks Pim

Hey Pim!

That option was removed since it is now obsolete – the image gallery element in the page builder offers the same display as that plus a ton of other options and the flexibility to move it where you need in the page rather than being forced to keep it at the top. To access the element simply click the Visual Composer button and you’ll see it listed in the available elements :)

Yeah I figured it out, sorry for the trouble. Didn’t notice the little ‘visual composer’ button, haven’t been active in wordpress for quite some time. Brilliant work on that btw, love it!

No worries! :)

Cheers

Pls check the social blog next to the contact-form. I set the width and height on the image to “20” but it returns the full image.

The text with icon did obviously not work inside the boxed frame, so I tried to achieve what I wanted a different way.

Can you help me out on both issues pls?

Pls see following link: http://kommunekommunikation.dk/kontakt-kommunekommunikation/

Hey!

Add this into the Custom CSS box located in your Salient Options panel to solve the text with icon issue:

 body .col.boxed img, .wpb_column.boxed img {
  padding: 0!important;
}

Also, If you don’t want your images to be responsive and ave a fixed width/height you’d have to either add a class to them which you can set the dimensions through css or remove this from the style.css

.row .col img {
    height: auto;
    margin-bottom: 15px;
    max-width: 100%;
    width: auto;
}

Cheers

Hi Theme Nectar :)

I have a question related to responsiveness. we have a few problems with it on the site. Could you respond on the forum? Thank you for your help

Martyna

Sounds good :)

Cheers

Hi Theme Nectar

Thank you for your answer. I removed one strong tag, it was on the top of the page, but the white spece below the grey bar with a link to the shop ( on the bottom of the page remains.

I am wondering what to do to remove it?

There is no strong tag within the text tab for this page, however, when I remove all the code written for the page, and leave the grey bar with a link to the shop, the grey bar acts correctly. Without the white space below it.

Could you please have a look on the ticket on the forum, and let me know?

Many thanks, Martyna

Just responded :)

Hello ThemeNectar,

Question for you again, is there a way to align the BOOK NOW button with the rest of the tabs in the header, either move the button up a little or bring the rest of the tabs down a little, it looks a little awkward. Also when viewing it on mobile (iPhone) the BOOK NOW button is not centred, is it possible to have it centred?

My business website is www.maidsinBLUE.com

Thanks a lot!

Ryaz

Hey Ryaz!

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

header#top nav > ul > li:not(.menu-item-object-project-attributes) {
    margin-top: 6px;
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
   #mobile-menu ul li a.nectar-button {
       display: inline-block!important;
   }  
   header#top nav > ul > li.menu-item-object-project-attributes {
      text-align: center!important;
   }
}

Cheers :)

Thank you very much, tested & it works!

You’re very welcome! :)

Aloha Nectar, That transparent header is cool! It was really frustrating for me to figure out how to make it work though. I finally discovered that it wasn’t working because I was using a child theme. For some reason it won’t work with my child theme. Any ideas of what I should do? Thanks, Tony

Hey powerhound! Do you have a header.php in your child theme? If so then you most likely just need to update that file to have the structure of Salient 4.0’s header.php to support the new feature :)

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