38351 comments found.
There is a CSS issue with the author function on the blog posts. On mobile, the author’s name and bio gets cut off. What would be the fix for this? Please view the following link:
http://bit.ly/1nDEhHuOnce it is resized down or viewed on an iPhone the author’s bio at the bottom of the post gets cut off and the name in the
<h3> </h3>tag disappears. If core files are required to be edited, please let me know as I will feel comfortable copying and pasting in a snippet if required to.
Hey samueloh, add this int your custom css box:
@media only screen and (min-width: 470px) and (max-width: 660px) {
body #author-bio #author-info {
padding-left: 24px!important;
width: 344px!important;
}
}
@media only screen and (max-width: 470px) {
body #author-bio #author-info {
padding-left: 24px!important;
width: 230px!important;
}
}
Cheers
Hi Nectar,
Thanks for an amazing theme and being so active on this comment thread (has helped me out a few times already).
I have a couple of problems with the LinkedIn share icon in the sidebar: 1) The popup window crops off the ‘share’ button 2) The title is correct when you share a post, but the description is from the very first post in the feed and not what is on the page at all
Have you come across this or got any suggestions/clues as to how I can fix these problems for my client please?
Thanks, Lewis
Hey lewisweb,
Can you please share your URL with me where I can take a look at thus?
Cheers
The text being sent to the LinkedIn share widget when you click on the icon isn’t the same as the text in the body of the post.
Also, although there is a scroll bar on the popup in my browser, my client doesn’t see one. Could I edit the height of the popup at all?
Thanks! Lewis
Hey again!
1. It appears LinkedIn has altered the share form slightly – I’ve noted to resolve this for the upcoming update – if you want to fix it now open the init.js file located in the js folder and change height in this function linkedInShare
2. Try using this plugin https://wordpress.org/plugins/wp-open-graph/
Hello!!
I have a problem with my template because the sliders.
1.- I don’t know the size of the slides in home page
2.- I don’t know the size of the head sliders in each single page.
3.- The home page sliders look great on my desktop. However they are not looking great on my tablet or my phone. They
I wanna know the correct size of home page sliders and the head sliders of each page.
My page is www.filtrosparaagua.com.mx
Cheers!!
Hey carbotecnia!
1. You have the slider on fullscreen so the height/width will always change to fit the users viewport – therefore there is no static size for it. If you’re trying to get a specific size, uncheck the fullscreen option and check the flexible height option 
2. Can you link one of the single pages you’re referring to?
3. See my response for item #1 in regards 
Cheers
Hello! Thanks but the problem is the multi-screens. I asked about size because the images on my tablet or my mobile are wrong. So What do I have to do to my sliders look complete and not wrong on tablets or iphones? Sorry I didn’t understand you it all.
Hey again! You need to turn the fullscreen option off and the flexible height option on: http://i.imgur.com/5EvZWnO.jpg if you need assistance with this, please open a ticket in regards with your admin credentials so help
themenectar.ticksy.com/
Hi!
Curious if it’s possible to replace an image with another image between a certain resolution. For example, if I wanted to replace one image with another at below 800px in screen width, could I do so?
Thanks.
Or if that’s not possible, could I remove at image at a certain resolution from showing? Thanks! It goes unsaid a lot of how great support you provide, above and beyond what others do so speaking for most people on here, we really appreciate it!
Hey tonypantello!
Removing the image all together would be your best bet if you wanted to avoid custom development – give a class to the image such as “mobile-hidden” without quotes and then add this into the custom css box located in your Salient Options panel:
.mobile-hidden {
display: none!important;
}
Cheers
Common task. Best way for showing Terms, Use of Service etc in footer? I crated a page with content, Enabled Main Footer Area then a new menu item for “Terms page” Widgets, added 2 columnFooter Widgets picked menu
Result..so and so. would like 2nd column right justified.
-overall I would love to be able to add a link to the “Bottom Footer”, where the copyright and social icons live. Help?
sorry about the font size, it was done inadvertently…
Hey Steve!
1. If you can share your URL I’d be glad to help you justify the text to the right.
2. If you need to add custom markup to the copyright footer it can be done through the footer.php at the copyright div 
Cheers
I made the modifications in the footer. (First time dabbling in your code!). It’s OK. Would like it smaller and same color as copyright. look here www.counselorapp.com
Add this into the custom css box 
#footer-outer a {
color: #777!important;
}
Hello,
I'm trying to figure out how to have the more and less option similar to http://garyvaynerchuk.com/.
Thanks! Bryan
Hey Bryan!
That was a custom plugin the user integrated, unfortunately that’s not a default theme feature
Cheers
hellooo
Is it possible to have a rollover state on a nectar slider, I’ve got a situation where I need a color overlay of the entire slide when a user rolls over the slider?
thanks in advance
Hey stsw,
This would be possible if you activate the texture overlay option for the slide. Add this into the custom css box located in your Salient Options panel:
.swiper-slide:hover .video-texture {
background-color: rgba(0,0,0,0.5)!important;
}
Cheers
Thank you much appreciated 
Is there any way to specify Sliders this applies to? This is the effect I need but not to every slider across the site.
Thank you
You’re welcome! You could add a class onto the row which holds the slider to make it specific for that one only. i.e. add “hover-color-slider” without quotes and then change the rule to be:
.hover-color-slider .swiper-slide:hover .video-texture {
background-color: rgba(0,0,0,0.5)!important;
}
Perfection! Thank you are awesome. 
You’re very welcome 
Hey Mr Nectar
Is there any CSS wizardry that would allow the Title of a nectar slider to activate on hover and be able to specify individual sliders through out a website?
Thanks in advance
Hey!
You’d need to add a class onto the slide using the extra class inout field such as “custom-class” and then add this into the custom css box located in your Salient Options panel:
.swiper-slide.custom-class .content h2:hover {
color: red!important;
}
Thank you ThemeNectar
I’m having a bit of trouble with this one although I’m not sure I explained clearly.
I’d like the Heading of the slide to show on hover / rollover and be able to specify this for certain sliders throughout the website.
Is this possible?
Thanks again, much appreciated 
Hey! The technique will be the same as I described above, but change the snippet to this instead:
.swiper-slide.custom-class .content h2{
opacity:0;
}
.swiper-slide.custom-class .content h2:hover {
opacity:1;
}
Hi Nectar! I have a problem, I want to visualize my portfolio page in different pages. I have selected displaying 9 items per page but when I change to the following page, I see 404 error…
Blog pages works fine and are also paginated. I have tried to save changes in Settings > Permalinks but I get the same error.
Could you help me. My url is www.psicosaludtenerife.com/portfolio
Hey Anasaibra,
Can you try updating to the most recent release of the theme to see if that fixes it?
Cheers
Thank you!! I updated last version and it was fixed! I also have the heart icon in blog post back! Fantastic!
:)))
Great to hear! 
I think I went too fast.
I wanted to divide portfolio elements in different pages as I have in the blog. when I upgraded it was OK, I had 9 ítems per page and I could paginate them. Then, I entered in a portfolio picture and got 404 error. I fixed it again in Settings -> Permalinks -> Save. Now I am as before, I can not change to the following page because I get 404.
(I have tried to update again, and it is the same) It seems I have to choose between single ítems or paginating porftolio 
Any idea?
Could you please open a ticket in regards with your login credentials so I can see what you mean more? themenectar.ticksy.com
Cheers
Hi! Is there a way to have the right click disable for the images? I would like to protect my work, cause some works are icons I uploaded in PNG to have the background of the page behind my icons I created… so I would like to block the way to save the image as…
Thanks!
Hey onabon! You’ll need a plugin for that such as: https://wordpress.org/plugins/no-right-click-images-plugin/
Oh! Ok thanks you! 
You’re welcome 
Heya,
Thanks for your help earlier. One more thing though; how do I get my images to go behind the top navigational menu? I’d love to be able to have this particular feature carry on for all pages where a main image is used.
Thanks in advance for your prompt response.
Cheers.
Hey bextahunt,
Can you share a page URL where you want to do this so I can get a better idea?
Cheers
Sure, it’s elishee.com
Thanks! You need to activate the transparent header option in your Salient options panel > header settings tab and then all pages with sliders/page headers will automatically have that look 
I would like to hide the menu till the user scrolls. How can I do that?
Hey freshlesh3,
Make sure you have the transparent menu option turned on and then use this in your custom css box located in your Salient Options panel:
body #header-outer.transparent[data-transparent-header="true"] {
display: none;
}
Cheers
thanks
You’re welcome 
Hi!
I was wondering how it is possible to change the date language on post excerpts. On this page, the month is in French: http://letsinventthefuture.com/entrepreneurship/—> aout instead of august… How can I make it appear in English?Thanks!
Hey LaureneCastor!
do you already have WP running in the French locale or are you on an English locale?
Cheers
Hi there, sorry I’ve got a couple of newbee questions. Firstly I have ticked but want to untick the constrain to four columns for the portfolio boxes. I am unsure where this box has gone and have searched through this forum before asking.. Can you help me with this? It must be an easy fix.
Also, how do I change the order in which the portfolio squares are arranged in?
Cheers
Hey chrisdodson,
1. If the box has disappeared please open a ticket in regards with your admin credentials so I can take a look at what’s going on
themenectar.ticksy.com/
2. Use this
https://wordpress.org/plugins/intuitive-custom-post-order/
Cheers
Hey Mate, I’m having a couple of issues at the minute.. Firstly I have changed the portfolio attributes as they no longer apply and then this has thrown out the sorting HTML orJ-Query functionality..
Secondly, I have been trying unsuccessfully to upload locations on my map for dive sites.. do you think that you could help? My work in progress is located here www.manlymarinereserve.com.au
Any help would be greatly appreciated.. Cheers
Hey!
1. I’m only seeing two projects on your main portfolio page and it seems them both have the category video assigned
2. Update to the latest release to get the fix for this
Cheers
OK, sorry but how to I update to latest release? Cheers
You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were
OK – any ideas here?
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
Hey – yes, please see this in regards: http://support.envato.com/index.php?/Knowledgebase/Article/View/269/0/my-wordpress-theme-isnt-working-what-should-i-do
OK, thanks.. Cheers
Cheers 
Hi ThemeNectar,
Can I check if you guys are planning to have this feature called “before & after module” If so, when will it be implemented. Cheers
Example of the feature can be found here:
http://www.gt3themes.com/wordpress-themes/eclipse/beforeafter/Hey sylvesterlim,
unfortunately there are no plans for that at this time and currently you would need a plugin to achieve something similar.
Cheers
Hi Bud,
Any news yet when you might implement the update to include the side drawer menu option?
Hope your well Cheers Rich
Hey Rich! This is most likely coming in the next featured based update 
Hiya ok cool a rough ETA on this would be fab 
1 -2 weeks 
Hiya!
I want to know where to find the template files stored by Visual Composer. I’ve already purchased and styled one website using Salient, and I now purchased a 2nd license and wish to migrate my Visual Composer templates to the new site. I started looking around in the files but I can’t seem to find it.
Thanks!
Hey Schocken!
If you exported your pages through the Tools > Export section of your admin panel all the visual composer layouts would come with it when you imported it into your new site 
Cheers

But I don’t want to export all the site data, just the Visual Composer templates. Is there a way of doing this? Will it be easier to find if I go the “export” path? I tried opening up the entire js_composer folder in Notepad++ and running a search through all open documents for the template name, and I can’t seem to find it. Which kinda sucks 
Again, is it possible to find just the template files / snippets of code? I can copy and paste ‘em in the appropriate files on the new site.
Hey again!
The templates get saved as post content since they’re actually just shortcodes living in the editor so you’d need to extract them through the database or by exporting the pages – they are not stored in any of the template files themselves unfortunately.
Alrighty then. Thanks! 
You’re welcome 
Hi,
Love the theme, but considering deleting it… Whenever someone clicks on a link, or a photo, it never loads. It only loads when you go to the URL section in your browser and hit “enter” or “return” for it to try again and load. After doing that it loads.
I really need this fixed asap. Do you offer support to login under my WP and fix this issue?
Cheers.
Oh and here is my domain: www.elishee.com
Hey bextahun,
You have a plugin conflict with the AJAX loading option that you have turned on in the Salient options panel > General settings tab. You can either turn off the ajax loading option or deactivate the plugin which i causing the issue – if you need help find the issue assuming you want to keep that theme option on please open a ticket with your login credentials
http://themenectar.ticksy.com/
Cheers
Do you have a screen capture or a list of the elements included with the page builder that I can look at?
Hey mtmfx, check this out in regards: https://www.youtube.com/watch?v=N4mt0lOJ888 
Hi Friend.
In subsequent updates can you add to this great theme new design styles like these or similar of….?
1- Menu.
http://bit.ly/1i9Tv4u
http://bit.ly/1vl8GC8
http://bit.ly/1wAvyiC
http://bit.ly/1vP2gZw
2- Blog.
http://bit.ly/1kS34Z9
3- Post. add /big image/ + . previous and next post + related posts
http://bit.ly/1ldNfzu
4- single product.
http://bit.ly/1C1gNpi
5- footer
http://bit.ly/1mQk1ST
Regards!
Hey SS3 – thanks for the requests!
Do you add some of these styles or similar in the next few updates?
Regards!
Indeed – some similar ideas were already on the wishlist 
The custom CSS in one of my pages went blank and no previously saved revision seems to have it. Is there any way to recover this? I kind of need it…
Hey apena89, do you remember what you did prior to that happening? Also I would reach out to the developer of Visual Composer to see if he has any tricks for this
I restored an earlier revision, then noticed the CSS was gone. I went forward and even that was missing the CSS. I had no choice but to rewrite the CSS from memory. I’m curious if this means I should not rely on this custom page CSS feature in the future. It’s been very convenient up until this one instance.
I’ll try and check with the plugin developer but from my testing this only occurs when using page revisions