Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,191 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38437 comments found.

Can you add extra social media accounts? For instance: flickr?

Hey again,

you would need to add them into the footer.php/header.php files into the social list – i’ve noted to add flickr for the next release though :)

Cheers

Hello, incredible nice theme (best I’ve seen). Is there an option to have a blank page? I would like to have a page without the header, footer and the menu to design a coming soon page…

Thanks TheWhiteHoward!

Right now you’d need to create a page template for that or simply use css on the page you wish to hide that on:

 #header-outer, #header-space, #footer-outer {
  display: none!important;
}

Cheers

Hey, I’m trying to transfer ownership to the client I used this theme for (which is great btw) How can I go about doing that?

Thanks MonkfishMedia,

as long as you provide them with your purchase code they will be able to get support on ticksy – there’s not to much else to do. If they post on here on a different account they won’t have the “purchased” badge, but you can just let them know to mention the situation and it’ll be ok :)

Cheers

Is it possible to change the pulsing cover down arrow to an image or better still an icon of some description (I’m after a computer mouse)

Rich

Hey Rich, search for “slider-down-arrow” in the functions.php to mod it :)

Hey bud, If I want to put this function in my child functions page what block of code do I start and finish from that includes:

                                if(!empty($down_arrow) && $down_arrow == 'on') { $slider .=  '<a href="#" class="slider-down-arrow"><i class="icon-salient-down-arrow icon-default-style"> <span class="ie-fix" /> </i></a>'; }  

Hi Nectar. I have the snippet for changing the line-height of H1 etc. But what would I call the BODY font (broad text) and the Testimonal font? If I wanted to change the line-height global?

page-header-bg .subheader {

font-family: Cutive Mono !important; font-size: 30px!important; line-height: 30px; }

Hey Peter,

 html body {
  line-height: 30px;
}

.testimonial_slider blockquote, .testimonial_slider blockquote span {
  line-height: 30px!important;
}
Cheers

Hi. I cant find it in the forum: What is the search-box font called? I mean – code-wise? I cant search for it bcos its java or something… I wanted to change the font type.

Also, I get the search result with 2 way different fonts. Is there an option to make these alike? Pls look at this link:

http://kommunekommunikation.dk/?s=virker+dette%3F

Sorry slight typo:

 html .search .row .col.section-title h1, body .row .col.section-title span {
  font-family: 'OpenSansSemibold' !important;
    font-size: 28px !important;
    letter-spacing: -1px !important;
    line-height: 42px !important;
}

See? thats why I love u!

The new home-multi-layer-parallax is amazing! Can I migrate it with the netcar slider? How? Thanks

Hey Anatal! It might makes its way into an option for the Nectar Slider, but as of now it would require custom development.

Cheers

I have a custom errors page that was working perfectly until I added the functions.php file in the child theme, i’m getting this error now:

Warning: Cannot modify header information - headers already sent by (output started at /home/webteamc/public_html/wp-content/themes/salient_child/functions.php:1) in /home/webteamc/public_html/wp-includes/pluggable.php on line 1121

on this page:

http://www.webteam.cornwall.nhs.uk/errors

Any ideas please as to how I can fix this?

Cheers Rich

thank you :-)

You’re welcome :)

Not sure if you got to it yet but could you look 4 posts below this and see if you can help me please? :-)

Hi there,

Is there a quick code snippet I can add to the custom css box which allows me to change the font (to lovelo) and font size of the accordion section headings? I would also like +2px spacing (like shown on your about us – extended demo’)

Thanks again.

Hi there,

Appreciate that. There is a slight issue however.

When I put the first code into the custom css the word ‘lovelo’ stays white (does not turn blue) – and I think this means it has not registered?

The code has changed the size letter spacing but the font is not lovelo. Does the code need a slight adjustment?

Got it working, added:

!important

Cheers!

Glad to hear :)

Cheers

Hey,

I love the theme! Maybe I’m missing it, but I cannot find any info on the Snowy Theme looped video in the Dummy Data section. Can you provide additional info?

Thanks! Ryan

Hey Ryan! The dummy data section in the user guide pdf included with your download does list the source – however the video used was edited to include the snow in so that aspect of it won’t be in the original stock video.

Howdy,

First off, love the theme! Basic and advanced editing has been fairly straightforward and everything looks great out of the box.

I took a week or two off from working on my company’s home page and when I came back, the portfolio and testimonial sections no longer worked. The portfolio only shows the loading circle and the testimonial slider doesn’t load at all. I’ve done a few hours of troubleshooting to no avail. I’ve tried the following with no luck-

-Checked each html tag and shortcode to make sure it has a correct opening and closing tag -Deleted sections of the page at a time to try and isolate any problems -Creating new pages that only have a porfolio or testimonial slider

I prefer to solve stuff on my own but am at a total loss here. Any suggestions?

You can see the main page at- http://wpdev.theshirtlab.com/

The parallax full width image background with the green tint is supposed to have the testimonial and just below that is the portfolio shortcode.

Let me know if there’s any other info I can provide that may help. My email is on the web page if that’s easier.

Thanks much!

Please disregard my comment. I updated the theme (from 4.0.2 to 4.1.1) and it works fine now. Woohoo!

Hey theshirtlab, good to hear! :)

Hello. ThemeNectar. are there any alternate ways to watch tutorial video instead of youtube?

we are in China, where blocking youtube.com

let me know please.

Hey nitebkim! Currently they’re not hosted anywhere else, but i’ll try and upload them on my server as well to provide a link :)

Cheers

hi, just wondering what are the exact or best size for the top header logo?

thank you

Chris L

Hey Chris, the size is up to you – just make sure to set the logo height equal to the size you’re uploading it at :) (The demo has 30 set for that)

Cheers

Hi, when we use transparency, we need the secondary menu to load nicer and more clean, like when you have only the main menu.

Now its not loading very nice with both menus with transparency.

Hey mzuker, Open up your init.js file located in the js folder and add this in after the first line:

$(window).scroll(transparentSecondary);
transparentSecondary();
function transparentSecondary(){

  if($(window).scrollTop() == 0) {
    $('#header-secondary-outer').css({
        'background-color':'transparent',
        'border-color' : 'rgba(255,255,255,0.2)'
    });
    $('#header-secondary-outer nav > ul > li > a').css({
        'border-color' : 'rgba(255,255,255,0.2)',
        'color' : '#fff'
    });
  }
  else {
    $('#header-secondary-outer').css({
        'background-color':'#f5f5f5',
        'border-color' : 'rgba(0,0,0,0.1)'
    });
    $('#header-secondary-outer nav > ul > li > a').css({
        'border-color' : 'rgba(0,0,0,0.1)',
        'color' : '#777'
    });
  }

}
http://goo.gl/aDY9R9 still is not looking very nice, the secondary menu load a dark blue color when the site is loading. Also, when you scroll the page down and then go back again, the transition color of the menu is not changing back at the same time.

Hey again – it’s true that it’s not perfect, but it’s a great start to build on top of :)

(this will probably be offered as a theme option down the road)

Hi Nectar. Great Theme.

I need a little help customizing your theme for a travel agency. I am going to use the portfolio for promotions and I want to know if I could display “Recent Projects” as a slider, showing one image per time. Here http://intergatur.com/vuelos I have two by default. Also, how can I disable the meta information?

Thank you!

Hey juanfra93,

Add this into the custom css box in your salient options panel to remove the meta:

.carousel.portfolio-items .col .work-meta {
  display: none!important;
}

To change that into one column you’d need to modify the init.js file at the carousel initialize section :)

Cheers

Hi Nectar. I really tried hard to solve this myself. But I simply cant find out what font (h1-h5) is used for blockquote, or if its hardcoded and need to be fixed using CSS?

Try changing the selector to

 body blockquote 

It worked thanks!

You’re welcome :)

Hey Theme Nectar :)

I would like to change the google map that shows up in colour on contact page, into grey, black and white, just like here: http://functionals.eu/contact

I noticed an option on “Salient” contact page settings: “Greyscale Color Toggle a greyscale color scheme (will also unlock a custom color option)”

I ticked it, but the map on our contact page dissapeared. I also chose an additional colour, for dark grey, but the map is still missing.

What am I doing wrong?

Thank you :) Martyna

Hey Martyna,

Can you kindly open a ticket in regards since there’s no known issue with this feature?

Cheers!

Hey Thank you :) I will

Would you consider posting the changes / updates / improvements in regards to your latest theme version either on here or on your Facebook page, as it would be great to know what has been improved and any new features. You’re a great theme developer and thank you for your nice customer service. It’s nice interacting with a theme developer who is reliable and actually responds to people and with a legit command of the English language. You are appreciated :) P.S. Now what was added in the new version? LOL!

Thanks acmediaservices! The changelog actually gets updated everytime a new version rolls out :)

http://themenectar.com/changelogs/salient.html

If you like to substitute TAGS to your portfolio items, you’ll need to modify functions.php:

Function portfolio_register, line 1477:

Replace

'supports' => array('title', 'editor', 'thumbnail', 'comments', 'revisions')

With

'supports' => array('title', 'editor', 'thumbnail', 'comments', 'revisions'), 'taxonomies' => array('post_tag')

This will enable the standard WP tagging box so you’re able to bounce your stuff in.

Regards.

Hey formateins, thanks for the suggestion :)

Hey guys!

v4.1.1 has landed!

This is a minor bug fix release that takes care of all the initial quirks of 4.1 – Please check out the changelog here for a full list of fixes: http://themenectar.com/changelogs/salient.html

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