38438 comments found.
Hello!
Is there any way to have a secondary navigation menu that only gets visible in the shop pages such as the shop page, products pages and category archives pages? I want to have a secondary navigation menu that only shows the product categories and it doesn’t have sense to be visible in other pages of the web.
Thank you very much in advance.
Hey allinagency!
Add this into the custom css box in the Salient options panel:
body:not(.woocommerce) #header-secondary-outer { display:
none; }
Cheers
Thank you very much!
Now I have another problem. The social buttons appears in the secondary menu and I would want them to stay where they were, in the main navigation menu. How can I do this?
Thank you in advance!
Hey! Unfortunately they can only display in the main nav by default when not using the secondary nav – this would require some modding to the header.php file
Hi Guys,
Is there a custom css class that I can use to turn the Custom Heading into Gradient Text?
I know there is a gradient text option but I want to be able to control the size of the font which the custom heading allows me to do.
Thanks
Hey 0754ben84,
Unfortunately that’s no possible as of now – however you could easily control the size of the gradient text beyond what you’re setting for it in the typography options with css. If you can share your URL where the grad text element is used I could provide an example
Cheers
I’m having an issue with the portfolio templates after the latest update. When I import a template it imports a mirrored version into the VC builder. It only does this on the portfolio pages. Any idea what is causing it?
Hey yannerz,
could you please share a URL showing the issue?
Cheers
Thanks for the reply.
The issue is happening on this page: http://toscanoauthentic.com.au/product-range/
What happens is, when I add a saved template it imports a mirrored version rather than the normal version.
Hey, is this occurring only for your previously saved templates or does it occur for new templates and the Salient studio as well?
This happens on both new and old templates, but only on the portfolio pages. On both normal pages and blog posts the templates work correctly.
Hey, could you reach out in regards via the contact form on my author page so I can provide a fix? https://themeforest.net/user/themenectar
Hello!
How to make “back to top” button bigger? I`m trying to change some css styles, but nothing happens.
Hey epitets! Kindly share your URL in regards so I can see your settings to provide a snippet 
Hey! Add this into the custom css box the Salient options panel:
html body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up, html body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up.top-icon, html body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up {
-webkit-transform: translate(0,-49px)!important;
-ms-transform: translate(0,-49px)!important;
transform: translate(0,-49px)!important;
}
Cheers
Hi, how do I put 4 fields in one row and 4 fields in another in the contact form plugin … please help thanks in advance !!
Hey prateek488, the docs cover a three column layout: http://themenectar.com/docs/salient/importing-contact-form-data/ you would just need to change the span_4 to a span_3
Cheers
Hi, is it possible to achieve a similar hover effect to a column like in this site https://spigotdesign.com/services/ ? I can almost achieve this but the only setting that is missing is to add a text color for the hover. In the site I sent you the text and icon color is set to black and on hover the background becomes cyan and the text and icon color switches to white. Even if this is not possible yet, it would be a nice feature to add.
Hey alfamarble,
As of now that would indeed require custom css for the hover – if you wanna share your URL in regards I could provide an example 
Cheers
Hey ThemeNectar, thank you for your willingness to provide a solution. Unfortunately I have my site in coming soon mode because it is a mess. Can you please offer an example otherwise?
You’d need to add a class name to the column – in the example below I’m using “custom-class-name”
.wpb_column.custom-class-name:hover .wpb_wrapper p, .wpb_column.custom-class-name:hover .wpb_wrapper h3,
.wpb_column.custom-class-name:hover .wpb_wrapper h4,
.wpb_column.custom-class-name:hover .wpb_wrapper h5 {
color: #000!important;
}
It worked! You are a genius and your theme is amazing! One more question please. Can the same effect be applied to an icon? I am currently using an iconsmind icon, I tried with some CSS but I have only accomplished to change the border (round circle) on hover. The icon itself is resisting the color change. What is its selector, I can’t find it. Thanks a lot my friend.
Hey, what color do you currently have the icon set to? i.e. accent, extra color 1..etc
Cheers
hover-dark-to-light and I have used the following css
.wpb_column.hover-dark-to-light:hover .nectar_icon {
color: #f9f9f9 !important;
}
The icon style is set to “Border W/Hover Animation” and the above code only changes the border of the icon, not the icon itself. Thanks !
body .wpb_column.hover-dark-to-light:hover .nectar_icon_wrap[data-style="border-animation"] .nectar_icon:not(.no-grad) i {
color: #f9f9f9 !important;
}
Cheers
You are awesome my friend! It worked! Thank you so much for your time and the fantastic, all-powerful theme. Once I have my site live, I will post it here to see what I have done with your invaluable help. One recommendation for your awesome theme to make it even more awesome? Add a hover text color option in the column’s options so others can do what we did without using the above custom CSS. Thank you once again! All the best to you and your business.
Hey, thanks for the request – it’s been noted 
Cheers!
Hi, I recently updated to the latest version but now anywhere I have a Gravity Form the styling has gone crazy, barely readable and all the fields are bullet pointed?
Thank you
Hey joshfiddy, could you kindly share your URL in regards so I can take a look why that would be occurring for you?
Cheers
Hey, that URL currently isn’t loading on my end – have you changed anything since posting?
See the bullet points on the fields – shows up elsewhere also
Hey, currently i’m not seeing that http://imgur.com/a/jGFET – have you changed the setup?
Hi, I am working on a client website that is using this theme. He’s using custom image thumbnails for his portfolio items. When using these custom thumbnail images, GTMetrix is flagging them and is giving a bad score. It is saying to “Serve scaled images”. I think since it’s scaling the 600×403 image with HTML/CSS, it’s not liking that. Is there a fix or a workaround for this?
Hey mrittman, is there any reason you guys aren’t using the featured image? Could you kindly share the URL in regards as well?
We’re using the featured image that shows up in the lightbox, but you guys also have an option for “Custom Thumbnail Image”. This is what GTMetrix is flagging since these custom thumbnails are being scaled with HTML/CSS. Here’s a link to his site: http://www.jordanmillerdesign.com/ Is there a different way of doing it?
Hey, the custom thumbnail doesn’t crop the image at all, it leaves the dimensions up to you – so in your case of the contained 4 col layout the only way to fix it (without creating a WP image size and applying it ) would be to reupload the images in the correct size. You’re supplying them at 600w http://www.jordanmillerdesign.com/wp-content/uploads/portrait_thumb.jpg but they could be served at 400w
Yeah we were aware it isn’t cropping the images. It’s scaling them. Also we were confused about the dimensions because the description for the thumbnail recommends 600×403: http://jordanmillerdesign.com/description.jpg I suppose we could re-upload them to 400w, but GTMetrix will still flag it since they’ll be scaled with HTML/CSS.
You can upload them as small as you want with as little over what is needed as you desire, the 600w is a base recommendation, which is more suitable for a 3 column or full width layout, in the case of your smaller layout it’s overkill. If you don’t want the portfolio to be responsive, you could use css to set a fixed width on the images, but that’s going to hurt you more than it helps as far as your users experience is concerned
Question in regards to my Salient theme (been a long time user of this theme). I’ve recently been adding more and more portfolio pieces and noticed something strange this morning. When I looked at the site today I noticed that my portfolio page: http://mindfordesign.net/portfolio/ has started to display really small thumbnails and that my fav icon is defaulting to a previous icon. Never seen anything like this before, I’ve tried regenerating thumbnails and that has not worked, all images I use are all the same format and size. Don’t know if this is a caching issue or what. Now when I use the “customize page” feature in WordPress it displays correctly, which is weird.
Yep, caching issue. It’s resolved itself now.
Hey rolltideroll1974, glad to hear you’ve sorted it 
Hey, I’m suffering a slight glitch where my ‘recent projects’ element wont fully load. They sometimes do after a while but not for most of the time.
http://www.embeephotography.co.uk/ scroll to the bottom of the page.Hey kitkana84,
Could you kindly reach out in regards with your admin credentials via the contact form on my author page? https://themeforest.net/user/themenectar
Cheers
sent
Can I know if its possible to custom Masonry Style? Like a 300×500 (regular) as compared to the 500×500 Default Sqaure based grid. 
Hey! This would require modding to the nectar_add_image_sizes function in the functions.php file – after altering those sizes just run this plugin to create the sizes https://wordpress.org/plugins/regenerate-thumbnails/
Cheers
How can I set a fall back font? I use a child theme
Hey, a fallback font for what group of selectors? i.e. which section in the typography options panel – could you also share your URL in regards?
Hey guys. Great theme!
I was wondering if it was possible to add the portfolio link to the portfolio title as well. You can see my site here http://mathiasarlund.com All i wanna do is add the option to click the “svendeprøve – 2017” and go to the same link as “View project” below it.
Best regards Mathias Arlund
Thanks Mathiasarlund!
As of now this would require modding to the nectar/tinymce/shortcode-processing.php file – search for$project_style == 'fullscreen_zoom_slider'to end up at the right section
Cheers
Hello,
Is there any way, to place the post title to the right of the page title?
I can see that themes’ ‘header.php’ has wp_title(”|”,true, ‘right’), indicating it should be set by default on the right side of the page title, but doesn’t work on my website.
I also tried setting: function wp_title( $sep = ‘»’, $display = true, $seplocation = ‘right’ ) in “wp-includes/general-template.php”, but this didn’t help.
I use child theme, for minor modification in the “footer.php”.
Thank you.
Hey YoZeeto,
Please share one of your post URLs so I can take a look at your current settings
Cheers
Hey ThemeNectar,
Thank you for your reply. Here is the link: http://zeeto.com/behind-the-scenes/test/
Please note, I didn’t make any changes to WP root, nor to Salient code and my child theme is modifying only the footer.
Thanks for your help!
Hey ThemeNectar,
Did you manage to have a look at this issue? Would really appreciate your help.
Cheers!
Hey, sorry for the delay!
The theme doesn’t use wp_title anymore, in the current version it simply sets add_theme_support(‘title-tag’) https://codex.wordpress.org/Title_Tag
Hey Nectar,
Thank you for your reply, so how can I achieve to have the titles as they were before? Main Page | Sub page | sub page
And no “Tagline” in the website root?
Thanks
Hi Nectar,
Are you able to help?
Nope?
Wanted to drop a line to simply say thank you for the incredible support. I’ve never used one theme for so long without trying something new. It simply does everything. Once again, great job.
Hey arteest, thanks so much! That means a lot 
Cheers
Hello,
Hi, I’m very interested in buying this theme but was wondering about fews things:
1. There is a tutorial or a video guide to install the theme and to import the demo content.. ?
2. There is a online docs setting?
3. There is ability to translate the texts of the theme with the plugin loco translate..?
4. There is a restaurant demo Template included
Best regard
Hey nedana,
1. http://themenectar.com/docs/salient/installation/
2. themenectar.com/docs/salient 
3. There theme is translation ready via a .po file, but I haven’t tested that specific plugin
4. All demos are included and available to import
First of all I love salient theam
but from few days I get problems!!! Mine site down ( I mean only salient theam website turn white blank no able to access ) can you tell why it’s happen and which I see function php file go currupt and I do rnd but again and again site gonna down please help
Hey harsh1313! Could you kindly share your URL in regards so I can take a look?
I checked with mine developers he asked he used nulled theam and now I ask him I give you $800 and you make me fool and theamforeEst give us in below $100 . Am very sad and upset give me a way I wanna be purshase genuine theam from you and but mine all website I took so much time to build up and what I do I wanna be remain save all Datta of older and tell you guys have is any option we do upgrade & need 12 month support I m ready to pay money is not concerned only matter old website Datta nd and will be upgraded instead of reinstalling and is you help to sort out white blank screen fault
I love to be use your services
Hey harsh1313, you can purchase an actual license on here and then you’ll have the current version of Salient. Is you website currently a white screen on the front end and the backend or just one of them?
hi theme nectar i recently purchase theme and i already have nulled theme where mine old website running ! can you tell how i update old theme into new genuine theme and fix the issue of “white blank screen ” . i wanna remain old website ( no interested to upload again and install website ) there data is important and i make it with mine lots of time basically i get fool by website developer he charge me too much amount in return he make nulled website … now i m happy i get you guys you so great and me very very glad and i love your theme and i appriciate your support and am no gizmo geek ! can i share you website and you can resove the issue and tell me how to update original new salient upon nulled old salient theme ….
i m happy to follow your needful step please you only the hope !
thanks and wait for your positive reply 
Hey! Glad to hear you’ve bought an actual license – the guide for updating is located here: http://themenectar.com/docs/salient/updating-salient/ if you have any issues after updating please open a ticket in regards with your admin credentials so we can log in to see what’s going on https://themenectar.ticksy.com
ISSUE with Bio Shown Fullscreen Modal function of team members when in boxed layout – when clicking the bio is layered BEHIND the sites boxed body content and not above… so not readable – any chance to fix this? 
also please the possibility to link to external websites from team members / their bios? :)) keep up the good work!
Hey nadiavonscotti! 8.0.1 will sort that issue
Thanks for the requests as well!
Heyyy AWESOME $alient Fam! curious if mobile view parallax was possible yet (or is but I wasn’t aware of) If so will buy another copy for new client who luvs mobile parallax as a #1 style element #THEMENECTARROCKS100!!
Hey sterlingwilliam,
It’s only active via the page full screen rows at the moment, but it will be available for all rows in the future 
Cheers
Yeah full screen is ideal, for background images! So do I need to activate ‘mobile parallax/on’ or anything or it is by default (this is background row/image/full width background then?)
Hey! All you need to do is activate the page full screen row option: see this in regards : )http://themenectar.com/docs/salient/page-metaboxes/#fullscreenrows
Hello guys, I have a small doubt about the blog filters… is there any option to use a HORIZONTAL FILTER (just like the one in the portfolio’s option) in the blog shortcode? Instead of using sidebars? Thanks!
Hey mayronwf,
As of now that would require custom modding, but i’ve noted your +1 for the idea 
Cheers