392 comments found.
Also, I want to put header and footer in separate files. like header.php and footer.php and include them in the main file.
You should be able to do that, other users converted successfully the whole site in PHP. Unfortunately my knowledge of PHP is limited and can’t say which the best way to do that. You might try with some include statement and see if it works.
Alright. I found the scroll global and mobile auto focus.
But dreamweaver cs5 is still crashing when I open the project.
I’m sorry about that. DW is known to be a very heavy editor and the crashes happen whenever it tries to render the site. All I can suggest is to disable the live view of the editor, or to consider using a better one like Sublime Text, NetBeans or WebStorm which are more lightweight and faster than DW.
Testing should occur directly in the Browser, the rendering offered by DW isn’t trustworthy.
Hi there! Very nice theme. I just purchased it.
Currently, I am having two problems:
1 – when I open the project in Dreamweaver CS5, it crashed everytime.
2 – The scroll is not working. I have uploaded the files to my server and the
“drag n drop” like scrolling is not working. Instead, it is showing a scroll
bar for the whole page.
J’ai acheté la version 1.2.4 de VEGA HTML5 Responsive Template d’ Emanuele Flashedge. C’est mon premier site.
Je tiens tout d’abord à vous complimenter, pour ce site à la fois beau, sobre et élégant, sur lequel j’apprends beaucoup.
J’ai réalisé une fonction php qui affiche les données Exif de mes photos.
Je souhaiterais afficher ces données sur les photos des projets du portofolio, avec l’effet de survol comme sur une photo de New Project, c’est à dire mélanger :
<div id="content">
<div class="wrapper">
<div class="old" />
<div class="new">
<div class="target">
<div class="portfolio" data-close="true" data-heart="true" data-likes="63" data-addthis="false">
<div><img src="images/portfoliojet/01.jpg" class="projectSlides" alt="" /></div>
<!-- etc ....-->
et :
<pre>
<h4>New Projects</h4>
</pre><ul class="latest row">
<li class="four columns"><a href="portfolio.html"><img src="images/home/01.jpg" alt="Julia Lipnitskaia" /><div class="overlay"><h5>Tropée Eric Bompard</h5><p> Julia Lipnitskaia</p></div></a></li>
</ul>
<h5>J'ai essayé un tas de possibilités, mais je ne sais pas quelle classe je dois prendre pour faire un mixte des deux présentations.
Merci d' avance pour votre aide. SA.</h5>
</div></div></div></div></div>
Hi, I’m sorry I don’t understand french. Anyway I translated and answer for you with Google:
Le site utilise AJAX par défaut ce qui signifie qu’elle charger des parties d’autres pages à l’intérieur du bâtiment principal. Si vous avez des scripts personnalisés qui s’exécutent sur des pages secondaires, ils ne seront pas exécutés, car il ne met pas à jour l’ensemble du DOM.
Vous avez deux chemins à suivre: soit désactiver AJAX en ajoutant un attribut objectif fixé à “_self” à vos balises d’ancrage, ou d’intégrer un propre script qui s’exécute à chaque fois qu’il détecte. Vous pouvez voir comment ça c’est fait dans le script net.flashedge.app.js.
Complimenti per lo script!
Nonostante abbia un portatile ad alte prestazioni ho problemi sul gestire il sito in locale, dopo pochi secondi che lancio un anteprima per vedere le modiche effettuate il computer va in consumo elevato di cpu e mi blocca tutto.
Esiste una soluzione per poter lavorare agevolmente in locale, visto che in rete o su desktop lavora senza sforzare l’hardware eccessivamente?
Grazie
Scarica l’ultima versione e testalo su un webserver. Non dovrebbe essere troppo pesante, dato che su mobile gira abbastanza bene. Evita di farlo eseguire dentro editor esosi come Dreamweaver che sono noti a non essere in grado di mostrare anteprime del rendering in maniera agevole.
One more question
When I use target “_self” on my pages that are dynamics, the sound restarts.
Have some form of sound continue playing without restarting pages with target “_self”?
Thank´s Hugo
I’m sorry, the only way to refresh the whole page is by skipping AJAX. Those are two completely different ways of loading data inside the DOM.
two Questions
I created two fields in the form is working perfectly, but I want to make one of these without being required field. How to do it?
How do I put the code “Content-Type: text / html; charset = utf-8” in mail.php for mail arrives correct (in my country has accents in words)?
Tanks, Hugo
if (name == '' || email == '' || message == '' || name== 'Name' || email == 'Email' || message == 'Message' || !validateEmail(email)) {
Change it to your needs. Save and minify the file, like the existing one.
About the charset you might want to add a headers var to the php script, like this:$headers = array("Content-Type: text/html; charset=UTF-8");
Found on this link: http://stackoverflow.com/questions/7266935/how-to-send-utf-8-email
Thanks a lot
I have one quick question concerning the template. I made a French and English version of my website using the template. Now, something weird happens when I click on “English Version” at the bottom of the page. The navigation remains in French and the bottom part of the website is English. Do you know how to fix it? http://www.marsevenements.com
Thank you!!
Try adding “_self” as target attribute. This way it refreshes the whole page.
Thanks!! 
Hello Emanuele,
I bought your template and I’m using version 1.1.7. I’m having the same problem that some colleagues who also bought your template however the solution presented to them I think is different from what I need. I’m working on a dynamic version of your template using asp coding. At some point need to create a dynamic link eg: www.domain.com/fotos.asp?code=152. What happens is that the javascript remove the characters ”= 152” causing problems in opening the page. The solution of using the tag target = _self worked in parts for when I need to go to another address within the site url is messed up in the browser. Is there anything I can do about it? The ideal would be recognize javascript or dynamic link to the address in the browser was not changed.
For now, thank you.
PS: Complementing the previous information. When I use the tag _self the music restarts and it would not be interesting.
The script itself in net.flashedge.app.js tries to find the extension of the file and use it accordingly to the whole site. It splits the string and grabs the extension automatically through the following functions:
var filename = url.substring(url.lastIndexOf('/')+1);
function getExtension(filename) {
return filename.split('.').pop();
}
You might try to alter this and try to uniform the site from the beginning from the start using the code parameter also on the index.
There is also a part where it processes the hash url, like this:
var href = $(this).attr('href');
var page = location.pathname.substr(location.pathname.lastIndexOf("/")+1,location.pathname.length);
var p = page.substr(0, page.length-(extension.length+1));
var toLoad = hash+'.'+extension+' #content .target';
Sadly it’s a tough task to get AJAX working with such parameters, so if nothing works I guess the only solution might be to just turn off AJAX reload the whole page in the traditional way.
I have a problem with the wide screen on my mac. Page looks like in the attached image. I intend to make everything more stretched. On a normal screen and on mobile devices everything works fine – Please Help!
http://s12.postimg.org/s3pafw90d/kc1.png@media only screen
and (min-width : 1824px) {
/* Your Styles */
}
hi there, very wonderful template
I have issue with mail form: I set only my private mail in mail.php, but no mail was received, inspite of the message ‘Yep. The message was sent. Thank you.’
Could you hel me?
Tnx, Paolo
Keep sure your server supports php mail and that your messages do not land inside your spam folder. Some mail addresses might be on a blacklist which prevents the server from targeting them.
Thanks.. I hope it’s a server problem
Could I set an external page in action=”www.otherdomain.com/mail.php” ?
I would like to ask one question more: I’m trying to add a script inside one of my page but nothing appear <script type=”text/javascript” src=”http://www.booking.com/general.html?tmpl=bookit;aid=330843;lang=it;hotel_id=302874;cc1=it;hotel_page=b-b-quarto-piano”></script>
I noticed that it works only when I put the direct url xxxx.it/booking.html but doesn’t work in xxxx.it/index.html#booking.
It doesn’t work because it isn’t initialized in the index file. You need to add it to the main html file or skip the ajax for that function. The mail form should work as long it’s supported on your server.
hi, how can i make the graphics ready for retina? could you help me please?! 
It’s looks crisp on my iPhone 4S. The only blurred parts are a few icons. You can export them double the size through the provided PSD and style them in a custom stylesheet.
Hi,
Awesome template!! I just have one problem with it, I noticed that if you use a monitor 1920 * 1080, my photos remain visible in full, but if the resolution is 1366 * 768 my photos are cut… Is there any way to optimize the presentation of photos without the cut?
Regards!
No, I’m sorry. You can alternatively use prettyPhoto if your photos do not fit the landscape format. It will center the images without cutting them. It’s already integrated in the template.
How can I use prettyphoto? on the projectslides? Can I?
You can use it everywhere, in any anchor tag. Just add the attribute rel=”prettyPhoto” and it will trigger the script and load the full size image specified in the href attribute. The full documentation can be found here: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Hello, I bought the product Vega and I have a problem to run the blog. I find no explanation in the documentation about it … The “Send” button is inactive. Thank you in advance for your help. The rest of the site seems to run correctly. Nathalie.
The template doesn’t come with a content management system, it’s up to you to hook it up to something that allows to blog and fill out comment forms.
On the iPhone the logo seems to always left justify and get very small. Is there anyway to make it so it centers and sizes properly like the other images on the site?
#header h1 { padding:0; }
Thanks
How do I adjust the positioning of the bottom content to stay more towards the center of the page? On larger screens it seem to settle at the bottom of the page putting a huge gap in the page.
see here: http://indyscreampark.com/contact.html
Remove the “docked” class and it won’t set itself on the bottom of the screen. Though it will leave a blank space below. You can alter the content to get a higher height or add a custom stylesheet for that part.
Thanks
nevermind my above question. I figured it out.
Hello,
There seems to be a dark shadow at the top of this template in the background. Can you tell me how to remove this or what class is causing it? We would like our background images to be bright and clear.
Thanks
This template is awesome! Very well done and simple. However, there’s one issue I have. When I’m using the contact form online… it doesn’t send the message to the email I specified in mail.php but I get an email saying that my message has been sent. Any idea what’s happenning? Thanks!
It might have issues with your mail server. Keep sure the address is not blacklisted and that the emails do not land in your spam folder. Check also the spelling of the email address.
I’ve got the exact same problem as modevastudio! Thanks for getting back to us.
It’s an issue related to Firefox when you launch it locally. It will run fine online.
Thanks a lot! Great work on the template!