Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,235 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38440 comments found.

Is it possible to set max width for the main body? (Using boxed layout)

Hey – add this into the custom css box located in your Salient Options panel:

#boxed, #boxed #header-outer, #boxed #header-secondary-outer, #boxed #slide-out-widget-area-bg.fullscreen, #boxed #page-header-bg[data-parallax="1"], #boxed #featured, body[data-footer-reveal="1"] #boxed #footer-outer, #boxed .orbit > div, #boxed #featured article, .ascend #boxed #search-outer {
  max-width: 1100px!important;
}

Hmm, doesn´t work (pasted in custom CSS). See the screenshot: http://seekings.dk/screen.jpg

Hey – please share your URL in regards so I can take a peek

Hi, I have one question before purchasing the them. Is it possible to use the Shop without actually providing the price? (basically i want to create a more “advanced” portfolio, with multiple subcategories + filtering options). Thanks

Hey – you can hide the price with css or use a plugin/filters in regards https://wordpress.org/support/topic/remove-add-to-cart-buttons-from-product-page

i have a page speed issue with this theme there are about 16 css that are render blocking how can i resolve it, 7 are theme css file 3 from woocomerce, 2 from fonts.googleapis and 2 from mediaplayer(wp-include, dont know to which it related )

these render blocking css are the only issue which making my page speed score down, except it i handle everything,

i am not using any plugin for minifying css except you dynamic css option, for now, cause if i use w3 total cache, and minify with it, its break site look and layout please fix it

The live demo is using it, I would need to take a look at your URL to see why it’s not working

It appears you currently don’t have bwp active, if you can’t leave it on please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

G’day Salient Support, On my page https://www.sonderdesign.com/ I have a twitter feed embedded (exported from twitter settings and pasted in) into one of the text elements (bottom right side where “Tweets by @SonderDesign” is display).

However in visual composer the element correctly shows the actual tweets. But when I update and refresh page is shows the current text, “Tweets by @SonderDesign” and not the actual tweets.

Twitter widget HTML as follows >Tweets by @SonderDesign <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?’http’:’https’;if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+

Hey – could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com

I’m currently seeing this appear in the browser console

Uncaught SyntaxError: Unexpected token ILLEGAL

Done! Private Ticket #551338 Thanks

Hello again. Sometimes the sample blog text on my overall blog page still shows default latin text as the preview. Once you click into a particular entry it’s all fine, but much of the text on the overall blog page is still in latin. Take a look here…

http://donnerpartyfilmfeast.com/the-feast-blog/

The “Marytrs” “Upcoming Movies” and “Appetizers” blog posts preview text are still in the default latin. (the “disturb me, please!” “Velit Porttito” and “Be My Guest” posts have the latin because I haven’t actually written in anything for those particular blog posts yet.)

I’ve tried flushing the cache and such with no luck. Any suggestions? Thanks.

Hey – have you verified that no excerpt is set with that? http://www.mhthemes.com/support/files/2014/07/Custom_Excerpts.png

Yup! That was it! Thanks a ton!

You’re welcome :)

Hi is there any way to make the subcategories in the portfolio filter show up as a dropdown under it’s parent category? Also, the description for the category is showing up in the filter area as well

please see the page here: http://wompro2.accountsxero.com/portfolio/

thanks

You could overwrite it in a child theme functions.php file by copying the entire nectar_add_portfolio_taxonomies function and modding it

Hi The above worked on single portfolio items. However, on the categories it returns a 404 even though that is the same URL on the wordpress dashboard > project categories. Any other codes I should modify?

Hi,

I would like to follow up on my question above? It still shows 404.

thanks

Buddypress is crashing my theme after install. Ideas on why this is happening? I have no plugins running outside of the 3 required by Salient and tried to do an install of buddypress and immediately the site crashes.

Hey – it sounds like you could be running out of php memory available to WordPress, have you contacted your hosting company in regards yet to ask if they could take a look?

Hi, thank you for your theme. I am using this plugin for team section (http://dvteam.wp4life.com) right now on this website: www.manattdigitalmedia.com and when I click on the team individuals, I get the DVTEAMID. I found out that if i turn off the “One Page Scroll Support (Animated Anchor Links),” that does not happen. Is there a way I can fix this so the weird ”#URL” does not come up when I click on the individuals? Thank you.

Hey, you’d need to mod this line in the init.js file:

$('body').on('click','#header-outer nav .sf-menu a, .container-wrap a:not(.wpb_tabs_nav a), .swiper-slide .button a, #slide-out-widget-area a, #mobile-menu .container ul li a, #slide-out-widget-area .inner div a',function(e){

to be this

$('body').on('click','#header-outer nav .sf-menu a, .container-wrap a:not(.wpb_tabs_nav a):not(.popup-with-zoom-anim), .swiper-slide .button a, #slide-out-widget-area a, #mobile-menu .container ul li a, #slide-out-widget-area .inner div a',function(e){

Hi there, when we have the blog style in mansory mode like here in the demo http://themenectar.com/demo/salient-blog/blog-masonry-sidebar/ and we publish all posts selecting “Regular” at “Masonry Item Sizing” options under the post edit page we come up with 4 post entries per row.

Is there a way to have it show 3 post entries per row instead of 4?

Thank you

Hey – add this into the custom css box located in your Salient Options panel:

@media only screen and (min-width: 990px) {
body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item, body #post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 33%!important;
}
body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall, body #post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall {
  width: 66%!important;
}
}

Great that really worked! Another question, Is there a way to have the infinite scroll load more posts when custom triggered, and no automatic when we scroll down? Like triggered from a “Load More” button like in this infinitescroll.js demo shows http://www.infinite-scroll.com/trigger.html or like this theme that also uses infinitescroll but executed from a Load More button http://capethemes.com/demo/coast/

Hey as of now this would require some custom development but i’ve noted it for the wishlist :)

Hey, was wondering if there was some custom CSS I could use to make the 3 column portfolio layout full width? Also, would love to change the squares to rectangles if possible. Thank you!

Hey,

Could you kindly share your URL in regards so I can take a look?

Cheers

Hey, my client decided to go back to squares for the portfolio items instead of rectangles, so! the spacing is equidistant again. As always, thanks for your quick replies and help. This theme is amazing.

You’re welcome :)

Hi there. What can the cause be when the google map is missing? http://dyrepraksis.dk/kontakt/

Hey, have you verified that no plugins you have active are causing this?

Hi Guy’s,

Please take a look at the portfolio section on this page: http://www.51waysdemos.co.uk/dac/

The tile on each tile is aligned right for some reason. How do I align it center?

Thanks

Hey – add this into the custom css box located in your Salient Options panel:

.portfolio-items .work-item.style-3 .vert-center {
  display: block!important;
}

Thanks that’s perfect!

You’re welcome :)

Hello. I just bought the Salient theme and tried to install it. Im getting a messege that the style.css is missing. Is it because the Salient theme aint compatible with the wordpress version 4.3.1 yet? Or am i doing something wrong. Also tried to install it via FTP.

Hey,

Salient is indeed compatible with 4.3.1 of WP – please see this in regards https://help.market.envato.com/hc/en-us/articles/203689044-Missing-style-css-stylesheet

Hi,

I have an issue with typography. I imported some old posts from my blogger account and even though my default font type is set as open sans, when I open the imported posts on the new page they appear with the old font they were written in. Is there any way to fix this problem?

Site: http://ldcfitness.hu/ Blog post example: http://ldcfitness.hu/2015/09/20/miert-nem-erdekel-mar-az-alakom/

Thanks

Hey,

I can see in your HTML in the posts that the font family is being set inline:

<span style="font-family: Trebuchet MS, sans-serif;">De nem csak edzésre és táplálkozásra vonatkozó káros,hasztalan és tudományosan nem alátámasztott praktikákat vettem át a mainstream forrásokból,hanem szemléletmódokat,mentalitást,és hozzáállást is. </span>

You’d need to remove that

Hello!

I’d like to be able to add a bar of color behind the main menu with some padding. Would you be able to tell me how to do this? Many thanks!

Hey – add this into the custom css box located in your Salient Options panel:
header#top nav > ul > li > a {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

Thanks, padding at the top and bottom worked, but it didn’t center the actual menu items in the bar. I tried the same padding on all sides, but that didn’t work as well. Any other ideas. Thanks!!

Hey – also add this:

body header#top nav > ul > li {
    float: none!important;
    display: inline-block;
}

Cheers :)

Hi themeNectar,

Another question! When I try to do a search on tablet, it opens a semi-transparent white page but without the text “start typing here”? A bit confusing for visitor who would want to search… So I tried

@media only screen and (max-width: 1000px) { body.ascend #search-outer #search input[type=”text”] {visibility: visible!important;} }

but no… so what should I do? Thanks for your help!!!!

If you need the url: http://soniadrouin.ca/

Hey,

Please share your URL in regards :)

Cheers

In case you had not seen my earlier answer, here is the url: http://soniadrouin.ca/

Hi ThemeNectar!

I’m having issues with adjusting the space between paragraphs for the body text. The space between is too large — I’d like to reduce the space by 20-50% for all body text. Is there a way of adjusting this?

Many thanks!

Hey!

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

p {
    padding-bottom: 17px!important;
}

Cheers

Such a simple fix! Thanks ThemeNectar!

You’re welcome :)

Hi! I set up the social icons next to the menu by implementing this code in the header.php next to the search icon:

  • It works fine. Now my problem is, that the social media links don’t appear in the mobile menu view. Any chance to solve this?

    Hey,

    you’d also need to add them into the mobile-menu div in the header.php as well

    Thank you!! :)

    You’re welcome :)

    Hej TN,

    after experimenting a bit with your helpful dummy content I ve got feeling for the theme. Thank you for ‘Salient’! May I bring forward some feature requests?

    • A feature that allows to display more than one next post – at least a previous and next posts button (same full-width background style though)
    • The option to create Custom Content Grid Items also for the blog. The CCGI helps to make portfolio look individual and sexier – so why not also for the blog?
    • The possibility to have blog posts or portfolio posts automatically loaded into the Nectar Slider to display recent content on full-screen
    • Zoom on hover feature also for blog tiles in masonry view
    • Search option in the full-screen overlay menu

    And a question:

    • How can I increase the logo size on mobile view. I found an older advise from you, but with this code, the logo got cutted off at half the height, but it was bigger.

    Thanks a lot and kindest regards, OhC

    Hey,

    1. Thanks for the requests!

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

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
    html body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 40px!important;
    }
    body header#top, body #header-outer:not([data-permanent-transparent="1"]) {
        height: 70px!important;
    }
    }
    

    Cheers

    Hej,

    thanks for your time and help. Unfortunately the same error as mentioned is repeated. The logo gets cropped.

    Please see here: http://i.cubeupload.com/p3k7ec.png

    Best, OhC

    Hey – could you please share your actual URL so I can take a look?

    Cheers

    Hello,

    Really love the latest salient update. A question about the fullscreen canvas menu in your Agency demo. I notice you have small descriptions under each menu item:

    “ Premade Layouts “

    How does one replicate this as I see no field to input this when creating a menu?

    Many thanks,

    Christos

    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