38441 comments found.
Hello
Is there a way to alter how a team member image renders, as I’m getting pixelation? All images being used are over 1000 pixels wide so should be rendering better.
I am using it here http://2017.joneley.com/portfolio/archive/
Can I tweak something to render at a better resolution and reduce the pixelation?
Thanks in advance
Hey stsw,
The images used in the element before clicking to the larger image/description are 500×500 – to mod this, you’d need to alter this in the functions.php
add_image_size( 'regular', 500, 500, true );
and then run this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers
Thank you 
You’re welcome stsw 
Hello! I need to make the descriptions of the tags visible. What do I need to add to the php and where? Thank you!
Hey buscoseo,
Can you explain what descriptions you’re referring to specifically?
Cheers
I would like to make the html description of the tags and categories pages visible. Thank you very much
Hey buscoseo,
That would require a mod to the nectar_page_header function in the functions.php file (it can be copied into a child theme functions.php)
Search for the /blog archives/ comment within it to end up at the right location. https://codex.wordpress.org/Function_Reference/tag_descriptionCheers
I have put this code: <?php $description = tag_description(); ?> In funtions.php of the child salient theme but it dosn’t work. I can not see the generic description of the tags or the categories that i include… I have also tried to put the code in funtions.php of salient, just below the h1 of the categories and tags but nothing happens.
Hey buscoseo, the code you’ve pasted is not echoing the description, only retrieving it. To echo it you’d need
<?php $description = tag_description(); echo $description; ?>
It still dosn’t work. I put this code in functions.php of my child theme file but I can’t see the description of the tags. for example in this page https://www.ayudas-subvenciones.es/blog/tag/aliementacion/ I can’t see description html that i have…
Hey buscoseo, I’ve tried to point you in the right direction, but this is beyond the scope of support. Unfortunately I can’t provide every step of custom PHP modifications since it goes against the ThemeForest support rules
I was wondering, When a row is hidden for a certain screen size/device type. Does it still load when viewed on that device. So if I have a lot of content/rows but only one or two are visible on each device will the whole page content, and all the rows still be loaded in even though they aren’t seen?
Many thanks.
Hey MarcGarner,
Yes – WPBakery page builder uses CSS to hide/display the rows, they are not deleted from the DOM
Cheers
Hi, I get a loading error just by adding a new empty vc_row to a page. Page just don’t load and if I remove the last vc_row it works. Could somebody help me please? I cannot add new content! (I don’t have any navigator console messages)
http://escueladeliderazgoyexito.com/Salient WPBakery Page Builder(V5.4.7) WP(V4.9.6)
Hey tolo_mir,
Could you please open a ticket in regards with your admin credentials so we can log in and see what’s going on?
https://themenectar.ticksy.comThanks
Hello, I’ve a problem with my portfolio categories. On desktop the only ones that get displayed are the ones selected for that portfolio item, while on mobile they are all getting shown, even if not selected in my filterable option. I’ve opened a ticket #1614975 Thanks!
Hey mircofragomena , I’ll take a look into the ticket shortly 
The beta version solved everything!
Glad to hear mircofragomena 
Hi. Is the home page design fully editable using VC or has to be done through templates?
Hey TheCodingOven,
All pages included in the demos are built using the WPBakery page builder, the theme includes a couple of prebuilt templates back from before the page builder was integrated, but those are for legacy users.
Cheers
Ok. But from the screenshots looks like there’s another builder Nectar Options? Are those enhancements to WPBakery? Thanks.
Hey TheCodingOven,
There’s also a theme options panel to control the global styling options e.g. coloring,typography etc
Cheers
Hi admins – I use salient-blog-ultimate and cant seem to find a search feature for it. Is there a way to enable searching of the blog? Thanks
Hey szmide,
Ensure that in the Salient options panel > header navigation tab that the option for “Remove Header search” is not turned on
Cheers
Hi there,
I’m using the rows and anchor menu links for my site. However, I noticed when I go to a page not included in those anchor links, i.e. a contact form page, the navigation doesn’t work to take me back to any of those pages/rows. How can I fix that.
Thanks, Tori
Hey Tori,
Make sure you use the full URL in your anchor links i.e. “http://domain.com/#anchor” rather than just ”#anchor”
Cheers
Is there a way for me to have the auto masonry recent posts (blog) template but for videos from my portfolio instead? i love the style and format of that template so its a shame I cant figure out to have that same style but for my portfolio posts.
Hey edircreative,
The blog and portfolio styles are separate, it would require modification to integrate them to be available in both
Hello,
Is there a way to add a custom caption to an externally linked image in the parallax image grid. If not, is there a way to link an image to a custom destination under the same parameters?
Thank you.
Hey cwayneboss,
Unfortunately the WPbakery page builder doesn’t offer an option for captions when using external images
Cheers
how do I make a portfolio title on the left? (as in article)
Hey Nicko_217, could you kindly share your URL in regards so I can see your current project settings to assist?
Thanks
Hi, I re-downloaded my theme for this, and Ultimate Addons is apparently saying I don’t have a registered copy for this, when I thought it came with the theme. Apparently Brainstorm Force is the supplier for it. They changed the name of their product and is asking me to register, but I just remember having a Salient theme key thats not working anymore. Is there anyway to register my salient with the key that came with my copy so I can get everything I had before without having to buy a duplicate?
Hey TokyoSavage,
Salient has never bundled a copy of Ultimate Addons or provided a license for it – we only include the Salient version of the WPBakery page builder plugin. Perhaps you already had a copy of Ultimate Addons from another source?
Cheers
Thanks I figured it out, they must’ve undergone an update which sent me a notification that didn’t actually apply to me or anything I was doing.
Glad to hear TokyoSavage 
hi, at http://gastromallorca.net/som/ in the OFFERS title is any way to have a smaller gap between the title offers and the 3 images of the carousel? all so with the dots below the 3 images of the carousel, thanks
another little issue, here http://gastromallorca.net/som/hotel-som-llaut-boutique-in-majorca/ go to offers and the nectar slider only lets me click on the right of the image, not on the left
sorry but another thing… when you click a photo on the gallery it shows the arrows in all shapes and desordered?
Hey dimage,
1. When you edit the text block that contains your title, click on the “design options” tab and use a negative value for the bottom margin e.g. -20px
2. add this into the custom css box in your Salient options panel:
.entire-slide-link {
left: 0;
}
3. That appears to be occurring due to a third party plugin you have active – “instagallery”. Try disabling it to fix the fissue
Cheers
wow thanks for that! another little question, how can i change and put bold the text on the page menu? because i have it on a gray background color and i want the text to be white and bold, thanks
Hey dimage,
Add this into the custom css box in the Salient options panel:
body #header-outer.transparent header#top nav > ul > li > a {
opacity: 1!important;
}
Cheers
sorry I ment the page sub menu, if you go here http://gastromallorca.net/som/hotel-som-llaut-boutique-in-majorca/ you will see the sub menu in grey background and in black the text, how can i put that text in bold? thanks!
Hey dimage,
add this into the custom css box in your Salient options panel:
.page-submenu li a { opacity: 1; font-weight: bold; }
Cheers
I have a few video posts on the site and the video is not showing. I added the YouTube Embed Code where requested, but no video is showing. This is related to ticket #1610289
Hey erostad,
I responded earlier today in regards
Cheers
Hi there, in the style.css I have an error: .vc_ie-flexbox-fixer>.vc_row { box-sizing: border-box;} It’s the original code wrote by you!
Hey talkbackmaster,
The line in the style.css relating to the ie-flexbox-fixer should be:
.vc_ie-flexbox-fixer>.vc_row {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
box-sizing: border-box;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox
}
What issues is it cuasing you and can you provide an example?
Cheers
Hi,
How to make Project (portfolio) menu item change color on active when a user is on detail project(portfolio) page?
When I am on main portfolio page the menu item is active but when I get inside each project the menu item is not active (colored). Should be to indicated that we are inside the portfolio.
Thanks!
Hey trelam,
Could you please share your URL in regards so I can take a look?
Thanks
Hi, The site is under construction, how can I send you credentials in privet?
Cheers
Hi, the ticket nr is #1613995, thank you
Thanks trelam
Thank you very much, it works perfect!
You’re welcome trelam 
Hi there! Hope your having a nice day. Question… Using the ecommerce template, on the admin when I go to the SHOP page I dont see any items of the builder in that page… meaning I can edit as the other pages… How can I edit this page?
Hey rasheedny,
Are you referring to the main shop page defined by WooCommerce or single product pages?
Cheers
Hi again, the main page defined by Woo and even from the template.
Hey rasheedny, on single product pages the page builder will only display when using the option in the Salient options panel > WooCommerce tab “Product Tab Position
> Fullwidth under images". As for the main archive page - lease open a ticket in regards with your admin credentials so we can log in and see what's going on?
https://themenectar.ticksy.com
Cheers
Hi there,
We’ve had to add a mega menu as our site size had increased and have managed to replace two links with an image using css – FR1 and FR2
We have come across a few issues:
- When the menu decreases in size on different devices the images get cut off from the right hand side, chopping off the image rather than it being responsive.
- There are either two solutions I can think of for this:
1. To center align the image so the center of the image is always showing so only the edges of the background on either side will get cut off leaving the text ‘FR1’ and ‘FR2’ showing in the middle and only chopping off the background.
2. To make the image react responsively so the height of the image will also decrease as the width does.
Can you advise on the best solution?
https://www.redchilli.designofeden.co.uk/Please hover over the ‘Products’ menu link on main navigation.
Huge thanks,
Liam
Hey Liam!
add this into the custom css box in your Salient options panel to sort it:
body li#menu-item-6075 a, body li#menu-item-6235 a {
object-position: initial;
background-size: cover;
background-position: center;
}
Cheers
That’s fantastic! Worked great, thanks very much for the snippet. Really appreciated.
Would be great to add this function (image as link) in your current mega menu. An idea for the future?
Huge thanks, Liam.
Hey Liam, i’ve noted your +1 for the idea 
Cheers
Hi there! For the ecommerce template, is there a way to generate a filter sidebar so I can add filter by Size, Color, Price…. Thanks for your time
Hey rasheedny,
WooCommerce includes a widget for filtering like this. Check out the Appearance > Widgets > Filter Products by Attribute
Dear Theme Nectar,
since few days i have a Problem with my Video Lightbox. The lightbox opens the black overlay, but the videos dont want to play.
Take a look at my page under:
https://3dhandwerk.de/atestseite/Thanx for help…
hey, i`ve changed the Lightbox from “PRETTY FOTO” to “MAGNIFIC” and it works now. Its ok as solution for the next time, but how can i use the “pretty photo” option. I saw in my Browser/JS-Window it is HTTPS and HTTP problem, the theme is trying to open Vimeo with HTTP: and this may be the problem….how to solve this?
Hey yasamiro,
PrettyPhoto is no longer an option in the theme as of recent releases – it’s been replaced by the more powerful fancyBox3
Cheers