Discussion on Vega HTML5 Responsive Template

Discussion on Vega HTML5 Responsive Template

Cart 1,135 sales
Well Documented

flashedge supports this item

Supported

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!

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

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?!

Found these in the console error log:
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?

Like any other php page. Append the variable to 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

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

Ah, you mean the background slider! Well if there is only one it won’t animate at all. You can style it with custom rules. So in your case you should add the following rules to your custom stylesheet:
.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

I checked in the console and I suspect the selector doesn’t hook up to that element. I’m just guessing here though. You might want to try to add in the selector of the click function the clickdrop class. Like this:
$('.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! :smitten:

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?

Hello 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?

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?

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!

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/#works

It’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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey