38438 comments found.
Hey! I have two things I would like to help with.
1) How do I add dates to the feed when post was published? (See the homepage at www.crafty.se)
2) When I add youtube videos at the beginning of a post, the youtube code will appear in the box in the feed (if I switch to one of your other designs where both headline and text are visible) How can I hide the code?
Hey AlexanderMJ,
1. That information would need to be added into the includes/post-templates/entry.php file -if you’re on the latest version, around line 460 would be where to call it
2. In the Salient options panel > blog > functionality tab, enable the option for “Automatic Post Excerpts”.
Cheers
On my homepage I’ve been trying to find where this ’’lorem text’’ is located for the longest under my obey alliance post. i looked in the post & the coding I just want to erase it. Heres a picture http://prntscr.com/ipy02v & heres my site. http://vaveili.com/
Hey Vaveili,
When editing your post, ensure that the excerpt field in enabled in your “screen options”
Cheers
Great theme guys, thanks for all your work.
I’ve found (and fixed) a bug where the food menu items don’t get the custom class set in VC.
File:
nectar/nectar-vc-addons/vc_templates/nectar_food_menu_item.php, line 7
Bug:
Has no support for the $class variable from the shortcode.
Fix:
Change
<div class="nectar_food_menu_item" data-style="'.$style.'">{...}</div>
to
<div class="nectar_food_menu_item '. $class .'" data-style="'.$style.'">{...}</div>
Hope this helps you/others. Is there a better way to report these? My support has expired so I can’t use the support forum, but I’m trying to contribute rather than asking for help…
Cheers, Dale
Hey Dale, thanks for letting me know! It’ll be sorted in the next update 
Hi,
Seems to be an issue in Safari, if you look at the webpage https://tabledumarche.co.uk, the section of text just under the hero image shows a colour block behind the text in the background, whereas in Chrome and other browsers it doesn’t. I’ve tried multiple variations to this and it always leads to a colour block. I’ve used working elements but as soon as I drop the text in it appears again. Any help?
Hey icecreamdigital,
Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Cheers
make authorization through social networks for commenting
Nicko_217, there’s already free popular plugins for this like Disqus
they are paid, or with the display of advertisements in the comment feed
Hi, not quite sure how to explain this. On my about section I’d like to give all of the columns a grouped white background and border. At the moment it’s just giving individual columns the effect. I think I’d like to target the individual “col span_12 dark left” with: background-color: white; border: 1px solid #a57c4b;
So basically I’d like the row to have a textured pattern background – which it does. Then have a white block in the middle with all the content, not just the columns as it currently does.
Hopefully you can help, Thank you
https://avenueoverthemoon.com/#AboutHi – one other thing – is it possible to have 2 or 3 colours for the particles for the html 5 intro banner instead of the random colour option?
Hey tricks28,
1. You’d need to use an inner row inside of the parent row row and set the BG color on that to white – if you’d rather color the span_12 to not alter your current layout, add this into the custom css box in your Salient options panel:
#about >.col.span_12 {
background-color: #fff!important;
}
2. Unfortunately there’s no option for this as of now, you’d need to supply the image already in the color division you desire
Cheers
SUPER Thanks to DFactor for the Modernizr.prefixed Fix!
HUGE SAVE here. Exact issue occurred. My Theme was updated but I had to manually update my functions.php’s link to Modernizer for some reason. ??? Thankfully I only spent an hour trying to fix it until I came across this thread.
Hey jaxmediadesign,
that’s strange – the issue you’re referring to was cleared about a year ago. Can you share your URL where this happened so I can check your setup?
Thanks
Hello ThemeNectar,
almost finished with my site, just noticed one thing though. It seems like every video I embedded (regardless if youtube or vimeo) has a small black border on the bottom side. I am pretty sure those weren’t there before, maybe since the last update? Here are some examples:
https://mikekren.at/projects/zoot-woman-memory/ https://mikekren.at/projects/galaxy-the-back-room/ https://mikekren.at/projects/frauenhelpline/I have played around with the row and column settings but can’t get rid of it.
Any tips would be appreciated, thanks!
Cheers, Mike
Hey Mike,
add this into the custom css box in your Salient options panel:
iframe.iframe-embed, iframe {
display: block;
}
Cheers
Hi for my H1 animated title, color strip reveal how do I make this opacity 0.8?
Thanks
Hey PJSGroup,
add this into the custom css box in your Salient options panel:
.nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after {
opacity: 0.8;
}
Cheers
Hi, first of all – I love your product – it’s simply breathtaking! I only have a simple blog, but I really want to give it a try. Do you maybe have a list of bloggers using your theme? I’d love to see some of their creations:) Thanks! 
Thanks Karolya 
Unfortunately I don’t keep a list of a blog showcase – however a lot of users share their URLs in the comments so you could probably find a bunch that way.
Cheers
Hi, would you please help me fix what’s breaking my map? https://vinski.io/contact/ Thanks
Hey kelvinski254,
I’m seeing your map display normally on that URL, can you let me know what you’re seeing on your end and what browser you’re experiencing it on?
Cheers
Alright it seems to be working now. Thanks..
Hey kelvinski254, glad it’s sorted for you now 
One more thing admin, could you check on your mobile that my site isn’t displaying properly. I know there’s a setting i’m missing somewhere that’s messing things up on portables. Any pointers?
Hey kelvinski254, I’m seeing a javascript error coming from the plugin you’re using for a facebook chat – could you temp disable that to see if it fixes it on your end?
I’ve deactivated the plugin from facebook chat but the problem still persists. Actually I have been experiencing this problem even before I installed the chat plugin.
Thanks
Hi there, I’ve noticed that all WP blog native gallery images are not linked to attachment pages. For example, in this blog post at the bottom there is an image gallery which consists of 8 product images. In the gallery, the setting is “Attachment Page” so all gallery images should be linked to the product pages e.g. here but instead the image is opened in browser. It was working fine before. Thank you.
Hey Poloplayer,
I’m seeing your gallery attachment links redirecting to the image source even when accessed directly e.g. https://www.takaski.com/product/ochaski-kyoho-organic-roasted-hojicha-green-tea-made-japan/kyoho4a/?ph=520e08a63daa08ffebfa06f6 leads to https://www.takaski.com/wp-content/uploads/2018/01/Kyoho4a.jpg
Have you verified this only occurs when Salient is active? Salient doesn’t alter native gallery linking by default
Cheers
Contact form does not work HELP ME
Hey amadorsi, Salient doesn’t have a built in contact form, the theme only provides styling for form plugins – what’s occuring with your contact form plugin? Can you share your URL and explain the issue?
Cheers
sorry, nevermind
Hey cwayneboss, I’m glad to hear you’ve sorted it out 
Hey there – I’m very sorry but I searched through a LOT of comments and tried a lot of code but still I couldn’t find the solution…
I’m trying to change the font color of the text that the customer needs to fill into the woocommerce checkout form… at the moment it’s black on grey which doesn’t look great…
I tried several css but maybe I haven’t found the right one yet or it gets overwritten by the theme?
also the dropdown of the embedded country selector I would like to change to grey and its font color to white if possible?
maybe you could point me in the right direction any help is highly appreciated… 
best regards,
Nadia
Hey Nadia,
Please share your site URL in regards so I can take a look at your settings to assist
Cheers
Hey man, thank you very much!
www.utopiacrystals.com
Hey Nadia! add this into the custom css box in your Salient options panel:
html body[data-form-style="minimal"] .minimal-form-input.has-text input {
color: #fff!important;
}
body .select2-container--default .select2-selection--single {
background-color: #222!important;
border: 1px solid #333;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff!important;
}
Also, is that your personal crystal work? Been scrolling through the shop – the necklaces are seriously beautiful <3
Cheers 
Heyyyy thanks so much
yes it’s indeed personal work, crafting it myself, glad you like it :))
thank you very much that helped already big times… unfortunately, when I delete the text in a field, click somewhere else and then back in the field it appears back in black and not in white? and the “additional Information”-section font stayed black? :(((
heeeelp?
thank you for your support, I really appreciate that!
Cool to hear Nadia, keep up the awesome work 
Add this into the css box as well:
html body[data-form-style="minimal"] .minimal-form-input {
color: #fff!important;
}
Cheers
Hello! I have a custom home page and I would like to have the blog magazine demo layout as the front page of the blog. I cannot figure out how to configure this in a page. The recent post widget height does not appear to be customizable and does not match the blog magazine demo settings.
Hey ariellebeacon,
Please share your URL in regards so I can take a look at your setup
Cheers
Here it is http://www.experiencebeacon.io/new-blog-page/ This is the setup: 1. Bottom Navigation Recent Post slider 2. Multiple visible recent post slider 3. Post with featured row and sticky bar
Hey ariellebeacon,
I’m not seeing any posts displaying on that page at all – Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com
Cheers
I just extended support but when I try to submit a ticket, am told my support is expired.
Hey ariellebeacon, have you tried to use a new email address or submitting via the new support purchase code Envato has given you for the support pack?
Hello, I have a ticket open but not sure anyone logged in to look at the page. I was told to update the theme but it is up to date and still broken. My ticket number is #1503445. Are you missing any information?
Hey ariellebeacon, I just located the ticket and responded in regards 
Hey i Just wanted to find out how to add a side bar in a woocommerce product category page. Also how do you change the default search to show most popular? Thanks in advanced
Hey Daz_sa,
1. In the Salient options panel > WooCommerce options tab, you’d need to select one of the sidebar layoutws for the “Main shop layout” option and then set your widgets in the Appearnece > Widgets section of the admin panel.
2. Are you referring to the serch for WooCommerce products?
Cheers
Thank you for the response.
1. In the Salient options panel > WooCommerce options tab. You can only enable “Main Shop Layout” Side bar or “Single Product Layout” . I would like a side bar to display in the product categories pages. On these pages: https://roguecookies.co.za/product-category/hardware/motherboard/ ( i have tried other plugins mentioned in this forum but their is so kind of conflict and the non of my side bars display once enabled. )
2. I am referring to the default filter found on a shop page: “default sorting”, “sort by popularity”, “sort by average rating”, “sort by newest” ..... – i want to change the default to one of the other options.
3. I added all my widget to the side bar. i just want something simple like your demo page with side bar. But the filters are not displaying: “filter product by price”, “filter product by attribute”, “active product filters”. The only items that show up are the “search” and “Recent viewed products”. See there: https://roguecookies.co.za/graphics-cards/
4.The “Recent viewed products” in the page side bar is messed up and is fine in the single product page side bar.
Page side bar: https://roguecookies.co.za/graphics-cards/ Single product: pagehttps://roguecookies.co.za/product/sapphire-r580-nitro-8g-oc/
Any help will be greatly appreciated
Sorry i figured out : “1. In the Salient options panel > WooCommerce options tab. You can only enable “Main Shop Layout” Side bar or “Single Product Layout” . I would like a side bar to display in the product categories pages. On these pages: https://roguecookies.co.za/product-category/hardware/motherboard/ ( i have tried other plugins mentioned in this forum but their is so kind of conflict and the non of my side bars display once enabled. )”
Sorry i figured out: ” 1. In the Salient options panel > WooCommerce options tab. You can only enable “Main Shop Layout” Side bar or “Single Product Layout” . I would like a side bar to display in the product categories pages. On these pages: https://roguecookies.co.za/product-category/hardware/motherboard/ ( i have tried other plugins mentioned in this forum but their is so kind of conflict and the non of my side bars display once enabled. ) ” – Main Shop Layout enables side bars on all woocommerce pages.
Hey Daz_sa,
2. This would require a mod to WooCommerce: https://gist.github.com/mikejolley/1622323
3/4. It appears you’ve created a custom page to generate the product display/sidebar instead of using the pages generated by WooCommerce. Certain WooCommerce widgets can only be used inside of the normal WooCommerce loop i.e. instead of https://roguecookies.co.za/graphics-cards/ see this: https://roguecookies.co.za/product-category/hardware/graphic-card/
Hi, Under custom heading I can find droid sans, but when I go to Salient’s back end and try to set this font as a default for my theme it does not show up.
Hey silverlithomes,
Please open a ticket in regards with your admin credentials in regards so we can check out the setup https://themenectar.ticksy.comCheers
hey guys, i have your theme. Firstly, well done, top theme. Straight forward to use and offers heaps of options.
Question – I’m creating an ‘invite’ page, for a party for a book launch. Is there anyway of having that the ‘shopping cart’ removed from the banner on that specific page? here is is on the homepage: https://leadershits.com/
Also, do you know of any RSVP plugins that work with the site?
Ta
Pete
Hey Pete, thanks a lot!
1. Add this into the custom css box in your Salient options panel:
.page-id-669 .cart-outer {
display: none!important;
}
2. Unfortunately I don’t have a specific plugin to reccomend for this, but if you encounter any errors please just let me know
Cheers
Hello,
Can you please answer my ticket?
thank you
Hey josephhh, I responded earlier in regards 