Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,241 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

I’m using a CDN and am having a problem with some of the icons used in the Salent slide and the menu idem. I must be missing a directory. Can you help? http://pcdn-36cb.kxcdn.com/

Hey,

This error is showing in the console:

Font from origin 'http://counselorapp.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://pcdn-36cb.kxcdn.com' is therefore not allowed access.

See this in regards to fixing it https://davidwalsh.name/cdn-fonts

Cheers

Hey Dudes! Salient is the theme I suggest to EVERYone now btw. :) So wee problem with a logo here; http://www.stephenpatience.photography/ on mob it disapears.. its a png with white writing so should show up on the black mob header. the size is weird though; 658×27 px so i take it its not resizing properly into the space?? am i missing something? what can i do to fix it?

thanks so much guys, you rock!!

d

Hey!

Make sure you have a logo uploaded to the retina logo option as well – i’m currently seeing that’s empty. If you previously had one, try reuploading it

Cheers

Hey there, the video on the home page, is there a way to mute the sound and for the user to be able to unmute it if they wish? Also, the video is rendering slowly….is it because the video is too big? Sharns http://www.sharneebennett.com/

Hey,

1. Unfortunately not as of now, the video BG simply serves as a design element, the video lightbox element can be used in conjunction with this to allow the user to start the actual video when desired

2. Yes it seems your video is over 100mb, videos used in the video BG should ideally be under 20mb. Have you tried to compress/shorten it?

How can I change my boxed columns to look the same as the ecommerce demo

http://themenectar.com/demo/salient-ecommerce/features/columns/

the default seems to have less shadow and seems like doesn’t get raised as high. Do I just need to change some CSS?

Hey – change your skin to ascend in the Salient options panel > general settings and also ensure you’re on Salient 7.0 +

I wanted the ascend boxed look but without turning the ascend skin on as I prefer some design elements of the original skin. So after doing some digging through the CSS I was able to figure it out. If anyone would like the ascend boxed mode style to work with the original skin here is the CSS to add to the custom CSS box in the Salient options panel

.col.boxed { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)!important; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)!important; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)!important; -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)!important; background-color: #fff!important; padding: 25px 15px 15px 15px!important; position: relative!important; -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear!important; -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear!important; transition: transform 0.2s linear, box-shadow 0.2s linear!important; top: 0!important; }

.col.boxed:hover { transform: translateY(-4px)!important; -webkit-transform: translateY(-4px)!important; box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13)!important; -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13)!important; -moz-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13)!important; -o-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13)!important; }

Hey, thanks for posting this for others :)

Cheers

Hi, is there a way to get a masonry portfolio view in a container (not fullscreen) – with no padding between each portfolio item? If i choose 3 or 4 column layout it automatically adds padding.

Hey,

Keep the full width masonry layout active on your portfolio element and then add this into the custom css box located in your Salient Options panel:

@media only screen and (min-width:1000px){
body div.portfolio-items[data-col-num="elastic"] {
    margin: 0 auto!important;
    width: 1000px!important;
    transform: none!important;
}
}

Cheers

For some reason today when I browse my website in Firefox I’m getting the following error messages in the web console and the font styles aren’t loading. Is this a firefox issue or a theme issue? It seems to be ok in the rest of the browsers i’ve tried?

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://fonts.gstatic.com/s/varelaround/v6/APH4jr0uSos5wiut5cpjrugdm0LZdjqr5-oayXSOefg.woff2. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). <unknown> Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://fonts.gstatic.com/s/hind/v5/PQuIEfcr_wdF_zOSNjqWKQ.woff2. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). <unknown> Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). <unknown> downloadable font: download failed (font-family: “Varela Round” style:normal weight:normal stretch:normal src index:2): bad URI or cross-site access not allowed source: http://fonts.gstatic.com/s/varelaround/v6/APH4jr0uSos5wiut5cpjrugdm0LZdjqr5-oayXSOefg.woff2 css:82:12 downloadable font: download failed (font-family: “Hind” style:normal weight:bold stretch:normal src index:2): bad URI or cross-site access not allowed source: http://fonts.gstatic.com/s/hind/v5/PQuIEfcr_wdF_zOSNjqWKQ.woff2 css:42:12 downloadable font: download failed (font-family: “Montserrat” style:normal weight:bold stretch:normal src index:1): bad URI or cross-site access not allowed source: http://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2 css:50:12

Ok I did everything from checking some of the prior articles you’d listed for the .htaccess and virtual host file but in the end it appears that the addon for firefox was the issue – the addon is called no script. I disabled that and everything started working again so something must have updated with Firefox and caused this addon to have a bug maybe.

Hey – thanks for noting, i’ve marked to look further into this plugin with FF

Cheers

Visual Composer makes a lot of upgrade and I want to stay current. I’ve written scripts to replace old VC’s with updated versions before the theme is upgraded. Is your “Salient visual composer” plugin different than the standard one? Currently you’re at 4.74 and VC is 5.11.1

Never mind; I tried it and it didn’t work. (I meant to say that VC is up to 4.11.1). In the process I updated the Salient VC to 4.10 which worked of course, but the regular VC plugin is not compatible

Hey,

The VC will be updated when the theme updates again

Cheers

How does one link to intra-page bookmarks with the top menu? I’m creating a single-page site and would like the top-menu to advance the viewer down the page.

Thanks,

Michael

Hey,

Please see this tutorial in regards :)

https://www.youtube.com/watch?v=Rj-NQ3YItlc

Cheers

Hi there! I’m trying to change the font of the “category buttons” both in the latest posts element (see on my home page) and in my single post page header. I’ve managed to target the category link in the meta-category class, but I can’t access the one over the title of the single post page. There must be a way to do that?

Hey,

You should be able to set this from the options panel > typography > nectar specific elements, but the css would be:

#footer-outer .widget h4, #sidebar h4, #call-to-action .container a, .uppercase, .nectar-button, body .widget_calendar table th, body #footer-outer #footer-widgets .col .widget_calendar table th, .swiper-slide .button a, header#top nav > ul > li.megamenu > ul > li > a, .carousel-heading h2, body .gform_wrapper .top_label .gfield_label, body .vc_pie_chart .wpb_pie_chart_heading, #infscr-loading div, #page-header-bg .author-section a, .ascend input[type="submit"], .ascend button[type="submit"], .widget h4, .text-on-hover-wrap .categories a, .text_on_hover.product .add_to_cart_button, .woocommerce-page div[data-project-style="text_on_hover"] .single_add_to_cart_button, .woocommerce div[data-project-style="text_on_hover"] .cart .quantity input.qty, .woocommerce-page #respond input#submit, .meta_overlaid article.post .post-header h2, .meta_overlaid article.post.quote .post-content h2, .meta_overlaid article.post.link .post-content h2, .meta_overlaid article.post.format-status .post-content h2, .meta_overlaid article .meta-author a, .pricing-column.highlight h3 .highlight-reason, .blog-recent[data-style="minimal"] .col > span, .masonry.classic_enhanced .posts-container article .meta-category a, .nectar-recent-posts-slider .container .strong, #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a, .single .heading-title[data-header-style="default_minimal"] .meta-category a, .nectar-fancy-box .link-text {
  font-family: 'Poppins'!important;
}

Cheers

Oh you’re right, I didn’t notice that it was listed in the Typography panel! Thanks for both :)

You’re welcome :)

Hi,

I’m having an issue with the visual composer. After saving the page, the content changes and some part of the content don’t show up in visual composer but if I change it to classic mode the content is there. How can I fix the issue?

Hey,

If you’ve already verified that no other plugins are causing this please open a ticket in regards with your admin credentials https://themenectar.ticksy.com

Cheers

Hello Again TM,

Can we have a script to massively increase the size of the right aligned 3 line button for Mobile Navigation?

Thank you!

Hey,

Please share your URL in regards so I can see your current settings :)

Cheers

No problem – shared via PM. Thank you – please let me know!

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

html body[data-is="minimal"] .icon-reorder:before {
    font-size: 50px!important;
}
body header#top .span_9 > .slide-out-widget-area-toggle i {
    width: 60px!important;

Cheers

Hi, I don’t know if this is a silly question, but where do I go to edit the footer content? I just can’t seem to find it. Thanks!

Hey!

You can edit that area in Appearence > Widgets in your admin panel :)

Cheers

Hi, I don’t know if this is a silly question, but where do I go to edit the footer content? I just can’t seem to find it. Thanks!

Hey!

You can edit that area in Appearence > Widgets in your admin panel :)

Cheers

Hi there! I am currently developing the Salient template for a product of ours. I am using some of the demo elements as inspiration, but I have reached a problem in reproducing a particular demo sample – https://www.esomar.org/uploads/public/library/images/miscellaneous/Demo_sample.JPG We would like to have this model for one of our pages – full width (with CTA button on left half) with active portfolio at the side (on right side). Could you advice how to make that? is that a nectar slider with portfolio on top? We have tried everything… Thank you!

Hey!

The way that setup exists in the demo is a full width content row with 3 columns inside (1/2 + 1/4 + 1/4). The left one has no BG set and only text while the other two have two team member elements stacked. I could provide the code you could paste into your text editor which would populate in VC for you to see as an example

Cheers

Hi there! Thank you so so much! Could you provide me with the code indeed? That would be a lifesaver! Thank you for the help and fast response! Cheers, Neda

Additionally, could you tell us how you get the text on top of the images? If they are team members and not portfolio items, e so far fail to get the text on top… THANK YOU!

I like this demo in this theme very much (http://themenectar.com/demo/salient-agency/home-particles/)

I purchased it, I simply want to have my website after installed, to be exactly as same as above demo one, then I will customize base on that.

The problem for now is, my website www.goldwebs.com.au is far away from above demo’s look & feel, I thought as I purchased this theme and installed it, my site will be then as same as the demo present—as this is why I purchased this theme due to this cool demo…

Please kindly help here… (p.s. I raised Private Ticket #708359 before and has no any answer got yet…)

Regards, Kevin

Hey -

Have you imported the demo from the theme options panel > demo importer? Also there’s a tutorial on how to use the particle header located here: https://www.youtube.com/watch?v=SrIlw4-brCg

Cheers

Hi, thanks for your reply. Yes, I did imported the demo from theme options panel > demo importer. Please kindly check my backend cms. I also watched the tutorial on using the particle header, which is fine for this bit, but the thing is the whole website is just far from what I have seen from your demo, your superb demo made my decision to buy. But the theme i got is not any close to this demo. What are missing, how to get my site looks as same as the demo one (http://themenectar.com/demo/salient-agency/home-particles/)? Thanks.

Hey – the setup you have going on the particle page is indeed the same setup used on the demo http://www.goldwebs.com.au/home-particles/ however the stock images used in the demo are not included with import so the main thing that looks different is the fact the portfolio element has all black placeholders. though If you’d like me to upload the particle header slideshow on your URL to be the demo setup I’d be glad to. If there anything else specifically on that page you feel is different?

Hello there, I love this theme. I am using it for myself and I am thinking to buy this theme for a cliënt also. I want to accomplish the logo in the head menu to overflow the menu-bar. Because I didn’t knew for sure this was possible I’m testing this on a test server, but I can’t get it to work as I want. The mobile view is working as I want but on a desktop the menubar is getting to heigh when I set the logo on 140px height. Can you help me out? If this will work properly I am going to buy this theme for this cliënt.

Here you can see my example: http://213.249.69.16/~topheester/

Thanks in forward!

Marco

Hey!

It would be easiest to mod this in if the header resize effect was off – add this into the custom css box located in your Salient Options panel:
body #header-outer[data-lhe="default"] header#top nav > ul > li > a {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
body #header-space {
  height: 150px!important;
}
body #header-outer header#top nav > ul.buttons {
    height: 120px!important;
}
html .ascend #header-outer[data-full-width="true"] header#top nav ul .slide-out-widget-area-toggle a {
    padding-top: 48px!important;
    padding-bottom: 45px!important;
}

Hello! first say that I love the template.

I used the blog template as homepage because I like the design. The point is that I want each section guide me to a page not to post to it, the only solution I’ve seen has been to change the type of post to Link, but then when I make that change stops displaying the image and appears blank as I show in the example of the “Castle” section:

http://ciezaturismo.com/prueba/

I want to do this so that the links are friendly such as: ...ciezaturismo.com/prueba/el-castillo/

and not: ...ciezaturismo.com/prueba/2015/02/22/alcala-del-jucar/

I would like to know how I can solve this problem. Thank you very much

Fixed, I had a problem with permalinks

Hey, glad to hear you sorted it :)

Cheers

Hey Nectar how do I change the wording “Next Project” at the bottom of each portfolio item so it can say something relative to a clients industry ?

Hey,

Currently i’m not seeing the menu issue occurring, could you let me know which device you’re experiencing the issue on

Cheers

iPhone 6s, www.dennisjewelry.com there is no nav menu option only the right slide out widget. I checked on both chrome and safari. Please take another look I do not see it on there.

In your Salient options panel > header navigation > off canvas navigation, try checking the box for “Off Canvas Menu Mobile Nav Menu items”

Is there a quick way to get my portfolio to display the fullwidth masonry style contained in a centered column(max-width:960px) like the 4 column layout within portfolio settings?

I dig the messiness of the masonry style but don’t like how it stretches for ultra wide monitors.

Hey,

when you have the fullwidth option on, add this into the custom css box located in your Salient Options panel:

body div.portfolio-items[data-col-num="elastic"] {
    margin: 0 auto!important;
    width: 1000px!important;
    transform: none!important;
}

Thanks for taking the time to respond, but that code appears to break the overall responsiveness of the site. As soon as I scale it down things resize and get funky.

Hey – keep it in a media query like so and the issue should be resolved

@media only screen and (min-width:1000px){
body div.portfolio-items[data-col-num="elastic"] {
    margin: 0 auto!important;
    width: 1000px!important;
    transform: none!important;
}
}

Hello,

So love your theme. But I’m having issues with new pages I’ve created that don’t load sometimes and have to be refreshed up to 3 times to see the content. I took off all animation for the most part to see if this was the issue but it is not. Please let me know if there is a bug with my updated theme or what I should do.

The pages are:

http://fourandhalf.com/fourandhalf-pricing/ http://fourandhalf.com/grow/ http://fourandhalf.com/scale/ http://fourandhalf.com/elevate/

Could you please open a ticket in regards with your admin credentials so I can take a look? https://themenectar.ticksy.com

My support is expired…apparently

Do you believe your support should still be in effect? If so kindly raise this with Envato https://help.market.envato.com/hc/en-us/requests/new?ticket_form_id=37840

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