Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,243 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

I would really like to see more footer options, Do you think that’s possible? For example, I want to style my footer with Visual Composer. Theoretical it could be possible, but will you implant such a feature in the near future?

Hey – i’ve noted the idea for the wishlist

Cheers

Hi is this theme wpml compatible?

Hey – a lot of people use it already but i’m still collaborating with their dev team to get listed on their site as 100% compatible

The Nectar slider is shaking a lot when going to the next slide with the new version of Firefox. Please check this and see about fixing this for the next version and in the meantime, can you please give me some custom CSS code to fix it temporarily. This is a really bad situation. I am seeing this on multiple websites. It is time sensitive. Thank you. -Aviad

Hey – I currently can’t see this occurring with the fade or the slide option on the slider, are you also seeing this occur on the live demo?

Hi,

I have a “Recent Posts” widget in Footer #3. When on home page it does not show recent posts, but when on other pages, it shows up fine.

See screenshot – http://screencast.com/t/CcRu7rdM

it is for hildebrantsplumbing

Hey,

please share the actual URL so I can take a look

Cheers

I forgot to put .com it is hildebrantsplumbing.com

Hey – sorry for the delay!

If you’ve ensured that no plugin is causing this please open a ticket in regards with your admin credentials so I can take a look https://themenectar.ticksy.com

Is there a way to do a portfolio masonry display in one row and allow scrolling left to right at full page width?

Hey,

not really without some custom development

Cheers

Hey TN, just a follow-up for Ticket #538663 :) Cheers!

Hey – will take a look as soon as possible

How can I use custom CSS to remove the divider line underneath Centered Heading? Also, if I wanted to use that subtitle heading font elsewhere, what is being used and how can I call it out? (example:

)

Hey,

Add this into the custom css box in the Salient options panel:
.row .col.section-title {
   border: none!important;
}

Cheers

Is it possible to link to a specific tab without the whole page reloading?

Right now I am using my page URL with ”?tab=tab-name” appended to the end.

Thanks

Hey – as of now not without some custom development unfortunately

Hi, We’re having some problems on our website with the portfolio loading times. It’s taking too long to load on the pages that show up our portfolio. How can we fix this? We even tried to use pagination but it doesn’t solve the problem.

Here is a link so that you check it out: http://www.remaxvtp.com/vt/

Thanks

Hey – I would contact your hosting company in regards and show them this http://i.imgur.com/u1NAYFD.jpg – none of your images are very large but are taking between 1-3 seconds per when it should be milliseconds

Hi

I’m having two problems with the theme

Problem 1: https://www.dropbox.com/s/e84yr2slxodwcq0/Problem%201.png?dl=0

When customers load website for first time, they see header messed up. Then they have to refresh to bring things back to normal.

Problem 2: https://www.dropbox.com/s/lxuk73za87t2lp2/Problem%202.png?dl=0

Shop page’s “Shop” text gets hidden in the header.

Hey,

1. It would require javascript modding

2. The only thing in there that’s in the bug category there is
@media only screen and (min-width: 1001px) {body #header-outer[data-transparent-header="true"].transparent #logo .starting-logo, body #header-outer[data-transparent-header="true"].light-text #logo .starting-logo {    opacity: 0!important; }body #header-outer[data-transparent-header="true"].transparent > header #logo img.dark-version, body #header-outer[data-transparent-header="true"].light-text > header #logo img.dark-version {    opacity: 1!important; }}
however, that’s not in the current stylesheet since it’s technically not a bug – the reason it’s needed is because you’re using the same logo for your starting and default logo as opposed to two different versions (light/dark)

Hi

1. Its a bug in theme. How can we get this problem resolved?

I’ve noted it for the next release

My friends

Is it possible to add one more navigation bar, just above all page content, that would include the phone number, email, “my account”. just the standard ecommerce option? this would make the ecommerce version really practical

Thank you Martyna

Hey – the secondary navigation option available in the header options tab of the Salient options panel sounds like just what you’re looking for

Hi, I have a blog page on my site. My blog style is like this: http://themenectar.com/demo/salient-ascend/blog-masonry-fullwidth/.

THE QUESTION IS: clicking on a single post will show the full article, OK. Is there a way to make img and article title not linking anywhere if no other (full) content is available? (I argue a custom article css setting or so)...THANKS IN ADVANCE FOR HELP! :)

wow! thanks a lot!

Ops! Sorry man, not working….should i put it in salient general custom css field, or in custom css field in the article?

If I put the snippet in General custom css field it works only for H2 title link, the picture/image still links to the article…any advice?

Hey – change the snippet to:

.masonry article.post.post-2677 * {
    pointer-events: none;
}

Hi,

Is it possible to use the theme to customise the Error 404 page?

Thanks, Cyan

Hey – you’d need to modify the 404.php file or use a plugin to set a custom page you designed as that page https://wordpress.org/plugins/404page/

how i can add Schema.org Markup to my theme

Hey – you’ll need a plugin for this, I’d suggest Yoast SEO http://kb.yoast.com/article/183-microformats-and-schema-org

Hi, could you check my ticket #531346?

The map is weirdly red, and the only solution given to me was to use the ultra-flat map option. However, the ultra-flat map option removes all the text from the map… Which doesn’t really serve the function of a map.

Do let me know how can I have a functional map?

Hey – the URL provided does not currently show a red map, could you change the settings back to how you had them so I can see what you were trying to do?

Am I able to apply the nectar slider to a blog entry? I have attempted to use the VC builder to add the nectar slider on a blog page, however, the slider only shows up within the blog entry which puts the blog entry title above the slider.

Hey – as of now you can only use the Nectar Slider in a blog post below the main header

So there’s no way to even add a full width image to the header. At all?

You can indeed use a full width page header on posts – it can be configured at the post header settings metabox at the bottom of every edit post page

Hi,

How can I change the size of the mobile logo?

I tried this code, but it doesn’t work.

@media only screen and (min-width : 1px) and (max-width : 1000px) { body header#top #logo img { height: 54px!important; } #header-outer { height: 80px!important; } }

Hey, use this:

@media only screen and (max-width: 1000px) and (min-width: 1px) {
html body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 54px!important;
}
body header#top, #header-outer:not([data-permanent-transparent="1"]) {
  height: 80px!important; 
}
}

Hey,

Any idea why there is a gray bar all of a sudden under the page header on all my pages: http://alltravelguru.com/contact-us/ ?

I haven’t modified any pages on the site since June – only mods have been Salient theme updates. I cleared cache to be sure that wasn’t the cause…not sure why this gray bar shows up now but never did before. Thanks!

Thank you, but the bigger question is why is this necessary? What did I do or what happened where this line of code is needed on this website but no other Salient websites I did?

Hey – if you can open a ticket in regards with your admin credentials themenectar.ticksy.com/ i’d be glad to take a further look. Just let me know the ticket ID here

Thanks. Ticket # 553974

Hey – I’m using a masonry/block layout for my blog posts on the homepage and up until today they would show a “Read More” on the homepage when I added the short code to the individual post. The read more button is not displaying even though the sort code is showing. It’s been removed for all posts. Any ideas on why this would happen? No plugin updates or anything like that…(newleafwellness.biz)

Sorry, use this instead:

body .icon-salient-cart:before {
    content: "\e606"!important;
}

Up and running. Thank you for the continued support!

You’re welcome :)

Hi, Need you help I like the template http://themenectar.com/demo/salient-promo/ but I can’t find dummy data of salient-promo on my download https://goo.gl/CkQgJY

Give me please, Thanks

Hey – please open a ticket in regards and i’ll get it to you https://themenectar.ticksy.com/

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