Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,220 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hi there!

Let me start by saying I love the responsive design on this bad boy.

I’ve run into an… odd(?) issue. I’m uploading images for the nectar slider, all the exact same size. But all of the images after the first get resized in the slider – cropping my images and making them pixelated.

Help O_O

(ps – I’m not a web designer by any stretch. I can work with wordpress, I can code a little css, but please dumb this down for me as much as possible… )

Thank you!

Hey!

Could you kindly share your URL in regards so I can take a look at the setup a bit further?

Cheers

Hi, I’d like to tighten the veritcal space between my widgets in my blog sidebar. There is too much of a gap visually between my widgets. How do I do this?

Hey, add this into the custom css box in the Salient options panel:

body #sidebar > div {
    margin-bottom: 20px;
}

fonts aren’t updating. I update the fonts, save changes, and nothing.

incognito mode, hard refresh, etc. doesn’t matter

check out: portfolio.upgiant.com

Hey, do you have the option off for “Move Dynamic/Custom CSS Into External Stylesheet?” in your general settings tab?

Hey, happens that all schema I add to text keeps disappearing after I save it. Could you help me with this one?

Hey, could you kindly open a ticket in regards so I can take a further look? themenectar.ticksy.com/

Cheers

Thinking of buying the theme. But two questions:

1) In the blog on http://themenectar.com/demo/salient-blog/blog-masonry-fullwidth/ can I remove the top line where it says “Masonry Fullwidth Posts Fresh Out The Oven”?

2) Is there no pagination at the bottom of the page?

Sorry: How do i hide the header?

Why is the logo and menu black on my blog? How do I change dem to white?

See my beta…. beta.crafty.se

Hey – I’m seeing your logo and menu as white as it should be on the header image on your blog posts, did you already sort this? As far as removing your menu on the home page, add this into the custom css box in the Salient options panel:

.home #header-outer {
  display: none!important;
}

Cheers

I have been trying to remove the white line under the header when transparrent. I searched for a while and found this solution in an older support question here at themeforrest.

/* remove unwanted horizontal line from transparent header */ body #header-outer.transparent[data-transparent-header=”true”] { border-bottom: 0 !important; }

But this does not remove the white line.

Never mind, i sorted it out :)

Glad to hear :)

Hello!

I am tryong to customize your theme but there is one thing I can’t seem to customize. Here is the problem’s description:

  • I add on a page “Recent projects” via your visual composer
  • On the “Page Link Text” field I write the text “Buy our product now”
  • I save
  • On the live page the text is ”/Buy our product now”

Question: How do I remove the slash? It’s really annoying… Hope you can help me, cheers!

Hey,

You could remove it in the shortcode-processing.php file located in the nectar/tinymce directory but it would be easier to just hide the title labels with the option in the element and then create a text box above it to add your custom text

Cheers

Hey! Just one question… I use for my homepage a video. No problem with Chrome or Firefox, everything looks very good. But unfortunately with Safari the quality is really low. I use all the video format (WebM, Mp4, OGV)... what’s the problem in your opinion?

Thanks!

Here’s the url: www.bacididamaglutenfree.com

Hey,

Chrome and FF can render the webm version of your video but Safari has to use the mp4, so the quality issue is related to that version of your video

Cheers

Thank you!

You’re welcome :)

Nectar,

I’ve submitted private ticket #563417. Any help would greatly be appreciated!

Thanks, Bobby

Hey – will check it out as soon as I can :)

Worked like a charm! Thanks Bruh! :-)

Hello, Thanks for the great theme, enjoying the new SVG’s. Just a small problem after updating to 6.1.65.

I have added a portfolio with “title overlaid w/ zoom effect on hover”.

Since updating the text is aligned to the right, and I can’t seem to center it.

I’m trying to target this text. .portfolio-items .col .work-item.style-3 .work-info > a

Any help would be appreciated :grin:

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

.portfolio-items .work-item.style-3 .vert-center, .portfolio-items .work-item.style-3-alt .vert-center, .portfolio-items .work-item.style-2[data-custom-content="on"] .vert-center {
    display: block!important;
}

Great it’s fixed now. Thanks for the support.

You’re welcome :)

In my salient-child folder, I have added and modified “search.php” file to show my custom descriptions for “Blog Post” and “Portfolio Item” but it does not work.

Do I need to add any code to “functions.php” file in salient-child folder? Or do I need to modify “wp-search-suggest.php” file in salient-child folder?

Hey,

the search.php file should be all that you need, could you please open a ticket in regards with your admin credentials so I can take a look? themenectar.ticksy.com/

Cheers

After clearing the cache the search.php works but the auto-suggest functionality does not. Do I need to add something to functions.php for wp-search-suggest.php to load from salient-child folder?

Hey – could you kindly share your URL so I can take a further look?

Hi,

Everything was working fine till yesterday. But all of sudden home page stops rendering. Although i can see the page source but nothing displays. I am using the one page theme. I can see few errors in console as well. Here is URL.

http://www.alexandrafriedman.com/

The website is in production. Please reply as soon as possible.

Thanks

Email sent with credentials.

Did you get a chance to look into the admin panel??

Hey – just responded

I read a couple of posts about the footer reveal, but I can’t find an answer to my problem. The footer reveal is working great for me on the desktop but I can’t get the page to scroll past the content on any of my iOS devices. It will start to scroll past, but snaps back to the bottom of the content area, never allowing me to view the footer. Here’s a link:

http://beta.river-design.com/search-engine-optimization/

Also, you’ll probably notice I slightly customized the columns in the footer to approximate a 1/3 | 2/3 split. But The left widget for some reason stays invisible… I actually would like the footer widget area to have no padding so that the reveal has no margin above or below the map. Trying to figure out how to change the css for this.

Hey – that shouldn’t be the case, do you experience the same behavior on the agency demo?

As far as the css mod, use this:

body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] #footer-outer .row {
  padding: 0!important;
}

Cheers

Thanks for your reply.

No, when I view the live agency demo on your site, the footer appears just fine on my phone, so there’s clearly something off on my install. Yet I did a content import to start developing my site, and even on imported pages that I haven’t touched, the footer reveal doesn’t come up right on my phone. Here’s one example of an untouched, imported page:

http://beta.river-design.com/blog-masonry-boxed/

The only other plugins that I have installed at this point are gravity forms and Ultimate Addons for VC. Have you ever seen this before? Any ideas?

ThemeNectar I send you a PM

Hey, i’ll check that out shortly

Cheers

After updating to 6.1.65 (and with that VC 4.7.4) the styling in VC has become… how do I put it… Let’s just say; bad! See this screenshot: https://goo.gl/CahkAK Is that realy the correct styling or is something wrong?

That’s not the normal styling – have you cleared your cache? If so, please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

My bad.. When I updated to Salient 6.1.65 I didn’t think to update the composer plugin itself, so that was actually still an old version. Now everything looks great again: https://goo.gl/3KCJtw Sorry for the confusion :)

Hey – glad to hear :)

ABSOLUTE DISGRACE OF A TEMPLATE!!!!!!! After the e-mail I received from Envato to update the Visual Composer of WP Bakery which WAS a part of this template EVERYTHING went south. In the e-mail Envato talked about the FTP server, tried this and what do you think!? Error upon error. Didn’t matter what I tried. I’ve backed up my website before I did this, so I thought nothing wrong….well guess again! Export was also corrupted. And now? My website is gone and I wouldn’t trust Salient OR the Visual Composer with the devil. ALL THESE HOURS DOWN THE FUCKING DRAIN! Thanks a lot you f*ckers!

Hey, without seeing a URL I can only give my best guess – do you have enough items set to display inside of your portfolio element within VC? Only categories that exist for the current of items will display

Somehow a whizzkid got back my original site. Problem is completely solved now. thanks for the feedback!

Glad to hear :)

Hi! Your theme is wonderful. Would you mind telling me how to display the date (next to the category) within the recent posts element? I’m stumped. Thank you!

Thanks!

Unfortunately this would actually require modding the shortcode-processing.php file located in the nectar/tinymce directory as of now since that isn’t a part of the recent post element by default

Cheers

Hi,

I have imported all the demo content but for some reason NOTHING to do with the shop has imported??

How can i set this section up please cart, account, shop in general

Thanks

Gary

Hey,

As I mentioned you can indeed use the WooCommerce plugin with any Salient dummy data set – the plugin itself includes also its own dummy data set you can import to get some sample products if desired

so if the plugin includes the data why cant i see the cart page, and checkout page please could you help me out??

Thanks

Gary

The basic woocommerce pages should have been created when installing when woocommerce, if the didn’t you can easily make them yourself by adding the plugin shortcodes to pages you create. Such as [woocommerce_cart] etc. They’re listed here https://docs.woothemes.com/document/pages-not-displaying/

Hi I love your agency theme. If I set up the agency theme, how can I put a woo-commerce page(shop page)? Is it good working on Agency theme? please let me know. I will buy it after your answer.

Hey,

Yes you can use have a shop page with any of the demos shown you’d just need to install the WooCommerce plugin :)

Cheers

I looked through all the comments and could not find how to do the following.

1. How can I add a picture to the portfolio thumbnail during hover? I know it can be done since I saw it on an example website. Example link: http://www.beyondthevalley.com.au/lineup/ this site has two vector pic that pop up in a layout of 1, & 3, number 2 is blank.

If it is a coding in the .php, can you maybe think about adding this option in the next update? I ask this because there is no way I am touching the .php file, I get in enough trouble with basic css and html.

Great theme and thank you for making a theme that is artist/designer friendly!

Hey!

Unfortunately that is indeed custom development as there’s no option by default but i’ve noted the idea for the wishlist :)

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