Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,195 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hey there. Is it possible to have the portfolio items on the Portfolio Eye Candy homepage (images and video) open in a popup on the same page rather then going to a new page?

Opening them inline on the page somehow would be awesome for a future release.

Thanks.

Hey Alex,

This isn’t possible yet – but it’s a good idea for the wishlist :)

Cheers!

Great theme, but my logo looks tiny on phones – how come?

battleoftheblogs.co.uk

Hey gadgetxpert, please see this in regards:

http://themenectar.ticksy.com/ticket/46745/search/

Cheers :)

I’m looking to remove everything but the featured image from the blog roll page.

thanks

Never mind, I see the file is a little hidden >> entry.php

Hey Joel!

Glad you found what you were looking for :)

How can I translate the “all” category on the portfolio sort options to match my country language?

Hey Jussimir,

that’s located in the .po file witht he rest of the strings for translation :)

<li><a href="#" data-filter="*"><?php echo __('All', NECTAR_THEME_NAME); ?></a>

Pre-sale question.

Is it possible to borrow the “sortable” or “searchable” function from your portfolio and apply to a group of toggles, similar to bottom of this page: http://www.kriesi.at/themes/enfold/shortcodes/toggles-accordions/

Are you going to be able to adapt that same type of query to your masonry blog at some point?

Thanks!

Hey cbmatthews,

Unfortunately that’s not possible at the moment and would require custom development.

The only item on the wishlist in regards to the masonry blog is AJAX loading at the moment, but I’ll note this idea as well :)

Cheers

Where can we purchase the video backgrounds? If possible.

Hey pugilist, the sources for them are listed in the User Guide – Dummy Data section :)

hello, I have a problem with “open graph”, the question is, my homepage should be as type: “website” and at this point is as type: “article”, how do I fix the problem?

Hey again – all of your OG tags look good now:

<meta content="Filipe Covas - Designer Freelancer" property="og:site_name">
<meta content="pt_pt" property="og:locale">
<meta content="website" property="og:type">
<meta content="Filipe Covas - Designer Freelancer" property="og:title">
<meta content="http://filipecovas.com" property="og:url">
<meta content="Portfolio, Serviços de Design, Download's e Tutoriais, Freelancer Designer, Produtor Multimédia e Youtuber." property="og:description">

and since the Facebook debugger is indeed showing all of your information: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Ffilipecovas.com%2F

maybe you just need to wait for it to update on their end now :)

Ok, thanks for listening, I hope the facebook update my information..

You’re welcome :)

Hi! I was editing my website but after clicking on the “reset to defaults” button on the salient options menu the visual composer got corrupted… all rows of my pages are showing 8x taller on the page builder than it should be.. I tried to update to salient 3.0.5 but it don´t helped. Even when creating new pages the rows are showing wrong.. I tried on different computers and the problem persists. How can I fix it?

please disregard my comment, it is working ok now.

Hey Jussimir!

Glad you sorted it :)

Hello, I updated to latest version and I can’t use shortcodes anymore. When I click on the shortcode button nothing happens. It tries to load that url: /wp-admin/post-new.php?post_type=page#nectar-sc-generator

but the shortcode popup doesn’t appear. I tried with another browser also. What should I do?

Thanks

Hey romSPG,

if you’re sure that you’ve done a clean update by deleting the old theme completely prior to upload the new and also have cleared your cache, please allow me to log in so I can see what’s going on

Shoot me an email at themenectar@gmail.com :)

Cheers

Hi, how to add &nbsp to description in Team Member? Thanks.

Hey bymouse, there’s currently no way to add html into the Team Member description without doing custom development – but you could easily just not use the team member shortcode and layout the same look so you’d have control over the markup. In the text tab you could use this structure:

<div class="team-member">
    <a href="your-member-url"> 
         IMAGE HERE
        <h3 class="light"> TEAM MEMBER NAME </h3>  
     </a>
    Developer
    <p class="description">Lorem ipsum dolor sit amet, consectetur    adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend. </p>
</div>

Thank you!

You’re welcome :)

Hi! New purchaser here. I was dead set on buying the Jupiter these, but your latest update made me swing towards Salient. Can’t wait to start building,

A couple of quick questions… (Things that Jupiter had that would be great to include) Is it possible to have a quick contact form in the footer? And, is it possible to have a sign in / log in like in the top bar? This would be great for accessing client zones etc etc…

Thanks so much. Cheers, Corey

Hey Corey :)

1. There’s no contact form built in, but it would be easy to simply use a contact form plugin’s widget in there such as contact form 7.

2. Here’s a quick way to add that: http://codex.wordpress.org/MU_Theme_Login . The
 
  • <?php wp_register(' ' , ' '); ?> |
  • <?php wp_loginout(); ?> |
  • will go in the header.php file right after this line:

  • Cheers

    Awesome – thanks Nectar peeps.

    There’s a contact form built in to the demo – I assumed it was included? Or do you mean a widget specific contact form?

    Can’t wait to start building in the next day or two.

    You’re welcome! :)

    The form used in the demo is Contact From 7 (which also offers a widget you can use in the footer). The reason I didn’t opt to build a form directly in is because it’s really just adding extra bloat when there’s tons of free & premium plugins that are going to do the job better anyway.

    Cheers

    finally finish my project. www.brittanymason.com thank you so much for such an amazing theme and even more amazing support!

    Thanks so much for posting your finished product mikedubs, it looks GREAT!!

    Cheers :)

    May I request you to add FLICKR on the social media list. Thanks!

    Hey chonafree!

    Thanks for the request :)

    Cheers

    Hiya!

    Is there a way to easily change the background color behind the portfolio thumbnails so that when there’s an empty spot it will be less noticeable?

    And thanks for your help earlier. I’m enjoying this theme more than any others i’ve used in the past. Nice job!

    Hey!

    Try adding this into the Custom CSS box located in your Salient Options panel:
    #portfolio {
        background-color: #000!important;
    }
    

    Thanks!

    You’re welcome :)

    Hello,

    Apologies if this is obvious somewhere but is there a way to keep the fixed header on screen sizes < 1000px. I’ve tried just putting position:fixed on it but it loses that nifty scrunching animation and gets in a fight with my wp-admin bar.

    Thanks!

    Hey Logan!

    The shrinking animation is not possible to keep on mobile but you could use this in your Custom CSS box located in your Salient Options panel:

    @media only screen and (min-width : 1px) and (max-width : 1000px) {
       body #header-space {
          height: 56px!important;
          display: block!important;
       }
       body #header-outer {
            position: fixed !important;
       }
       #mobile-menu {
         position: fixed!important;
         top: 52px!important;
         width: 100%!important;
       }
    }
    

    Cheers :)

    Hi! Purchased the theme, love it! Just one question, how do I enable Instagram sharing for the portfolio details page? Is it possible?

    Hey Limboistik :)

    That would require custom development as there’s nothing in place to use any additional sharing buttons other than the ones provided. You could also seek a plugin to handle it all and just deactivate the Salient ones.

    Cheers!

    Ok I’ll try to figure it out, thanks for responding!

    You’re welcome!

    Hi,

    Where do I change the text boxes background in Home slider and how can I remove the search field ?

    Thanks in advance!

    Thanks

    Why is it showing red background colour?

    http://46.23.77.174/~wmmontas/

    On this page its fine, http://46.23.77.174/~bromtech/ with red but not the one above.

    Hey again – if you’re using a multi site or network activated setup then the custom css box is probably just applying to both. You could remedy this by making a child theme for that one site to keep it separate.

    Don’t worry! Sorted it. It was the VC issue. Thank you

    Hey olimusic, if you can supply me a log in i’ll gladly see what’s wrong with your setup – Email me credentials at themenectar@gmail.com

    Thanks :)

    In the home page, the home slide. I want to take away the arrow, instead I want the bullet navigation, how can i change that?

    Hey – the Home Slider doesn’t offer bullet pagination, that’s a Nectar Slider feature. Here’s my guide on using it in case you haven’t seen it :)

    http://www.youtube.com/watch?v=FLU9Pxo_RD8

    Hey ThemeNectar,

    I was wondering if there would be a reason why the visual composer wouldn’t show up when editing pages? I’m working on a site for a friend and I’ve been watching your tutorials but the visual composer as seen in your “Nectar Page Builder Tutorial” can’t be found on the page when I go to make a page. Thank you for creating this gorgeous theme!

    Hey smashasaur,

    The page builder was added in v3.0 so you’d need be on that version or higher :)

    Cheers

    Ah got it, fixed it :) Follow up question! I know you can set the height for the nectar slider but is there a way to set the width? I’m not checking the full-width button, I just want a smaller slider since I’m using it for food images for a menu.

    Thanks! :)

    Hey again!

    If you’re not using fullwidth it will simply take on the size of the column it’s in. So if you need it smaller, just place it inside of a smaller column :)

    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