Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,194 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Can you center the logo?

Hey thomasmkl, that would require custom modification of the css.

hello, this theme is very nice!

Had a question about the shop. Would it be simple to have the homepage with a slider and then the shop below it?

Thank you

Hey catchmikey!

That would require a little modding of the files to include the home slide into the WooCommerce template :)

HI,

I have your theme and wanted to know if you are releasing a Google+ icon so users can share articles?

At the moment I have Facebook, Twitter, Pintrest and Love this but require Google+.

Thanks

http://www.experiencemap.com

Hey globalexp!

It’s more than just a google+ icon, it’s a whole sharing functionality script that would need to be created for the theme. As of now it would require custom development, but I might end up making it a default feature down the road :)

There is serious problem with Search. The search result have no thumbnail or feature image, only 3 column of text title. Pls fix it, the normal default search template is a lot better.

sai2,

You can add them yourself using the method described in this ticket to hold you over until it becomes a standard feature :)http://themenectar.ticksy.com/ticket/75678/search/

Just about to purchase

With the shop is there a way to display more than one image after selecting the item as on most woo sites.

i.e. click on item and go through to screen that has thumbnails of other images of the same item along with price and options etc

Thanks

Hey nichematt!

Yes, see an example that that here: http://themenectar.com/demo/salient/product/happy-ninja-2/

Thanks, I should have looked a bit harder:)
Is there a way to get two columns of products on the shops page rather than three with the sidebar on there

You’re welcome!

That would require you to do a little css modding :)

Hi!

Is it possible to have six portfolio images appear (2 rows / 3 across) on the homepage? I am using the basic homepage and I’d like to have more than the three portfolio images appear. If it is possible, how do I do this?

Thank you so much!

qubed

No worries! There’s a button to popup the shortcode generator on your editor. Here’s a video tutorial I have on using them so you can watch me open it up etc. http://www.youtube.com/watch?v=hKGIs0MjSag

Mate, that is awesome. I totally get it now, thank you!

yes! thank you for the update!! <3

Cheers sugaroverkill! Enjoy :)

Does the theme come with simple html version?

No, unfortunately only a WordPress theme is included with your purchase.

I just found that the portfolio doesn’t support full width gallery…

Hey futureguitar, as you might have noticed there is no fullwdith portfolio on the demo either.

If you want to do that mod, you would need to modify the single-portfolio.php layout. The sidebar div would need to be deleted and then the main content div would need to be changed to a span_12 to make it fullwidth :)

Thanks!! I’d like to have a try to make a full width portfolio template. But if I have modified the PHP file as you said, how and where will I put the main content div ?

The main content div for that layout is:
<div id="post-area" class="col span_9">

just change that to a span_12 after deleting the sidebar section and you should be good :)</div>

I’m glad you’ve added support for woocommerce but I think you could improve the layouts to make them more seamless and uniform.

For example, I think many shop owners will want to show a product category navigation in the right column of your ‘shop with sidebar’ option.

I can add that on the product list page no problem but as soon as I view your product info page the sidebar is gone. If the sidebar is there in the product list it makes sense to keep it on the product info page so that shoppers can navigate to another category if they wish.

You only have the option to place sidebars on the products page and single product page. If you would like to also place it on other pages, you will have to modify the woocommerce.php file to include the sidebar on all pages :)

Ok but for that I would need to set up a child theme so that it doesn’t get wiped during updates?

You could do it in a child theme for that reason, yes :)

Hey ThemeNectar,

Could you advise what icon set you’re using in the demo on the About Team – Extended layout or are they custom?

Thanks!

You’re welcome!

Hi Nectar! Thanks for all the great support so far, but I seem to have one more problem still. I updated form 1.4.2 to 1.8 and now my “sort portfolio” button is just gone! If you look in the pagesource via firefox it is also not there, so it doesn’t seem to be hiding somewhere… what am I doing wrong?! EDIT: I have done a fresh wordpress install with an import xml and still the problem remains….

Thanks in advance mate! :) bit desperate here…..

<stupid>.. I just found the button in the “edit page”... haha hopefully from now on: </stupid>

Haha, no worries mate! I’m glad you found it :)

can i add google fonts other than the ones listed in the dropdown. There is a specific font that I would like to use called Montserrat.

Thanks

I looked in the support forums and it appears that there is no support for this and you have to manually override each class etc that you would want to change. This is very tedious and it would be great to have functionality for any google font you want to use. Any chance this will be implemented in the near future??

The way to add custom fonts in the theme is the same way to add fonts in any website. You need just need add your new font family with the css @font-face rule. All of the rules to target the groups used in the options panel can be found in the fonts.php file if you want to change in the same bulk choices in there.

Hi,

Thank you for this beautiful theme!

When designing a blog i made a quote and tried to add an external url. When clicking on the quote it sends me back to the blog: quote. Can you explain me how I can make it work?

Thank you!

Hey bassissiwe!

This is a small bug caused by WP 3.6 that I missed. Here’s the fix: open up your entry-link.php file inside of the include/post-templates folder and search for the content-inner div. Replace that entire div with this:

<div class="content-inner">

    <?php 
    $link = get_post_meta($post->ID, '_nectar_link', true); 
    $link_text = get_the_content(); ?>

    <a target="_blank" href="<?php echo $link; ?>">

        <div class="link-inner">
            <h2 class="title"><?php if(empty($link_text)) { echo get_the_title(); } else { echo $link_text; } ?></h2>
             <span class="destination"> <?php echo $link; ?></span>
              <span title="Link" class="icon" />
        </div><!--/link-inner-->

    </a>

</div><!--/content-inner-->

Thanks for your quick reply

No problem!

The ‘Animated Bar Graph’ can the text be move below the bar so that the percentage does cover the text? or another option?

My graph can be seen here: http://www.neuic.com/

Hey

You could either simply hide the percentages with this snippet: (enter it into your custom css box)

.bar_graph li span strong {
  display: none!important;
}

or if you want the titles below, you would have to alter the shortcode processing function and change the html markup a little :)

Thanks OwenDevelopment. Yes I tried that with a handy scrolling plugin (custom css is a step too far for me at the moment) but it means all the sections are highlighted in the top nav at the same time and also it was a bit tricky to position the anchors because I couldn’t account for the top nav bar being at the top of each section.

May be there’s a way round these things…

@amicipants You could try to create a homepage with all the page sections you want, add anchor links at the start of each section and then use the navigation bar with custom links to take you to the right section.

Quick fix I know but should still act like a one-page effect. Not sure if it would scroll or just take you there. Worth a go though ;)

@ronrichardson You could always add some ‘custom CSS’ as
div.slider-nav {
    display: none;
}

Thanks so much for helping others out OwenDevelopment!

Cheers :)

Hi there, I’m having trouble with vimeo custom colours- the theme seems to be ignoring the colour I set in the iframe code. Any way to fix?

Also, is there definitely no way you guys could be convinced to make a one-page option? I just don’t want to waste all the gorgeous parallaxing but I don’t have the chops to do it myself. Pllllease?

But loving the theme anyway, thanks!

Hey amicipants! Please check out this ticket first so we can rule out this being the issue in your case: http://themenectar.ticksy.com/ticket/76465/search/

I am not sure about the one page site at the moment, maybe down the road :)

Can’t seem to get the google map to load when using the contact template and setting up the long lat in the theme settings. Is this a bug from newest wp upadate? Let me know if I can send you and admin login. Thanks

Hey kevinmckerracher,

there’s no known bug with 3.6 and the contact map. Please open a private ticket on the support forum with your info :)

I notice the logo and some other graphics are not retina-ready.

How can we make such images retina clear inthe theme? Normally @2ximage.png etc

No it shouldn’t be an issue with 3.6, there must be something weird at play. Would you please send an email to themenectar@gmail.com with your login credentials so I can check it out?

Thanks!

Sent you an email :)

Thanks! I’ll be with you asap :)

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