38437 comments found.
Do the white headings on banner images have white background as well? If yes, then you are hiding the text with css which is a spam factor by google. Here you can read it here. https://support.google.com/webmasters/answer/66353?hl=en
Thank you!
Hey seseskiz,
Could you please share a screenshot or URL of what you’re referring to?
Cheers
Here you go.
http://imgur.com/a/YgPc7 http://imgur.com/a/aQ4ntThis is white text on a white background. or light gray does not matter. They are both light and you are hiding the text in this way. The images does not count as background for web spiders.
That’s incorrect – removing the image on the corporate demo leaves a grey BG and removing the BG image on a Nectar Slider leaves a black BG, neither are white. Also the demo setups are not forcing you to use a similar setup. You can choose the colors freely for any area..therefore if you wanted to set the BG color on the corporate row to be black or red etc behind the image, you could.
I noticed someone already asked but I really need to make the new owl carousel infinity loop (I know it is possible with the version included) any way you can share the mod to do so? It can be globally so just a way to set it to loop:true; Thanks
Hey superbrecs,
Yes it’s an option in the beta 2.0 of owl, but it doesn’t work correctly – if you turned the option in the init.js you would see that happening. Have you considered using the alternative carousel option?
Cheers
yes, but I want the options to select the number of slides in the different viewports and the dot navigation… Funny, their site says they “finally” have the loop option, I guess not
Thanks
Yeah unfortunately it’s not ready to be included as a feature yet
The site content width for blog articles is too wide for readers at 1000px. Could you supply some code that adds margins or reduces the blog content container width?
Hey jstamb,
I’d be glad to assist – could you just kindly share one of your post URLs so I can see your settings?
Cheers
Is there a place to change the content width in the settings or is it all custom code?
Hey, with the extended responsive design you’re using you’d need to add this into the custom css box in the Salient options panel:
@media only screen and (min-width: 1000px) {
body .container, .woocommerce-tabs .full-width-content .tab-container, body .nectar-recent-posts-slider .flickity-page-dots {
padding: 0 130px;
}
}
I’m not sure if that did the trick. Changing the padding does not change the width /padding of the text content.
Hey, make sure you haven’t accidentally pasted the pre tags into your css box, if you did delete those surrounding the snippet to have it apply 
I took those out before placing the code
but the text line width is still too long for reading.
That new code also created a new problem – look down in the bottom left of the page where the “next post” block is padded out now: http://stambaughdesigns.co/the-trail-trolley/case-studies
Hey again, the padding value I provided is adjustable if you wanted it to be greater – also change it to this selector instead to avoid the issue you mentioned
.single .post-content {
padding: 0 160px 0 160px;
}
hello (again)!!!
I need to customize the opening quotation mark (make it larger) on my quotes in the testimonial slider… how can I achieve this?
Hey paulettevallad!
Could you share your URL in regards so I can take a look at your settings?
Cheers
is there any way I can send you a private message about this. I can’t post the URL here due to client confidentiality?
Hey, you can open a private ticket in regards here: https://themenectar.ticksy.com
Hey. Love your theme but after last update I got a weird issue with Yoast Meta Titles & Descriptions stopping to work. Tried to reinstall, also tried with All in one SEO plugin but it still doesn’t show. Any ideas what could be causing this? thanks
Hey makkafon,
Could you kindly share your URL in regards? Nothing has changed with how meta tags are handled in a very long time
Cheers
Question:
Love the Masonry blog layout in the Corporate demo. However, I’d like to have full width masonry + sidebar and not be constrained to max-width of 1425px when using a sidebar. Is this possible?
In the Salient VC “Blog” element I’ve tried the setting for “Masonry Blog /W Sidebar” but it restricts the width. I also tried “Masonry Blog Fullwidth” and used the “Sidebar” page template but still no luck.
Any suggestions to achieving this?
Issue with “Link” Post Format
I have a few posts that use the Link post format. When using the VC “Blog” Element, they don’t show the excerpt/title/etc. it just shows the full URL (the box also sort of cuts it off). When you try to click on it to read/go to the linked post it just reloads the blog page. Is this intended behaviour?
I’d rather have it show the image/excerpt from the post that I linked to.
Hey CreativeCollaborations 
1. You could unrestrict the full width css,but the column number still wouldn’t automatically change when you do this, so further css would then be needed to have the columns adjust to a smaller number for the larger space
2. Salient doesn’t display that data for the link type – it would need to be added into the includes/post-templates/entry-link.php file
Cheers
Hey there,
Loaded the service demo and everything worked perfectly until I tried it on my phone—most of the center-aligned text is strangely aligned and padded towards the right. I searched everywhere I could but found no alignment or padding settings that could be causing it. Finally realized that it’s somehow dependent on the contents of the textbox. One text string is displayed perfectly centered on mobile, but if I duplicate the fullwidth column, keep it in the same fullscreen row, and change the text to a slightly longer string with a longer word it’s displayed slightly padded to the right. I could probably fix this by making the text smaller but I like it how it is.. just centered
Any recommendations?
Cheers!
Hey JoshuaSpinney!
Could you kindly share the URL in regards so I can take a further look into that for you?
Cheers
Absolutely! Studio.joshuaspinney.com
Hey! You H2 font size is too large to display properly on mobile as some of your words are longer than the screen width. You could add this into the custom css box in the Salient options to help, but you’ll also need to reduce your h2 size slightly
.wpb_wrapper > div {
max-width: 100%!important;
}
Hi. How do i fix the header to the bottom of the screen rather than the top?
thanks
Hey rwilson86,
Add this into the custom css box in the Salient options panel:
#header-space { display: none!important; }
body #header-outer {
bottom: 0;
top: auto!important;
}
Cheers
hi thanks but this only works when the header is always visible. how do i style it for when i have “Header Hide Until Needed” checked as yes?
thanks
Hey, that wouldn’t be possible without custom development as of now unfortunately
Hi guys, I absolutely love your theme. It’s almost pefect, but I would love to see more details in the ecommerce side. For example:
1- Out of canvas quickview product ( http://uplift.swiftideas.com/home/home-shop/)
2- A more modern add to cart view ( https://codyhouse.co/gem/add-to-cart-interaction/ )
Would be great to improve this side of the theme. Btw it’s a 5 star theme!
Thanks for hearing!
Hey estudisimple, thanks for the requests! More ecommerce functionality is coming in the next update 
Cheers
Can I ask what kind of? Pleaseeeee!
Or ETA?
The ETA is two weeks and it will update the general styling/functionality of WooCommerce
Hi there when adding a portfolio item with an external link whenever I click the image it just opens a larger version of the image rather than taking me to the external link
Hey JKEstateAgents,
Do you have the lightbox only mode enabled?
Cheers
Hi,
I have created 4 pages all exactly the same as shown in: http://imgur.com/a/vhixw Now on the 5th page the layout is not the same, even when triple checking that the page was created exactly the same as the others: http://imgur.com/a/xpepKPlease advise.
(The images are exactly the same sizes etc – it’s the fancy box that changes on the 5th page)
Hey dessibob,
Could you please share the actual page URLs so I can take a further look for you?
Cheers
Hi Team,
Pre sales question. What are the speed rankings for your theme, as I’m deciding which theme I will purchase based on the quality of the code and how well it’s optimised.
Thanks.
Hey cubewebsolutions,
you can test yourself using a service such as gtmetrix:
https://gtmetrix.com/reports/themenectar.com/KBfzHLBI
Cheers
Help!I use “Demo importer” import “Ascend” demo, then the web page become garbled.
Hey escl,
please share your URL so I can take a look at what you’re referring to
Cheers
Working on this theme for a client that had purchase. 1. I would like to say the best theme i’ve ever worked with A+++
2. Is there away to have Header Hide Until Needed & Resize on Scroll activated at the same time?
http://image.prntscr.com/image/f8804669e5d649009d287c6780aa4b12.png
right now the header starts at 189px and shrinks down to 85px on scroll.
when hide header until needed is activated, once you scroll up, the header is still 189px and takes up a big chunk of the screen.
I only want the header to be at it’s full 189 px when the cursor is at the top of the page.
thanks in advance 
Thanks xafltexans!
It would be possible with custom css – if you can share your URL in regards I could assist in an example 
Cheers
site is not live unfortunately.
Could you let me know your header settings for logo height & header padding?
The header settings are as follows.
logo height: 189 header padding: 5
Add this into the custom css box:
body[data-hhun="1"] #header-outer.detached header#top #logo img {
height: 100px!important;
}
header-outer[data-lhe="default"] header#top nav > ul > li:not(.social-in-menu) > a,
header#top nav > ul li#search-btn, header#top nav > ul li.slide-out-widget-area-toggle {
padding-top: 40px!important;
padding-bottom: 40px!important;
}
Thank you! it shrinks it the header itself (logo, etc), just doesn’t shrink the header bar.
http://prntscr.com/cdrlshHey, try also setting the height to that with:
body[data-hhun="1"] #header-outer.detached {
height: 100px!important;
}
Adjust the height as needed:)
works perfect now. thanks 
You’re welcome 
hi there, i was wondering if there was a way to make the new sub menu element not so deep. i.e. i have a lot of padding at the bottom below the text and would like to make it not as deep, if that makes sense?
Hey stoepid,
Could you kindly share your URL in regards so I can take a look?
Cheers
What is the best way to set a row height to a specific size?
Hey paulettevallad, – you can use the row padding top/bottom to grow your row. % values work great for responsive setups as well, i.e. “15%”. If you want full screen rows you can also enable that – here’s a tutorial https://www.youtube.com/watch?v=S3P1BsTitnE
Cheers
On the normal nav menu for mobile, how can I allow the whole text to be clickable for drop downs? Right now, you have to click the arrow on the right side and it’s very tricky.
Hey myreliefplus,
When you change the header to be sticky on mobile (in the Salient options panel > header navigation tab) this will be the case by default.
Cheers
I wanted to check and see if there was any update or estimate on if and when you would add Vimeo and Youtube Video Backgrounds. Self hosted load time is too slow/long.
I know a lot of people have been requesting this and I just wanted to add my +1 and pretty pretty please 
Thanks
Hey JSAYcreativeProductions, it’s going to be an option in the next release
Should be landing in about 2 weeks
Cheers
Awesome thanks so much
You’re welcome 
Hey just installed the latest version but still do not see an option for using Vimeo video backgrounds. Am I missing a setting or something?
Hey,
Youtube was the only one added at this time since it’s the only one the raw VC supports by default
Cheers
Hi, i have a question, is there a way to make the single project description to stay still instead of following me?
Hey Juanacatan,
You can change this in the Salient options panel > portfolio options tab 
Cheers
Just a note – visual composer wasn’t working, and I saw a few people post about it here and the support. There’s a hidden update – be sure to update it in the plugin menu, and it works great afterwards.
Hey, glad to hear you’ve sorted it – and yes, VC 4.12 is the only version that is compatible with WP 4.5+