392 comments found.
Hi Dear, Very nice form, I’m just facing one obstacle, and I know this error is not for the template, I may have to fix something in my browser, I hope you will be able to help me, everything is just perfect, but when I launch the template by browsing it into firefox, the music never play, when I use the chrome, the music and everything work well! Keep in consideration that I’m opening the template, I’m working offline, I haven’t uploaded it yet officially! Any suggestions? Thank you
Since it’s an unified MP3 player, Firefox relies to Flash for playback and doesn’t run locally. Once you put it on a webserver it will run fine. There are several local webservers you can download for free like mamp.
Thank you
Hi
i just purchased it, it looks nice, but i hv got the same problem as someone asked u before, some page doesnt load, just keep showing the same page, and you have mentioned chrome suffex?
how to do that?
Thanks, K
Append the following parameter to your Chrome shortcut:
-allow-file-access-from-files
Hi , i want buy your wonderful template, i will host it on a aruba windows server. It will automatically change when i use “tablet” and “phone” or i must do something strange?????marco
It has inbuilt scripts that detect the device and adapt automatically the layout to fit correctly its size. Feel free to test the preview, just close the frame above to see the behavior.
Hi there, URGENT request !!! I’m really happy with the result for my site it looks great, but I’ve just found out that it looks totally wrong in Explorer, the slides aren’t there, the music isn’t there, tweets arent loading… this is bad. Any idea?? many thanks
It sounds like some customization went wrong. Send me privately a detailed report and I’ll assist you.
i’m still battling the crash on older android stock browser. it started with Version 1.2.2 ( Fixed Safari Flickering Issue). can you tell what/where exactly did you change to fix the Safari issue? looks like this change is causing animation/transitions to crash the stock browser. thank you for your help.
I rewrote the background transition from scratch to make it more lightweight and consistent. I really can’t say what it’s wrong with older android browsers. Try using more lightweight pictures? It’s probably a memory issue.
Vega version 1.2.1 works fine with the same pictures. if you’d like to try some things i can test it for you as i have devices with android 2.3.4 and 2.3.5. i don’t know if it’s related, awhile ago there was a jquery bug: http://bugs.jquery.com/ticket/12497 - also: https://github.com/jquery/jquery/commit/70f662bac5de1ed76021e31387bd4d3aa2e41f66
in the meantime, is it possible to disable the transitions on mobile but keep ajax page loading intact? i tried wrapping it like this: ... if($(window).width()>767) {TweenMax.to … - but then it doesn’t load backgrounds at all. thanks ahead for your great ideas.
Prepend the following if statement inside the bgTransition function right before the TweenMax row:
if (!android)
hi…before buying this theme > is it possible to deactivate the slideshow and get “one per page” Backgrounds through the BGtransitions which is happening in the jquery?
You can just feed one image and it will skip automatically any transition in the background. If you’d like to have one background for each page, you’ll have to disable ajax and to allow a whole refresh of the document.
okay so I can’t have that nice transition from one to another background while changing pages… thax for the quick answer
Hello, i’ve published my site with your template at: http://www.mobilificiopontoni.it I have one problem with Google Chrome. If you click on the link “lavorazioni” sometimes the content went cut, the page doesen’t go up enough to see all the content. How can i fix that? Thank you.
I just checked and it loads a new page with the native scrollbar enabled. I guess your problem is due the custom rules applied to the header which do not respect the original grid, hence it does not calculate the content height properly.
Contact me privately for further assistance.
i will send you a private mail
hi Emanuele, tried to send you email – not sure if it went trough.. i’m still looking for a way to disable prettyPhoto on mobiles. i couldn’t implement your suggestion: ”... hide the element that triggers it by adding the class “hide-on-phones”. - i tried to add it to div’s that contain images but then it hides images themselves totally. i tried to put it inside: (div class=”works..) or (div class=”item…) or (a target=”_self” rel=”prettyPhoto[gallery]”...) – results in images not appearing at all. thanks again for all your great work and help.
I answered your mails twice, didn’t you get them?
Strip out prettyPhoto from the jquery.plugins.js file and include it inside another separate file. Use an if statement that includes the script only it isn’t mobile by following the script here: http://stackoverflow.com/questions/9048253/in-javascript-if-mobile-phoneAdd a negative statement to trigger it only if it’s not mobile. In your case it will be like this:
if (!$(window).width() < 480 || !$(window).height() < 480) { $.getScript(’/js/prettyphoto.js’, function () { }); }
You can use the same condition to avoid errors on mobile whenever it refers to prettyphoto.
nope, never received emails.. anyway, thanks for the .getScript tip – it worked!
Sometimes in IE8 the background slides doesen’t load. What can i check to fix that?
I just checked and it works fine on my side. I noticed an occasional slight delay on older versions of IE. That’s due the slow rendering I guess.
Hi, just some things I have noticed looking the live preview… I’m using a notebook with a 1366×768 px resolution on Windows 7… In Chrome (last version) the fonts for the logo and the headings are different from Firefox and IE, and the map it’s not usable because the controls seem to be under the title div, so they’re not clickable… In fact you can use only the upper part of the map… In IE 9 the map is not visible… In Firefox the map has the same problem of Chrome… Anyway, very nice template…
The font is slightly different due the render engines of each browser. I can’t really do anything about that.
About the map glitch you just reported, it’s a known issue on small screens. I’ll add a fix for it on the next update. Thanks for reporting.
Hi, I’m using target=”_self” for all my php files in the navigation bar, as i like having different backgrounds for every page. Thus I’m not using the deeplinking.
How can I set the logo in the header to not deeplink? Direct links don’t work and target=”_self” doesn’t work either.
It’s hardcoded. You either create a new logo with a different id and hide the current one or you can change the selector in the main js file.
...actually it’s not just music player, but the whole footer in the middle of the screen…
#main {
position: absolute;
width: 100%;
}
I’ll add it to the next update. Thanks for reporting.
Excellent! Thank you! 
Hi, I have issues with the scroller! If I disable iscroll and set adata-globalscroll=”true” It shows the music player in the middle of the screen!!So I think it’s bug!!Only when I disable iscroll and globalscroll it stays in the footer, but content is in that case not resizable and elastic anymore. So, please can you help me? Thank you very much! Mateo p.s.with iscroll set to true and globalscroll to false is working fine but globalscroll to true and iscoll to false not! So please check it out…
See the answer below.
Hi I would like to buy this template. Just one question: the 3 different sizes (tablet, desktop, smartphone) I have to set up 3 different peculiar backgrounds? Because I need to control in particular the tablet and smartphone layout.
Thank you Rob
No, you don’t need to do it. The same images are resized automatically by the template. There is no need to serve multiple versions, just keep sure they’re optimized for the web.
forget it! Figured it out!!
oh I love this template so much! It works great for me on every level.
Quick question… is there a way for for me to not use the project page and just simply have my images on the works page magnify/expand when selected? I heard prettyphoto? but not sure how to implement it in the particular template without breaking something
Hi all, how can I update the site to the latest version without losing the changes already made? Many thx!
Just copy both css and js folders in your root. That’s it. 
Thank you very much!!
I’m sorry, but I have another question! There is an easy way to convert the heart icon to “Like”? This to publish the image in Facebook?
You can enable Addthis which offers social sharing functions. Just follow the instructions in the userguide.
Ok, I’ll tray! Thx again!
I activated Addthis and entered my ID, it seems to work as a counter. I would really like that the heart could share the info page on facebook profile of the visitor. Is there a way?
Hi, I solved the problem by changing my ID. I’m sorry for my trivial requests… Now it works but when I click on the heart, an horrible window opens with all the social icons. Also an addthis advertising page opens. Is there a way to delete all unwanted icons and advertising, or redirect the heart button directly to facebook shared window? Thank you and please, be patient!!
<script>function fbs_click()
{u=location.href;t=document.title;window.open
('http://www.facebook.com/sharer.php?u='+
encodeURIComponent(u)+'&t='+encodeURIComponent(t),
'sharer','toolbar=0,status=0,width=6
26,height=436');return false;}</script>
<a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank">Your Button</a>
For more infos view the documentation directly on Facebook: https://developers.facebook.com/docs/
Is there a simple way to include video in the background slides?
There isn’t a simple way, I’m afraid. You’ll have to find a crossbrowser solution for video playback and wrap it inside the background. I didn’t include this feature for performance reasons as it shutters heavily during each transition.
there’s problem with Isotope on “Works” page: images (thumbs) overlap when going into landscape mode. happens on mobile and desktop (resizing browser to imitate landscape mode). any ideas?
Are you having these issues on the preview? I just checked and it behaves well on all my devices.
yes on the Live Preview. the steps to reproduce the problem on desktop: open Vega in full browser window then resize it to imitate mobile “portrait” mode. now click on the “Works”- it loads all good. now resize it to imitate mobile”landscape” mode – images (thumbs) overlap. tested on latest FF and Opera.
Ah, well it’s probably isotope overdoing it. I can assure you it works fine on iPhone and iPad. I wouldn’t worry too much it’s very unlikely that somebody would want to resize the window like you did. Infact if you click on the filters it fixes itself.
I’ll add an additional call in the resize event to avoid this little glitch in the next update. Thanks for reporting. 
as i mentioned above, it happens on ALL mobiles when turning a phone into landscape mode. and that’s the main problem. i tested it on desktop browsers only to prove that it’s not the mobile’s fault. thanks, waiting for your fix.
Fixed and update submitted for approval. It should be available in the next days. Preview has also been updated, refresh your cache to see it.
yep that did it, beautiful job – thank you.
another idea, when initializing prettyPhoto – could you add a call to disable it on mobile? i tried adding – if (!mobile) condition – but wasn’t able to make it work.
I skinned prettyPhoto to work also on mobile, there’s no reason to disable it. You can always hide the element that triggers it by adding the class “hide-on-phones”. Contact me privately for further questions.
yes, your PP mod works excellent on mobile. it’s not that. i’m just checking my options.. thank you for all great work and help. i’ll drop you email some time.
Heya Flashedge..
Really Awesome theme = a totally happy buyer! I’ve done some tweaking, up against one challenge..
Hope this makes sense and is possible: would love to have the hgroup class=home class=headline bullets function enabled, with unique text image by image, embed on the Orbit Project.html slideshow..?!?
It apparently has caption ability – as link below – but have not been able to get that working, any suggestions would be Super.. =_= http://www.zurb.com/playground/orbit-jquery-image-slider
Cheers..
The Orbit Slider has indeed a caption function, though it works only when using pure images as slides. The one designed for Vega uses divs to fill out the whole width of the screen, you can just add a span for the caption inside each of these divs if you want and that’s it. Use the same classes and you’ll get the look of the headlines.
You’re still allowed to build your own slider into a different page. Summon the caption through the data-caption attribute to each image which requires an id to the chosen caption. Keep also sure that you’ve enabled captions through javascript by adding the “captions: true” to the options.
Good work! 
Hey – Cool – Many Thanks for speedy respond.. 
Being ‘legally blonde’ is it possible to share a simple sample string of code for your suggestion in first paragraph above.. tried a few ways and still (sadly) no luck here.. _
I did grep the foundation.js file.. it seems that already has captions set to true.. sorry for the extra grief.. happy to share results!
As I told you before you can append a span (or anything you want) to your divs for the caption. Like this:
<div><img src="images/portfolio/01.jpg" class="projectSlides" alt="" />
<span class="caption">Caption</span>
</div>
Add a class to it, my example is “caption”. Uncomment the latest line before the closing head tag in your html document and insert the following class inside the custom.css stylesheet. Roughly, something like this should let you see a caption overlayed to the image:
.caption {
position: absolute;
bottom: 0;
left: 50px;
height: 250px;
line-height: 30px;
color: #FFFFFF;
font-size: 60px;
}
Of course you can style it as you want, that’s just an example.
Whicked = works like a freakin dream.. Cheers.. 