38435 comments found.
post twice by mistake
No worries
Hi does your theme index with google microdata ?
Hey Arreg,
you could use a plugin for that: https://wordpress.org/plugins/google-seo-author-snippets/
Hello, I’m using the model portfolio full screen. I would like to insert the tags the attributes of the project within the text.
How to do this using this page more personalized portfolio??
Hey rolldigo,
Could you share your portfolio URL so I can better see your current setup?
Cheers
.
Hey, it looks like the URL didn’t get correctly pasted in, could you try that one more time?
Cheers
Purchased, installed and all I get is a blank screen. Need a resolution, every minute the website is down is a potential customer lost.
Installed a new wordpress install and got this message
Fatal error: Class ‘WPBakeryShortCode_VC_Row’ not found in /home/content/p3pnexwpnas06_data03/96/2265496/html/wp-content/themes/salient/nectar/nectar-vc-addons/nectar-addons.php on line 420
Hey aashley21, please ensure you don’t have the raw Visual Composer plugin active prior to activating Salient
Is there a specific CSS code to hide the excerpt text and admin as well as categories in Recent Posts? Instead, just show the image and title that links to the post? Thank you for this great theme and your customer support!
Hey acmediaservices,
Add this into the custom css box located in your Salient Options panel:
.blog-recent p, .blog-recent .meta-author {
display: none!important;
}
It still shows the – l Events (the bar and the category)
The short text excerpt still shows as well. All the code did was take out the author but not the rest of the info I requested to hide.
If this doesn’t remove it all please share the URL to the page
.meta-category, .meta-comment-count, .meta-author, .blog-recent p {
display: none!important;
}
It did help with taking out the admin and category. What is the code to take out the short text excerpt so that all we see is the image and the post title? Thank you 
Could you kindly share URL to the page? The last part of the snippet should’ve handled the excerpt as well
I’ll post a ticket with the private link to view
Thanks!
Hey!
On mobile, on a product page if you you click a product image there are arrow to navigate AND PREVIOUS and NEXT buttons. They are also not centered. Can you help fix this…
http://i.imgur.com/YbSdErf.pngThanks!
Hey petruccelli,
Could you kindly share your URL so I could check on this for you?
Cheers
ursack.com/newsite
Also the same kind of thing is happening on mobile, on the shop page, the sorting bar is bumping into the type on the left and sorting bar is not aligned with type on the left.
Hey, add this into the custom css box in the Salient options panel
body .pp_gallery .pp_arrow_previous, body .pp_gallery .pp_arrow_next {
text-indent: -9999px!important;
}
@media only screen and (max-width: 1000px) {
#page-header-bg .span_6 h1, h1 {
font-size: 29px!important!important;
}
html .woocommerce .woocommerce-ordering {
float: right!important;
}
}
Cheers
Hi, I wanted to know whether this theme supports multiple shopping pages. I want different pages for different category of products. Can I do that?
Hey aalapkbharucha, you could accomplish that via WooCommerce shortcodes (WooCommerce is the only ecommerce plugin supported out of the box)
Just an FYI this theme has some issues with Gravity Forms when using their page break option to break a form up into multiple pages. This theme causes the “Next” button (to proceed to the next page) to appear in the middle of the form and the footer line separator behaves similarly.
Hey co50,
Could you kindly share your URL to that page so I can check this out?
Cheers
I cannot since it is a customer-only URL (I didn’t create a support ticket because this comment section gets faster responses and serves as a great resource for those with similar issues).
However if you want to reproduce it, it’s simple:
1) Create a Gravity Form. Add some fields like Name, address, some text fields, etc. Specifics don’t matter. 2) Split it into 2 pages using the Page break function. 3) Now view the form. The “Next” button will be in the middle of the form instead of at the very bottom.
The following code fixes the issue but needs to be applied on any site that uses Salient:
.gform_wrapper .gform_page_footer { clear: both; }
Thanks for listing the fix – will note to test and work it in 
Hello,
Just want to say that we were unhappy with the initial teething problems we had with your theme.
However it’s only fair to say that after playing around with your theme combined with your support, that your theme is quite simply brilliant.
I’ve used a number of themes and this has to be the best theme I’ve come across. Well done!
Thanks to all!
Hey fskhan,
that’s great to hear! 
Cheers
Hi I have a bug on Internet Explorer 8 that blocks all loading of the website, and the site go in crash. could you please tell me how can I disable nectar-slider.js only on Internet Explorer 8? thanks
Hey Jagoda, unfortunately IE8 isn’t supported so that would require some custom development as of now
Hi,
I am stuck at custom categories. I have added new categories to my portfolio and have assigned them to projects but they do not appear in the sort portfolio row. What am I doing wrong?
Please guide. Prajakta
P.S.I am not a coder and I don’t understand programming. I have edited the theme watching tutorials. Everything else seems to work fine.
Hey PrajaktaSarfare,
Could you kindly share your URL so I can check on that for you?
Cheers
Hi,
is it possible to add a background image to the navigation area? Or to make the navigation area transparent os it reveals the background image?
Thanks,
Will
Hey Will!
Add this into the custom css box located in your Salient Options panel:#header-outer {
background-image: url('your-img.jpg')!important;
}
Cheers
Hi, i have 4 questions:
1) How can I remove the “Love It” button in the entire salient theme?
2) How can I fix the sidebar on scrolling with the latest woocommerce products and the social networks sharings (screenshot1 https://www.dropbox.com/s/6zhx3fjbhz3iujc/Sticky%20Sidebar%20With%20Woocommerce%20Products.png?dl=0 – screenshot2 https://www.dropbox.com/s/qgs9vijvdn7k8ue/Social%20Sharing.png?dl=0 ) in a single post like this (http://www.pixeldesignweb.it/tatuaggi-contemporanei)
3) How can i remove the sidebar on a single post in the responsive view for the smartphone? (because sometimes the posts are too long)
4) When i turn on AJAX Page Transitions the plugin WooCommerce – Gravity Forms Product Add-Ons doesn’t work ( http://www.pixeldesignweb.it/grafica-e-stampa-biglietti-da-visita/ ) and doesn’t display the woocommerce form (Now AJAX Page Transitions is disabled )
Thanks in advance
WordPress 3.9.2 Salient Version: 4.5.1 WooCommerce Version: 2.1.12
I have not made updates to the latest versions because when I tried they came out mistakes to the entire site (like css issue) and I had to restore the backup
Hey,
1. Add this into the custom css box located in your Salient Options panel:
.nectar-love-wrap {
display: none!important;
}
2. Unfortunately the fixed scrolling sidebar is only available in the portfolio single page as of now – adding it to other areas would require some custom js development.
3.
@media only screen and (max-width: 1000px) {
#sidebar {
display: none!important;
}
}
4. Change the transition method to “simulated AJAX” – this is available in Salient v4.8.1
Thanks a lot
2) I added the fixed scrolling sidebar with the plugin Q2W3 Fixed Widget but I can not set the author bio and the area of the comments in order to hide the fixed sidebar.
I would also like to add a social sharing widget on the sidebar with sharing the post as in the screenshot ( https://www.dropbox.com/s/qgs9vijvdn7k8ue/Social%20Sharing.png?dl=0 )
Hey again!
1. Add this into the custom css box:
.ascend .comment-wrap, .ascend #author-bio {
z-index: 100000!important;
background-color: #f8f8f8!important;
}
2. You should be able to use the social sharing shortcode in a text widget in your sidebar area – is there an issue you’re encounter with it?
1. I added the custom css and the fixed sidebar appears above the comments section again. 2. Adding social widgets as you suggested, I disappear, the number of shares that example in this article ( http://www.pixeldesignweb.it/tatuaggi-contemporanei ) was about 50 and now 0
The custom css now works 
but the issue for the number of shares still remain.
Glad to hear – unfortunately the social sharing buttons are only meant to be used once per page, I didn’t realize you were doing it on the single post -
Is it possible to remove the hover effect on social network sharing by default and then remove the count of 0? Like the social network sharing in the fixed sidebar. Thanks a lot
Add this into the custom css box located in your Salient Options panel:
.share-count-total {
display: none!important;
}
Can i replace the sharing widget of the ascend theme with the social sharing shortcode like the fixed sidebar?
And can i add that shortcode to the blog post preview to share the post directly from the homepage for example?
Thanks a lot
1. That would require a mod to the single.php file
2. Unfortunately the buttons work by grabbing the current URL so they would all just share the main blog page rather than the posts
Hey Guys, I’m trying to make the rotating portfolio full width on my homepage. Can you help? http://50.87.189.220/heynowmedia/site/
Aso, the contact form on the bottom of my portfolio page has a red box right above the footer. How can i get rid of that? http://50.87.189.220/heynowmedia/site/portfolio/
Hey mrindubitably,
1. I currently don’t see a recent projects element placed on there – but if you add that in there’s an option to display full width 
2. I can’t see this occurring when testing on Firefox/Chrome – what browser are you experiencing this on?
Cheers
You guys are awesome! Always answer my questions and are so helpful. The issue i’m having on the homepage is with the clients. I want their logos on a full width rotator. It seems to only work with a 2/3 grid. Not sure why. Can you guys help me? Here’s my link http://50.87.189.220/heynowmedia/site/
You’re welcome 
Could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com
sure
Thanks!
I need to have a specific order of social icons, both in the footer and below each portfolio item:
portfolio item: facebook, twitter, pinterest (this is already the correct order) footer: facebook, twitter, pinterest, instagram
[Previously posted as JoeEBasta]
Hey samusesca! Please see my response to JoeEBasta in regards 
I need to have a specific order of social icons, both in the footer and below each portfolio item:
portfolio item: facebook, twitter, pinterest (this is already the correct order) footer: facebook, twitter, pinterest, instagram
Hey JoeEBasta,
If you need to modify the order you can edit the footer.php & single-portfolio.php files in regards
Cheers
I add one google map on a page but the marker does not appear. I saw the cooment that i must install Salient v4.5.22 but how can i get this version of salient. I’m now on 4.5.1
I have solved the problem problem… I have another question about the google maps. How can i put in the description field html code or description in many rows?
Hey kaftakis, glad to hear you sorted the first issue – in regards to placing html into the description you would need to use the contact page template which is configurable from your theme options panel as opposed to the Visual Composer element
Hi,
For the life of me I can’t figure out why I can’t change the header text in the nectar slider at certain resolutions.
This code seems to be working fine:
@media only screen and (min-width: 1281px) {
.swiper-slide .content h2 {
color:#FFFFFF;
display:block;
font-family:OpenSansLight;
font-size:40px;
letter-spacing:-1px;
line-height:45px;
}}
But then when I try the same for small resolutions, it does not:
@media only screen and (min-width: 980px) and (max-width: 1280px) {
.swiper-slide .content h2 {
color:#FFFFFF;
display:block;
font-family:OpenSansLight;
font-size:20px;
letter-spacing:-1px;
line-height:45px;
}}
Any thoughts as to why this is not working? Thanks!
Experiencing the same thing with the logo height. Here is the code I’m using:
@media only screen and (min-width: 0px) and (max-width: 980px) {
body header#top #logo img {
height: 90px;
}}
Hey, Make sure you’re setting !important on the rules
Hey ThemeNectar,
Just an idea: I think that it would be quite nice if there was an option to use ‘Fade’ Slide Transition instead of ‘Slide’ for Nectar Slider Style Image Galleries.
Cheers, Teemu
Hey Teemu, that’s a fair request – I’ve noted it on the wishlist 
Great, thank you. 
You’re welcome 
Hey, your theme is still AMAZING, thx for the awesome support!
I have a problem with changing the background color of my woocommerce shop page…
for test purposes I changed the custom CSS on a draft page to
body, body .container-wrap, body .home-wrap { background-color: #d62287!important; }
and it WORKED!
but if I try the same with the shop page it has no effect at all… any ideas?
Best regards, Nadia
Hey Nadia could you share your url so I can check out the shop page real quick? Cheers
No worries – add this into the custom css box located in your Salient Options panel:
.woocommerce .container-wrap {
background-color: #d62287!important;
}
hey, unfortunately it’s still not working! =((( please help?
Please ensure you didn’t accidentally paste the
<pre> </pre>tags in with the snippet
haha thx, but it still does not work…? =))
Could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com