82 comments found.
Hi Ivan
Again thanks for the update – well spotted 
Regards
David
Hi
Really great template and have to compliment you on its look and feel. I’m currently preparing to develop a new site using this and have a query which you might have a quick solution for.
Mobile/tablet menu drop down: it would be useful to have this auto close when selecting a link so that there is no need to close it manually to see the new content – I guess there is a setting to adjust which will provide this, can you point to where to edit this?
It might be useful to have the ‘auto close’ as the default?
Regards
David
Hi,
Thanks!
Edit template.js and add this code:
$('ul.slimmenu').on('click',function(){
$(this).slideToggle();
});
thats all.
Thanks, and i will add this in next update.
Please consider rating it if you like the work. Thanks! 
Smoking….. that’s what service is about quick and to the point
thank you. Rated 5*
Regards
David
Thanks
Just one thing, we need to close menu only on mobile, so change code i give you with this one or you will lose menu on big screens too:
$('ul.slimmenu').on('click',function(){
var width = $(window).width();
if ((width <= 800)){
$(this).slideToggle();
}
});
Thanks and sorry! Ivan
Ivan
Just applied the edit and it works perfectly….. ;-))
Thank you David
I know
you are welcome!
Best regards!
Ivan
Update v2.3 now available
- New: Now the pack includes coming soon page
- Fix: Removed popup when submit on contact form
Dude i want you to know you did a very good job the html and css and JS is better than average for the amount of stuff you are giving for such a low price i hope much success for you bro! cant wait to get the coming soon in the package! cheers
Thanks! Now you can download and coming soon page, update is available. 
Please consider rating it if you like the work. Thanks! 
Updated to v2.3 (reviewers currently processing uploads)
- New: Now the pack includes coming soon page
- Fix: Removed popup when submit on contact form
Wwwoow!!!! awesome theme, any chance to make it available for WordPress
Hi,
Thanks! Yes, but not any time soon, maybe next month.
I’ll be waiting on it. ..
So still no fix yet for Video to Image for mobiles?
Video to image will be in update in next week. If you want me to do it right now just send me files…
Update v2.2 now available
New: Now the pack includes 404 Error Page.
Updated to v2.2 (reviewers currently processing uploads)
New: Now the pack includes 404 Error Page.
Hi
Any fix yet on the following 2 issues:
(1) When on mobile directs to a image instead of the video as video doesn’t play on most mobile
(2) Able to use more than 3 links under the “our websites”
Hi!
1. In next update will be fix.
2. “our websites” ?
Hi if you go to www.globologic.com and click on “our website” only the first few links work and then no others -
Hi,
aha, ok. Can you send me files by mail, i will fix that for you?
I just check the markup of your html5 document. You have 241 Errors, 11 warnings, see here: http://validator.w3.org/
Hi fixed all of those – there are 3 warnings.
1.Using experimental feature: HTML5 Conformance Checker.
2. Byte-Order Mark found in UTF-8 File
3. Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)
Ok fixed number 2 – down to 1 and 3
Point 3 relates to you using code for images – this is the recommendation about the Facebook, Twitter icons:
Icons are not characters, as a rule. They are images, and should be presented in HTML using tags.
Ok, nice. Send me now files on mail.
Ok so I replaced all those with proper icon images and now only get number 1 – but thats fine as HTML5 isn’t completely w3c
You can use font icons, thats not html5 error, just warning. Your html5 is valid.
Update v2.1 now available
- New: Now the pack includes one more version with rotating words at home section
- Fix: Home background slider bug.
Updated to v2.1 (reviewers currently processing uploads)
- New: Now the pack includes one more version with rotating words at home section
- Fix: Home background slider.
Hi!
Can U help me, how embed html5 video to ur code? Thanks
Hi,
For background video, it must to be youtube video. And if you want self-hosted video: http://www.w3schools.com/html/html5_video.asp
Ivan
Hi still having heaps of issues with this.
I have emailed you days ago and still no answers
Hi,
Update with fix will be tomorrow, but you can just download new slider version with fixed bug here: http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-bgndgallery/ and replace mb.bgndGallery.js with new one in js folder, and on same file on line 102 change activateKeyboard:true, to false.
Best regards! Ivan
First of all, congratulations. I have found a bug. When you try to type in the contact form the spacebar key does not work. It seems the gallery script catch the downKey event.
Hi,
Thanks! Did you download last updated version?
oops, I see the new version has fixed this issue
If you change content and you dont want to lose your work, all you need to do is to replace mb.bgndGallery.js with new one in js folder.
Does this also display correctly on a tablet or smart phone?
Hi!
Yes…
Update v2.0 now available
- New: Now the pack includes one more version with splash page.
- New: Retina Ready
- Fix: Space appear in contact form.
Dear Sir,
Thanks for your work on this temple, i like it so much. But I just wanted to know that how to config the contact form and also google map api. Thank you
-Raj
Hi Raj!
For contact form edit mail-it.php and change mail on line 6. For google map edit template.js.
Best regards! Ivan
Update v2.0 Coming Soon Tomorrow
- New: Now the pack includes one more version with splash page.
- New: Retina Ready
- Fix: Space appear in contact form.
Hi again Ivan,
I finished my work with Spark and started to play around with Vulcan (this one is cool as well!).
Both are similar so your previous tips are useful here as well!
Another silly question: How to hard code a different color as default (now is orange)?
Thanks in advance.
Hi,
In css folder you will find color folder with css color files. Copy from the one you want all and paste in layout.css. Then just remove switch panel from index.html.