38441 comments found.
Please see this screenshot > https://www.dropbox.com/s/ajbdo6mmic6pxib/Untitled-3.jpg?dl=0
post-meta is not visible for few post,
you can also see here > http://www.cuptask.com/new-site/blog/page/2/
Hey, please see my response to your first comment in regards
Please see this screenshot > https://www.dropbox.com/s/ajbdo6mmic6pxib/Untitled-3.jpg?dl=0
post-meta is not visible for few post,
you can also see here > http://www.cuptask.com/new-site/blog/page/2/
Hey – if using a featured image on posts ensure the image meets the minimum size requirements for that masonry style of 600×400. If your images are not going to be that big switch your masonry style from “classic enhanced” to “classic” in the options panel > blog tab
How i can create mega menu? I am unable to see any option under Appearance > Menu
Hey,
Have you seen this in regards? https://www.youtube.com/watch?v=IZPPUTbvTKQ
Hi,
I want to put my images with the type of ‘touch enabled and spaced’. How do you add shadows to the images like on this page? http://themenectar.com/demo/salient-promo/ It looked super cool! Thanks!Hey,
The shadows in that were added in the photos themselves http://themenectar.com/demo/salient-promo/wp-content/uploads/2016/01/11.jpg – though I’ve added the idea to the wishlist to make it possible with css through the theme options as well 
Cheers
Thank you so much! You guys are awesome!
You’re welcome 
For some reasons, the sticky mobile menu overrun to the left by exactly the menu width 300px at / page, which left a big black section in the screen. The menu of all of the other pages showed normally. Did I make any mistake which could cause this behaviour? Thanks in advance
Here is how the menu rendered on low resolution screen (e.g. iPhone 6) https://www.dropbox.com/s/fxkzudg3zeph72b/Screen%20Shot%202016-04-01%20at%209.00.45%20am.png?dl=0. As I said, it only affects the default home page but not any other pages. Thanks
No worries. My mistake. I got it sorted out. Thanks anyway
Hey – glad to hear you sorted it
Cheers
Thanks for the reply. I don’t want the video to play in the gallery. I want the video to play in a lightbox popup once you click on its thumbnail in the gallery. However, I still want my images to go to their portfolio post pages. Is that possible without customization?
Hey again,
The only style that could accomplish this is the default one at the moment http://themenectar.com/demo/salient-ascend/portfolio-fullwidth-default/
Cheers
Hi, I am having some trouble with the footer. As you can see, the body background is still a light grey after making everything white in the theme options. I want the bg to be white so it blends in with the footer. Not sure what’s wrong. Please take a look at www.hallarsan.com, Thanks!
Hey!
Add this into the custom css box in the Salient options panel:
html body[data-footer-reveal="1"].ascend {
background-color: #fff!important;
}
Cheers
hello, how do I update my theme, thank you
Hey,
You can download the theme again from there and upload it via FTP or use the Envato toolkit plugin http://code.tutsplus.com/tutorials/toolbox-of-the-smart-wordpress-developer-the-envato-wordpress-toolkit--cms-23883
Hi, how do I remove the header from a one-pager but keep the logo?
Hey,
Use the permanent transparent option available in the theme options panel > heaver nav > transparency tab and add this into the custom css box
header#top nav>ul {
display: none;
}
Cheers
I would like to use the Salient theme in a multi site WP project. The goal is to create one template that will be used for a chapters of the organization. Is this possible with one license or do I have to purchase a license for each site. Thanks!
Hey,
The official answer form Envato is
“Currently you need one license per main domain. If you run multiple subdomains within one domain, you only need one license. If you are running multiple sites on different domains, you’ll need one license for each site.”
Cheers
Hi,
Would you please let me know how i can create a contact form similar to this >> http://themenectar.com/demo/salient-corporate/contact/
Contact form 7 is showing all the input fields in
tag, would you please let me know the proper html markup.
You can see how it looks here >> http://www.cuptask.com/new-site/#request-a-quote
Hey,
Add this into the CF7 form creation textarea
<div class="row">
<div class="col span_4">
<label for="your-name">Name</label>
[text* your-name]
</div>
<div class="col span_4">
<label for="your-email">Email</label>
[email* your-email]
</div>
<div class="col span_4">
<label for="your-subject">Subject</label>
[text your-subject]
</div>
</div>
Cheers
Hi,
I have added the form markup as under :
<div class="row">
<div class="col span_4">
<label for="your-name">Full Name</label>
[text* name-1]
</div>
<div class="col span_4">
<label for="your-email">Email</label>
[email* email-2]
</div>
<div class="col span_4">
<label for="your-subject">Contact No.</label>
[tel* tel-3]
</div>
<div class="col span_12">
<label for="your-subject">Subject</label>
[select* subject-01 "Ecommerce Development" "Digital Marketing" "Other"]
</div>
<div class="col span_12">
<label for="your-subject">Describe your complete requirement</label>
[textarea* textarea-4]
</div>
<div class="col span_12">
<label for="your-subject">Describe your complete requirement</label>
[submit "Submit Now"]
</div>
</div>
But the form does not looks good, please see he > http://www.cuptask.com/new-site/#request-a-quote
Hi,
Further update, i am almost close to the solution. I want want to add my css a think you must be having css already.
Below is the current markup :
<div class="row">
<div class="col span_4">
<label for="your-name">Full Name</label>
[text* name-1]
</div>
<div class="col span_4">
<label for="your-email">Email</label>
[email* email-2]
</div>
<div class="col span_4">
<label for="your-subject">Contact No.</label>
[tel* tel-3]
</div>
<div class="col span_12">
[select* subject-01 "Ecommerce Development" "Digital Marketing" "Other"]
</div>
<div class="col span_12">
<label for="your-subject">Describe your complete requirement</label>
[textarea* textarea-4]
</div>
<div class="col span_12">
[submit "Submit Now"]
</div>
</div>
See result here >> http://www.cuptask.com/new-site/#request-a-quote
Hey – make sure you have the form styling set to “minimal” in the form styling tab in the Salient options panel, if you do please open a ticket in regards https://themenectar.ticksy.com
Hi,
The issue is not related to form styling as its set to “minimal” only.
Actual issue is, when using “full width background” row the form does not looks good. You should release some fix in future update.
The demo is using a full width background row here for the row http://themenectar.com/demo/salient-corporate/contact/ – are you saying it simply doesn’t look good when using a color that’s not near white as the BG?
Yes, When using dark color, you can try on your end as well
hi I don’t have Visual Composer installed. It’s not asking me to install it either. What can I do?
Logo doesn’t work properly. I have no blog! Can you help?
Hey,
1. It can be installed from Appearances > Install Plugins in your admin panel
2. Please share your URL in regards
I’m trying to change my site to use the centred menu alt so the logo sits at the top. This works fine. Is there some css I can use to have the logo absolute so it scrolls out of view and just the nav sits on the top of the page. I’ve tried reducing the logo by the same number of pixels as it’s height but this doesn’t completely work. Thanks
Hey,
This could be achieved with css, but it appears you don’t have support on this account
Cheers
Hi there!
We’re still waiting for a reply to our most recent message on Ticket #664965 as the edit you had made has caused more issues than it solved. (Now the desktop version is having issues where it cannot close after opening on any page besides the home page.) Please let us know if we can get this resolved as we’ve been trying to solve this mobile menu issue with you now for 2 months and have been waiting to promote the site until it was fixed.
However, at this point if we can’t solve the initial issue, we might want to just return to how it was originally as the changes made to try and fix it have only had it worse.
Thank you again for your help with this!
Hey – just responded again in regards, sorry about that!
Hey! No problem. I just replied back.
Thank you as always for your help! Do you think your next update will solve all of this?
I love the theme, however it does not really seems to use the hook system for adding stuff to the footer. It would be a great addition, in this way not for everything have to be copied files in the child-theme to add information.
Hey,
Thanks for the suggestion – i’ve noted it for the roadmap 
Cheers
Hello, nectar slider and nectar particles aren’t showing up after updating from v4 to v7. They were working on a test server, and I copied over the theme and child theme folders.
Oddly, nectar slider is showing up inside of a ‘row’ rather than before ‘container-wrap.’ https://www.rizer.tv/?page_id=2220 https://www.rizer.tv/submit-a-video/How can I fix this? Thanks
Hey,
I’m not seeing a slider or particle display on that page – but am seeing an error from your bwp minify cache plugin. Could you try turning that off/clearing it
Cheers
That was the culprit. Thanks for your help!
You’re welcome 
Hi!
Could you please tell me how can I make the hover over column style like on this page: http://themenectar.com/demo/salient-agency/
where you have the icons with titles of unique design, page builder, continual updates, etc. Do I add background image to that row? Can I upload image icons instead of using the default ones?
Thank you!
Hey!
Here’s the snippet you can paste into your text tab in the classic editor and then switch to the page builder view to inspect everything http://pastebin.com/43ECbLT7
Cheers
Hi. Quick question. How can I add a picture (post main picture) to the “Recent post” home option with the “Minimal” style? Thank you.
Hey,
This would require modding to the shortcode-processing.php file located in the nectar/tinymce directory – other styles do indeed support a featured image if you didn’t want to do that
Cheers
I have an Error – Notice: Undefined index: post_type in /var/customers/webs/SchirraM/blog_dagmar_beatrice_sonntag/wordpress/wp-content/themes/salient/functions.php on line 1793 Notice: Undefined index: post_type in /var/customers/webs/SchirraM/blog_dagmar_beatrice_sonntag/wordpress/wp-content/themes/salient/functions.php on line 2121 - I downloaded the latest version and transferred via FTP
Hey,
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/
Also let me know the ticket ID here once you’ve done so
Cheers
How do I keep the theme updated with out removing all my customizations?
Hey,
Where have you made the customizations? If you haven’t modified core theme files directly you’re safe to update as normal – theme options/css will persist through updating
Cheers