Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,209 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

I’ve searched and searched but I cannot seem to replicate the circular milestone counters you have on this page?

http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266

Where do I find this?

Hey JoeKozak, that’s the Pie Chart element available in the visual composer page builder :)

when are you going to do the next software update and implement the infinite scroll for the blog??!! Its important. let us know immediately

Hey maijintheartist, about a week and a half :)

Hi,

I’ve got a problem when adding “Centered Heading ” components : the french accents (like é è à…) aren’t displayed with the right font, it’s displayed with a default font (I don’t know which one, it looks like Times New Roman).

Do you know how to fix that ?

Thanks in advance

Hey Didee_79!

Can I see your URL showing this issue? If you’re not using any custom typography options which don’t have ext Latin subsets and you have the option for “include Latin characters in default font” checked in your options panel there should be no issue.

Cheers :)

Indeed, it wasn’t checked ! It seems ok now, thank you !

You’re welcome :)

Hi, Is there a way within the Nectar Slider text to allow for proper line breaks? I want my text broken onto different lines and it isn’t recognizing the spaces I am using. Thank you!

Hey AmyNYC! You can use br tags in between text like this:

This is text this is text this is text <br />
This is text this is text this is text <br />
This is text this is text this is text

Truly inspiring theme. Great design and functionality. Love the theme. Great job, ThemeNectar!

Thanks so much MattVanDyck, that means a lot :)

Hi ThemeNectar,

I’ve put in some custom CSS to make the subtitles in my NectarSlider to be larger. It looks like it didn’t transfer over when viewed on a iPhone. Anyway to make my font sizes/letterspacing match how its set when viewed on a desktop? See screenshot here… http://i.imgur.com/0Beb3LI.png

site is live here… http://urbanworkstest.com/patricia/

Thanks!

Hey again!

Add this into the Custom CSS box located in your Salient Options panel:

 @media only screen and (min-width: 1px) and (max-width: 1000px) {
   .swiper-slide .content h2 {
     margin-bottom: 0!Important;
   }

 body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
    font-size: 13px!important;
  }
}

thank you!

You’re welcome :)

Hello!

Is there a way I can have a fixed phone number on the top-right of the page?

Hey Elektra_bs! That would take adding the number in a div inside of the header.php file like:

 <div class="fixed-top-right">xxx-xxx-xxxx</div>

and then adding this into the Custom CSS box located in your Salient Options panel:

 .fixed-top-right {
   background-color: rgba(0,0,0,0.7); 
   padding: 10px;
   color: #fff!important;
   position: fixed;
   right: 0;
   top: 0;
}

Cheers :)

Hi ThemeNectar,

I’m noticing on my iPhone5s that I’m not able to select my sub pages (about/people). Sub pages aren’t even showing up. Anyway to fix this?

screenshot: http://i.imgur.com/5DyaUyW.png live site: urbanworkstest.com

Thanks!

Hey! This is because of the custom css you have in to hide your dropdown arrows – which are used in mobile to open the submenu. Add this into the Custom CSS box located in your Salient Options panel:

 body #mobile-menu .sf-sub-indicator {
  display: block!important;
}

Cheers :)

thanks!

You’re welcome :)

Can not get rid of “Your page layout was created with previous Visual Composer version. Before converting your layout to the new version, make sure to …” message. Updating and saving do not work. My WP version is 3.9, using Salient 4.0.3.

Hey riverthia, please open a ticket with your admin credentials and the page reference so I can check on it for you – the only time that message should appear is if you have items outside of a VC row that were added in through the classic editor or there’s improper formatting of a page that was converted to VC.

Cheers

Hi. Can I change boxed layout width to less than 1400px?

Hey riverthia,

yes, just disable the ext. responsive option in your general settings tab inside the Salient Options Panel :)

Hey!

Any plans on adding a recent twitter feed carousel to the theme?

Cheers!

Hey JoeKozak! It’s already on the wishlist :)

Wicked!

Can’t seem to get the quotes to style, this is set as a quote on this page: http://www.webteam.cornwall.nhs.uk/auctor-consectetur-ligula/ but doesn’t show as a quote – any ideas please?

A few years after I first read “Better,” I went back to reread it and see if it still meant as much to me. I was incredibly surprised to find that so much of what I had taken away from the article came from such a small part towards the end.

R

Ok added this and it’s working, just a question though on the quote, I’m trying to add a left border 10px; then a gap before the quote, added border-left: 10px solid color:#989292; but it’s not working?

blockquote p {
    font-family: "freight-text-pro",'Helvetica Neue', Helvetica, Arial, sans-serif!important; 
    line-height: 40px;
    font-size: 26px;
    padding-left: 40px;
    border-left: 10px solid color:#989292;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

Sorted this so don’t worry – sorry

I also need to do the following on this template:
  1. Start the page with featured image if it has one
  2. Move title, meta, and love function under the featured image (centre this information)
  3. Make the comments section appear in a full width band, but also centre this information under the main content (which now has padding 100px left and right so it is more in the centre of the page)
  4. Same with the comments field this needs to be the same width as the page content and comments.
  5. Where do I go to edit the look and feel of the comments, e.g.changing the style of the headline, meta etc?
R

ok thanks, how do I do a filter change please?

Also need your help re this comment still please…

Sorry bud that’s not quite what I had in mind, I need it to look roughly like this page: http://focuslabllc.com/journal/standards-make-it-better

Eg featured image at the top (not the header full width) function, then underneath of the featured image I need the Headline, centred, then underneath that the meta info, then underneath that the likes and social, although would be useful to put the social anywhere I liked on the page :-)

Here’s a guide on how to set up a function to mod the output http://www.studiograsshopper.ch/code-snippets/customising-wp_list_comments/ but this especially leaving the scope of theme support – if you need some help with this I would check out Envato studio :)

Hi Bud, which template do I need to alter to affect this page please? http://www.webteam.cornwall.nhs.uk/auctor-consectetur-ligula/ and will it work in a child-theme?

Sorted this it’s single.php I believe and it works in the child-theme, see my comments below re other tweaks :-)

Unique image don’t appears in column or full width. http://thiagorodrigo.com.br/

Thanks for the updated URL – can you explain a little more as to what you mean in your question? Right now the only image I see set is http://thiagorodrigo.com.br/novosite/wp-content/uploads/thiagorodrigo-santos_orkut.jpg and it’s showing up. Do you have other images set to display in certain areas that are not working?

If I display this image with nectar gallery or unique image elements, i don’t obtain success.

Can you allow me to log in so I can attempt to for you and see what’s wrong? http://themenectar.ticksy.com/

Cheers :)

Hi Bud, some of my font-family styles are not showing up in mobile view, e.g. Futura PT, there are all included correctly, is it because I need to add the font declaration itself in the media queries?

bit odd, yeah on the iphone 5 they are not showing up and reverting to arial, could you check your end to see what your seeing please?

I’m also seeing them revert on my GS4 – I would check with typekit in regards since there’s nothing in the theme changing the fonts as you can see in mobile simulation view by dragging you browser small on a compiter

Really weird as I’m sure it didn’t used to do this

Please check: Ticket: #208197 !!!

Thanks!

Hey! I’ll check on that as soon as I can :)

Cheers

Hi.

Are you have any plan to add support for Arabic?

Hey Sandraco, yes RTL is on the road map for the next release :)

Hey guys, how’s it going… I’ve been scratching my head slightly and can’t work a way round it.

Really need to have a image gallery inside a tabbed section, works fine with the Wordpress and nectar slider style but not with the image grid style. I need there to be thumbnails and love the hover zoom effect as well.

Is there anyway around this? The boxes are just long and collapsed with any sized image

Many thanks in advance. Marty

Hey! see my response to your duplicate comment in regards :)

Hey guys, how’s it going… I’ve been scratching my head slightly and can’t work a way round it.

Really need to have a image gallery inside a tabbed section, works fine with the Wordpress and nectar slider style but not with the image grid style. I need there to be thumbnails and love the hover zoom effect as well.

Is there anyway around this? The boxes are just long and collapsed with any sized image

Many thanks in advance. Marty

Hey Marty!

Thanks for noting this, I’ve added to try and sort this to the to-do list for the next release – unfortunately there’s no quickfix I can post yet as it will require some javascript development

Cheers

No worries, thanks for letting me know anyway, will find a work around in the interim! Great support guys

You’re very 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