Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,217 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Will this theme get the revolution slider in a next update?

Hey Dutchflow!

The next update is focusing on WooCommerce, but maybe in the future another slider will get implemented.

Cheers

Thanks you that would be great :)

How do updates work with this theme? If you buy the theme then do you just update through wordpress as update come out?

Hey jessecooke!

You will have access to unlimited updates for free once you buy a copy. You update by simply re-downloading the theme from ThemeForest deleting your old version and uploading the new :)

I have 2 pre-buy questions:

1. Is it possible to move social links (the heart, Fb and Twitter, Pinterest) at the beginning of the post or at the end of it? Or to have them in the present place and also at the end of the post?

2. Is it possible to change the color of the heart in red?

1. See my answer to your first comment.

2. You have control over accent color which will change everything to your color choice including the heart hover. If you want to change it red and have the rest of your site us e different color, that would require a simple css line then which I could give to you :)

I have a pre-buy question:

Is it possible to move social links (the heart, Fb and Twitter) at the beginning of the post or at the end of it?

Hey VladGhetu!

You would have to do some custom modding of the files to move their position around :)

hi themenectar,

if i upload an image it doenst show it on my portfolio, not even in the media library:-( is this a problem of wordpress self or the theme?

good night!

Very weird. Have you verified this bug isn’t being caused by any extra plugins you may have installed?

i only downloaded contact firm 7 and google analytics. i don’t understand the google analytics that was included in the theme. i don’t know what to put there.

10 minutes ago i tried again to put something in my portfolio but is seriously doesn’t work

topachakan,

1. You simply need to paste the script that Google gives you to embed on your site into the box.

2. Please open a private support ticket with your credentials so I can login and check what’s wrong with your setup for you :)

Is there anywhere else I can buy this for some reason themeforest won’t let me charge it.

I think because its from overseas or something.

Let me know, thanks.

Hey thomasmkl!

That’s very strange, but no there’s no other way to buy this theme. It’s exclusively sold on ThemeForest. If you’re having payment issues, please open a support ticket with Envato and they will help you out :)

Hello,

Great template, but I’ve a question… The page I’m programming doesn’t need a map. How can I disable it?

Thanks

Hey marianvilla!

Just rename your file “page-contact.php” to anything else, like “blahblah.php” :)

Thanks!

You’re welcome!

Hi there, i got a question about portafolio.

I have paginated the portafolio up to 8 items and there are 8 categories.

If i choose now a category it only shows the item of that category in the 1 page, if a go to page 2 it shows de ones in page 2, if i go to page 3 the same.

Is ther a way when i choose a category that doesn’t show only the match in one page but if not of the total pages ???

Thnxs and cheers!

Hey DeepMix!

As of right now there’s no easy way to do that as it wasn’t built to show the categories on projects that aren’t on the page. There would be some significant development involved because there would have to ajax requests to insert the projects from other pages on your current page if you switched categories.

ooo ok, no problem. Greatings!

Hi, Great theme, I love it so much.

Is there a list of the shortcodes available somewhere? Sorry if this is a dumb question, but I’m a rookie with this kind of stuf.

Glad to hear bogi!

All of the shortcodes and all of the possible parameters for them can be found right in the shortcode generator on your editor. Because of this I haven’t formally written out a list but it wouldn’t take to long to if people need it for whatever reason.

I would like to change the Nav roll over text link color and can’t find where it lives. I changed it in the main css file with no luck.

Jthanks

Hey Jay,

add this into your style.css anywhere:

body header#top nav ul li a:hover, body header#top nav .sf-menu li.sfHover > a {
  color: red!important;
} 

Hi. I’m wanting to play around with font sizes for the menu, but would like to know what the current default size is, so I can change it back if it doesn’t work out. I’m new to this so only making easy changes I can do from the salient settings form…not wanting to muck around with css yet!

Hey meganemilyemily!

The default is 12px. You can always deactivate the custom typography options if you end up not liking them anyway :)

Thankyou!

You’re welcome!

Hi, I noticed that when my website is launching, the loader of the slider does not appear at all, so I see images being loaded during one or two seconds.

How can I proceed to get the same effect that you show on the demo page ? (The four dots loaders) ?

Thanks.

Hey Lukyvj,

the loader should be there by default, it’s built into the theme that way. From what I remember, you’ve had a couple other very weird issues of things behaving differently than they should. Something might be wrong with your install..Can you supply a URL so I can check on this one for you?

Thanks

Thanks for responding. Can I sent it to you “privately” ? I can’t really share the url in a public area for now..

How can I make the slider link open in a new window?

Thanks!!

Hey sharif!

All or just a specific one?

Ideally a specific one, but if it would have to be all that would be workable.

Do you by any chance also know how I can make links in the author bio on the bottom of blog posts open in a new window? I tried to add a target=_blank but that is filtered out upon saving.

Thanks again!

1. Open the home template file you’re using (template-home-x.php) and add target=”_blank” onto this:

if(!empty($button)) { ?>
    <a href="<?php echo $button_url; ?>" class="uppercase"><?php echo $button; ?></a>
<?php } ?>

2. I’m not sure how to add html itnto that box, I would have to do some quick research on the topic the same as you.

Hello, Phil.

I just a real quick question, As this is so short, I thought I would ask you here instead of the Support Form.

How do I remove this gray bar below my slider? If you could write out some CSS for me to remove this, It would be deeply appreciated.

Thanks,

Gareth.

Bar Image – http://i.imgur.com/gZQHkrJ.png

Heres my site if you can’t see it clear in the image. Its the light gray bar right under my slider.

http://www.garethbolton.com

Thanks again.

Hey Gareth!

It seems you have a script being inserted at the top of your page. See this screeshot showing the code of your site: http://i.imgur.com/II0XCmS.jpg

It appears to be disqus related..If you can move that to any other location the space will go away :)

Hello Phil!

It seems that disqus was causing the problem. Is there anyway I could use disqus and still have that gray bar removed? I kinda want to use disqus on my site..

Thanks

The place where it’s adding the script is messing up the full width section margin a little. I’ll see if I can patch that in the next release :)

i am little bit confused. When i add one_fourth_last boxed=”true” text is centered like centered_text=”true”? How can i fix that?

Hey JurCase, thanks for purchasing the theme!

By default the boxed columns will display centered. You can remove that by adding this to your custom css box:

.col.boxed {
  text-align: left!important;
}

Cheers :)

Very tempted by this amazing looking theme. Is it possible to have the blog displayed under the slider as the homepage?

Hey Zwuh!

That would require some custom modding to the files. However, I may make this a built in option in a future release :)

hello! 2 questions:

1. How can I align the menu with the bottom of my logo so that there isn’t as much white space underneath the menu? I want to do this bc the submenus look odd being so far under from the menu…

2. Is there any way I can add a slider gallery to the top of a regular page—instead of a header have a slider??

thanks so much, ac

Hey anagcan!

Add this into your custom css box:

body header#top nav ul li a {
    padding-bottom: 6px!important;
    padding-top: 91px!important;
}

thank you! but…how can i make the search icon come down with it? also, the submenu tab consequently becomes very big…any easy way to fix that?? thanks again… ac

Instead of placing the code into your custom css box, place this into your actual theme stylesheet (style.css)

body header#top nav > ul > li > a, header#top nav ul #search-btn {
    padding-bottom: 6px!important;
    padding-top: 91px!important;
}

I would like to make the Tabbed feature larger with larger font and centered on larger screens(but still side by side). Any suggestions on how to change the CSS to make this happen?

Thanks,

Joe

It appears that they don’t work only in chrome/safari but function correctly in firefox. I’ll try and fix this in the next release :)

ok great- there is also an issue with the testimonial shortcode within tabs as well.

Thanks for the heads up!

Hey is it possible to change the current portfolio format into masonry format?

I sent you msgs a few times but never got a reply

Hey neibohood!

I don’t use emails as a way of support unless I explicitly need a buyer to message me their credentials or screenshots etc. It would be too hard to take in questions from so many different places so I ask that all questions be posted in the support forum or here (if they’re small ones).

If you want to do a masonry mod, the answer is yes it’s possible but it would take some work. If you open your page-portfolio.php file you should see the isotope init function like this:

// initialize isotope
$container.isotope({
   itemSelector : '.element',
   filter: '*',
   layoutMode: 'fitRows'
});

You can change that layoutMode to masonry. Also, they have documentation on their site regarding the various layout modes so please refer to there if you need clarification. After you do that, you will simply need to remove the image size from the thumbnail so that they can be whatever proportions you upload. Further down the page search for this:

 echo get_the_post_thumbnail($post->ID, 'portfolio-thumb', array('title' => '')); 

You just need to remove the “portfolio-thumb” and change it to “full”.

thanks tnectar! great help it worked!

Awesome! Cheers :)

Hi, ThemeNectar!

Can you say please did you make the logo yourself or hired another designer?

Kind regards

Yes, I did use Photoshop but I really should’ve used illustrator. I have a thing for geometric design – as you can tell from the salient logo and other sample logos I used in the theme itself :)

I never used a tutorial for getting this look I just played around..so I can’t give you a reference but I’m sure you could find some articles if you search for “geometric logo design” or “origami logo design tutorials”.

Cheers mate

Great, thanks! Really appreciate your answer!

You’re welcome!

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