38441 comments found.
Hey there – i just need to know how i link menu links from one page to row locations on another page, thank you.
Hey, here’s the tutorial on animated row linking https://www.youtube.com/watch?v=Rj-NQ3YItlc and in order to link to another page > row, you’d just need to enter the full URL + the row id for your link, e.g. http://themenectar.com/demo/salient-one-page/#work
If i do what you said my site just goes blank and this URL comes up :
?preview_id=11&preview_nonce=0e4104ba5b&preview=true#1
If i disable animated anchor links in the general salient settings – it seems to work, but it’s really bugged, like you have to refresh the page because it fails to load after pressing the link.
Hey,
Make sure you also turn on the “Disable fade on click” option if your using page transitions
Cheers
Hi there! It seem woocommerce product filter by mihailovic nenad is messing up the search results page. First no products were visible at all, later i added visibility: visible !important.
Please see the result for yourself: http://gpmoto.de/?s=helm
If i change the query string to post_type=product there are no problems so far. Where can i change the query string persistently?
This would require a mod in the searchform.php file – this article should help you out in that task
https://premium.wpmudev.org/blog/build-your-own-custom-wordpress-search/
Hi how do I change my current mobile menu www.lagcreative.net to the mobile menu seen in the all purpose demo?
logged into wrong account, just noticed.
I want sticky header on mobile AND the design seen in all purpose demo
Hey,
In your admin panel > Salient options panel > header navigation, choose the “Header Sticky On Mobile” option
Cheers
Hello! I’d like to change the color menu in a specific page with css page setting. Right now I’m using “header#top nav ul li a { color:ffffff!important; }” but not work. How can solve this? THank you in advance.
Hey,
Could you kindly share the URL you’re trying to change it on so I can see your settings?
Cheers
Sure, the page is this: http://bit.ly/1WdWT39 Thanks 
Hey! Add this into the custom css box located in your Salient Options panel:
@media only screen and (min-width: 1000px) {
body.page-id-108 #header-outer.transparent header#top nav > ul > li > a {
color: #fff!important;
}
}
Hey thank you so much! One question, is this a mediaquery? why not a normal css ? I will need more code for others widths? Thanks
Technically with this one you can remove the media query if you have the responsive design option on since there won’t be links in the header anyway below that width
ook! thanks!
You’re welcome 
Is it possible to have the off canvas menu appear on the homepage only? I would like to show the top navigation menu in the header of all other pages.
Hey,
It would be possible with css only – just turn the off canvas menu on and assign the same menu as your main nav and kindly share the URL so I can create the css for you 
Cheers
Ok, here you go: http://52.87.219.25/
Actually, never mind… I figured it out using CSS. Thanks for the hint! 
Hey – glad to hear 
Continuing to have an issue on mobile view (Safari and Chrome) whereby the home page (most recent blog posts) will not load beyond the header. This also renders the navigation and cart icons not usable. It seems to be a hit or miss issue. I’ve been able to recreate when clearing my cache and attempting to navigate to the homepage. Not sure if it’s an issue with how elements are being loaded on the page or what. Any help would be greatly appreceated. Site is newleafwellness.biz. Thanks.
Hey,
Which device are you able to see this occur on? After 10 tries of navigating to your home page from various other pages and simply refreshing I’ve been unsuccessful on an iPhone 6s
Cheers
Hey,
Massive thank you for the amazing theme and the support. I tried to look this issue up but couldn’t find anything, but it’s probably very easy to fix.
So I made a simple one page website with no menu or header, just the logo. I set the logo/header to be not sticky and to hide when not needed, but it suddenly appears when I scroll the page all the way down. I want the logo to stay put. I can’t give you a link as the site is on localhost but here are two screencaps. Could you figure it out without an url or do you need me to put it online?
https://gyazo.com/84de275846444cb05a034dfd46cc15d4 https://gyazo.com/aa05bb217c860cc5a817bf245fbbdba9 <- logo appears randomly when scrolled down.Thanks in advance!
Hey!
Add this into the custom css box in the Salient options panel:
body[data-hhun="1"] #header-outer.detached:not(.side-widget-open) {
display: none!important;
}
Cheers 
How can I put my logo centralised in the copyright section at the bottom of all pages? I would also like to remove the social buttons from this area and move the copyright notice into the centre below my logo.
Hey,
Add this into the custom css box in the Salient options panel:
#footer-outer #copyright {
background-image: url('img-src.png');
background-repeat: none;
background-position: center 20px;
}
body #copyright .span_7 {
display: none;
}
body #copyright .span_5 {
margin-top:100px;
width: 100%;
text-align: center;
margin-right: 0!important;
}
Cheers
I am having trouble getting my logo in the header. I have uploaded it in the Logo & General Styling section of the options panel, but it does not show in the header.
My site is http://braincandy.wpengine.com
Also the video player plugin is not working – http://braincandy.wpengine.com/portfolio/boa-by-the-special-ks/
Many thanks
Hey,
1. I’m currently seeing your logo apply – please let me know what browser you’re not seeing it in
2. That URL appears to be going to a 404, could you verify it’s live for me to check?
Cheers
Hi, is there a way to get this (http://screencast.com/t/by9ylPm1TWxM) out of the source code WITHOUT checking the function “Use external stylesheet” in the Salient Options?
I don’t want to use this function ever since options from the Salient Panel (i.e. typography) don’t apply on the frontend with this function (Caching and giving rights to dynamic-combinded.css didn’t help). Or let’s say I didn’t quite know what “file_put_contents” means – the dynamic-combined.css has the “777”-rights in FTP.
If so – how can this be done? Because I don’t see that much custom CSS in the source code of your E-Commerce Demo.
Thanks! 
Hey,
The reason that code isn’t showing in the demo is because of the use of that option – Have you tried to 777 the css directory as well temporarily to see if it will write? If that doesn’t work it might be worth simply reaching out to your hosting company and letting them know to see if anything else is prevent file writing
Cheers
Hi again,
I have talked to my hosting provider and we noticed, that my htaccess used the setting for PHP 5.4 for my WP – so we thought that maybe the theme is not compatible with it, that’s why we’ve changed it to PHP 5.6. But that didn’t help either.
Also we’ve noticed that the options.css has 0 KB, so it pretty much does not exist. I have downloaded the all files for the theme again, but again the file has 0 KB again. This raises the question whether there are more files that are maybe broken or completely empty?
Thanks for your help. Support will be expired in the next days.
Cheers
Hello Nectar, I have a problem with the theme, there is no way to change the theme skin. For my intents I really need an other skin. Please take a look at #697289. Thanks
Hey,
I’ll take a look at the ticket as soon as I can 
Cheers
Hi, can you please tell me, how can I move the previous, grid and next project links at the bottom of the page so that it sits under the body content and above ‘Leave a reply’? Thanks in advance.
I would also like the Previous, Grid and Next Project links to be above the comments section as well (when a comment has been made).
Hey,
When using the option for the controls to be at the bottom in the Salient options panel, you’d need need to modify the the single-portfolio.php file in regards to be them above the comment area since by default they are located below that in the file
Cheers
Hi, Thanks for the reply. With some help, this move has been achieved however I wonder if in future updates this might be something that ThemeNectar changes from a user experience perspective. If there are many comments, having the previous/next project functionality below hundreds of comments defeats the purpose of navigating people to the next page as it is unlikely they will scroll to the bottom of the page. Thanks again.
Hey there, how do I add another Google Font so that it shows up as an option in the drop down menus under customize / typography?
Hey,
Which Google font are you looking to add that isn’t showing up in the list?
Cheers
Poppins
Hey – i’ve noted to add this into the next update, for now you’d need to edit salient/nectar/redux-framework/reduxCore/inc/fields/typography/googlefonts.php
Hi Guys
Regarding the page submenu item in VC, is it possible to use custom fonts and font sizing? if so how would i achieve this with css?
Thanks in advance
Hey,
Here’s an example:
body .page-submenu li a {
font-size: 12px!important;
}
Cheers
Was really hoping that a theme of this maturity, and especially a Salient custom version of Visual Composer would have front end editor capabilities by now…Looks as if a similar comment was made over 1 year ago and still no change. If it was buggy, then fix the bugs right? Backend editor slows down my development by atleast 40%. The7 theme seems to have it down pat, maybe ask them for advice?
Hey,
Thanks for the request 
Cheers
Is there 2 column layout for mobile while browsing portifolio? Like Specialized’s website: http://ppt.cc/8cAYg Thank you!
Hey, changing the portfolio mobile column number could be achieved through css alone
Cheers 
Thank you very much!
You’re welcome 
Hi There, I’m interested in purchasing this theme. Can I do a white border around the theme similar to this: http://bernardtrainor.com/ I don’t want anything showing in the white border through… essentially it would just be a 30 – 60 pixel white border around your theme. thank you kindly.
Hey,
As of now it would take a bit of custom modding unfortunately – however it’s on the todo list for features and will be added in the future
Cheers
Hi ThemeNectar,
I have an issue with my portfolio items showing up in a rather weird manner. Can you please take a look at Private Ticket #699508.
Hey,
I’ll check on that as soon as I can 
Cheers
My support questions have not been answered in over two weeks – and now, it’s showing ‘support expired’, however, on the downloads page of envato, I still have 8 days of support remaining.
Hey,
I do apologize – ticksy had a support pack issue where it was showing users as expired even though they weren’t – it should be fixed now so I’ll search for your tickets
Cheers
Thank you very much! I appreciate your help!
You’re welcome 
Hi there,
Can you please tell me how I can do the following:
Stop metadata, date and blog category from being displayed on blog thumbnails on the Blog posts page
Remove the bar at the bottom of single blog post pages that contains the Share button, categories & comments
I am also having trouble getting my logo in the header. I have uploaded it in the Logo & General Styling section of the options panel, but it does not show in the header.
My site is http://braincandy.wpengine.com
Many thanks
Hey,
Add this into the custom css box located in your Salient Options panel:
.post-header .meta-author, .post-header .meta-category, .post-header .meta-comment-count, .article.post .post-meta .date {
display: none!important;
}
I’m currently seeing your logo display – if you’re on a retina screen make sure you’re also supplying a retina version of the logo in the retina upload field
Cheers