38435 comments found.
How can I add social media links in a text/HTML widget? I want them to look like they do in the footer/copyright area, with the hover fade.
Also, can I also set the google map to show the infowindow by default?
I solved the map thing. Would still like to know about the social link buttons
Hey snilton, glad to hear you sorted the second question 
You can place the icons through the icon shortcode with the regular style, but adding a hover effect like that would require custom css. If you can supply a URL with them already in I’d be happy to help with the hover.
Cheers
Add this into the Custom CSS box located in your Salient Options panel:
#footer-outer #footer-widgets .col ul#social li {
border: medium none;
float: left;
margin: 0 20px 0 0;
padding: 0 !important;
}
#footer-outer #footer-widgets .col ul#social li a:hover i {
color: #F6653C!important;
}
Cheers 
Hi
i am trying to activate theme, but i get error :
[Sat May 24 00:52:09 2014] [error] [client 127.1.245.1] PHP Stack trace:
[Sat May 24 00:52:09 2014] [error] [client 127.1.245.1] PHP 1. {main}() /var/lib/openshift/537e69e656f17fca750000da/app-root/data/current/index.php:0
[Sat May 24 00:52:09 2014] [error] [client 127.1.245.1] PHP 2. require() /var/lib/openshift/537e69e656f17fca750000da/app-root/data/current/index.php:17
[Sat May 24 00:52:09 2014] [error] [client 127.1.245.1] PHP 3. require_once() /var/lib/openshift/537e69e656f17fca750000da/app-root/data/current/wp-blog-header.php:12
[Sat May 24 00:52:09 2014] [error] [client 127.1.245.1] PHP 4. require_once() /var/lib/openshift/537e69e656f17fca750000da/app-root/data/current/wp-load.php:29
[Sat May 24 00:52:09 2014] [error] [client 127.1.245.1] PHP 5. require_once() /var/lib/openshift/537e69e656f17fca750000da/app-root/data/current/wp-config.php:137
[Sat May 24 00:52:09 2014] [error] [client 127.1.245.1] PHP 6. include() /var/lib/openshift/537e69e656f17fca750000da/app-root/data/current/wp-settings.php:328
[Sat May 24 00:52:11 2014] [error] [client 127.1.245.1] PHP Fatal error: Call to a member function init() on a non-object in /var/lib/openshift/537e69e656f17fca750000da/app-root/data/themes/salient/functions.php on line 328
I use php 5.3 and mysql 5.1 (openshift)
Hey kodoku,
try opening your js_composer.php file located in wpbakery / js_composer and changing this line:
if (!defined('VC_THEME_DIR')) define('VC_THEME_DIR', get_theme_root());
to this:
if (!defined('VC_THEME_DIR')) define('VC_THEME_DIR', mb_strcut(get_theme_root(), 1));
Cheers
I’m in the process of creating many different portfolio items in different categories. Is it possible to, instead of having to add a header image manually on every item, have the header image change depending on the category of the portfolio item?
I realize that it may be tricky as each item can belong to many different categories, but a hierarchy could be the solution.
Thanks
Hey andrifranklin,
this would actually require some custom development to the functions.php file at the nectar_page_header function – you’d need to create a conditional to switch between a set of BG images for your categories instead of pulling it from the current post id.
Cheers 
Hey ThemeNectar!
Quick question: what is the custom CSS code to remove the search box on the header?
Thanks 
Hey cantedpictures,
here’s the ticket that explains how to: http://themenectar.ticksy.com/ticket/52594/search/
Cheers 
Hey!
I’ve had the theme for a while now, and i love it!
I know this isn’t buddy press ready, but is there a way i can get the user avatar to show up in the top secondary menu bar or even the main menu bar, if it’s formatted accordingly ?
I’m looking to get the same sort of look like what is seen in the word press admin bar. I don’t wish to keep the admin bar for users so i was wondering if it was possible to get something like that in the sites menu bar instead.
I’ve been playing around with some php codes, but i’m not having any luck, especially with formatting.
Here is my home page: http://www.animefanpage.com
Thanks!
Hey anime680,
from what I can see the avatar is sitting nicely in the top right corner – did you perhaps advance on this since posting the initial question?
Cheers 
Yes, i was able to get it to the top right corner, but i was wondering how i could get the welcome text next to it and make it link to the profile page
Hey again!
This thread seems to pose the correct functions you’re looking for in regards to linking to the profile page: http://bbpress.org/forums/topic/menu-link-to-profile/
Hi there! Thanks for the wonderfull theme!! Love it!
I have a question:
I would like to have 4 different url’ s for my portfolio items, so the category they belong to is used in the url. For example:
www.domainname.com/branding/portfolio_item1 www.domainname.com/webdesign/portfolio_item2 www.domainname.com/photographie/portfolio_item3
But still have a portfolio page on which all items are shown. Is this possible?? and if so, how can I set this up. I’ve been searching for a while but no luck yet…
thanks!!
Hey creatuur!
By default each post type can only have one slug for the single post page (which is configurable via your options panel > portfolio tab) – having different ones based on a grouping or category would take some custom development with possibly more post types or url rewriting
Cheers
heee thanks for the reply!
I didn’ t received an email notice, even though I checked the box
I searched for my post and found your reply! thanks!!
I knew about custom slugs but run in to trouble when I wanted a different slug for each category item. Custom development is no problem, I only would like to know in which direction I should direct my programmers (which php files).
Do you guys do those kind of custon work (paid ofcourse) aswell?
Unfortunately I’m too swamped to take on freelance gigs, but someone on envato studio should be able to help 
The files that need to be modded will depend on the route you want to take – if it’s new post types for each category then it will be the functions.php and if it’s going to be done through an htaccess mod then it will take place in there
Cheers!
Hello, I don’t want effect on Project Style from Portofolio.
I want it simple. What should I do ?
Thanks ! 
Hey sabinnitu,
Which style are you using now? If you can share your URL I’d be glad to help out 
Cheers
I have a snippet of <script></script> that needs to go in the sites header or footer. The theme is running very fast and efficiently so I wanted to check with you on it’s placement.
Thanks
Hey othebeach,
You can place that in the footer so it’ll load near the others – if you want to place it from the admin panel you can get away with adding it through the Google analytics box – just remember to include the script tags with it 
Cheers!
Hi Theme Nectar, My home page has Recent Work enable but when I click in View Larger picture it takes me to another page and show the picture bigger. How do I set the same as the Home – Basic (Clean) as when I click it shows a enlarged picture in the same page? my url: http://loureirojiujitsu.com
Hey maurinoloureiro!
This is a known issue of 4.1 that the release about to be submitted to ThemeForest will solve 
Cheers
Do I have to submit or it was already submitted?
It was approved and ready to be downloaded from ThemeForest last night 
Hi!
I’ve got everything working like I wanted, and I’ve finally gotten a full handle with the template. But for some reason, I keep getting this black bar under the menu on mobile devices or whenever I resize the window enough for the dropdown menu to kick in. How can I fix this? Here is the link: http://itsalive.pt/wp
Cheers!
Hey weknowyou!
Add this into the Custom CSS box located in your Salient Options panel:
@media only screen and (max-width: 1000px) {
body #page-header-wrap {
margin-top: -27px!important;
}
}
Cheers
Hi there,
Can you please tell how you’ve done to place an image in front of a video slider like on this page http://themenectar.com/demo/salient-frostwave/portfolio/geowolf-social/?
The “LOWPOLY SOCIAL” page that comes with the dummy-data has different settings for the the nectar slider.
Another question I have is regarding the fonts used on the Modern Creative demo. Can you please tell exactly what fonts were set and their sizes?
Thank you very much.
Hey iBoard!
1. You can simply use an img tag inside of the caption field such as
<img src="your-img-src.png" />
2. There’s a file named “theme-options-sample” in your modern creative dummy data folder which you can import into your theme options panel to get all the settings
(The main font used is lovelo though)
Cheers
Sorry, I have one more question:
I have no idea why, but when you hit a portfolio item page, it automatically scrolls to the bottom. Is there a reason for this? I don’t see the problem in your version. Do you have any idea what might be causing this? Here’s an example:
http://bit.ly/1r1KEuSHey samueloh,
I believe it’s a combination of your scroll to plugin w/ the tabbed section you have in that portfolio item. The selector in the plugin is most likely also targeting that tabbed element and scrolling to it on load
Cheers
Hi Theme Nectar
I updated the website to the newest version of theme Salient, and now the “about us” page is not working well. http://szybkiepozycjonowanie.com/en/about-us/ (it is the same as the mother site, the same problem occurs on mevelo site) I noticed also that the fonts look different. They are bolder, even when on the page settings, the font is still set up to be regular.Thank you, best wishes ! Martyna
Hey Martyna,
It seems the custom css you have entered in for
.full-width-content.vc_row-fluid .vc_span8 {
width: 67%;
}
is whats causing the issue – please remove that and it should work as intended 
Cheers
Hey, thank you so much
it solved the problem 
Cheers, Martyna
You’re welcome 
Hi Theme Nectar, How I can upload the Dummy Data only for the Home – Multi Layer Parallax?
Hey maurinoloureiro!
I can give it to you here: http://pastebin.com/5hHJN1p2 just paste that into your text tab in your editor 
Cheers
Sorry but what Editor?
In this screenshot it’s the editor that says “Welcome to WordPress..”
Sorry but nothing happened. I just want to copy the new Multi Layer Parallax page to use as a template. I already copied the entire dummy data but I don’t want to copy all the content again.
I supplied the dummy data just for that one page as requested – if you need help pasting into your editor, I’d be glad to help
Just open a ticket in regards http://themenectar.ticksy.com/
Cheers
Ticket openned.
Thanks – if you can give me the ticket ID I’ll personally overlook it 
Ticket: #222324
Thanks 
Hi TN,
Could you explain how I should set up the new lightbox feature in 4.1?
On this page;
http://peterdavidgrant.com/test/How should my image link be set up? currently it is set to Media File. Tried all the options.
Cheers, Peter
Hey Peter,
There’s an option that was added in the theme options panel general settings tab to enable to auto lightbox 
Cheers
Amazing, for some reason my update didn’t work. I uploaded again, and the option was there! Thanks.
Great to hear 
Cheers
Hello Salient, it appears that the recent update has cause some header width issues in boxed mode. I’ve tested it numerous different ways and it only occurs in the latest update. Basically the header protrudes horizontally by about 10 pixels beyond the content area depending on the width of the window. Please check into. Thanks!
Hey RenderRebel! This is a known issue that will sorted in the update due out mid day today 
Cheers
Hi! Is it possible to change the color of the Nectar Slider Header text?
Thank you!
Hey AmyNYC,
add this into the Custom CSS box located in your Salient Options panel:
.swiper-slide .content h2, .swiper-slide .content {
color: #000!important;
}
Cheers 
Thank you! Works like a charm.
You’re welcome 
Incredible theme, truly.
I wondered, is there a way to add a Linkedin Sharing button on the Portfolio items to go along with the Heart | Facebook | Twitter | Pinterest?
For our business LinkedIn sharing would be more important than some of the others.
Thanks in advance for your time.
Thanks so much shoutoutstudio!
that was actually added in 4.1 of the theme 
Cheers
I see! Very nice. What about a way to remove the “heart” icon and function from that same sharing section?
Thanks again.
Add this into the Custom CSS box located in your Salient Options panel:
.n-shortcode, .nectar-love-wrap {
display: none!important;
}
Cheers 
Is there any way for me to not have the menu centered in the header? I am using a big logo so it looks weird. is there any way to make it for example 30px from the bottom edge of the header?
Hey NancyPollreis,
if you can share your URL i’d be glad to assist with the css 
Cheers
its in a testing environment right now. cawdtest4.com
Add this into the Custom CSS box located in your Salient Options panel:
header#top nav > ul > li {
top: 55px!important;
}
.sf-menu li ul, .sf-menu li li ul {
margin-top: -55px!important;
}
thanks
You’re welcome 
Hey ThemeNectar!
After updating to the latest version of Salient, I noticed that the RAW HTML for my Stripe Checkout button was no longer appearing (an example of such button can be found here https://stripe.com/docs/checkout ).
I’m not sure if it helps, but this was the code I was using with the RAW HTML:
<form action=”/Deposit-Fees/Basic-Deposit-Fee.php” method=”POST”> <script src=”https://checkout.stripe.com/checkout.js” class=”stripe-button” data-key=”pk_test_KbtYQyolMR2drB4y7aKB6iFN” data-image=”/CantedPicturesLogo.jpeg” data-name=”Canted Pictures” data-description=”$25 Deposit Fee” data-label=”Make a Deposit” data-amount=”2500” data-currency=”CAD” data-billing-address=”true”> </script> </form>
Again, the button somehow disappeared after making the update and no longer appears on my web page here: https://cantedpictures.com/blog/basic-headshot-package
It should be appearing under the “Deposit Fee” section 
NEVERMIND! I found the problem…. apparently W3 Total Cache is incompatible with EVERYTHING. Thanks anyway 
Hey cantedpictures! Glad to hear you found the issue 
Cheers