Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,843 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38359 comments found.

Hi,

can you please help me out with an issue? when i want to share the front page on facebook and there are no thumbnails to select. http://onairmusicawards.ro/ – this is the front page.

i have set the featured image and i know this is the image that may show as thumbnail when shared on social networks / or the logo from header.

on other pages, i can choose between logo or an image that is added on the page, but what should i do with the front page?

Hey crdesign1,

You can use this tool to debug open graph tags when things aren’t working right: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fonairmusicawards.ro%2F It looks like the current issue is that “More Than One OG URL Specified”

It looks like the source of the problem is from JetPack since it’s adding the second set. Can you please remove that feature and test through the debugger again?

Cheers :)

thanks a million!

You’re welcome :)

Hi!

On my website I have to columns with toggle panels. –which by the way is a pretty cool feature. It seems to me that the colour of the toggle panel by standard is some kind of grey, with a high level of opacity.

In the row with my toggle panels I would like to have a full width background image. But then the toggle panels kinds of disappears. The panel it self has too high an opacity, and the font is to light for the panel to be visible.

Is it somehow possible to change the opacity of the toggle panel? (to be clear this is when there are closed) – the colour of the closed panel? Maybe the colour of the text/title and the line around the panel? Just so the toggle panels gets clearly visible? The toggle panel is fully visible in unfolded condition.

Thx.!

Hey friis80!

Is you can share a URL to the page where this issue occurs I’ll gladly provide the necessary CSS to sort it for you :)

Cheers

thank you so much. Found a fellow student who helped me out. Cheers anyway!

You’re very welcome & glad to hear you sorted it :)

Woocommerce: How can I style this single button without changing the others. I want it blue, the other buttons have to stay grey. <input id=”place_order” class=”button alt” type=”submit” value=”Buy” name=”woocommerce_checkout_place_order”>

Hey,

add this into the Custom CSS box located in your Salient Options panel:

 
.single-product .summary .single_add_to_cart_button, 
.single-product .summary .single_add_to_cart_button:hover {
  background-color: #30cde9!important;
}

Cheers :)

Works like a charme. I changed other bottons with this method, too. One button of two showing is difficult to catch cause it has the same class name. Can you have a quick look: HTML: <input id=”place_order” class=”button alt” type=”submit” value=”back” name=”woocommerce_checkout_update_totals”> <input id=”place_order” class=”button alt” type=”submit” value=”buy” name=”woocommerce_checkout_place_order”> CSS: .woocommerce-page .place-order .button, .woocommerce-page .place-order .button:hover {

It catches both buttons, I want only the first (back) to have a custom color (grey).

Hey again!

Change that to this:

.woocommerce-page .place-order .button[name="woocommerce_checkout_update_totals"], .woocommerce-page .place-order .button[name="woocommerce_checkout_update_totals"]:hover {

Cheers

Great theme but I have a question. How can I add tables? For example I would like a 2 column table with one column having a background color and the other a different color…

Thanks ctrlinternet :)

If you don’t wanna write the tables with HTML I would suggest using a plugin for a visual friendly method: http://wordpress.org/plugins/easy-table/

Cheers

After placing order it redirects to http://mysite.com/cart instead of thankyou.php How can I redirect customers to actual thankyou page!?

Hey again!

Salient doesn’t modify the behavior of WooCommerce in regards to anything with the checkout process – I’m seeing the regular thank you appear locally/on the demo as well. Can I see your URL again so I can test for this as well?

Thanks.

You’re welcome :)

.woocommerce-errors are not showig completly, they hide under the sticky menu. They only show when scrolling on top of the page manually. Can you give me help. I tested: .woocommerce-error { margin-top: 32px !important;} But this is not a solution cause it still scrolls to the bottom of the info box.

Hey royaltask! Can I grab a URL so I can check this out on your setup? Also if there’s a specific page or way to get this to occur on the demo please let me know :)

Cheers

Thanks I will check and mail you my project.

Sounds good – please just let me know when you’ve done so :)

I want to buy your theme, but I have some questions.

1. It is possible to display content other than photos or videos in the lightbox and on the project page in the portfolio? For example, html pages or websites. And content should be opened to fullscreen in the lightbox.

2. Is it possible to replace View Larger and More Details to the icons?

Hey myp3ilka!

1. It’s not possible through a lightbox via the portfolio yet – however there is the option to link an item to a custom/external URL which would open in a new tab if that works for your use case.

2. This would require editing the theme files to replace the words with an icon/image.

Cheers :)

Hey Tomek!

Your meta description is entered in correctly (you can check by simply viewing the page source) and confirm by seeing what other search engines are using – however, Google does not guarantee the use of that tag and will only do so if they feel it gives a really good picture as to what your page is about. Read more on this here: http://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-metadescription-not-working-properly

Hi, i want to add the WPML plug-in into the second nav bar.

Here’s the html code: <?php do_action(‘icl_language_selector’); ?>

(or should i use this code: <?php do_action(‘icl_navigation_menu’); ?> or both?)

If i want the plug-in placed here: http://i1287.photobucket.com/albums/a637/saggimo/screen-11292526032014_zps0b91450f.png

Which line should i put the code in header.php EXACTLY?

my site: http://wp.motif.com.tw/

Hey saggimo,

The first should be fine however there’s already an option in WPML to place it in your desired menu. Please see: http://i.imgur.com/HHYJ1Ak.png and simply select your secondary menu location :)

howdy again

is there any way to get content to display in full width sections out side of the 1100 page width? say you have a bunch of columns and you want them to spill beyond the the page bounds so it takes up the entire width of the display

im on a heavily modified version of 2.05 – wish i could update but it would be too time consuming now. :(

Hey ozoneinteractive, there’s actually an option in 3.0 to allow this but since you’re unable to update it would pretty much require custom development. 2.05 is pretty far back and there’s nothing in place in that version to break out of the container for the content. Your best bet would be to create a custom page template where you could manually add html outside of the .main-content div to allow a full width display :)

I’m having a clipping problem with parallax images on Mac OSX. There is a little white bar that gets pulled up slightly when scrolling past the image. Here is my example if this is confusing- Equiso.com

How can I remove this?

Hey sramirez6208! You just need to reduce the padding you’re setting on the sections slightly. Try bringing it down by 100 and it should resolve the issue :)

I need to vertically align the main menu within the header. I see that it is aligned to the top right now. I looked at the CSS and then the init.js, but not really sure which command to edit.

Cheers

Hey sean7787,

Can you please share your URL so I can see what you mean better to assist?

Cheers :)

Hey, can I DM that to you? I already included that info in the Ticket I created at http://themenectar.ticksy.com/ (Ticket: #186158)

Cheers

Hey again!

It looks like Tahir almost sorted it for you – but you just need to change the rule he supplied to include a couple more things:

#menu-item-975 > a > img {
    float: right;
    margin-bottom: 0;
    position: relative;
    top: -10px;
}

Cheers :)

I am brand new to this theme and have been beating my head against the wall trying to figure out just how to add an image to my page and make it a button… I KNOW this has got to be extremely simple, but so far all I can do is add an image and then stick a button underneath it. Where in the short code can I do that?

Hey dawidio,

You can simply wrap the image in a standard HTML anchor. Insert this into the text tab on your editor and change the source to your own:

 <a href="http://themenectar.com"> <img src="your-image-source.jpg" /></a>

Also, I’m not sure as to what look you’re going for, but just in case you’re trying to make the image link span full width – make sure to change the row type to “full width content” :)

Cheers

Hi,

I submitted a ticket but haven’t had a response yet.

We have rel=”author” appearing in the source code for individual pages which is pulling though the page author and we think is originating from the theme. We want to remove this from pages and just keep active on the blog. Any ideas on a quick fix for this as can’t find an option in the settings.

Cheers, Adam

Hey Adam, Salient doesn’t add that for pages – only on posts themselves on the author link. Are you certain a plugin is not adding it in? Please let me know your ticket id so I can check your URL for you quickly :)

Cheers

Hi, We’ve sorted this now. It was a setting in another plugin. Thanks for pointing us in the right direction.

Cheers, Adam

No problem!

Cheers :)

Dear ThemeNectar,

Great theme guys, been running it for a while now and I keep getting compliments about the site :) Thank you for making me look somewhat capable ;)

A question though… I would like to add an image on a page. I would like this image to change on mouseover (and click thereafter) like the portfolio items do in alternative style… so with a caption of some sort and a color. Is this possible in some kind of way? I know the code and js should be there, but I was wandering if I could use that transition ect on a page level on an image.

Thanks in advance!

Thanks! :)

1. Yes, it would be fairly easy too – just alter the markup of the item to match what you see in the template-portfolio.php for your desired style :)

2. The gallery slider option was removed since it is now obsolete – the image gallery element in the page builder offers the same display as that plus a ton of other options and the flexibility to move it where you need in the page rather than being forced to keep it at the top.

1: indeed, fiddled around a bit and it works fine, thanks!

2: Aaah ok, that makes sense. But I was a bit confused since in my ‘old’ portfolio items the checkbox was still there. The new features are indeed a lot more powerfull and versitile.

Thanks so much for the help and the quick responses!

Yeah sorry for the confusion! I left the option around for any projects that were already using it so the functionality wouldn’t be stripped – just going forward with all new projects if you wish to make a gallery it would be appropriate to use the image gallery element :)

Cheers!

Dear ThemeNectar team,

I want to commend you for making an truly beautiful and optimized WP theme. What a talented group! I’m blown away by your thoughtfulness to detail, the ease of use, and it’s sheer beauty. It looks like you have invested a lot of time, and tender love and care of which we get to enjoy.

Thank you and the Lord bless you. You’re efforts are appreciated and your hard work shows. Please keep producing excellent work.

jtobler, that really means a lot :)

Thanks so much for taking the time to say all that!

Is there an option to disable the sticky navigation?

Hey luxerman, you can accomplish this with css – add this into the Custom CSS box located in your Salient Options panel:

 #header-outer { position: absolute!important; }

Cheers

Does this theme support full width text parralax at the same rate as the background? Text is available on the nectar slider, but i wanted to parallax multiple images on the same page, which up to this point i understand is not possible. Is there another way?

Hey sramirez6208,

there’s no way to change the speed of the content/text within a full width parallax section to be different than the BG without some custom development. This is because the current script is only animating the BG image position of the row and is not targeting the inner content in anyway.

At least 80 comments regarding cut off images, and when I post at support, they act like I am crazy and it has nothing to do with the theme.

This is obviously a problem. I am tired of buying stuff that is ALMOST awesome.

This should be fixed for all the buyers that trust the promotions. These kinds of “little issues” are big issues if you have invested a great deal of time developing a website using a template only to find out there are issues that are ignored.

I haven’t rated this theme yet, as I was hoping the Nectar team would help me resolve these issues as for the most part I like the theme. But almost good isn’t fair to your customers. And making them feel like you don’t know what they are talking about is wrong.

Clearly…. you have a problem with images and sliders being cutoff. When I moved to Layerslider – it does the same thing. And when I move all of it to a different theme, the slider images show just fine.

Why not fix it? Why not make it right and keep a good reputation? Most people here are patient and cooperative (buyers that is).

Hoping for some good news!

Hey robynthomas777,

I apologize you felt that way but can you please provide the ticket number so I can ensure it was indeed me who you spoke to? Since respect is very important to me, I have never shown any disrespect to a buyer even when few have shown a bit towards me so I would like to read over what you’re referring to.

Every time someone has asked this question I’ve done my best to explain what is actually happening & why it’s happening since there’s no mystery.

The issue only arises when a user essentially tries to use the slider in a different way than it was designed for – i.e. putting more importance on content they’ve embedded directly into their BG image itself than the fields provided for heading/caption/buttons in each slide. In these cases, for example, if there was text built into the images that was near the edges of the image – the css property background-size: cover is not ideal since there will be some clipping depending on the screen size viewed.

As I’ve mentioned to tabishiqbal just a day ago – there’s going to be a new option in the upcoming release to allow for perfect scaling of slider images for this use case. The update is due out later in the week so please sit tight :)

Cheers

Hi all,

first of all.. I would like to say the theme i great! :) Thank you.

I have a small issue and few question.

1. I try to use a code localization plugin for translation but it doesn´t work. Words are not translated after saving .mo..

2. How can I chage fonts and a background color of widget/sidebar? I would like to use extra class name but I don´t know how to use it.

3. Can I work with style.css file via ftp? I tried to change a widget font but the layout of whole theme get broken and moved to the left side.

Thank you very much and have a nice day.

Jay

Thanks for the ticket – I’ll be with you on that soon :)

Cheers

Hi again, I have found some more issues. Could you try to fix it also? Thank you very much. I added more comments here: http://themenectar.ticksy.com/ticket/185496 Jay

Hey! I’ve just responded with the solutions :)

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