Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,224 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

One more thing… If I look at my homepage from a mobile device and then click on the menu symbol I see my menu as it should be. But if I click on a submenu (arrow down symbol), the whole menu is closing and just when I open the menu again, it shows the menu with the submenu I clicked before. Same thing happens when I want to close a submenu. Is this how it should work? I think this is a bit inconvenient.

Guppinator,

If you supply me with a URL i’ll take a peek for you. Also can you let me know what device you’re using? What you’re describing shouldn’t be happening on iPhone 4/5 or Android.

Thanks!

Hi, my URL is www.a-jebsen.de and I tried it with an Android Nexus 7, HTC One X and iPhone 4s.

Hey,

I see what you mean – I didn’t realize you were talking about nested ul’s. That is indeed a bug that I will patch in the next release. It’s a simple fix though so if you want the fix earlier just open a ticket on the support forum and i’ll tell you what to change :)

Cheers

The “sort portfolio” button on the portfolio page has disappeared for me in the latest update. Any ideas?

Thanks!

EDIT: Found the new option on the ‘edit page’ for the portfolio page :)

Hey eXthus!

I’m glad you figured it out :)

I am finding that the mp3 audio player doesn’t work using Firefox. . . is this true or is there additional coding I need to use? Thanks!

Hey jarrodradnich!

You must include both file types in order to make your player cross browser compatible; it’s not one or the other. Once you include a .oga the audio file will play in FireFox :)

Cheers

Can we use facebook comments plugin with this theme ?

The theme support the jetpack comments plugin which allows users the option to use facebook and twitter for commenting :)

Hey did you know how I can add the map on the contact page ? there is not any explaination about how to proceed..

Thanks for the response, by the way the name of the owner is (unoeilsurtout). Also, I encounter some issues with the “orbit slider”. I Added the template-home-1 to my index page, but here is the slider : http://puu.sh/3EaJM.png

It seems a bit broken ? How can I fix it ?

So I self fixed it :

by adding these lines to the css : .slider-nav .left { position: absolute; z-index: 100; } .slider-nav .right { position: absolute; z-index: 100; }

The slider arrows should not have been positioned like that, I’ve never seen a buyer with that issue. Very strange.

HI there.. i would like tu buy and … first, i would know is it possible to list a blog by category, in the shortcode I see its possible introduce the recent post… but the list by category??

sorry for my english.

Hey analidia!

You can easily link directly to a blog category just as you would in any WordPress theme. You can also place that link on your top menu or in a dropdown if you please. However, the recent posts shortcode can’t have categories set to it yet, but it might get it’s functionality extended in a future update :)

Hi ThemeNectar,

Thank you for your help last time. 8-)

But I have another question. :crying:

Now I added another twitter icon outside the footer tag but the hover animation effect is gone.

Like this
<a target="_blank" href=""><i class="icon-twitter" /></a>

How can I bring it back?

I tried to look inside “init.js” but I have no clue how your awesome team do it.

Thank your help!!! Cheers

Hey wearecheers!

This actually has nothing to do with the javascript, it’s all in the css. Essentially the rule that creates the color effect on hover is set to only target social items in the footer. To extend this, just add a class to the link e.g. color-on-hover. Here’s how it would look all together when you call it:

<a class="color-on-hover" target="_blank" href=""><i class="icon-twitter" /></a>

Now, you just need to create a css rule to give the color effect like so:

.color-on-hover i {
        color: #666666;
        background-color: transparent;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a.color-on-hover i:hover {
    color: #27CFC3;
}

^ Add that into your custom css box :)

Oh, I am over-thinking. it looks simple.

Thank you so much. :D

HI There, Quick question… in your theme if I use contact 7 shortcode inside the tab.. will it work?

Regards G.

Hey G!

Yes, it should work no problem :)

Hi, looking to have tabbed content, with each tab having its own pricing table. Right now the 2nd tab is cutting off the table about half way down. Figured this would be something that a

 <div class="clear" /> 
could solve, but doesn’t seem to be doing the trick. Is this possible, and any idea what I might need to add?

Thanks

Hey acafella11!

What version of the theme are you using? 1.6.2 fixed an issue with pricing tables inside of tabbed content areas.

1.6.1. Works great now, thanks.

Cheers mate :)

I am attempting to add a little bit of text to the top of the blog. I was able to do so for the portfolio, but when I add text, etc to the blog, it does not display.

How can I fix this?

Hey PFre888437!

What version of the theme are you using? As long as you’re above 1.5.1 you should be able to add the title to that page fine the same as I have on the demo site. Would be able to supply me with your URL so I can take a peek?

Thanks :)

How do I get the bold headers of content? Similar to the “Who we are?” & “Our Skills” on this page: http://themenectar.com/demo/salient/about/about-the-team/

Hey ronrichardson !

You can insert heading tags manually in the text tab of your editor like this:

 <h2>Who Are We?</h2>
Or you can use the editor selection dropdown to choose the heading style for your text. If you don’t see that dropdown you must click on the “kitchen sink” button on the editor. Should be located on the right near the shortcode generator button.

Line 936 of ShortcodeProcessing : return $audio_markup; should be inside the bracket on top… It was giving me a PHP Notice which was makinf all the Ajax call fail. Check it out! If someone runs your theme with Debug ON it fails!

Anyway love the style of the theme, just which I could use my own font instead of the dropbox… Guess I’ll have to do it myself.

Thanks for pointing this out freshlylanded! This was an accident that occurred when rewriting the function in the last update – I will patch that up for the next release :)

Also, if you would like to use your own fonts the best way would just be to include them yourself as you know. I’ll look into other options in the future for allowing custom user defined fonts :)

Cheers

Hello again -

Thank you very much for all your help – I’m glad to see how often you are updating this theme.

A quick question regarding the logo resizing, during the responsive phase – what is the best file type to use? I find that, upon resizing the width of the screen down, the resized logo is a bit blurry.

Thank you for your help. My website is: http://www.jscreativedesigns.com/jscreativedesigns

// John S

Hey John!

It’s not about the image type that much. Some browsers (chrome and safari) will render images sized in the browser at a lower quality than you would like. If you check the effect in FireFox you will most likely notice the image remains just as crisp. There’s an option to disable the effect in your options panel in case it’s something you wouldn’t like to deal with.

P.S. Nice site! :)

Hi again, So sorry, forgot to add this in the previous post. Is there a way we could change the colour of the footer area? The default being black. Thanks.

Hey :)

Here’s a ticket that I posted snippets in to modify the header & footer colors: http://themenectar.ticksy.com/ticket/49550/search/

hey, thank you so much for this. I managed to change the footer colours. Also, just wanted add that your css files are so neatly done and so organised! I have no knowledge of html or css but it doesn’t seem difficult to find and change things with the way you’ve put them. Buying this theme has definitely been a good decision. Thank you so much again for your responses!

Thanks a lot for your kind words, nh1!

Cheers :)

My images are appearing smaller than their actual dimensions in the extra content part of the portfolio page. I’m uploading 800X600 images but they are appearing way smaller. Is there any way to fix this? Please help. Also, in the home slider, what are the ideal dimensions for the images to not get cropped? I’m uploading 1600X700 px images and they show up cropped on most 1366X768 screen laptops. Please let me know how i can fix these two issues.

Thanks much

nh1,

1. I would need a URL to be able to diagnose your portfolio issue.

2. Have you set the height of your slider to 700? If the height is matching the image height exactly, the scaling will be stopped earlier than you might like. Try changing the image height to be 550 or perhaps upload images that are even taller, say 850+

hi, I figured out the portfolio issue. The images had to be selected to “full size” while uploading in the media library. and increasing the slider height to 750 for 650 images and it seemed to work. the sides get cropped a little a still, but i’ll try and reduce the width of the images maybe.

Thank you so much for the response. It’s really awesome that you guys respond on time! Cheers.

You’re very welcome! :)

Hi.. is it possible to use Gravity Form.. and embed video on header/slider from Vimeo or other? There any feature to create a CALL-IN-ACTION element… Gravity Form for me is very important… In the Home page i have to show at the top a Video with some content on the left of on the right.. and just close to (left, right, down of the video and/or the content) a CALL-IN-ACTION (like BUTTON).. etc.. is it possible with your theme to do that? Thanks for fast reply :) Stefano

Hey again Stefano,

1. The theme hasn’t been tested with gravity form, but if you use it and find bugs just let me know and I’ll try and patch them.

2. Yes you can use a vimeo/youtube video in the slider.

3. The call to action section can be seen near the footer of the site. You can configure it to say whatever you want and link to anything. You can also specify certain pages for it to no display on.

HI there.. i would like tu buy and … first, i would know is is possible to change default green color to match with my logo (orange ff6600) and if is it possible insert video from vimeo or other in header/slider? Thanks

Hey stefanoferruggiara!

Yes and yes :)

I want to change the position of the social icons from footer to the top (primary menu)

I tried integrating the code from footer to the top menu. The integration worked just fine but the icons changed to text ie.. The icons were no more visible but they changed to text (instead of twitter Icon, I could see the text “Twitter”),.

Can you please tell me how to integrate the footer social icons menu in the top bar menu)

Thanks

You would need to add a class onto your span to create new rules for the new location you’re adding your icons to. The rules would have to make the background color transparent and create a color hover effect.

Assuming this is the markup you’re using, here it is with the new class:

<li><a class="header-social" target="_blank" href="<?php echo $options['twitter-url']; ?>"><span class="icon-twitter" /> </a></li>

and here are the css rules to add to your custom css box:

a.header-social span {
     color: #666666;
     background-color: transparent;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a.header-social span:hover {
    color: #27CFC3;
}

Worked like charm, thanks.

Just one last problem. All icons except youtube icon are appearing.

Youtube icon is not appearing, Can you please check that.

This is the code that I used <li><a class="header-social" target="_blank" href="<?php echo $options['facebook-url']; ?>"><span class="icon-facebook" /> </a></li> <li><a class="header-social" target="_blank" href="<?php echo $options['youtube-url']; ?>"><span class="icon-youtube" /> </a></li> <li><a class="header-social" target="_blank" href="<?php echo $options['twitter-url']; ?>"><span class="icon-twitter" /> </a></li> <li><a class="header-social" target="_blank" href="<?php echo $options['google-plus-url']; ?>"><span class="icon-google-plus" /> </a></li> <li><a class="header-social" target="_blank" href="<?php echo $options['pinterest-url']; ?>"><span class="icon-pinterest" /> </a></li>

Don’t see anything standing out from the code so could I please see the URL to better diagnose your problem?

Thanks

Is it possible to delete the dates on all blog posts?

I didn’t know you were using the masonry layout. For that use this snippet:

.full-date-wp {
  display: none!important;
}
Tried that, still not working. Here’s what I have now to get rid of dates everywhere:
article.post .post-meta .date {
   display: none!important;
}
.full-date-wp {
  display: none!important;
}

Interesting, I don’t see those rules getting applied on the front end. Would you mind opening a private support ticket with your credentials so I can login and see why it’s not getting applied?

Cheers

hi

nice theme^^

how to change “call to action” button’s font size?

Thanks nagootv!

You can use this css snippet in your Custom CSS Box to alter the size to fit your taste:

#call-to-action .container a {
   font-size: 16px!important;
}
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