38438 comments found.
Hey Salient!
Quick question – when using custom content blocks for the sexy folio grid, how do you then HIDE those items from when you are clicking through the folio items?
IE – I click on a folio item, see the full post, click NEXT and I see an ugly styled folio page called “custom content” etc
I’ve used the custom blocks as on the home page client wanted some empty coloured boxes. i’ve also used 2 content boxes with text that link to proper folio items, yet there are a handful that are just blank colours that I need to hide from the click through view. Can’t figure it out as I have to define a folio page even though using a one pager! Any ideas?
http://www.tonicpit.com/hug/work/natures-own/Z
Hey!
They should be hidden in the pagination by default – do you have any post type ordering plugins active that may be causing the issue?
Cheers
Hey! Yes as the moment I believe they are using Post Oder Types to order the items. Is there another way to reoder them or a plugin you can recommend to order them?
Hey! So I uninstalled my ordering plugin and still the Custom Content block items are showing up when you click through folio items.
http://www.tonicpit.com/hug/work/dark-brown-box/I havent installed the other one yet cos I need this issue sorted! Ideas?
Could you kindly open a ticket in regards with your admin credentials so I can see why this is occurring for you? Just let me know the ticket ID here once you’ve done so
themenectar.ticksy.com/
Done diddly
688740
After upgrading to the latest version of the theme my background images on the homepage and page headers (which are default images from Ascent) are replaced with a black background. How can I fix this?
Hey, please share your URL in regards
Cheers
Its anthonyellis.com but I’ve downgraded to the older version of the theme so you won’t see the error present.
Hi,
Is it possible to get crossfade image feature using Salient theme ?
Please follow the link below for Demo 1- One image to another, on hover
http://css3.bradshawenterprises.com/cfimg/MY website URL: http://missbettina.com.au/shop/quilt-covers/
Hey – the closest thing to that would be the image comparison element as seen under the header on the corporate demo themenectar.com/demo/salient-corporate/
Hello, I was wondering how we can contact you about this theme without a licencing key. We took over the site from a developer that didn’t give us any of this information on the theme and we have some questions. Thank you!
Hey,
have you tried to contact Envato to get the license transferred to you so you can access the support forum? https://help.market.envato.com/hc/en-us/requests/new?ticket_form_id=37840
Cheers
Thanks for the tip! Will contact them for it.
Cheers 
Hi guys,
Apologies but I’ve accidentally added a map to every page and I cant work out how. All I want to do is remove it. It hasnt been created in the page so must be in the functionality. http://nicolabeechlabour.co.uk
Hey,
I currently am not seeing a map on that page – is the problem still occurring for you?
Cheers
Hey hey! Super quick question about the http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266 demo… I want to recreate the button you have placed at the bottom, but I’m not totally sure how that’s done. I tried to look through your documentation, and couldn’t find much
apologies for the simple question.
the second I posted this I stumbled on the answer! Apologies!
Hey, no worries 
Cheers
hi there, fonts are not resizing using latest theme: http://www.patriarchrecordings.com/ (see masonry fonts at mobile – mobile menu items at mobile…)
Hey, add this into the custom css box in the Salient options panel
@media only screen and (max-width: 1000px) {
#slide-out-widget-area.fullscreen .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
font-size: 30px!important;
line-height: 30px!important;
}
}
hi there
thanks – but shouldn’t this already be in the theme’s default css settings? none of the resizes or any text are working here for Agency – am i supposed to replace all of the re-sizes?
Hey – I’m seeing all of the text on the shared URL page resize in the normal expected way except for that off canvas menu – there is no text resize logic because in most cases it will still look nice on phones if not made too big but i’ve noted to add some log in
Hi Nectar, first of all: great theme. I just have a short question: Currently I am using a portfolio with the style “meta below thumg /w links on hover”. I know how to remove the “more details” button but I’d like the image to be clickable as a link to the porftolio item instead. Is there any way to do this? Cheers!
Hey,
Add this into the custom css box:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
body .portfolio-items .col .work-item .work-info a {
display: block;
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
width: 100%;
height: 100%;
opacity: 0!important;
text-indent: -9999px;
}
}
Cheers
Thanks for the quick reply. Somehow it’s just not working for me. The buttons are removed and I do get the over effect but I still can’t click the image to be redirected to the portfolio details page. How do I add the link? Cheers
Hey – could you kindly share your URL in regards so Ic an see why that is?
Cheers
Here you go: http://www.sparksupply.de/sparks/
So as I said, it would be great if the “more details” is gone and each image is clickable as a link to the portfolio item. Like how it is on mobile already.
And another small question: How do I edit the link to the general portfolio overview on the portfolio detail pages (the 3×3 matrix between the “next project” and “previous project” arrows)? It’s not working at the moment, you just get redirected to the partciular portolio item.
Cheers!
Hey – in addition to the snippet I listed above, this would also be needed
@media only screen and (max-width: 1000px) and (min-width: 1px) {
.portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4):not([data-custom-content="on"]) .work-info .vert-center {
transform: none!important;
-webkit-transform: none!important;
top: 0!important;
height: 100%;
}
}
so all together:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
.portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4):not([data-custom-content="on"]) .work-info .vert-center {
transform: none!important;
-webkit-transform: none!important;
top: 0!important;
height: 100%;
}
body .portfolio-items .col .work-item .work-info a {
display: block;
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
width: 100%;
height: 100%;
opacity: 0!important;
text-indent: -9999px;
}
}
The portfolio works now – Thank you, much appreciated! 
Just the navigation on the bottom of each detail page (e.g. http://www.sparksupply.de/portfolio/blinkist/) just doesn’t seem to redirect to the general portfolio – is it possible to change the link there? Next and previous project does work though. Cheers!
Hey! You can add the portfolio URL in your theme options panel > portfolio
Cheers
Where do I enter the sitelock code to display the badge on my website?
Hey – you most likely will need to make a child theme footer.php or header.php and add it in there
Hi There, I have a problem which happens on safari, both on ios and osx, hitting the back button causes a bug that prevents the loading effect to trigger, so you’re left with a blank loading screen.
You can see this happening in the corporate demo by navigating to any page, then hitting the back button on safari on an ios and osx device.
Please advise & thank you,
Hey,
it seems to only occur with the new page transition effect – try using the fade instead for the time being (this will be fixed in the next update)
Cheers
Thank you!
You’re welcome 
How can I change the footer from vertical columns to horizontal rows?
Hey,
The foot by default adds columns horizontally – could you share your URL so I can see your setup?
Cheers
When I try to install theme in Wordpress 4.2.2, it don’t work. I follow your youtube instruction. Wordpress is just asking: Are you sure you want to do this? and please try again, and that’s it. What could be wrong?
Hey,
Please open a private ticket in regards with your admin credentials so I can take a look https://themenectar.ticksy.com
Cheers
Icon at top of column does not change color on mouse over in rightmost (last) column. all others work fine.
Hey,
Please share your URL in regards so I can take a look for you 
Cheers
How can I translate the word “Quantity” on the cart page? It seems not to use the woocommerce translation file since I changed it there but it is not changed on the website. Is it hardcoded? Please help.
Hey – you can find the word in the woocommerce/cart/cart.php file however it’s not hardcoded and should be in the .po
<th class="product-quantity"><?php _e( 'Quantity', 'woocommerce' ); ?></th>
It seems like the line height suddenly got very small after v7. See 43735555.dk.
I checked the typography settings and also tried removing the line height on the Body Font (was set to 14px). This should enable some default setting I suppose, but the line-height remains at 14px?
Hey – have you tried to simply set a line height for the body e.g. 28?
Cheers
Well.. no. Kind of embarrasing
I just figured that some kind of default line-height would kick in, if the setting was left empty.
Actually it seems like there is a default line-height of 22 (which is perfect), being overridden by another default of 14 (which is too small):
Hey guys, i was just wondering how do you insert and center a PNG logo in front of the starting .webm loop video, that also has a fade in animation?
Also(can’t edit my last comment) – how do you speed up the time it takes for the pie chart to finish to the end? If i set the value to like 2000 it takes forever to finish.
I want to report a bug – in row settings/color overlay, if you enable gradient and then disable it again – the color you chose as a gradient will remain in the background even if you disable it, but in a non gradient way, and so you have to not only disable it but also edit the color again in order to make the background what you want it to be – it doesn’t go back to the default “accent color”.
How do i alter the size of a column irrespective of the text block within it? Like i want the columns to be perpendicularly equally far from the row on top of them and from the end of the screen on both sides inches wise.
Hey,
1. Are you using a Nectar Slider or a regular Visual Composer row with a background video set?
2. You’re not supposed to set the value outside of the range 0-100, if you need to display a number such as 200, enter that into the “Label Value” field
3. Thanks for noting, i’ve marked to look into this
4. You can use column/row padding but there’s no way without modding to make a column perfectly x number of pixels away from all sides of the browser window responsibly
Cheers
1. Neither – i’m referring to the scrolling effect content in the header.
2. Ah right, i mistook the pie chart feature with the milestone one – my bad!
4. Fair enough and thanks for your support!
If you added an img tag using single quotes instead of the regular double in your header subtitle input it should work as expected 
Thanks!
Could you tell me how to attribute an alt tag to an image within my media library?
I tried adding an “alt text” to an image but it doesn’t work.
I used this command in the header subtitle box : < img alt=”text” >
and strangely enough a box appeared around the text.
Also, there is no “fade in” option for the header title :/, only “roll in”
Hey, please share your URL so I can see the box you’re referring to when adding an alt tag onto the img tag
I can’t seem to load that, could you verify it’s a correct URL?
Weird.. Here, i re-uploaded : http://imgur.com/Z3zwCHe
Can you try using single quotes on the alt tag like so? http://pastebin.com/N9q5vrfU
Didn’t work – there’s just a box around the alt text. I tried it with both jpg and png.
Could you kindly open a private ticket with your admin credentials so I could take a further look for you? https://themenectar.ticksy.com/
Hi. I have three questions:
1. I want to add a code between the <head> tags of every page. Where do I do that? Someone told me to add it in Salient options, where the code for Google Analytics is added. If that’s true, do I add it just like that or do I have to use <head>my code</head> and then add it?
2. There are several options to customize the blog, portfolio, and contact pages. For example, you can customize them on the Salient options panel as well as on the page themselves. However, what exactly is the RIGHT way to customize them? And what if there’s a conflict in customization between the two?
3. I have a page where I’ve removed both the header and footer, and am using a full screen nectar slider. However, I see a “black gap” at the bottom of the page. How do I remove it. I don’t want to publish my site address here, so have created a private ticket—#680917 Note: Screenshot is attached to the ticket for better understanding of the issue.
Thanks!
Hey,
1. That would be an easy way to add JS code and head tags would be necessary
2. The blog/portfolio options in the theme options panel will effect the styles used on the archive pages i.e. when a category page is being viewed such as http://themenectar.com/demo/salient-corporate/category/music/
3. Try turning on the header transparency option in the Salient options panel
Cheers
Thanks for the quick reply.
Issues:
1. There are two head tag pairs when I do that! And when I remove the head tag, the code goes into the body! Any other way of adding code between head tags for all pages?
3. There’s a small correction – I only removed the footer – not the header. The header transparency is already on. And I still have that small gap. Please advise. Thanks.
1. Sorry, that was a typo I meant to write would not*
2. 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/
Hi ThemeNectar,
Sorry, I was checking for your reply on the support page.
Anyways, I’m sure you get a lot of questions here, so I’m restating my issue (along with a few new ones):
1. On the Careers page, I’ve removed the footer and am using a full screen nectar slider. However, I see a “black gap” at the bottom of the page. How do I remove it?
2. On the Blog page, I disabled transparency from the navigation. However, that caused the “page header title” to not be “vertically centered”. I had faced the same issue on the homepage; however, that was resolved with the following code you gave me: .home .container-wrap {margin-top: 0 !important;}. However, when I used the same code for the Blog page like so .page-id-6673 .container-wrap {margin-top: 0 !important;}, it did not resolve the issue! Please advise.
3. On the Portfolio Item page and Blog page, I want all the icons and text to be in black (i.e., black color). How do I achieve that?
4. On the blog post page, I disabled comments -- only to find that a white gap came up between the "grey bar" and the footer. How do I remove that?
5. On the Privacy page (link provided in private ticket), I entered the HTML code with "inline styling"; however, I'm getting a totally different output. However, when I included the "Privacy Page" in the root of my website, everything works out right! Please advise.
Screenshots are attached in Private Ticket for reference. Also, as requested, the admin credentials have also been given in Private Ticket.
The Private Ticket No. is #687374.
Thanks for the wonderful theme!
Hi ThemeNectar,
Sorry, I was checking for your reply on the Support page. Anyways, I’m sure you get a lot of questions, so I’m restating my issue here with admin credentials as you requested.
I’ve also included a couple of new issues which have cropped up:
1. On the Careers page, I’ve removed the footer and am using a full screen nectar slider. However, I see a “black gap” at the bottom of the page. How do I remove it?
2. On the Blog page, I disabled transparency from the navigation. However, that caused the “page header title” to not be “vertically centered”. I had faced the same issue on the homepage; however, that was resolved with the following code you gave me: .home .container-wrap {margin-top: 0 !important;}. However, when I used the same code for the Blog page like so .page-id-6673 .container-wrap {margin-top: 0 !important;}, it did not resolve the issue! Please advise.
3. On the Portfolio Item page and Blog page, I want all the icons and text to be in black (i.e., black color). How do I achieve that?
4. On the blog post page, I disabled comments -- only to find that a white gap came up between the "grey bar" and the footer. How do I remove that?
5. On the Privacy page, I entered the HTML code with "inline styling"; however, I'm getting a totally different output. However, when I included the "Privacy Page" in the root of my website, everything works out right! Please advise.
Screenshots and links are given in the private ticket for reference. Also, as requested, the admin credentials have also been mentioned there.
The Private Ticket No. is #687374.
Thanks for a wonderful theme!
Hi ThemeNectar,
Sorry, I was checking for your reply on the Support page. Anyways, I’m sure you get a lot of questions, so I’m restating my issue here with admin credentials as you requested.
I’ve also included a couple of new issues which have cropped up:
1. On the Careers page, I’ve removed the footer and am using a full screen nectar slider. However, I see a “black gap” at the bottom of the page. How do I remove it?
2. On the Blog page, I disabled transparency from the navigation. However, that caused the “page header title” to not be “vertically centered”. I had faced the same issue on the homepage; however, that was resolved with the following code you gave me: .home .container-wrap {margin-top: 0 !important;}. However, when I used the same code for the Blog page like so .page-id-6673 .container-wrap {margin-top: 0 !important;}, it did not resolve the issue! Please advise.
3. On the Portfolio Item page and Blog page, I want all the icons and text to be in black (i.e., black color). How do I achieve that?
4. On the blog post page, I disabled comments -- only to find that a white gap came up between the "grey bar" and the footer. How do I remove that?
5. On the Privacy page, I entered the HTML code with "inline styling"; however, I'm getting a totally different output. However, when I included the "Privacy Page" in the root of my website, everything works out right! Please advise.
Screenshots and links are given in the private ticket for reference. Also, as requested, the admin credentials have also been mentioned there.
The Private Ticket No. is #687374.
Thanks for a wonderful theme!
Hi ThemeNectar
Hey,
I responded to your ticket in regards 
Cheers
Is Wordpress 4.4.2 supported? I tried installing the theme that I downloaded a couple minutes ago, and Wordpress gives a Wordpress Failure Notice “Are you sure you want to do this? Please try again.”
Hey – yes it’s supported, have you verified you’re uploading the correct zip? https://help.market.envato.com/hc/en-us/articles/202821510
Hi, what file would I go into in order to change the “add to cart” button text for products on the main shop page and related products sections?
Thank you!
Hey!
woocommerce/loop/add-to-cart.php
Cheers
Thanks for the quick reply! I’m in that php file right now, but I don’t see where I would change the text (http://tangiblesresale.com/shop/)?
Can you get back to me on this please? Thank you
Hey – instead of modding the file directly you could also use this in your functions.php file https://docs.woothemes.com/document/change-add-to-cart-button-text/
Hi,
I just tried adding that code into the function.php file and now there is a server error and the entire site is down. Can I give you credentials to take a closer look please??
You most likely entered it in a wrong section of the functions. Please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
Hi Nectar,
On this page: http://www.vosjcc.org/sampletourpage0/ , I have the columns in the form row set at 1/4 + 1/2 + 1/4, with both 1/4 columns set to hide on tablet horizontal, tablet vertical, and mobile. All three columns have a background color set to rgba(0,0,0,0.6). When the desktop browser is between 1001-1200 pixels wide, and also on an iPad Pro held vertically, the column on the right remains visible and it also has no background color. Is there a way I can fix this in CSS? Thanks again for the great support.
Hey,
Instead of setting BG colors on the columns, this could be better accomplished by using the row color overlay option available in Salient 7.0+ http://i.imgur.com/hibok5n.png
Cheers
Great, thanks! Is there a CSS fix to make the right column hide between 1001-1200px wide like the left?
Hey – you should be able to handle this in the responsive options tab when editing your column
Cheers
Thanks, I already have the medium, small, and extra small devices checked under Hide on Device. Is there something else I should be doing?
The column looks hidden to me, could you kindly provide a screenshot highlighting what you’re trying to remove so I can make sure I’m looking at the right thing?
Cheers
Yes, here are six screenshots. In this screenshot, the browser is full width: http://www.vosjcc.org/wp-content/uploads/2016/02/vosjcc-01.jpg . In this one, the browser is at 1199px width, where it appears that the left-hand 1/4 column hides but the right-hand column doesn’t (in fact, it looks like the columns now become 1/2 + 1/2?): http://www.vosjcc.org/wp-content/uploads/2016/02/vosjcc-02.jpg . In this one, the browser is at 1000px width and the right-hand column finally hides: http://www.vosjcc.org/wp-content/uploads/2016/02/vosjcc-03.jpg . I’ve also attached three screenshots that show how I have the responsive options set up for all three columns: http://www.vosjcc.org/wp-content/uploads/2016/02/vosjcc-04-left.png , http://www.vosjcc.org/wp-content/uploads/2016/02/vosjcc-05-center.png , and http://www.vosjcc.org/wp-content/uploads/2016/02/vosjcc-06-right.png . Thanks again for your help.
Try adding this into the custom css box in the Salient options panel:
@media only screen and (min-width:1000px) {
body .wpb_row .span_12 > .col.padding-8-percent.vc_col-sm-6 {
width: 100%;
}
}
Unfortunately that didn’t work, here are two screenshots of what it looked like: http://www.vosjcc.org/wp-content/uploads/2016/02/vosjcc-07.jpg http://www.vosjcc.org/wp-content/uploads/2016/02/vosjcc-08.jpg
Sorry for the double post!
No worries!
Try changing it to this:
@media only screen and (min-width:1000px) {
body .wpb_row .span_12 > .col.padding-8-percent.vc_col-sm-6 {
float: none!important;
margin: 0 auto!important;
}
}