35 comments found.
Hello, it would be possible to put a logo in svg at the bottom centered, and above the logo 2 links, without a menu, only 6 rotating images, thank you
Hi, How can I adjust colour theme to Dark Cyan instead of the 3 themed colours it comes with ?
Hi there, The spark demo you said it will be available in Wordpress. Where can I find it? Thanks
Hi ,
I want to move the navigation Tab to right side , can you help me out with the same.
I need navigation menu something similar to this image(refer Navigation part only) Here is the link : https://www.dropbox.com/s/wrq0bo7yyphx0ef/Landing%20page.jpg?dl=0
Hi ,
I want to move the navigation Tab to right side , can you help me out with the same.
I need navigation menu something similar to this image(refer Navigation part only) Here is the link : https://www.dropbox.com/s/wrq0bo7yyphx0ef/Landing%20page.jpg?dl=0
request you to reply at the earliest
hi, it possible use my own mp4 as video background and use te video controllers?
nice design!
Hi, yes!
Thanks!
I’ve sent a couple messages regarding a question, normally this author is really responsive, but it has been a few weeks – my question if it is possible to simply stop playing the home page movie when a link is clicked on?
This client is adamant about having sound in their movie but when you move to another screen it is still playing in the background.
No reply in almost a month. Frustrated client, frustrated developer. I’ve used the support form too.
is it possible to change the Google map color scheme to black, grey and white only?
thanks!
Just checking to see if you received my message about disabling sound on the video once a menu item has been selected? I sent it via the support page about a week ago. Thank you in advance!
Hi,
am completely in love with this theme, Anyway to make spark work on word press?
Hi,
Spark is html5/css3 template and WordPress version will be available in one month.
Ivan
Hey Ivan,
any possibility of getting Spark Word press version??
Great work! Thanks!
I centered the menu button, however the sub-menu position is slightly out of place as shown on the following jpg.
http://mockupdummy.com/sparkbug.jpgCould you please suggest any fix?
Many thanks!
Hi,
I am using Joomla and it asks me for the Templatedetails.xml but it is missing from this folder, can you help please?
Cheers, Simon
Hi,
Spark i s html5/css3 template, not Joomla theme.
1. Can you set the zoom level so it is zoomed out much farther? Showing city level vs house level?
2. Is it possible to simply disable the map? If I remove:
<div id="map" />
Then strangely, the customer testimonials just pile up and that slider stops working.
Hi,
1. For zoom level edit template.js and find code for background slider:
effect:"zoom",
// effect:{enter:{transform:"scale("+(1+ Math.random()*2)+")",opacity:0},exit:{transform:"scale("+(Math.random()*2)+")",opacity:0}},
change this Math.random()*2to
Math.random()*3
2. Remove that map div, remove: <script type=”text/javascript” src=”http://maps.google.com/maps/api/js?sensor=true”></script> <script type=”text/javascript” src=”js/gmaps.js”></script> from index.html file and remove code for google map from template.js file.
Ivan
Thank you.
Looks interesting but demo not available. Kindly check.
Thanks Adam, some hosting problem, now demo working.
Thanks. It’s simply creative.
However, I’ve notice that it’s taking longer time than usual to load for the first time. Also once I move menu (+ icon), it isn’t displaying menu option properly.
I believe if you provide message box in Contact page, it would be great.
Hi, very nice template. Please, you can also purchase a WordPress Spark theme? thanx
Hi im Levent
Can i change color theme to black
Hi
Yes, you can change to any color you want.
Is it possible to change the menu?
Hi!
Yes, you can see in my next template: http://ivang-design.com/vulcan/slider/ menu is not same but principle it is.
Great work
The Chrome browser version 31.0.1650.57 m, WIN OS 8.1 incorrectly displays the video. Also in this version does not function menu.
In IE 11, version 11.0.9600.16438 works incorrectly menu.
Hi,
Thanks! We are working on next update with fix for win 8 problem.
Best regards!
Ivan
Great work
The Chrome browser version 31.0.1650.57 m, WIN OS 8.1 incorrectly displays the video. Also in this version does not function menu.
In IE 11, version 11.0.9600.16438 works incorrectly menu.
Hello guys! We have some problems with template: 1. When we opened the template in any of browsers, after about 5-10 minutes slider goes mad, and we have lags and delay, F5 doesn’t help, only reboot browser.
Hi!
We know about slider bug and we working on it. Soon will be update with fix.
Hi,
Theme looks clean & modern.
Before I purchase I would like to ask a question, perhaps it might sound silly but I rather be sure.
Does the video version supports audio as well? If I will embed own video from youtube will website user be able to hear music from video?
Hi!
Thanks IronWolf!
Yes, sure, you can see small icon in left bottom angle where you can turn on/off sound. Or you can set sound to be on after load.
Best regards! Ivan
Hi again,
Few questions after playing around with theme:
1. Where shall I change so the audio i video will autoplay?
I tried in jquery.mb.YTPlayer.js line 83: mute : false ot true but video is always muted with any of this option.
2. Is it possible to change google map zoom level for a bit more far away?
3. Is it possible to enable zooming in/out in map?
4. How can I modify the little menu icons?
Hi!
1. Edit index.html file line:71
<a id="P2" class="player" data-property="{videoURL:'http://www.youtube.com/watch?v=pFoiD5iMA9A',containment:'#home',autoPlay:true, mute:true, startAt:4, loop:true, opacity:1}"></a>
change mute:true to mute:false
2. and 3. Yes, edit template.js and find //Google map. Change there disableDefaultUI: true, to false.
4. Edit layout.css and find:
#nav li a{
color:#000;
z-index:1000;
background:#fff;
text-decoration:none;
width:40px;
height:40px;
-webkit-border-radius:50%;
border-radius:50%;
line-height:40px;
display:block;
}
1,2,3 – Thanks! 4. I express myself wrong, I was hoping for replacment of the icon image is it possible?
Thank you for great customer support, money well spent!
Yes, it is possible. Edit index.html and find navigation:
...
<a href="javascript:goTo('home');"><i class="icon-home" /></a>
...
you can see classes: icon-home, icon-star-empty… just change name of class with icon name you want to display.
Icon list you can use: http://fontawesome.io/3.2.1/icons/
Best regards! Ivan