Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,256 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38442 comments found.

Hi, first of all I really love your theme. When I scroll down the project page quite fast, the images at bottom are loading in a strange way, in some case they overlap each other or they overlap the Twitter and Pinterest buttons that should appear at the end of the project, or they appear cut. Any idea of what would be the problem?

Here’s the link of my website. http://bocanegrastudio.com

Here’s some screenshots http://robertosensi.it/Example1.jpg http://robertosensi.it/Example2.jpg http://robertosensi.it/Example3.jpg

Thanks Roberto

No, should be the 5.5.5. Could it depend on masonry or lazy load or else? I wasn’t worried about that because I thought it would happen only if you go down quickly but i noticed that it’s common even if you scroll down normally.

Thanks for your help, I appreciate.

Roberto

Hey – the portfolio got a new way of loading in with the current release so that issue might not pop up however if you’re not too worried about it you don’t have to update

Cheers

Sorry for my english, it’s not perfect, probably my last post was not clear.

After some searches I’ve found the problem, I guess:

Overlaping items are caused by items that change size after a layout. This is caused by unloaded media: images, web fonts, embedded buttons. To fix it, you need to initialize or layout after all the items have their proper size.
http://isotope.metafizzy.co/faq.html

So I need to use imagesloaded (http://isotope.metafizzy.co/layout.html#imagesloaded) for the single portfolio page but I don’t know where and how to use it.

Obviously I can’t ignore the problem nor update the theme loosing all the customizations.

I don’t have support anymore, so I’m going to renew it if you’ll tell me you can help me to solve this problem…

Thanks in advance

We’re having issues with the theme running incredibly slow, almost to the point where it’s unusable. Can you help?

Hey – could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

Hi:

I use Salient Wordpress Theme, this theme includes Visual Composer (also v4.10 modified by Salient), that visual composer is different that stand alone version visual composer and not includes Tour Structure , my question is can i use stand alone visual composer without problems (i have a licence)?

Also, why all the strucrures isnt included? for example i have to use tabs style vertical content (tour extension isnt available) and this structure isnt responsive (in some resolutions , left text was situated above right text)

Thxs

Hey,

1. Yes, but you’ll lose the Salient specific items

2. Salient existed as a theme long before VC was integrated and when it was, duplicate elements (such as tabs) were left out since Salient already had its own version of the element

Hi Guys!,

Just a quick one, I currently have my shop pages displaying product in three columns. However on mobile, the shop displays in two (obviously due to width restraints) is there any way of having the mobile store display products in one column as the shop page looks too compact and the product images are too small.

Thanks

Chris

Add this into the custom css box located in your Salient Options panel:

@media only screen and (max-width: 690px) {
body.woocommerce .span_9 ul.products li.product {
    width: 100%!important;
}
}

Nice design by the way :)

Thanks! Your theme is responsible! :)

However, I’ve just added that code to the custom css box and it’s had no effect? Any ideas why? Browsing on an iPhone 6 still displays the products in 2 columns…

Thanks

Hey again! I’m seeing it working it on here currently: http://www.cortica.co.uk/shop/ – have you tried clearing your cache yet?

Cheers

Hey! Bumping this help item #688740 as I still have no resolution and am delaying a site launch because of it. Can you please check :) thanks!

Hey – i’ve responded again in regards

Cheers

Thank you!! I knew i wasn’t going crazy :)

No problem

Cheers

looks like the down arrow on a full screen nectar slider disappears if two + full screen nectar sliders are on the same page and one is set to parallax. V7 is a nice update BTW.

Hey!

Thanks for reporting, i’ve noted to look into this

Cheers

Hello,

I am trying to follow my attached psd layout – how can I execute a white block logo as seen on my example below, while having the rest of the menu header dark gray? (see sample) your help is appreciated! Thank you

http://redrice.ca/logos/tes.jpg

Hey – you’d need to set the header to be white and also the text to be a light color and then add this into the custom css box located in your Salient Options panel:

div#header-outer:before {
    position: absolute;
    right: 0;
    width: 50%;
    background-color: #000;
    height: 100%;
    top: 0;
    content: ' ';
}

Cheers

Hi there!

2 small issues that I’ve noticed with the new update. I submitted them in ticket #691644. I also followed up in ticket #664965 as adjusting the Off Canvas Navigation font size and line height did not solve the issue where the mobile menu’s top item doesn’t respond unless the user scrolls down the page slightly.

Question: We’ll always have access to support, correct? I know that they recently added the 6-month time period on Envato, and so far it hasn’t been an issue for us with our purchases as most authors determine their own support off-site (like your ticket system), but I just want to make sure.

Thank you as always for your amazing support and gorgeous theme!

Hey!

1. I’ll take a look into those shortly

2. Hey – for buyers who have a license of the theme before Envato released the support changes, support will be grandfathered in for that license :)

Cheers

mikrodata template missing? What is meant by SEO optimization?

Hey – a plugin would be needed for this, yoast SEO actually has some support built in http://kb.yoast.com/article/183-microformats-and-schema-org

just him and looked after, but as yet there https://wordpress.org/plugins/all-in-one-seo-pack/ you recommend Yoast SEO?

You can use whichever SEO plugin suits your needs best – I was just making a suggestion since many people use Yoast with Salient :)

Hi there – Wondering if you can add this permanently to your Functions.php upon the next update to fix WP’s ridiculous Password Field Error? thanks! :)

add_action("login_form", "kill_wp_attempt_focus_start");
function kill_wp_attempt_focus_start() {
    ob_start("kill_wp_attempt_focus_replace");
}
function kill_wp_attempt_focus_replace($html) {
    return preg_replace("/d.value = '';/", "", $html);
}
add_action("login_footer", "kill_wp_attempt_focus_end");
function kill_wp_attempt_focus_end() {
    ob_end_flush();
}

Hey – thanks for mentioning :)

You’ve got about 1,400 comments talking about “centering the logo”—maybe thats something you can build into the theme. Until then, please post the CSS fix here for all to see. thank you

Hey – the item is still on the wishlist to have a logo between two navigation items, however please note that searching that phrase “centering the logo” is not an accurate way to see how many users have requested that feature as it will pull comments using any of those words or users talking about the centered logo option which already exists (but is above the nav). Unfortunately there’s no quick css for it since the navs ideally need to be separated with different html all together

Hi, pre sale question, I would like to have a website quite like this one, http://kristjanjarvi.com/ I would like to know if this is taken from a demo bundled with theme that I can replicate easily? I don’t have much time and need something quite like this to be done.

thanks alex

Hey,

That is indeed built with Salient, but it’s not a demo setup included which you can import – the items will need to be arranged in that way by you

Cheers

Hi,

I haven’t received an answer on my ticket the last 5 days. Can you please have a look? https://themenectar.ticksy.com/ticket/683351

Thanks!

Hey – i’ll check on that shortly for you and see why it was overlooked.

Cheers!

Hi ThemeNectar,

Thanks so much!

All my issues are fixed, except with the Careers page. In the Careers page, despite having enabled “force transparency”, I get a non-transparent header when I swipe up.

Also, I have a few other issues as well. I’ve listed them in the same ticket mentioned above, which is Private Ticket No. #687374.

Thanks so much again for the awesome theme!

PS. For some reason, I’m not able to reply to the comment already posted above. When I write the comment and click “Reply”, the comment is “posted”. However, when I refresh the page, the comment isn’t there!

Hi ThemeNectar,

Thanks. Have you replied to my ticket, because I don’t see any update on the ticket in the support system.

Cheers. :)

Hey – just responded a little bit ago

Cheers

Hi ThemeNectar. Thanks so much! The Careers transparency issue has been fixed; however, the other issues remain. I’ve made the changes you requested for you to review.

Please advise.

Again, the private ticket no. is #687374

Hey Guys, i have question:

Do you guys changed the shopdesign too? There is one thing i dont like and i dont know if this is a bug or not :-/

1. BEFORE http://img5.fotos-hochladen.net/uploads/beforeg17dtxevup.jpg 2. AFTER: http://img5.fotos-hochladen.net/uploads/after4uobx6pqwf.jpg 3. EXPECTED: http://img5.fotos-hochladen.net/uploads/expectedwpklfta0ju.jpg

Thanks

Hey,

Are you only seeing the undesirable layout change in variable products on your end?

Cheers

Hey, yes the layout change is only visible if you create a variable product. regards

Hello, I was wondering if there was a way to make the nectar-slider auto rotate instead of manually clicking the arrows. Is it possible to also delete the arrows so it’s just the slider that auto rotates

Hey – you can set an auto rotate timing when editing the Nectar Slider element on your page. If you’re not seeing that please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

Hi there, The latest update (7.07) seems to have broken the rollovers for Portfolio Items when the browser window is made smaller and Portfolio coumns are resized: http://highchairecordings.com/roster/

Load that page, see the portfolio items rollovers work fine, then resize window smaller so the Portfolio Items are 2 or 1 columns – Still fine.

NOW keep the browser at that size, refresh the page – rollovers broken.

Confirmed across various sites & browsers (i’m on latest chrome win7)

Hey – that’s not an issue specific to 7.0.7, when loading the site on a mobile viewport size the rollover function is changed since it’s not present on phones and is replaced by a full image link. However; i’ve noted to add a workaround :)

but wouldn’t the overlay text be default “on” at mobile? it’s not like that anymore….

How do I make my category pages display more than 10 posts, i.e i want it to display 20. I tried under settings reading, but that didn’t effect it

Hey – that should be how to set it, could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

With the update, my links in the menu don’t work anymore. Every menu item I click on, the front page is always opened. WTF???

The site is www.kucanskiposlovi.com

Sorted itself out somehow?

Hey – most likely a caching issue

Cheers

Hi, Is there a way to add an icon with a different color than accent-colors registered? Otherwise, adding it manually using html like for instance <i class="”icon-default-style" icon-envelope-alt="" grey="" /> or <i class="”icon-default-style" icon-envelope-alt="" /> result as an empty “p”... ?

edit: ew… my code above looks odd but you got the idea…

My bad! Apparently there was a conflict with my CSS because now it’s working using: <i class="icon-default-style fa-calculator" style="color:#333 !important;" /> In case someone is looking for a solution :)

Hey – glad to hear you sorted it :)

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