38434 comments found.
Greetings,
I am getting duplicated set of open graph data on this website http://act3international.com.sg/I am using Yoast SEO plugin and the Salient Theme. I would like to keep the og tags generated by Yoast and remove the second set of og tags (generated by Wordpress or the Salient theme?). I check with Facebook Debugger and notice the second set og description is showing a lot of shortcodes from Visual Composer and not normal descriptions.
How do I remove the second set of og tags (generated by Wordpress or the Salient theme?
Thanks for the help
Hey johnacsyen,
Try adding this into a child theme functions.php
function add_opengraph() { return false; }
Cheers
I have created the child theme and my code in functions.php is
<?php
function add_opengraph() { return false; }
?>
It’s not working
Hey again – I can now see the additional set which doesn’t look like it’s coming from the theme itself, 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/
Submitted the ticket (#422716), thanks
Thanks!
Hey,
I want to put custom html/js(dropdown box for example) into the ‘nectar slides’ or into the ‘page header’. Whats the best way to achieve this?
Thanks
Hey – you can use html right in the caption field of the nectar slider however the page header would be a bit harder since it’s an input field rather than a textarea
Hi,
I loved your theme, but i’ll need your help with this two things:
1) Can I disable/turn off the mouse-parallax effect on hover portfolio thumbs (with zoom effect)? I just want a centered-zoom effect.
2) I’ve tryied to use this code
body .portfolio-items .col .work-item.style-3 .work-info-bg {
opacity: 0.8;
}
to change the opacity of thumbs, and it worked. But after I hover them for the first time, they come back to a default initial state (0.45 opacity).
Hey,
1. you could disable the movement all together, but just eliminating the mouse movement would require modding in the javascript rather than css alone
2. You’d need to also mod this section in the init.js file located in the js folder:
$(this).find('.work-info-bg').stop(true).animate({
'opacity' : 0.45
},350,'swing');
Thanks for the code, it works! Please, can you give me the instructions to disable mouse-parallax in js?
And another thing: I observed that all my horizonal tabs content effects load together (even without having clicked in other tabs).
Can I put something in the custom CSS to load these effects only when I change the tab?
Hey,
1. Unfortunately it would require custom coding rather than altering an existing value
2. Could you kindly share a URL in regards?
Cheers
Hey again, sorry I didn’t quite understand what you were asking first but now that i’m seeing the issue it would indeed require some javascript tinkering. I’ve noted this for the next release though 
Okay, thanks! 
Cheers
Hello!
Such as Andy and Joe, I’d quite like to keep the non-ascend search functionality that doesn’t take up the whole screen.
I read your answers but I didn’t understand which kind of modding you mean into those files. Do you have file examples? Cuz I couldn’t get this “some modding” XD
Thank you!
Hey,
It would take modding in multiple files unfortunately – the init.js file located in the js folder and the ascend.css stylesheet located in the css directory. If you get stuck I would recommend checking out Envato Studio 
Cheers
Hello,
I am trying to change the page header subtitle color on my page header images. Also is there a way to do this for specific pages without changing this on all of my page header images?
Thanks
Hey,
Add this into the css box within your Visual Composer on the page desired (it’s the gear icon in the top right)
.team-member h4, .row .col.section-title p, .row .col.section-title span, #page-header-bg .subheader {
color: #000!important;
}
Cheers
Awesome, Thanks!
You’re welcome 
My contact forms are not sending to my clients email. I have tested with mine and it works fine. I am using google apps email and so are they. Is there anything with the theme settings to change or do you think the issue is with their DNS settings?
Fixed it. It was their DNS settings.
Hey – glad to hear you got it sorted 
Hello, I know you are probably very busy but is there any chance you can look at my support ticket #407567?
I have not heard anything after my query was posted on 9 April except for giving you login details on 17 April.
I could really do with a reply as I cannot finish the site for my client. And other than this query the theme has been brilliant to work with.
Thank you.
Hey – sorry for the delay, the ticksy update seems to have changed some older tickets out of the normal queue. I’ll be with you shortly!
Thank you!
You’re welcome 
Hi!
Is it safe to update to Wordpress 4.2? Is the latest version of Salient compatible with 4.2?
Thanks
Hey – yes it is 
Cheers
Thanks! Liz
Hey,
could you kindly open a ticket in regards so I can take a better look at the page setup?
https://themenectar.ticksy.comCheers
How can i delete the ítem “view larger” in the portfolio page?
I tried adding this into my custom css box, but it did not work: .portfolio-items .col .work-item .work-info a.pp { display: none!important; }
Hey,
change the snippet to this:
.portfolio-items .col .work-info .vert-center > a:nth-child:(1) {
display: none!important;
}
Cheers
First of all awesome theme!!! A couple of questions: 1-> I just created my first portfolio item and I would love to duplicate it so I can use it as a template for similar items, is this possible? 2->Is there a way to arrange the order on which the portfolio items are displayed on the portfolio page?
This is my site: http://oscartheelearning.ninja/
Thanks
Hey,
1. As of now this would require a plugin or just copying and pasting the content into the new project
2. You can use this plugin in regards https://wordpress.org/plugins/intuitive-custom-post-order/
Cheers
I am having some problems with the mobile version when I use the nectar slider on the home page.
The title of my pannel shows up above my slider and the image. site is up at holmeskatie.com
Hey minisunshine,
Can you ensure that you don’t have any title set within the page header settings metabox in the page edit screen at the bottom
Cheers
There’s some kind of styles image resizing of my product images that results in a blurred image.
http://www.platinumloops.com/downloads/hip-hop-samples-hip-hop-producer-pack-10-drama/If you look at the main product image it appears fuzzy and not sharp. I’ve created all images to match the size set out by the style but still they are blurred.
Please advise. Thanks in advance.
Hey trocity,
Are you referring to this one? http://www.platinumloops.com/wp-content/uploads/2015/02/hip-hop-samples-producer-pack10-background.jpg if so, depending on the screen size you’re viewing it on it will indeed resize to fit the container
Cheers
Yes. My screen is massive so that’s not the issue.
Viewing on my desktop I can’t seem to see a difference in the quality when looking at it on the page vs the actual source
http://i.imgur.com/3r3AG4s.pngYes that looks normal but that’s not what I see in the latest version of firefox. It’s like the image has been stretched by a pixel, just enough to make it blur when viewed full screen on my 27” monitor. It looks fine in opera but not in FF or IE.
I noticed that if I refresh the page, the image looks fine until the CSS loads and then it goes fuzzy as the style kicks in and resizes it.
Still look for a solution to this. Please advise.
Could you kindly let me know what OS you’re using so I can try and replicate the setup?
Windows 7.
I tried your own support system but this just seems like a way to tell your customers you cannot help them where the public won’t see
’’Its likely a browser rendering issue as the the css is set to auto : ’’
That’s a cop out, not a solution.
Please offer a solution for this bug.
Try adding this into the custom css box located in your Salient Options panel:
.post-featured-img img {
max-width: 908px!important;
}
That fixed the image shown on the product detail page but it also messed up the product category page too because now each image is show at full size http://www.platinumloops.com/downloads/category/product-genre/bollywood/
Add this as well:
.masonry-blog-item .post-featured-img img {
max-width: 100%!important;
}
Great that worked. Thanks, I really appreciate the help.
Cheers 
Sorry, I spoke too soon. As soon as I resize the window it totally messes up the design because the image doesn’t resize until the break point. Can this be fixed?
Add this in as well:
body .post-featured-img img {
width: 100%;
}
Sorry, that didn’t fix it and the breakpoint issue is evident on the category page too.
Sorry it should have been
body .row .post-featured-img img {
width: 100%;
}
That fixed the breakpoint problem but now we’re right back to where we started with the fuzzy image on the product page is not actual size.
so…... no fix for this then?
Hello, I’m finding issues with the Recent Projects plugin. See: http://2015.blossomveils.com/. Under the “Collections” heading on the home page, the projects images do not fill their container and thus do not go full width. This occurs in Firefox, IE, and sometimes Chrome…
Please advise…Thanks!
Hey,
Unfortunately I haven’t been able to replicate this yet, could you kindly verify that you’re also on the current release of the theme?
Cheers
Yes, we are using v5.5. Please see this link: https://www.dropbox.com/s/hn2xwwbde2o44er/catpure.jpg?dl=0
Hey – add this into the custom css box in the Salient options panel:
body .portfolio-items .col img {
max-width: none!important;
width: 100%!important;
}
that worked. thank you!
You’re welcome 
Hey mate!
still an amzing theme, thanks so much for the great support!!
1. Trying to get embedded vimeo videos working on the blog display in masonry fullwidth / meta overlaid mode…. like directly playable as in masonry fullwidth /classic mode but the preview just goes black there… any ideas on that? (I embedded correctly using the embed code field and chose “video” as a post type)
2. Any chance to define a CSS code for a fixed post background color, header background overlay and header bottom shadow pre-activated on every new blog post being created?
Best regards and thank you so much!
Nadia
Hey,
1. Could you kindly share a URL in regards?
2. If you have the fullscreen header option active in the Salient options panel and add this it should work:
.single-post.ascend #page-header-bg.fullscreen-header {
background-color: #999!important;
}
Cheers
Hey, thanks for the quick reply!
1. Please check www.we-are-utopia.com and see the post “Dan the director”) with no video playing and a blank image. For all the other posts I put separate preview images for now…
2. Also pagination is not working? Clicking to reach the second blog page has no effect at all…?
Please help out, your support is highly appreciated, thanks so much!
Best regards, Nadia
regarding 2. -> I just found out the issue is only in admin preview mode, not on the front end page, so this point is solved, sorry. Is it possible though to somehow link the different page links (1, 2, 3, 4, > ...) to an CSS anchor point of the blog item in order to avoid the user has to scroll down every time to reach the new blog content? Would be a nice usability feature… 
Best regards,
Nadia
Hey again,
1. Sorry I misunderstood what you were initially asking – in the blog style you’re using there’s no video preview outside of the single page, you’d still need to supply a featured image
2. Unfortunately this would take some custom development as of now
Cheers
Hello, great theme!
I’m using eye candy portfolio, I’d like to avoid that boxes jumping around following the screen size creating empty spaces. I find an old comment about that, but the solution didn’t work for me.
Can you help me?
Thanks
Here it is:
In responsive.css change:
/* full width portfolio/blog*/
@media only screen and (min-width: 1600px) {
body:after {
content: 'five';
display: none;
}
to
/* full width portfolio/blog*/
@media only screen and (min-width: 990px) {
body:after {
content: 'five';
display: none;
}
and then delete all of this:
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
body:after {
content: 'four';
display: none;
}
.portfolio-items .elastic-portfolio-item {
width: 24.98%!important;
}
body .portfolio-items .col.elastic-portfolio-item.tall, body .portfolio-items .col.elastic-portfolio-item.regular {
width: 19.98%;
}
body .portfolio-items .col.elastic-portfolio-item.wide {
width: 49.96%!important;
}
body .portfolio-items .col.elastic-portfolio-item.wide_tall {
width: 49.96%!important;
}
body .default-style .portfolio-items .col.elastic-portfolio-item {
width: 21.72%!important;
}
#post-area.full-width-content .masonry-blog-item, .full-width-content #post-area .masonry-blog-item {
width: 22.8%;
margin-bottom: 2.3%;
}
.full-width-content.blog-fullwidth-wrap {
padding-left: 2.8%!important;
}
#boxed #post-area.full-width-content .masonry-blog-item, #boxed .full-width-content #post-area .masonry-blog-item {
width: 30.8%;
}
}
@media only screen and (min-width: 990px) and (max-width: 1300px) {
body:after {
content: 'three';
display: none;
}
.portfolio-items .elastic-portfolio-item {
width: 33.3%!important;
}
body .portfolio-items .col.elastic-portfolio-item.wide_tall, body .portfolio-items .col.elastic-portfolio-item.wide {
width: 66.6%!important;
}
body .default-style .portfolio-items .col.elastic-portfolio-item {
width: 29.70%!important;
}
}
I’ve discovered that flagging the “Constrain Max Columns to 4” checkbox in portfolio settings and using multiple of four project boxes seems to fix the issue.
Is this the trick?
Thanks a lot
Hey – the constrain max column option was indeed added to assist in making it easier to keep a consistent layout
Cheers
Hello, in Firefox 37.0.2 latin-ext characters are displayed incorectly: https://db.tt/yvy66GLq (Load Ext. Characters in Default Font is enabled).
Second problem with Firefox:https://db.tt/6iklbTPo (Firefox in the left, Chome in the right (looks like as it should be).
Site url.: http://goo.gl/Kg4vCM
@media only screen and (max-width : 1104px) { .tabbed ul li, .tabbed ul li a { display: block!important; float: center!important; } }
seems doesnt do anything with firefox.
Hey – could you kindly open a ticket in regards with your admin credentials so I can take a further look? https://themenectar.ticksy.com
Niggly Niggly thing and I can’t get rid of it – please help! The single bedroom on this page is showing twice and I don’t know why? It’s only showing once on the portfolio posts?
http://studioflat.co.uk/gallery/Thanks Jo
Hey – could you kindly open a ticket in regards with your admin credentials so I can take a further look? https://themenectar.ticksy.com
Cheers
Hey!
I was wondering if you could provide me with the code to recreate this page?
http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266Curious to see whether it can be intertwined with portfolio pieces etc?
Cheers!
Joe
Hey JoeKozak,
You’ve linked the default home page of the demo, is that what you intended on doing? If not please start here: themenectar.com/demo/salient-frostwave outside of the TF iframe to link you page you’re trying to replicate
Cheers
Hello,
With this theme is it possible to customize the layout from the templates files directly instead of using the page builders? Need to add custom designs not available in the theme itself.
Regards,
Huzza
Hey,
You could indeed create a custom page template in the theme but if you needed to use elements from the page builder as well you’d need to use shortcodes within it still
Cheers