392 comments found.
Hi there, My site isn’t responding well on mobile and tablet. Logo and men all over the place on iPad. On iPhone taking a while to download and some images are distorted www.jmcsweeneyphotography.co.uk
Are you sure you’re using the Vega Template? It seems like it’s completely different, also you don’t have any buyer’s badge.
Hi, yes, I don’t understand why I’m not showing up as having purchased. I can’t seem to add a photo, otherwise I could show you that I have Vega installed. I’m logged in here on theme forest. Is there another level of support I should have? thanks
If you have technical issues with the marketplace you should contact support on envato. For any other inquiry regarding the template feel free to contact me through my profile page.
Hello, for some time, the MP3 player does not work anymore. Do you have a solution?
What seems to be the issue? The preview works still fine to me.
Sorry, there is a bug in Safari Browser, in the other everything is ok ,-)
We had purchased this theme and ran into one issue only appearing in Safari. When adding an iframe into the home.html template the net.flashedge.app.min.js script seems to block the frame from loading in completely. When I commented out the script the iframe loads in just fine. This issue does not come up in Chrome. Could you please advise what function in that script could be the issue?
It might be caused by one of the scrolling scripts. Keep sure you aren’t running any browser extension which might interfere. You might try to disable ajax for the pages which cannot be loaded properly.
I’ll attempt to reproduce the issue and see if there is a solution to it. Thanks for reporting.
Hello, I purchased this and it seems I’m having a bit of trouble adding in a bit of dynamic content into the page. When I added instagram into the bottom of the home page it works on first view but when I go to another page and back it seems to break the instagram and twitter feeds as the content isn’t reloading properly. I’ve also added a tumblr blog page and a google calendar page and I seem to be having similar problems where when I go to the page the content isn’t being loaded properly. Is there any suggestion to fix any of this? I would like to not remove ajax as I want the music to be playing throughout without having to be reloading on the blog and calendar pages.
Thanks a lot!
Inside net.flashedge.app.js there is a function called “sections” which is called whenever an AJAX call has been made. You should probably put your code to initialize any of your scripts there. Remember that the provided one is minimized. Either link the plain one or minimize it on your own once you made the changes.
Hi Thanks a lot for your quick response!. I’m not quite sure how I would do this could you point me in the right direction? The code in my index file is as follows:
<?php
$instagram_uid="XXXXXXXXXXX";
$access_token="XXXXXXXXXXXX";
$photo_count=3;
$api_url="https://api.instagram.com/v1/users/{$instagram_uid}/media/recent/?access_token={$access_token}&count={$photo_count}";
$json = fetchData($api_url);
$obj = json_decode($json);
?>
function fetchData($url){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
$result = curl_exec($ch);
curl_close($ch);
return $result;
}
$x=1;
foreach ($obj->data as $post) {
}
// Text or description of a post
$pic_text=htmlentities($post->caption->text);
$pic_created_time=date("F j, Y", $post->caption->created_time);
$pic_created_time=date("F j, Y", strtotime($pic_created_time . " +1 days"));
// Image link
$pic_link=$post->link;
$pic_src=str_replace("http://", "https://", $post->images->standard_resolution->url);
// Keep the images in rows of 3
if($x==1 || $x==4 || $x==7 || $x==10){
echo "";
}
echo "";
echo "";
echo "";
echo " {$pic_text} ";
echo "";
echo "";
if($x==3 || $x==6 || $x==9 || $x==12){
echo "";
}
$x++;
How would I implement this into that ajax file and then call it in the index file? and Similarly for a google calendars and Tweeting? Thanks a lot!
Sorry I forgot to mention I’m using instafeed as the javascript file
That looks like PHP to me. If you call it through AJAX it won’t execute, no wonder. You either need to include it in all pages and show them when needed or avoid AJAX for those pages.
ahh I see that is the only piece of coding that is written in PHP. How would I be able to for instance load the blog portion properly using Ajax?
the coding is currently the following:
<script type=”text/javascript”> function tumblr(resp) { var posts = resp.posts; $(’.blog .loading’).replaceWith(‘
- ‘);
$ul = $(’.blog ul’);
$li = $(’.blog ul li’);
for (var i=0; i<posts.length; i++) {
var p = posts[i];
var date = p[‘date’];
var title = p[‘regular-title’] || p[‘link-text’] || null;
var body = p[‘regular-body’] || null;
var img = p[‘regular-body’];
$ul.append(‘
-
‘date‘
‘title‘
‘);
$ul.append(‘
‘img‘
p[‘url’]’” target=”_blank”>Read More…‘); } } </script><!----- TUMBLR BLOG.
change "movingmonterrey" to your username.
------------------->
<script src="http://movingtomonterrey.tumblr.com/api/read/json?callback=tumblr&num=3" type="text/javascript">
</script>
Loading…
And i’m not exactly sure what you mean by adding it into sections. Similarly I’m having the same kind of problems with twitter and google calendar. Would I download the Javascript files and directly stick that code someone inside of the flashedge min file or how would it work? Thanks a lot!
I’ll figure out a way to add instagram to the main page without using php for the meantime. Thanks a lot!
I have no idea what your code does. If you need to execute PHP files it needs to load itself into the browser to compile all the code. Best thing is you include it just in the page. This is for PHP. AJAX will likely load only chunk of that and won’t execute it on the server.
Your javascript libraries need also to be included in all pages. What you need to do is put the code that initializes the scripts you’d like to add inside the section function of my main js file. This is where it refreshes everything when an AJAX page is loaded.
Hi there… still happy with this great template 
But one Problem.. it works with Chrome (Version 43.0.2357.81 m) no more :-/
Any ideas?
Br Ralf
What’s the issue? I can run it just fine on my side on Chrome.
thx for the fast response… it´s always the “start-page (home) which is loading… maybe influenced by the audio in footer?
» http://www.supersonic-labs.de/
In FF & IE it works… and a didn´t changed anything the last 4 months?!
Uncaught TypeError: $(...).carousel is not a function http://www.supersonic-labs.de/ Failed to load resource: net::ERR_TOO_MANY_REDIRECTS
The original preview site works fine on my side. You might want to update the css and js folder just to keep sure you have the latest versions. There might be some custom script interfering, like the carousel one.
thx man.. you pointed me to the right direction.. i got:
RewriteCond %{HTTP_HOST} ^supersonic-labs\.de$ [NC] RewriteRule ^/(.*) http://www.supersonic-labs.de/$1 [R]
in my .htaccess.. this was the problem with chrome. Now (disable this lines) the template works with chrome.. but maybe google will not like that http://domain.com and http://www.domain.com is both available (not fowarded)...
hello. I wanna send a variable so that when i click on “read more” button on blog.php it would send an id of that post to post.php. How can i do it?
post.php?id=123
yeah i know it in php, but i wanted to do it within your jquery script using load() function. I’ve read load() functions documentation but i cant apply it in your jquery script. Is it possible?
Hello, I purchased your template, beautiful .Avrei two questions for you, the site remains blocked in the main home also click the Go menu and sub-menu tittoli .I already tried to anchor but not funziona.Second question relating to copyright, I can leave I have to keep my name or even your thanks
You can remove the copyright. The site is based on AJAX and needs permissions to run properly. You should either test in on a webserver or enable your browser to do so.
ho visto che parli italiano , ma in che senso permessi ? io ho windows 7 e uso dreamweaver con crome
I have problem :In menu as im having spanish page and want to add link for english after contact but doesent go…any help?
Link of page : http://goo.gl/AYxlF6
I see you made a directory for english. So you probably want to target it without AJAX. The anchor tag that says english/spanish needs a target attribute set to “_self”.
So for you it will look like this:<a href="/eng/index.html" target="_self" class="main selected">English</a>
You can take out the “index.html” as your server picks automatically that file when targeting the folder.
Thanks man..great help!!..
oh…n from English back to spanish will be same code or?!..
I suggest you to do two distinct folders: one for english and one for spanish. Switch between them whenever you want. You can easily forward the index page to one of them with php or an htaccess rule.
Is there a way to stop the fluid slider images. The client has insisted it stays a static size.
Thanks
Try to use prettyPhoto instead of the slider. It will avoid cutting your images.
Umm, I’ve had a look on the ‘no-margin-for-errors’ site and I can’t work it out. Where do I use the PrettyPhoto code within the background slider code?
<div id="bg" class="background">
<ul class="bg-gallery" data-delay="8">
<li data-image="images/slides/get-in-touch.jpg"><span /></li>
</ul>
</div>
Thanks
.bg-gallery li span {
background-size: contain;
}
The default value is “cover”, change it to “contain”.
Hi.
I would like the one flyout menu i have to operate on click rather than rollover, is this possible? There is no page linked from the top level menu (li) item, I’ve just got a # tag in there.
Thanks
$('.nav-bar>li.has-flyout').hover(
with this:
$('.nav-bar>li.has-flyout').click(
It’s on line 912.
Hi. Tried that but it had no effect.
The default page includes the minified version. The one with the “min” suffix. You either link the normal file taking out the “min” part or minify that file you just edited and replace it with the provided one. It should work.
Ahh, I see. Ok, it’s getting there, I now have it actioning on-click but now it’s doing something a little weird, it seems to be loading a blank page on itself. If you look here – http://www.raw-media.co.uk/development/cinder/contact.html it should explain it better.
$('.nav-bar li a:not([target]):not([href^="#"]):not(.selected), .logo a:not([target])').click(function(e){
You either add to your anchor tag a target attribute set to “_self” and href to ”#” or edit the js to add another exclusion in the selector.
Hi, thanks for this. I tried the _self and the link but that didn’t work. I would add an exclusion but I’m not up on Javascript, could you steer me in the right direction please?
$('.nav-bar li a:not([target]):not([href^="#"]):not(.selected), .logo a:not([target]), :not(.has-flyout a) ').click(function(e){
I added in the end the exclusion rule that should avoid the click to happen. Though keep the ’#’ in the href or it will load a new page, as it’s the default behavior of anchor tags unless you change them into a different element like a div or a span.
Umm, I tried that but it still doesn’t show the drop down menu and now it has effected all the other menu links and ignores the _self target.
Uhm, well revert back and try to add a custom class to your element and exclude it.
So you might for instance add a class “clickdrop” to your anchor tag and add it to the exclusion like I shown above.
If you need further assistance contact me privately.
Still no joy, the on-click still loads a blank page within itself and no drop down is showing
// if (hash != '' && hash != "#" ) { $('#content .new').load(l.substr(1), '', showContent); } else { window.location.hash = '#index'; }
This should avoid the hashtag hijacking and just show the dropdown.
Ok, tried that. It now disables the drop down completely. It just appends a hashtag to the URL when I click on the menu item
$('.nav-bar>li.has-flyout, .clickdrop').click(
But this is just trial and error so far. I cannot tell you what works and what not unless I put my hands on it.
I could give you temporary FTP access if that helps? If you email me at rob@raw-media.co.uk with your ip address I can give you FTP access.
Mail sent.
Hi,
I’ve just finished working on a site using this template and all of a sudden the pages have stopped changing when clicking on another menu item. I’ve been through all the code to check if there’s anything I’ve deleted/changed that I shouldn’t have and I can’t find where it’s going wrong.
What I have found is that the URL’s of the pages have now changed, they seem to have an additional htm appended to what they had originally.
If you’d like to take a look you can find it here – http://www.raw-media.co.uk/development/cinder/about.html
Thanks
It seems working fine to me. I noticed the homepage doesn’t have the js file included, though the about page appends the hashtag as expected to the current url. If you don’t need AJAX you can just throw a target attribute set to “_self” to your anchor tags and it will reload the page from scratch.
If you need further assistance contact me through my profile page. 
Hi
I seemed to have sorted it. I was amending the logo tag and it threw the code out for some reason. Reverted back and it’s ok now. Thanks for looking anyway.
Hey man, I noticed problem with the class=”has-flyout” in the main menu with tablet device (600×800). When you touch it skips the submenu. How can I fix it? Thank you!
The breakpoint is set to 767 pixels where the mobile menu is triggered. It should work fine as it works on several devices and nearly one thousand users are happy with it. Send me your report through my profile page, where you’ll find a form in the bottom left.
nice my friend;
Thanks! 
Okay, but do you know the names of the images or the photographer’s name? So that I have something to search by?
I can also take pictures from your design, by right-clicking and downloading it – but do I have the right to use them so?
You need a licence to use them. Here are some links. Most of them are from the same authors.
http://www.fotolia.com/id/12941429 http://www.fotolia.com/id/24882323 http://www.fotolia.com/id/23504156 http://www.fotolia.com/id/27112676 http://www.fotolia.com/id/32266092 http://www.fotolia.com/id/33569132 http://www.fotolia.com/id/33888562 http://www.fotolia.com/id/34313094 http://www.fotolia.com/id/40350641Hello Flashedge
I just bought your VEGA design.
Are all the major background images are not included, I can not see them in PSD files?
If they are not part of the design, do you know where I can buy them?
You can find all of them on fotolia.com
Okay, but do you know the names of the images or the photographer’s name? So that I have something to search by?
I can also take pictures from your design, by right-clicking and downloading it – but do I have the right to use them so?
You need a licence to use them. Here are some links. Most of them are from the same authors.
http://www.fotolia.com/id/12941429 http://www.fotolia.com/id/24882323 http://www.fotolia.com/id/23504156 http://www.fotolia.com/id/27112676 http://www.fotolia.com/id/32266092 http://www.fotolia.com/id/33569132 http://www.fotolia.com/id/33888562 http://www.fotolia.com/id/34313094 http://www.fotolia.com/id/40350641thank you 
Ciao Emanuele, great theme.. I love it! I’d like to know how to add a pin-it button by pinterest in pretty-photo gallery near to tweet and like. I tried to follow the developer descriptions but it doesn’t works. Thanks a lot!
Google is your friend. I found this solution to your issue: http://websolstore.com/how-to-add-pinterest-to-social-media-icons-in-prettyphoto/
Thanks man!.. I’ve already discovered that solution but I solved it with another one. Other question.. The map in contact page now is into a very small window beacause I added form fild and information. With the data height into is not working very well with devices. Is it the right solution to manage it? Tnx
You should be able to style it right away. Keep sure you use the ”!important” suffix so you overwrite also any inline styles.
I tried to do it but every attempts is failed. Rising up the margin-top in net.flashedge.app.min.js the map is impossible to zoom. Setting “data-height” seems perfect for desktop but with iphone it cut the page. So..which class I have to manage for to have a responsive map height like 200px?..and which one attribute I have to use for?
Other question more..
I needed to get php pages dinamically and skip the hash.. so I disabled AJAX with “_self” anchors but now I lose some cool effects like the fake loadbar, the music player of course, but I can’t get also the bottom container with tags into project page. Do you know some tricks to get them the same?
Tnx a lot..
I wouldn’t mess with the javascript. If you have sizing and position issues play with a custom stylesheet and target mobile through media queries. You can always overwrite inline styles summoned with javascript through an ”!important” suffix in your css rules.
Your issue is probably related to a position glitch which covers the map. On mobile the map has no margins and is stacked vertically.
hey man,
Have been using your template for a while now and has been brilliant.
I rencetly updated it and added more columns to the works page, all has been fine till i checked today. It doesnt seem to work any more??
Is there any way it can be fixed?
Many thanks
Steve
http://www.di-studios.co.uk/#worksIt’s a javascript issue. Seems like the relayout function isn’t fired properly in your site. Keep sure you copied the js and css folder as the original.
Hey man, downloaded the files again and replaced them and it still doesnt work? 
It works for me. Refresh your cache! 
Hello, at the outset, I would like to congratulate the great work. Probably the best theme I’ve ever seen on Themeforest. I do not hide that I decided to buy it, but before deciding I have two questions: 1. if it is possible to add to the home page slider with video and images alternately walking. if so, how? 2. Is it possible to turn off the sound, if so, how?
Please reply – this is important to me. Sorry for my english, I know the language poorly.
You can remove the music player just by deleting the div. You can also avoid autoplay if you wish so. The homepage has just a custom made crossfading slider in the background which can be replaced with anything you want since it’s just a group of divs.
Thank you for your quick response. Can you tell me how to place a mp4 movie in homepage slider? Can you give an example? Thanks for help.
You can get some tutorial about that here: http://www.html5rocks.com/en/tutorials/video/basics/
I bought this template some time ago, and it has worked very well until recently when a client called to say that the Portfolio page was not viewing in Firefox or IE. I have checked and it appears to be working fine on the updated version, but not on the original version. Can you tell me what has changed so that I do not need to rebuild everything again.
Thanks,
Matt
Replace both css and js folder with the new ones.
Thanks, I have got it to work in Firefox, but now the index.html content is not loading unless I go to another page first, then back to the index.html. Any ideas?
Maybe a cache issue? I remember I introduced a few data attributes but I made sure it worked fine without them.
Hi Flashedge,
I purchased your template and I think it looks great. I am having an issue however. When I’m viewing the site on a desktop and just adjust the size of the browser, the site is properly responsive, but when I’m viewing it on my phone or tablet, it isn’t. The navigation stays across the top horizontally and all of the text becomes very small. Is there a reason it is doing this, and is there a way to fix it? Thanks.
When the menu doesn’t fit horizontally it shrinks the text size. It’s meant that way. You can avoid it by overwriting the stylesheet with the provided custom.css file.