76 comments found.
Dear Support,
great job , but i had install your theme on my website but there is problem where the footer not showing in any page , i don’t know why and how i can display it . i just import your demo data but i can’t see the footer in any page please help me.
Hi, You need to go to appearance/widgets and add some widget to the footer. The footer only appears if it contains widgets.
Hi , Thank you , but i didn’t find any widgets unless the sidebar so i think there is problem on theme widgets so i tried to upload the theme again but still i didn’t find any widgets thanks again
Difficult to know why without seeing it. Another way to do it is go to appearance/customize/additional css
Add this line:
span.icon-cart { display: none!important; }
it’s not work , please send me your email to send all information to access to my website
Go to http://help.pixegrapes.com & click on the support beacon (bottom right)
Video on my homepage stopped playing. No changes have been made. I checked and still have the 3 video links in the background of the hero header. Any ideas why?
Hi. Can you go to http://help.pixelgrapes.com and click on the support beacon. You can submit a support ticket & include a site link so we can take a look. – Cheers
Can the menu be changed from the static bar on the right to a static menu on the top? Or is the menu locked the way it is?
Hi. It would require customization work to change the placement.
There a update for Advanced Custom Fields PRO
The update is now included with the latest theme version – Thanks
Cool
can you update to the new version of: Advanced Custom Fields PRO included in the theme?
Yes. We will push out an update. Cheers
Hi sorry, there is a new support area at http://help.pixelgrapes.com
Didn’t think there were any links still going to the old forum. I’ll move your question to the new site. Apologize for the confusion/delay.
Thank you
Posted a question on your support system – change color of font in header. Thx.
Does your theme allow me to change the font size and style of the text on the home page. Its labeled H1, H2, H3 in the embedded features. If so, how?
Thank you!
You can add your font sizes in appearance/editor/style.css
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
Best to use a child theme.
Or you can use a css plugin or font plugin to make the changes.
Thank you!
Another Question: How do I make the Register Now Button on the front of the page send to my email address?
Click on ‘contact’ in WP admin menu. You can select your register contact form and change the email address in the settings.
Hey! Looking to purchase this theme. Is it compatible with Visual Composer? Thanks!
It uses a custom page builder. So it requires a minor customization to add a second page builder.
I posted this question in the support forum several days ago but have not received a response. We are having issues with the animated loading icon not working in the browser Microsoft Edge. Additionally some of the icons on our neighborhoods page are not loading. http://missoulahomebuilder.com/neighborhoods/ These features work in Firefox, Safari and Chrome for us. Thank you.
Sorry, missed that one. See support reply. Cheers
Hi, I’m interested by this theme but when i test on iphone or ipad, background video don’t work. Any solution ? Cordialement, Sylvain
Hi Sylvain,
As of IOS 6.1 Apple made the decision to disable the automatic playing of video on iOS devices in order to protect against unsolicited downloads & data-plan usage. So on those devices the theme displays an image. – Cheers
Love the theme! When will a version be available with the current version of Wordpress? 4.6.1 Thanks!
Hi. It supports 4.6.1 now. Just updated the description – thanks.
Good to hear, thank you!
I’ve a problem with google map API, installed version 1.1 of your theme, entered google map API from customizer, but on admin side, when want to add map section, errors are there still. I tried adding this to function.php but still not works:
function my_acf_init() {
acf_update_setting('google_api_key', 'xxx');
}
add_action('acf/init', 'my_acf_init');
What is the error message? Could you post to the theme support forum with a login and we can take a look. http://pixelgrapes.com/support/forums
== Changelog == = 5.3.10 = * Core: Added new 'google_api_key' and 'google_api_client' global settings * Google Map: Added new 'acf/fields/google_map/api' filter
Installing 5.3.10 did not worked! I asked the purchase code, will submit on support forum. The map field on admin side is not working! need the google API key.
The current version packaged with the theme (in the premium plugins folder) is 5.3.9.2
yeah, and that is not working :/
can you post to the support forum so I can take a look?
I’m waiting for purchase code from them. tomorrow I can post on your forum I think. :/
OK got it, sending on last thread there
Solved with plugin update and theme update you provided. thank you.
<a href="<https://www.facebook.com/sharer.php ...
that ”<” before https
P.S. I’m helping on this theme for someone else, so there is no PURCHASED label near my name here
cheers for good code.
Thanks – appreciate it. – Cheers
Great theme .. Nice job.
thanks 
How do I update this theme to the latest version? I have Envato Toolkit installed, but this is the only theme I have that doesn’t have an automatic update button in the plugin. Also, when the theme is updated, will the Advanced Custom Fields plugin finally be updated, because it’s so annoying that it keeps saying it needs to be updated but gives errors when trying to update it.
You can download the latest version from your theme downloads section. The latest version of the plugin is in the premium plugins folder.
I see there’s another update today. I’ll update the theme using your sugeestion above. With the new theme update, how do I change it on my site? Do I delete theme and then re-install with new update? Will that mess anything up?
You can activate another theme and then delete developer. Your content will remain intact. You can also delete the ACF plugin prior to reinstalling the new developer theme. You will then be prompted after theme installation to install the latest ACF plugin included with the theme.
Hi,
I just realized this is not compatible with WooComerce… Is this a possibility?
Also, can you add a slider to the front page?
We will add a slider option. The theme isn’t made for woocommerce. Have you considered using a Stripe plugin?
Thank you 
Also, I forgot to add but is it possible to get a filter for the mini gallery? So like i want to separate residential and commercial.
So you don’t want to have them on separate pages? You want a filter at the top of the page to sort them … is that right?
yes
Also, is there any listing plugin compatible? maybe that would be a good option for a developer?
You should be able to use most listing plugins that use shortcodes and are compatible with the most recent version of WordPress.
We will look into the filter and see if it is something that makes sense or can be added.
Dear PixelGrapes,
I consider buying this theme for my client. I would like to know if it possible to get the psd file with layout too?
Best regards 
Hi. unfortunately not for this theme. – Cheers
Thank you for your answer 
Thank you for your answer 
hey i am planning to purchase this theme i was wondering if i can have the blog section added to the main page?
and also does it include a parallax effect on the main page?
The parallax section can be used on the homepage. There isn’t a posts section but that is something we will look at adding.
Is it possible to change the opacity of the home page image?
You can use this at the bottom of style.css:
.pattern {opacity: .4;}