Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,241 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38441 comments found.

Hi guys ,

Just wondering wich plugin do you suggest for multilanguage site and what position for flags wll be the easiest. Thank you so much.

Sanja

Hey!

You could open the header.php file and add custom list items into the main navigation unordered list like so: http://pastebin.com/khUrNz8y

ok I will try thank you :*

You’re welcome :)

Hello,

I’m using woocommerce and Calculated Fields Form. I’ve set my own calcuator. At the end I have a TOTAL field. When I complete all the fields I obtain the total. It is possible to pun an Add to cart ?

So, I want when all the fields it’s completed, I will obtain TOTAL. When I press Add to cart I want the total number to be the price that shows me in the Cart.

I’ve left a comment on woocommerce and calculated fields form but, nobody answered.

Please help me. It’s very important for my client. Thank you!

Hey sabinnitu,

Unfortunately since this isn’t a theme specific query it would be hard for me to assist – it sounds like this is more related to the plugin itself which I personally haven’t used before so my knowledge of it is limited

Cheers

Hey,

For some reason, my map markers stopped appearing. Any reason why? The only plugin I recently added was shareaholic and I check to see if that was causing a conflict and it wasn’t.

http://muvtraining.com/about-muv-training/ (bottom right)

Hey ace2296,

If you update to the latest release 4.5.21 this will be sorted :)

Cheers

Hi there! For some reason, my home slider isn’t loading on chrome anymore. It was working fine for the last several weeks, and I made no changes to it. Works ok on Firefox and IE. Can you help please? Thanks!

Yes – an image is required in order to load the slider in, you could always use a solid color image if you don’t have one to use yet :)

Ohhhhh that totally solved it. Thank you! and thank you for always being so responsive. Best theme purchase and support ever.

You’re very welcome :)

You guys helped me out this once but it is still not working properly. The call to action wasn’t coming off all of my pages even though I was telling it to and you added some code to fix it. However, the call to action is still showing up on the pages within the portfolio. Any way to fix it?

Hey HookieDuke,

Use this in your custom css box in the Salient options panel:

.single-portfolio #call-to-action {
  display: none!important;
}

Cheers

Hello, I’m almost done on this site: http://spirit.agency.gridhosted.co.uk/

I cannot find how to slow down the fade in/out speed in Nectar slider.

If there anything you can supply that I can put in the Custom CSS area that would make the length of slider fades closer to 1.2 seconds? Many thanks

Hey martingfisher,

That would actually require a mod to the nectar-slider.js file located in the js folder – search for this line to edit :)

speed: 900,

Cheers

For some reason, the portfolio pages are not displaying the featured images in the same size.

They used to be perfect, all the same size….now something went awry

http://173.254.28.104/~followmd/clients/

Hey dealersocket! It appears a maintenance plugin is active so I can’t see the page – anyway you can let me bypass that?

Hi. I upgraded to wordpress 3.9.2 and for some reason, it is now showing 2 logos on the page 1 below the other. Is there a fix for this? The URL is http://bit.ly/1v6DqXB

It shows up as soon as you start scrolling down. Then when you hit the top again, it shows the two logos. I tried upgrading the theme version, but that caused even more problems, so I would like to stay with the current version of the theme we have. Please advise.

Hey samueloh,

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

header#top #logo .retina-logo {
    display: none !important;
}
@media only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
   header#top #logo .retina-logo { display: block!important; }
   header#top #logo .default-logo { display: none!important; }
}

Cheers

two thinks: In my google maps on my contact site the Map Marker Locations is not working. They were the first day but i have tried to make it from the start again but still no markers. http://t-steffensen.dk/?page_id=2092

Is is possible to connect the blog to my facebook and linkedin so every time or selected time I make a post on the website i can be able to choose if it should be posted on facebook as well.

Hey steffmann!

1. Update to v4.5.21 to get the fix for that :)

2. That would require a plugin – here’s one that I came across https://wordpress.org/plugins/facebook-auto-publish/

Cheers

thanks. how is the easiest way to update the theme?

You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were :)

Hey guys,

great theme! I have a question about it…

It is possible to show a image gallery grid in masonry-style? Currently, it doesn’t look good when mixing horizontal with vertical images in an image grid.

Thanks!

Hey damngood!

The only elements that can use masonry as of now are the portfolio/blog so if you wanted an image gallery with that you’d need use the portfolio with the lightbox only setting

Cheers

Hey there,

On our home page we have displayed our services along with short about and the icon above it (Like it is displayed on the demo). How would I make the icon linkable to go directly to that specific service page?

Thanks in advance!

Hey inthemikz,

If you’re using the text with icon element the only way you could link it would be through a column link – which would link all of text as well. The other way you could just link the icon would be through not using that element and manually creating the setup by using nested columns with an icon shortcode inside which you could wrap in a standard HTML anchor :) Cheers

good evening impossible to use the “upload” button in the “Edit Slide” it does not work ?? Jacky

Hey Jacky,

If you’ve already ensured that no plugins are causing this please open a ticket in regards so I can take a look :) http://themenectar.ticksy.com

Cheers

Hey TN,

Since there are no hover effects in the mobile version is there any way to show text for the portfolio items that will only show up in mobile?

Thanks, JD

Hey JD!

Which portfolio style are you using?

Cheers

Meta on hover + entire thumb link

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

@media only screen and (max-device-width: 1000px)  {
.portfolio-items .col .work-info .vert-center *, .portfolio-items .col .work-info i, .portfolio-items .work-info {
    opacity: 1 !important;
}

.portfolio-items .work-info-bg {
   opacity: 0.8!important;
}
}

Hey it’s me again… o/

I’m using the mega menu option… but I don’t want the first item of each column to be styled different from the others.. I don’t have a title for each column I just have so many items that if I do not use the mega menu some of them will be off the screen and since I can’t roll only the menu, I’m using the mega menu option to solve my problem by dividing the items in columns… but I already tried to figure out how to make the first item act like other, but I can’t seem to find out. Is there a way you can help me? Or am I asking too much? T_T~~ I don’t wanna bother you.

Thank you.

Hey again!

Here’s a ticket that explains how to remove it: http://themenectar.ticksy.com/ticket/52594/search/

Thank you.. i found out that the backwards problem is caused by a newsletter plugin … thank you for your help

You’re welcome :)

Hi! Is there any way under a certain screen size that I can have my sidebars on my single portfolio pages to appear before the content in the visual composer body? So in essence, the page order vertically would be header, header image, sidebar, content, footer.

Thanks!

Hey tonypantello!

Open your init.js file located in the js folder and delete this :)
portfolioCommentOrder();

Cheers

Hey, ThemeNectar how’s it going? Could you please guide me on how to center the Text With an Icon I used Center HTML tags and it did not work. Only the text is centered and not the actual icon itself. Can you please guide me thru the process. Here’s the code that I used:

[vc_column width=”1/1”] <center>[text-with-icon icon_type=”font_icon” icon=”steadysets-icon-atom” color=”Accent-Color”] Join our Affiliates Program Click Here [/text-with-icon] </center> [/vc_column]

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

Hey, ThemeNectar how’s it going? Could you please guide me on how to center the Text With an Icon I used Center HTML tags and it did not work. Only the text is centered and not the actual icon itself. Can you please guide me thru the process. Here’s the code that I used:

[vc_column width=”1/1”] <center>[text-with-icon icon_type=”font_icon” icon=”steadysets-icon-atom” color=”Accent-Color”] Join our Affiliates Program Click Here [/text-with-icon] </center> [/vc_column]

Hey jeremydarko!

It would take custom css:

.iwithtext {
    margin: 0 auto!important;
    width: 300px!important;
}

(remove the center tag as well)

Cheers

Yes, that works but is there any way to get the icon closer to the text somehow?

Anyway you could share your URL so I could take a closer look :)

Hi there, loving the theme!!

Question about “Boxed Style” columns.

I have a row with 2 columns. I’ve made each column have a “boxed style” and that works great. The box on the left has a lot of content in it so it’s quite long. I’d like to made the column on the right have a number of smaller pieces of content, each with a boxed style. I haven’t been able to figure out how to do that, without creating a new row which would make the alignment all off… could you help?

Thanks!

Sure! When you’re inside visual composer you’d add a row and then click the plus sign on it to add an element inside and choose another row :)

Ah that did the trick, thanks so much!

You’re welcome :)

Hi!

My users (subscribers) can see Home Slider, Nectar Slider & Portfolio in their CP. How can I disable this?

Thanks.

Hey bravo81!

You can use this plugin to easily control what user levels can access certain items in the admin panel: https://wordpress.org/plugins/adminimize/ :)

Having majaor issues with the portfolio.

No matter what settings, I only get the same number of portfolio items on the page, infinite scroll doesn’t work and pagination again only shows some of total the number of posts that actually exist.

i’ve tested this with 3 column view, 4 column view etc. On all options, it only shows 19 posts when I have 32 portfolio items, I just can’t get it showing more.

Hey OwenDevelopment,

because that’s not a known issue could you kindly open a ticket in regards with your admin credentials so I can assist? http://themenectar.ticksy.com/ Also just let me know the ticket ID here once you’ve done so :)

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