392 comments found.
And one more question: How can I track the pages with Google Analytics? I tried using onClick in the menu for the Ajax loaded pages, but that breaks the page. Also trying adding just a gaq_ push for the page url, but that doesn’t work either. Any suggestions would be appreciated – thanks!
You can use Google Analytics tied to AJAX events, following this tutorial: http://davidwalsh.name/ajax-analytics
Inside net.flashedge.app.js on line 1521 you’ll find a function called loadContent. Append this line to that function:_gaq.push(['_trackPageview', current]);
That’s it. Keep sure you’re embedding the main code inside the header allowing this way to preload the libraries before pushing events to it.
What files do I need to update to solve the Safari flicker issue. I just want to perform a patch on an existing site – don’t want to overwrite any complete files/work. Thanks for your help!
I checked it carefully and didn’t find any flicker at all. Keep sure you’re using the latest version. Generally copying the css and js folder should be enough for being up to date.
hello, tried applying pretty photo, but 2 things happen:
1: when i click on a project ,in the works page, the address gets appended by a # 2: when i exit the pop up .. the works.php disappears 3: the background slides flicker! on Safari OSX
thnx in advance 
Sounds like an AJAX Conflict. You should keep sure that your anchor tags tied to prettyPhoto have also a target attribute set. The template skips all AJAX functions whenever it finds that attribute, allowing to use custom scripts such as this one.
Here’s an example:<a href="images/yourpicture.jpg" target="_self" rel="prettyPhoto">Put here a thumbnail or simple text</a>
Hi we have a problem with the demo of this template http://themes.flashedge.net/vega/ we tested with iphone and android but when we want to see the template in android with navigators (default, maxthon and chrome) in some cases the page loads and then closes the navigator and in other cases the template doesn’t load and closes the navigator do you know what is happening? I don’t know if this problem is because is only a demo I hope you can answer Thanks
I tested the demo for high-end mobile devices like iPhone 4S, iPad 2 and Galaxy S3. If the browser shuts itself down there is probably not enough memory as the used images are quite big in favor of high density displays. I think, using smaller and more lightweight images might fix the issue for other devices.
ok thanks I hope this recomendation works
Hi, I discovered that when I run the slideshow with the iPad 3 with Retina Display and I have more than 10 images into a Project, Safari goes in crash and closes unexpectedly. I’m sure that depend from the size of the images and from the number of the images. In fact, as soon I add a row with the image #11 (i.e. 11.jpg) Safari crashes with iOS 6. Instead, If I run the slideshow with more than 10 images but not bigger than 1024 px (width), everything works fine.
Do you have an idea? Thanks in advance.
I guess it’s simply running out of memory. You should use fewer images and split the galleries. Try using smaller images and feed them inside prettyPhoto which might allow more images at once.
Hello Flashedge I bought this awesome template today, and i have a major problem. When i open the HTML files on Dreamweaver CS4 it crash the program. I can only see the file on the design view. When i change to view split or view code the program crash. I have Mac os x 10.5.8.
Is there a problem with my CS4? The files are blocked? I never experience something like that. Can you please tell me if I have to open with CS5 or CS6?
It’s sadly a known issue of DW when trying to render the code at runtime. I suggest you to open it with an alternative editor like Sublime Text or WebStorm.
I’m curious! before buying this template, i try a demo on the net (Vega 1.1.7) and it works just fine on my DW! The upgrade 1.2.2 have many changes?
I discovery another problem! When trying this new template on my domain the music player on iphone doesn't work. why does not play the music like yours, on themeforest? What do have to do to make appear the icon play for ipad and iphone
There is a complete changelog where you can see the improvements made. I recommend you to use the latest version in any case. The button appearing on iOS devices is an addition introduced in one of the latest versions to avoid catching a tiny progress bar. 
www.rougeinn.com
designer page and woman page internet explorer cant open this page how can i fixed this problem please look at it
I inspected the site and seems like there are some errors in the console on line 94, where you made the logo with font face. I suggest you to use a SVG/PNG image for the logo.
Hello Flashedge I bought this awesome template, and I rated 5 stars of course. Except that I have an issue with the music, it works perfectly when the first page of the index starts but when I change the page, the music stops and it freezes. When I go back to the home page again, sometimes the music comes back. Please help me with this issue.
Thank you! God Bless You.
You’re probably running it locally or the browser skips the AJAX functions. Keep sure you’re testing it on a webserver or use Firefox which works also locally. If you’d like to use Chrome add the following parameter to your shortcut: “-allow-file-access-from-files”.
Thanks for answer me. This issue happened is when the web site is in the server, it is online right now and that is the real problem. And the an other question is how can I change the color of the logo box??? and the welcome words box on the index page?
Thanks for answer me This issue happened is when the web site is in the server, it is online right now and that is the real problem. And the an other question is how can I change the color of the logo box??? and the welcome words box on the index page?
Some functions of the website require you to test it on a webserver or inside a browser that allows script access like Firefox. You can change the color of the logo box with the following rule:
#header h1 {
background-color: #000000;
}
Replace the color with yours. You can also set it to transparent or semitransparent through a rgba statement.
Great looking template!
I have a question regarding how a site would be managed using it. For every change in the menu let’s say one would have to do changes in all html files involved in the site to keep the menu consistent all over or how it works?
If you’re planning to use AJAX you can just edit the index file and it will be consistent across the site. Though it is recommended to edit all files for SEO purposes.
What is needed is a project page that is separate from the portfolio, then the portfolio does not have the label at the bottom. How can I do this?
Uh, you can remove that part easily. It’s just a div tag.
Commenting on an earlier reply by the author on page 12:
“Though the portfolio section is meant to be just an image showcase which can be browsed with the arrow buttons and with detailed infos in the bottom. Every project has it’s own page. If you don’t like it you can always use prettyPhoto and trigger it everywhere through an anchor tag.”
I’m not sure what this reply means, but it is true that when you click on a project, you get an image gallery that does NOT open up to the correct photo, and so you basically just have the project name at the bottom, which will not adjust based on what photo you are looking at.
So my question is: “How do you get the project name and link to correspond to the correct photo based on the the thumb that you originally selected.” Seems there is a major error in the project links / portfolio.
There is no error. They link all to the same page on purpose. It’s just an example. You can link whatever you like to those images, even a prettyPhoto image or complete gallery.
Probably a really stupid question but i cannot seem to find the file with the text in? Thanks 
Are you referring to the documentation? It’s inside the docs folder.
Love the template mate. Works brilliantly for both mobile and desktop, and the ‘hide’ classes are really useful.
Is it possible to use php files in the nav-bar rather than html? I use php include to make editing easier for me, but if I pup in a link to the php file in the nav-bar submenu, then the page doesn’t actually link to it.
I know that currently the site doesn’t change the header or footer for the internal links, and just updates the content section. I don’t need to retain that fucntionality. Would that make it easier for me to use php files?
Thanks
I remember some other user converted it successfully in php. You should change everything in php, including the index file. This way the system understands that you’re using a different extension and allows deeplinking to work. Keep sure you includes are done properly.
Nice template. I have a doubt. With this template will I be able to use embed swf?
thanks.
It depends. Using AJAX limits your javascripts, so if you’re planning to embed swfobject or any other script that triggers the flash container, you might need to include the code directly on the page or trigger it manually whenever the page refreshes. Disabling AJAX allows you to embed it directly.
I have a question on posts… How do you make them live, activate comments etc… on the html template? for instance the template says ‘5 comments’, where do these come from / how can you view them / where do people leave their comment? I guess with WP it ‘does it all for you’ but how about this template?
Those are just handmade examples. You need a CMS, like Wordpress or Joomla, to get it working. Just like any other Template you see in the same category.
ahhhh. obviously ;D….. I know WP, but haven’t integrated a html template to wp before…. could you briefly tell me how it’s done, do I just try to ‘recreate’ the template look in WP? thanks.
Well that implies WP Development on your part, but why wasting time? It’s already available here on TF.
True… though that’s another $45 and I just need that one thing…I’m happy with your html5 template + have spent so much time on it! thanks anyhow
Excellent Template!!! I purchased and was wondering…would it be possible to get a version of the template INVERTED? (So the text is black, background blocks white…etc etc.?)
Thanx so much and keep up the GREAT work!
I’m not a huge fan of multiple designs. You might change the colors through a custom stylesheet, the selectors are quite simple. Use Firebug as visual aid.
Hi there great looking theme, so good looking in fact I created an account just to get it. However im having some problems im hoping you can help me with. I’m trying to enable the addme plugin on the site i have entered my ID and everything is as it should be however its not working as it should.
I enabled it on the projects.html page when I load the page from within the site IE from my home page click the link to get there the URL at the top changes to mydomain.com/#project this stop this plugin from working when i enter the url directly mydomain.com/project.html the plugin displays as it should.
Is there anyway to get this resolved i like the idea of the page extensions being hidden I like the ajax and dont really want to disable it.
I have tried adding target=”_self” to the page that call the projects page and temporary works until you click the logo then you are presented with mydomain.com/project.html#index.
any help would be appreciated.
Addthis is meant to run in normal pages. AJAX conflicts with it somehow and inhibits the plugin. If you’re planning to use that feature I’m afraid you’ll need to switch off AJAX or use an alternative sharing function. To leave no stone unturned I’ll see if there is a workaround for this issue.
Just to be sure, did you enable Addthis on all pages? The code on the lower half of the page loads only once as the document needs to enable Addthis on the first load.
Thanks for the reply flashedge, after enabling addthis on the index.html page it actually works inside ajax for me on the site however im having issues with a script of mine and as such would like to disable ajax completely on the site can you point me in the direction of the on/off switch. thanks.
Either add a target to your anchor tags or remove the selectors inside net.flashedge.app.js on line 146. Safe and minify the file like the existing one.
remove selectors minify the file… sorry what the flipping heck does that all mean…. ha ha
On that line you’ll find the function of the AJAX click event, it has as arguments the classes it uses to trigger that function. It’s made up also of ”:not” selectors which allows you to skip certain classes and ids inside the DOM for that function.
Minifying a javascript file means that you compress it with a tool, like this one: http://refresh-sf.com/yui/
Usually, once minified, you should add a min suffix like the file you already have in your js folder.
i shall experiment and do some reading many thanks….
Great template! I have one question regarding the title/meta tags. I’ve added description and keyword tags to all pages, and updated the title tag on each page. However, upon going to any of the pages, it still shows the same title tag as index.html, and the meta tags I put in aren’t there. This leads me to believe that the site is only using data from index.html, is this correct? I checked the source in a browser, and it checks out again; all title tags and metatags reflecct what is on the index.html page and not what is actually on that specific page. Please help!
With AJAX enabled it uses only the tags of the main page, that’s because it doesn’t refresh the whole document but only a part of it. You can disable AJAX by adding a target to your anchor tags.
why is it when I use mouse wheels then scroll bar works properly, but when I drag it down it goes up? have anyone notice that?
It’s meant to be like that. It emulates the touch behaviour. You can switch it off and use a traditional scroller or even the native one of your browser with the provided options.
Hello, finally I went to use this beautiful template but it seems that there is some problem with the menu, it loads the same page …
AJAX needs permissions to run it locally. You either run it on Firefox or apply “-allow-file-access-from-files” suffix to your Chrome shortcut.
Tks!!