Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,138 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38434 comments found.

Hey DiversifyDesigns – could you kindly let me know if you’re experiencing this on all browser or if it’s isolated to a specific one – also, are you on a recent release of the theme?

Cheers

i experience it on google chrome & mozilla. i did not try it on I.E

Hey – try adding this into the init.js file located in the js folder located

$(window).load(function(){ $(window).trigger('resize'); });
after this line
jQuery(document).ready(function($){
Cheers

Hi there.

I really need some help. With google now prioritising websites that are mobile friendly, I have found with using Salient, it does not look right when I access it on my mobile.

It comes up with the light blue wordpress header with menu and a drop down option on the left side, and search in a darker blue box on the right. It then, rather than having my Image header, reverts to ‘Harping on the bizarre’ in a standard font. html coding e.g. [nectar_blog layout = “masonry-blog-full-screen-width” category = ‘travel-destination…] for features of the salient them are all visible rather than the actual slider itself or the text or the image, its all coding, none of the images or posts in the right place, the slider doesnt appear just the coding. Only when I scroll to the bottom of all this crap, I can click ‘view full site’ and it looks as it does on desktop.

I am really frustrated because I thought the theme was a mobile responsive design, can someone please help me figure out how to configure the site so that when it is access on the mobile or clicked on the mobile, it goes straight to the NORMAL layout without users needing to scroll through a bunch of nonsense coding to click ‘view full site’. It surely should just be configured already to appear as it does on a desktop? I am unsure why it is going to this format. Have I done something wrong?

Thankyou in advance for your assistance. My website is www.harpingonthebizarre.com if you want to try yourself to see?

Prasanthi

Hey Prasanthi,

It sounds like you have a plugin active that overriding the mobile theme: http://jetpack.me/support/mobile-theme/ – please try and deactivate any that may be adding that

Cheers

Awesome I think the jetpack one was the one doing it. Thankyou so much for your help. :)

You’re welcome :)

also i have a problem with the carousel display using recent projects. When you first open the site the content display is not looking good the button view larger and more details in not well aligned and the love button is not displayed. But when you click the more details and then go back. All is looking good. So how can i fix this.

Hey,

Please share your URL in regards so I can take a look :)

Cheers

Hi

Site: http://freezeframetest.co.uk/

The footer, 4 columns, the 4th column is getting pushed below the others and also in the very bottom footer area, the twitter badge is misaligned compared to the others.

Please advise how to fix.

Thanks, Paul

Hey,

It seems you’re missing some of the default css – can you verify you’re on a recent release of the theme?

Cheers

I’m on 5.5.52. I’ve been looking at it in terms of what is in the footer widgets. It seems if I add

Find us on Hitched, Little White Books

Then it causes the issue …

Have you verified that there’s no stray markup or unclosed tags when you enter that in?

Love the theme, but I have one issue. In the full width masonry portfolio, is it possible to have the meta info show up on mobile (tablet/smartphone) via a tap or touch, in the same fashion it shows in a hover on desktops?

I want the user to know what they are about to view, rather than being taken to a page via a tap on a touch device. Thanks in advance!

Hey,

unfortunately as of now that would require some custom development to the init.js file located in the js folder

Cheers

Hello, I had a site built by a freelancer and he used your theme. Im using version 3.1.5 and im having troubles with the nectar slider zooming in on images. Can you help me?

Hey again!

Could you kindly open a ticket in regards with your admin credentials so I can take a peek? https://themenectar.ticksy.com

Cheers

I apologize but I did not receive a purchase code as I didn’t purchase your theme, my freelancer did. So I cant submit a ticket. Can you private message me and I can get you logged in?

Could you shoot me message from the contact form on this page: http://themeforest.net/user/ThemeNectar

Pre purchase question: LOVE the theme, almost sold except for 1 issue: I want to have a full width slider with the caption and button on the left as shown in demos, but I need to have another content div on the right side (to display store opening hours). It won’t be very big, maybe a 1/4 grid size column. What’s the best way to accomplish this? Is this a supported option or will I have to hack in an absolute positioned element over the slider? If it’s easier, it could just be a full width content row instead of Nectar Slider, but I need to have changing background images – however I’m not sure if you support background image sliding? Thanks!

Hey jordanface,

This would require using some html in the caption field on the slider – a row BG wouldn’t be possible to achieve this since it doesn’t support changing BGs Cheers

Hi ThemeNectar,

How can I change the background color of the input-fields of the contact-page. It’s now white, and I want to turn it to dark grey.

Regards, McNismo

Hey – add this into the css box as well:

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
   background-color: #555!important;
   color: #fff!important;
} 

Hey, one more question. Below the input-field there is now a thin white line. Can I remove this? Here is the link: http://www.creativebase.nl/?page_id=26

Change it to this :)

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
   background-color: #555!important;
   color: #fff!important;
   border: none!important;
} 

Cheers

Hi,

I was wondering if it was possible to do a “services” section similar to this -

http://themeforest.net/item/rhythm-responsive-multipurpose-theme-/full_screen_preview/11330434

where you click on one of the icons and the text below changes

Thanks

Hey,

as of now this would take some custom development

Cheers

Hi!

I have a problem with the “Full width Portfolio Item Layout” under the portfolio content.

I can not Enabled this, because the button not working.

Screenshot: http://cl.ly/image/2b1a11392Q0D

Thank you!

Hey,

could you please open a ticket in regards with your admin credentials so I can take a look? https://themenectar.ticksy.com

Cheers

Good day,

I have a problem adding nectar love button. Let’s say i have 3 pictures in one page and i put love button in every picture. When i click the love button in a picture 1 it count but when i refresh the page the 2 other love button under the count also.

my question is can i put ID in every love button?

Thanks in advance.

The love button you’re placing via the social shortcode simply grabs the page URL for the count – if you need to isolate specific items with love buttons you’d have to use the portfolio or blog post type in regards

Hi again, I want to have a top bar menu and a side widget area but if I do that, it becomes in a top bar with 2 hamburger buttons in mobile view. Would be possible to collect all the navigation in one button wich opens a side widget area? Thanks

Hey,

As of now this would require some custom development but it’s an item on the wishlist to become an option

Cheers

Hello I want the title on the blog page and the projects page to take up less space. As default there is a large space above and below the text. How can i reduce this?

Hey – could you share your URL in regards so I can see what style/settings you’re using?

Hi, its me again!:)

I have problem with the WooCommerce “Product Style” option > “Add to cart text on hover”

I have installed the “German Market” Plugin” for WooCommerce and now i can the price/text twice.

http://fs1.directupload.net/images/150515/bc3wh32z.jpg

Also is there a option to change the style for the product name? Want to make the Text thicker etc.

Thanks a lot guys! still loving this support and theme ;)

Hey,

1. I would need to test with this plugin to narrow down the root cause

2. Yes, you can change this from the h3 option in your theme options panel

Cheers

Hi Just purchased and love it however I’m running into a couple of things. I’m using the progress bars to show wine blends and some of the blends are less than a whole % (like 3.5) and the bars only do full numbers. Any way to display the decimals? See: http://damianicus.com/wines/ Also can the displayed % box be moved to the end of the bar?

Hey,

Add this into the custom css box in the Salient options panel:
.nectar-progress-bar span {
  position: static!Important;
} 

.nectar-progress-bar .bar-wrap {
  position: relative!important;
}

Unfortunately as far as showing decimal places it would require some custom development but the pie chart element would indeed be capable of custom text which would work for this

Cheers

Greetings – do you have an ETA for the next update?

Thanks, Doug

Greetings – do you have an updated timeline for the next update?

Shooting for next week! Don’t worry it’ll be worth the wait :)

Never received answer from my question asked 2 days ago in your support ticket system…

Can’t find it, i received nothing to my email from your, but my ticket ask about align my custom CSS code to center my css boxes

Hey, Could you kindly share your URL along with a quick mockup image showing what you’re trying to achieve so I can assist?

Any way to keep the footer sticky?

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

#footer-outer {
  position: fixed!important;
  bottom: 0;
  left: 0!important;
  width: 100%!important;
}

Hi ThemeNectar !

1/ I don’t know why Safari on my Ipad 4 ( OS 8.1.2 ) can’t show images by URL . when i use Chorme , images by URL show perfect . Please take a look in my site : http://gamestore24h.com/?p=11826

2/ I Have 3 HomePages for 3 Devices ( for IOS , for Android , for PC ) , how can i redirect Homepage by Device ( ios device to ios homepage , ... ) . Current HomePage is for PC .

3/ My Post have Textblock with so much text , so how can i add See More Button between text to expand full content of Textblock .

Thanks for All !

Hey,

1. Have you confirmed that this only happens when you use Salient as opposed to one of the default WP themes?

2/3. These items would take some custom development as of now unfortunately

Cheers

Hi, I’m currently not using a child theme but would like to switch over to the theme so I don’t run into the custom CSS problems when updating the theme. Is there a simple way of doing this?

Also, do you have a guide on the process of updating your theme? Thanks for all your help.

hi i updated the theme using the envato toolkit per your instructions on the help folder, but everything I customized was lost. and this is showing up on my dashboard?

help please!

Warning: get_class() called without object from outside a class in /home/williamscpanel/public_html/wp-content/themes/salient/nectar/tgm-plugin-activation/class-tgm-plugin-activation.php on line 1826

Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in /home/williamscpanel/public_html/wp-content/themes/salient/nectar/tgm-plugin-activation/class-tgm-plugin-activation.php on line 1826

Hey,

1. Where did you make your customizations – Are you talking about code changes or theme settings?

2. Have you tried to manually update by downloading the latest release and uploading it via the appearance > themes section in your admin panel?

Cheers

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