38438 comments found.
Hey! First let me say that I LOVE this theme, its super awesome to work with!!
One downfall though, I’ve updated to 4.5.22 but my Google Maps still aren’t showing up. Here’s a link for your viewing pleasure : http://www.goodheartelectric.ca/contact/
HELP 
Also I don’t know what’s up with the styling but my dropdown menu overlaps the main nav.. I’ve used this theme for many different sites and never had this issue
Hey jimbot! 
For some reason I can’t see either of those issues occurring – have you tried to clear your cache since updating?
Cheers
Oh my goodness! So simple it’s silly (which I’m ok with, simple=good). Thanks for your time!
Seriously though, you made a fantastic theme!! Great job!
Thanks! 
Thanks Matthieu!
hello 
it would be very kind if you could you help me with this two issues.
1. for the masonry portfolio style:
how can i only have a hover effect with text, but without a link to a page?
i just want one page layout with images where the user could have a information on hover but without further images in a second page. i hope you understand what i mean. i want text on hover with a regular mouse pointer and not with the hand pointer 
2. if i resize our site, the text becomes very small in a vera early time. i want the text stay bigger. how can i modify or delete the resize effect for a specific headline?
thank you so much
Hey white29,
1. Unfortunately if you want them to unclickable you will lose the hover effect. If you’re ok with that add this into the custom css box located in your Salient Options panel:
body .portfolio-items .col {
z-index: -100!important;
}
2. If you can share your URL i’d be glad to assist 
Cheers
thank you for reply.
1. is there a way to still have the hover effect but without link to another page?
2. the url is: andco.eu
the problem is the h2 headline. there is a big resize step in a very early time… from 55px to 18px (but the line height is still big) you can see the effect at the landing page, if you scroll down to “WIR GESTALTEN VISUELLE WELTEN” ...
is there something i can do to have the resize effect, but with 30px instead of 18px… and with less line height?
tank you very much!
Hey,
1. Unfortunately not without modifying the core css/js
2. Try this:
@media only screen and (max-width: 690px) {
html body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content h2, html body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, html body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2, body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2 {
font-size: 42px !important;
line-height: 57px !important;
}
}
@richpearsonwd some of the things you ask, it’s already been resolved or asked about, it’d only take a simple search in the comments. Or maybe group of your questions in one field, by just editing or replying to something theme nectar hasn’t answered yet for you. Just a suggestion
Last one for today,
On this page, http://richpearson.co.uk/portfolio/1187/ which template do I need to edit please, to remove the comments section at the bottom, and also move the navigation block to the bottom 
Cheers Looking forward to the update Rich
single-portfolio.php 
got it thanks
I have 3 columns enabled in my portfoilo settings, however, on Ipad all featured images are displayed under one Column (in portrait mode only). Is it suppose to be like that?
Example: http://www.fotabrollop.se/project-type/brollop/
thanks
The same problem occurs when resizing a browser window (Mac/Chrome). Three columns appears as expected but when decreasing the browser window it goes from 3 columns to 1 column, placed to the left.
Hey fredrics1!
If you update the theme that issues should go away 
Cheers
Hiya, I have added some text to the header of this page: http://richpearson.co.uk/journal/
The css I have used (may be wrong) to style it is:
#page-header-bg .subheader {
font-family: "Courier-Std","freight-text-pro",'Helvetica Neue', Helvetica, Arial, sans-serif!important;
font-size: 24px!important;
margin-top: 50px;
color:#000000!important;
font-weight: 100!important;
font-style: normal!important;
-webkit-font-smoothing: antialiased!important;
line-height: 1.3;
}
However when I look at it in responsive mode the text goes all small, I have added this style to the declaration of:
@media only screen and (max-width : 690px) {
But it’s doing nothing??
There is also an odd grey line at the top just under the menu, and another grey block on the footer – can these be removed or addressed?
Sorry once again for all the support entries
Rich
@media only screen and (max-width : 690px) {
#page-header-bg .span_6 span.subheader {
font-size: 25px !important;
}
#page-header-wrap, #page-header-bg {
height: 300px !important;
}
#page-header-bg .row {
top: 0 !important;
}
}
Hey bud, can you tell me what’s with the 3px black/grey space/line under the menu in responsive mode and likewise the same at the bottom but much bigger: http://richpearson.co.uk/journal/
How do you increase the font-size (which class) for the next post and title feature at the footer of the page: http://richpearson.co.uk/testpost/
Thanks bud Rich
Hey Rich,
.blog_next_prev_buttons .col h3 {
}
.blog_next_prev_buttons span {
}
On this page: http://richpearson.co.uk/blog/ the first entry titled ‘my life in snooker’ is showing the title and text from the inner page, now this would be fine normally but in this case im using the VC editor to display the intro text, so why is it smaller text than the other entries that are not using VC editor for the page content ??
Do you see what I mean?
Rich
Hey,
Seems to go to a 404
Sorry bud it’s this URL now, http://richpearson.co.uk/journal/ I figured it out though with some css 
On this page: http://richpearson.co.uk/blog/ how do i do the following please.
1) Remove the date,love column from the left hand side and make the image fill the space it came from
2) How do i change the colour and size of the title of the entry below the featured image
3) How do I increase the size of the text under the title
4) How to increase the read more button, or re-style it so it’s a link rather than a button
5) How do I remove the meta data, eg author category comments
Chers Rich
Sorted this thanks
Hey,
Sorry for all these posts just a few more today.
On this page: http://richpearson.co.uk/testpost/ how do I remove/change the following please.
1) Change the title ‘My Life in Snooker’ to bold and a slightly different size? 2) Remove the full width underline? 3) Remove the horizontal line next to the nectar love? 4) Increase the size of the nectar love heart?
Cheers
body .row .col.section-title h2 {
font-size: 40px!important;
font-weight: bold!important;
}
It appears you’ve already disabled the nectar love on that page though
i did thanks
Hello,
I’m using WP 4.0 version.
Which multilingual plugin would you recommend to use?
I’m familiar with qtranslate. I installed qtranslate plus that is working well with the latest version of WP (4.0) but unfortunately it is not working very well with your visual composer.
Any thoughts?
Thank you
Hey apostolos,
I would recommend WPML – it’s the only plugin i’ve tested with for multi lingual
Hi Bud,
This page has an image gallery embedded on it: http://richpearson.co.uk/image-gallery/ currently it’s set to 3 cols, however as you can see it won’t show the images at all, if you set it to full width and re-publish all the images show – is this a bug?
Rich
Hey Rich, unfortunately I can’t replicate that on my – if you can open a ticket in regards I’d be glad to take a look though 
ok thanks
I have just set the gallery to a slider: http://richpearson.co.uk/image-gallery/ as you can see it’s acting real strange, can you see anything obvious that is wrong?
Ok removed all the custom styles and it shows up, so it’s def one of those
fixed it, it was .clearfix in the custom css 
I would quite like to centre my text within a container, eg like this: http://samking.co/adventures/solo-adventure/ however not sure how to do it, so the title can be centred, but the text below it is also centred in the container but left alligned ??
Rich
Have you checked the box for centered content on your row?
yes but it centres the text, wheras I want the text to be left aligned but in the centre of the page 
If not is this something you might consider for the future?
Rich
Hey, Something similar could be achieved through the portfolio element or the image gallery element using the portfolio style
I’m creating an inside gallery page now using VC grids: http://richpearson.co.uk/my-life-in-snooker/, however it’s really disappointing that I cannot add captions when using this method, please can you consider adding this as upgrade soon?
My options as I see them currently are: (unless you know of a better way)
1) Add captions manually on the images in PS? 2) Can captions be added as an overlay to the image? If so how please? 3) Add captions underneath each each manually?
Cheers Rich
Hey,
As of now captions would need to be added manually but the idea to allow them display in the lightbox is on the wishlist
great thanks
What is the default resolution for marker image?
Hey gmfahim,
The dimensions are completely up to you actually
Cheers
A few questions on the blog pages please bud
How do you achieve the next post block at the bottom of posts? eg: http://themenectar.com/demo/salient-ascend/ambrose-redmoon/
Can the author, leave a reply and comments be turned off on the blog template?
Cheers Rich
Hey,
You can activate that in the blog options tab of the Salient options panel – also you can indeed turn the author option off in there as well. The comments can be disabled in the WP admin panel Settings > Disucssion
Cheers
Can this next post block be added to portfolio items perhaps?
Hi Bud,
Is there a way on normal pages, or even portfolio pages to achieve having a block that has next or previous post in it, for instance you have achieved it on your blog pages at the bottom: http://themenectar.com/demo/salient-ascend/the-field/ but I was more after this sort of thing: http://samking.co/adventures/shard/ (scroll to bottom to see)
Cheers Rich
Hey Rich, unfortunately that would take some custom development as of now
Ok thanks, it’s just the current portfolio nav needs a few new options 
Anyone else having an issue with placing markers on the map?
Here’s my page: http://www.fivestaruc.com/locations/
I’m getting this error: Uncaught TypeError: Cannot read property ‘id’ of undefined
Hey dangigante!
Make sure you’re on the latest release of the theme to sort this 
thanks for the response. I thought I was but I was on 4.5.2 not 4.5.22… i just moved over the changes in map.js and it worked perfectly – thanks!
Cheers 