603 comments found.
Some email addresses come through and others do not… NEED TO FIX THIS ASAP!!! I cannot afford to have a shoddy contact form that only sends messages on occasion or when the input-email is of gmail or hotmail only…. please contact me immediately
NOTE: Does NOT work for yahoo email addresses (SPECIFICALLY)
Not sure I’m comfortable with giving you FTP access… However, I’m pretty savvy and take direction well. Are there any solutions that you could direct me towards to try myself?
Great! Please try http://swiftmailer.org/ or https://github.com/PHPMailer/PHPMailer
These two libraries are great for mailing. We used plain mail() function which in some cases causes problem. That’s why we are planning to use swiftmailer. Hopefully it’ll be available in upcoming release.
Thanks 
My contact-us.php does not seem to be working correctly… I’ve tried checking port settings as well as my email security settings & spam folders… Nothing. I really, really need this fixed ASAP. Thank you in advance for responding quickly to my inquiry.
Answered
Thank you for building such a beautiful template. I have a question regarding the mp-index-leftnav-1.html.
I am using mp-index-leftnav-1to build my portfolio; but I realized that when the width of the browser is less than 1444px, it would have a scroll bar at the bottom. When I moved the bottom scroll bar to the right side to see the rest of contents, that part of contents will cut off and it would be showing blank. How can I fix this? Please let me know. Thank you!
Hi, Thanks for your comments. We will try to fix this issues soon. Once we done we’ll let you know.
Thanks
Can I know the ETA? really need this page now. Thank you.
Hi, please add the following css into your style.css file
body {
overflow-x: hidden;
}
.body_has-navbar-left {
.container {
max-width: 1170px;
}
}
@media (min-width: 768px) {
.body_has-navbar-left {
.container {
max-width: 505px;
}
}
}
@media (min-width: 1012px) {
.body_has-navbar-left {
.container {
max-width: 750px;
}
}
}
@media (min-width: 1230px) {
.body_has-navbar-left {
.container {
max-width: 970px;
}
}
}
@media (min-width: 1430px) {
.body_has-navbar-left {
.container {
max-width: 1170px;
}
}
}
Hope solved your problem.
Thanks
Hi, Thank you so much. This works much better but the responsiveness is still not working. For example, when the width of the browser is 1210px, the right row of the portfolio got cut to half; the same issue is happening with the smaller width too. I guess the responsive setting doesn’t consider the additional nav bar on the right. I tried to fix it by myself but it has been taking me too long to just figure out the codes. Can you please also help to fix this? Many thanks!
@media (min-width: 768px) {
.body_has-navbar-left {
.portfolio.col-3 {
.portfolio-item {
width: 100%;
}
}
}
}
@media (min-width: 1012px) {
.body_has-navbar-left {
.portfolio.col-3 {
.portfolio-item {
width: 50%;
}
}
}
}
@media (min-width: 1230px) {
.body_has-navbar-left {
.portfolio.col-3 {
.portfolio-item {
width: 50%;
}
}
}
}
@media (min-width: 1430px) {
.body_has-navbar-left {
.portfolio.col-3 {
.portfolio-item {
width: 33.33333333%;
}
}
}
}
Hope solved your problem. Thanks
It seems there is an issue with the navbar and menu when pivoting between a large & small window-size… A white bar (variable in size) is placed down. Why is this? I have Massive v2.1 and am using the one-page template. Have tried to find a variety of fixes that all aim to alter the CSS- code for style and, in other cases, the JS associated with window resizing needs to be cleaned up. I know there are a variety of fixed for issues such as this but I was wondering if you had an option with a navbar that didn’t change sizes after the initial scroll? If you could please contact me ASAP with any information regarding this issue, I would greatly appreciate it.
Thanks
Hi, Is there a blog script that is compatible with the included blog templates? Any advice, examples or links will be appreciated
Hi,
Blog templates are WordPress friendly but not WordPress ready. Here is an example https://themeforest.net/item/massive-responsive-multipurpose-wordpress-theme/15281142
Thanks
how to stop carousel from sliding automatically?
Hi, please add “autoplay: false,” in you carousel script. like https://monosnap.com/file/dPRuSUQnDQPUnEBea3sPDTKYxQNO8v
Thanks
thank you for your prompt reply… where is the script?
Hi, In your HTML file go to bottom and you will find “scripts.js” https://monosnap.com/file/gVDidszsa4IgHShky67lIPyrlmF5nU This file have all custom js initialisation. So go to your carousel initialisation portion and add “autoplay: false,”.
Thanks
hi could you tell me the file and line number because I tried and I am not able to stop the carousel.
Hi, Give us your link and plz indicate which carousel you need to stop.
tell me how to stop the carousel on this template. home>shortcodes>carousel … you can tell me how to stop any carousel. please mention which line of which file/script i have to change.
the carousel name is awesome Lightbox on your template.
Hope solved your problem.
I changed line 401… changed all autoplays to false but still not working. have you Tried to stop carousel?
Please help. I have been stuck for many days!
the ‘awesome Lightbox carousel’ is not controlled by carousel init in script.js . I disable the init function and the carousel still works the same!
Hi, Can you please go to “scripts.js” line # 147 and 154 and add js “slideshow: false” like https://monosnap.com/file/MMXCcOse93z1NF5ZMWERngHa0RjZx1 hope solved you issues.
and please don’t forget to clear your browser caches. Or take a hard refresh in your browser.
thanks
works finally! thank you!
how do we make the next and before icon in the owl slider always visible?
Hi, there are lots of owl sliders. Can you please give us a screenshot which one you want to visible next prev always
thanks
q1) How to stop animation of progress bar? link: https://drive.google.com/file/d/0B7-VX3NOEvOSUjA4YlB4VE5SaGs/view?usp=sharing
q2) how do we make the next and before icon in the owl slider always visible? link: https://drive.google.com/file/d/0B7-VX3NOEvOSaHZBWmtnZThuWXc/view?usp=sharing
Hi, Please follow the screenshot instructions
Ans 1) https://monosnap.com/file/VgQi6lOzhJVDfE8gIuGeMEBwXGAHk4
Ans 2) https://monosnap.com/file/IfrmDG8WAp3YC3CBGHU63Oe3K3KmsM
Thanks
hi! on the contact page, how do we get the location pointer to point to a different location on the google map?
Hi,
First of all you have to find your location’s Latitude and Longitude form google map (this link will help you to find https://support.google.com/maps/answer/18539).
Then set the Latitude and Longitude in the google map configuration object. You’ll find the configuration script at the bottom of the contact page. Here is a sample configuration.
$("#grey-map").gMap({
markers: [
{
latitude: YOUR_LOCATION_LATITUDE,
longitude: YOUR_LOCATION_LONGITUDE,
........
}
],
........
});
Thanks 
Does this theme support a multi-language plug-in?
Hi, As this template is made only HTML, css and js. So multi-language plug-in will support except RTL version as this is not compatible with it.
Thanks
Dear Team,
how can I deactivate the function that my header changes the size by scrolling to top?
Thanks for support.
Kind regards
Replied your previous comment.
Dear Team,
how can I deactivate the function that my header changes the size by scrolling to top?
Thanks for support.
Kind regards
thanks
Hello. I have a problem with the validaton error messages on the checkout page. If I submit the checkout page with some required fields not entered I get some error messages as expected. But when I re-submit the checkout page with some required fields still missing I get all the error message from the first submit plus the new error messages. When all required fields are entered correctly the checkout page submits with no problem. Can you help? Thanks.
Hi,
Please send us screenshots of your checkout page with error messages (first submit and second submit). And please make sure to question in appropriate place. It seems you’re supposed to question in Massive WordPress.
Thanks
hi,
I have problems with my site – it will not be loaded anymore. Please contact me via e-mail, so I can give you domain and login information.
Thank you.
Hi, you can mail us here themebucket@gmail.com
thanks
Using the Parallax page on a desktop works fantastic. However the responsive size for tablet and phone have similar issues between each other. The banner images are huge, they are not fitting to the tablet/phone. Then the section for Services are not aligned. The Parallax slider doesn’t size properly and is static with images out of place and text placed in columns. And for whatever reason the logo for both header and footer is not appearing.
As I said looks great in desktop! But I’m struggling with the responsive…do I need to add some code into the responsive stylesheet?
Hi, can you please give us some screenshots with indication which problem you’ve faced.
Thanks
view it both in Desktop and mobile device (ipad) to see the difference. Hope that helps. I think I figured out the Section misalignment. I think its a character count issue on my end. the rest remain an issue…
thanks
sorry, looking at the SixRevisions instructions is not too clear for me. I’m confused how the banner is ok in the devices you looked at while mine are clearly too large and not resized…http://www.mfafoundry.com/HTML/img/screenshot_1.png from what I see there should be code already for me to plug in, I just don’t know where to specify a image for smaller viewports
Hi, we’ve seen like this https://monosnap.com/file/bxiwkV3VYTFIDB6Vpr2sqh4wCr4xfi. In your screenshot did’t see any image.
Strange…I’m not sure what the workaround is…suggestions? Also the Parallax Slider function was not really answered in the first request, here is a screenshot: http://www.mfafoundry.com/HTML/img/screenshot_2.png (BTW thank you for your help!)
Hi, Can you plz give us your project file here themebucket@gmail.com or https://monosnap.com/file/JvbREQiGhj6u5f5uKct5RDl6db5sqK and you have to style position of images in responsive devices.
Thanks
Hi there. Great template. Well done. I do have an issue with the nav menu though. We have the hamburger menu in place for both desktop and mobile. However when the website is viewed on iPhone the hamburger menu changes to a few dots and then when it’s clicked there is no way to close the menu after viewing it. Can you please help us with this? We want the hamburger menu that is seen on the desktop version to look and function exactly the same on the mobile version. Here’s the website http://www.venorise.com/index-proof.html
Thanks!
Hi, Thanks for your reply. We will try to fix this issues. Once we fixed we will let you know. Thanks for keep patience.
Thanks for the quick response. We look forward to a fix.
First of all, thank you for finding out the bug and informing us about it.
We bring you the solution. We will give it on next update. For instant solution, you can remove some line CSS from style.css 
Go to your style.css file. And remove lines from 1937 to 1981. Remove following code actually.
/* Touch devices */
.touch .cd-nav-trigger {
display: block;
z-index: 9999;
position: fixed;
bottom: 30px;
right: 5%;
height: 44px;
width: 44px;
border-radius: 0.25em;
background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
position: absolute;
height: 4px;
width: 4px;
background-color: #3e3947;
border-radius: 50%;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
content: '';
height: 100%;
width: 100%;
position: absolute;
left: 0;
background-color: inherit;
border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
top: -4px;
}
.touch .cd-nav-trigger span::after {
top: 4px;
}
Perfect. Thanks for that. One last thing…if you view the website, http://www.venorise.com/index-proof.html, on mobile devices you’ll see that there is a white space that shows at the top of every page. It’s about 10-20 px in height. How do we remove that white space? Thanks!
Hi, please check this screenshot https://monosnap.com/file/75PoLouET1jkLMRrhfV7HrkSU3yxLf hope solved your problem.
thanks
Got it. Thanks a lot!
you’re welcome
Glad to know that.
I’m having trouble with this theme on the portfolio-hover class on mobile devices. The hover effect doesn’t seem to be working and it’s hard to click my portfolio images. See here – jacobbuller.com
Hi, In mobile devices hover effect wouldn’t be workable as smaller devices is touch based. But if you press little long press then hover effect comes.
Thanks
Hey there! I have a small problem with the contact form. I have paste my mail adress into the contact-us.php and contact-us-alt.php but the form isn’t working. My hoster is working with PHP 7.
Would you like to have a look to the source code? Thank you!
http://andreebel.de/planwerk/index.htmlHi,
Please mail your server FTP access information at support@themebucket.net . We need to check what’s wrong.
Thanks
Hello. Is it possible to use your theme without jQuery ? I want to use it in React project.
Thank you.
Hi, without jQuery only static part will work. But like menu, sliders and other js related components will not workable.
Thanks
Hey team -
Beautiful template, I am loving it. With my CSS atrophy, hopefully a simple question. For:
mp-index-photography-3.html
1. (optional) can I add the mouseover that just has the magnifying glass (or link icon) over the white panel, like on portfolio-5-title.html?
2. What would the code be for an item that I want to open as an external link on click, like /page.html? Some items I want as lightboxes, some I want as external links.
Thank you!
Hi, 1.If you want to add mouseover effect into this grid then you have to write on hover effect css.
2. Yes you can add both external link and lightboxes together here is the sample code https://monosnap.com/file/REoQ9oj4JIeAYqr9UARgxOcdeeTslj
Thanks
Hi again,
1. Simpler yet, how would I re-write this div from the TB-GRID to simply open a link on click, instead of opening a lightbox?
<figure class=”item-inner box-img” data-src=”assets/img/portfolio/clients11.jpg” data-mfp-src=”assets/img/portfolio/04.jpg”></figure>2. Probably harder, how would I arrive at the look of the TB-grid (mp-index-photography-3.html) with the hover animations of portfolio-5-title.html ?
Thanks again,
Hi, As this moments we don’t have any demo like your requirements so we’ve to R&D first. We’ll let you know once it works.
Thanks
I very much appreciate it. In how long do you think I should check back?
Hi, As we’ve in workload and have too much task in queue so its quite tough to give time estimation right now.
Thanks
I don’t mean to be rude, I just need to know when I can expect to have this solved. If its too long, I’ll have to purchase a different theme to move forward for my clients.
Hi, Sorry for misunderstanding. We don’t mean it what you thought. Actually we just say the current situation. Anyway unfortunately it will take time as its customisable task. We’re unable to commit the date.
Thanks
Hi, first of all, thank you very much for the great template. We are really enjoying the features and the design. We just would like to remove a couple of the javascripts. Would if be possible for you to let us know which scripts are required for the absolute minimum? Thank you.
Hi, Thanks for your comments. Its actually depends on your components which you’re using your template. Once you get all components done then you will understand which is not required for you.
thanks
I have trouble installing the theme, basically I uploaded downloaded site on my server and it’s not loading… Please contact me soon as possible
Hi, Our theme is made just HTML, CSS and JS only. So don’t need to install it. Just upload all files https://monosnap.com/file/Lljxx35IgQmmAGfHRO1StgwEJ4dP5I into your server. and enjoy it. But if not working that might be your server problem. Please recheck it.
Thanks
Thank you, but I just want Real Estate theme, can you tell me how to get it working without the thing that everything is copied so for instance i upload real estate html and i get all the tabs from intro page… and non of them is working, please help me as soon as possible, I would be very grateful… Best regards
Hi, Can you please give us your link so that we can check.
Thanks
I’m doing it local, manually, it’s really good HTML template, altho I don’t like the thing that I have to do it all manually and removing ALL 300+ templates just to get Real-Estate one… :/ cheers.
bump?
Hi, Only upload real estate html wouldn’t be work. You have to upload with relevant css, js, img files also. and real estate html file name should be “index.html” in you server. Then it will comes only real estate home page and then you have to linkup relevant pages and linking it to menubar. As this template is html version so you have to remove unwanted file or components manually. Your file structure should be like this https://monosnap.com/file/6ryFcaBpv5E9Sym1TzvasnxiDjW9Dp assets file should be uploaded with html file.
Thanks
Okay thank you, can you tell me how to make e-mail function actually send message to my personal email? I mean how can I setup that? > real-estate html -
Hi, In that case you’ve to add contact form which has contact-us-1.html and also take contact-us.php and set your email like this https://monosnap.com/file/kRb1mO7P6RM5WU9y6c5pxVa83hgH8q In our doc have an instruction about contact form. thanks
Hello, can you tell me why when I scroll down, the top tabs where all the tabs are located like home gallery etc just falls down and when I go up it dissapears and it goes back down…
Hello again, can you please tell me how to make website scale down for mobile devices? It’s pretty urgent, please respond as soon as possible… Thanks in advance!
thanks
Thank you, one more question, can I make somehow that when I’m browsing on my mobile thru the website, that when they click on let’s say one dropdown menu to auto open other websites that are in that dropdown menu, for instance, I have property which opens another dropdown menu with Villas and then another one with names of Villas(this works on desktop however when I’m on mobile I specifically have to click on ’+’ mark to open drop down menu) please answer as soon as possible, thanks in advance…
Hi, in responsive devices have to click on ”+” mark to open drop down. At this moments in our script have no option to click the whole link and open dropdown.
thanks
Is there anyway I can fix that?
Hi, At this moments we don’t have this option but can try to modified javascript and css according to yor needs.
Thanks
Hi
I had purchased massive theme and currently in support period, Our site is live but parallax doesn’t work on iphone, ipad etc.
could you please help with this – site url http://www.woodfeather.com/
Thanks
okay let us check please
your parallax is working fine here in all latest browser like firefox, chrome, safari and even in opera neon. You used parallax in the following section - HANDCRAFTED PASSION - CUSTOMISED PROPELLERS - PROPELLER DÉCOR - TALK TO US right?
Can you please check your browser javascript option? which browser and operating system you are using?
Thanks – I am using – iphone 6 with chrome / safari
we are most worried about the home page
Hi, In mobile devices parallax effect wouldn’t be work. We searched google related parallax effect in mobile and we didn’t find any better way. All are suggested / mentioned mobile devices it wouldn’t be workable. They all are do fixed image view in mobile. We still R&D regarding this issue. Once we get better solution we’ll let you know.
Thanks
Thanks for replying back though….