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, I am almost finished with this site but I’m having one small issue: the nav bar/menu works great in Chrome and IE9 , but someone told me that there is a small problem with it in IE8 . Apparently when you hover over a main/parent link in the nav bar then move the mouse down to click on a link, the links quickly disappear, allowing no time to hover or click on them. Is there a way to change the settings in one of the js files to allow a longer pause to fix this problem?

Otherwise, everything is working and looks great and I can’t wait to have the site live. Thanks in advance again. —David

I’ve tested it on IE8 under a virtual machine and it works just fine. Your user is probably running some quirk mode under another version of IE and it shows up that bug.

Hi, Im really struggling to link my blog to my site. What can l do…everything is now working fine on my site besides blog how can l do it to work/ link please.

You should be able to do it by adding a target attribute to the link. Contact me privately if you still have issues.

Website freezes. I uploaded 43 photos to the photo gallery. The website there is a mechanism upload photos to the gallery?

At the moment they are loaded all at once.

It might depend on several reasons if your site “freezes”. Contact me privately with the details. I’ll inspect your work to find the problem.

the following task: - I have gallery page with some filter tags - I want have in main menu some items with links to one gallery page, but with different activated tags. I try creating in main menu links like <a href="works.html" data-filter=".fashion"> </a><a href="works.html" data-filter=".glamour"> </a> And try to pack link in <dd> tag. But this don’t work. Help resolve this issue, plz!

That part is built on top of isotope. You can view the complete documentation here: http://isotope.metafizzy.co/

You probably missed to add a proper linkage to your tags.

the following task: - I have gallery page with some filter tags - I want have in main menu some items with links to one gallery page, but with different activated tags. I try creating in main menu links like And try to pack link in <dd> tag. But this don’t work. Help resolve this issue, plz!

A very important issue. How to make photogallery to work in full screen.

I’m sorry this feature is not yet supported in all browser and was not advertised at all.

A very important issue. How to make photogallery to work in full screen.

Hi, i would like to make more specific the target for every work miniatures… in order to open the respective image in the bigger format…

... at the moment if i click on the second miniature of the product on the “work page”, the “project page” associated, reply shown me the first image….

anyone knows how can make that? Thanks a lot!

There is prettyPhoto included with the package. You can open images into a modal box which will zoom in and center on the screen. To do so, add a rel attribute to your anchor tags as shown in the documentation: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

We would like to add some extra functionality to the project.html page, making it possible to change the project info below with each slide. We tried some stuff but never succeeded. any suggestions? Making it slide with each photo would be nice. Thanks!

You can replace it with another slider if you wish so. The one provided is meant to be that way as it includes slides of the same project which should have also the same caption.

The integrated slider is called Orbit which is included with Foundation. You can see the documentation for it here. Just build a new page from scratch and link it.

hi, is it possible to insert a logo in the header, in png format, and not in words? Thanks!

Sure, just put an img tag inside the anchor and link your png file.

hello a few months ago I asked if he was ready version of word press?

The WP Version was commissioned to this guy here: http://themeforest.net/user/RDever

Last time I heard him, he said it was nearly finished. So, I have no clue when it’s ready. It doesn’t depend on me.

Nice work, this is a beautiful flashy template

Hey Rim, thanks buddy! I miss the good old days. :)

Thanks for your help, I am trying to add a script of java script 1.2 on index.html for having an image effect like slide show instead of one of the image that exist, locally it works but when I upload it, it does not work and all page is white, any setting need?

Thanks again

You probably have some missing link. Unfortunately I cannot say what’s wrong without inspecting the page. Feel free to send me your work privately, I’ll check it out and see what’s wrong.

okay, got it. thanks.

okay this was probably the strangest thing. I uploaded the site on a test server and everything runs smoothly accross all browsers. Sorry for the hassle, it seems that there was some local conflict.

The only problem i face now is with the contact form. I use 2 contact forms, of which the one has 3 addittional fields. I added the fields as you described on this page, altered the php file as well but i simply cannot get the data of the additional fields.

For example, i have a text input with id and name “country”. so i added “&country”“country”. Do I have to set a variable for each additional field like you did with e.g. am ?

The same question has been answered in the same page. It’s the very first one here: http://themeforest.net/item/vega-html5-responsive-template/discussion/2402989

I’ve searched the entire comments list, however, what I’m saying is that if i put it like this: + “&country” + country I get a [object HTMLInputElement] . If i put it like + “&country” + “country” it results getting the word country.

Since you’re using two forms it probably overwrites it once you submit it. The var you’re referring to is a jQuery internal object. What you can do is differentiate the forms with different ids and names, call a different php file and skip the ajax check at once.

You’ll probably find it easier to stick with a third party solution at this stage. The included form is very very simple and doesn’t cover such needs.

Hello, sort of a huge problem here.

First of all you cannot navigate through the links with the latest version of chrome. Quick turnaround was to set links’ target to “_self” but it’s not the solution.

Moreover, in IE9 no images appear in the index page and the background images seam to work every now and then.

I have used an img in the logo and 3 images in the “latest row” in the form of li (with the black overlay).

It seems that when i remove the top commented ifs for IE, the situations gets a bit better but still no images loading and the background slides work unexpectedly (some appear black, some show up correctly). I cannot even understand why the images would not load.

Small part of the code: <div id="scroller" class="container"> <div class="row"> <div class="twelve columns"> <h3>We are currently building our new website.<span style="font-size:0.6em; letter-spacing:-0.1pt; text-transform:none;">Until it's ready you can check out our <a href="------------" target="_blank">new catalogue</a> or watch our <a href="reel.html">2012 showreel.</a></span></h3> <ul class="latest row"> <li class="four columns"><a href="request.html" target="_self"><img src="images/newcat3.jpg" alt="Ask for a catalogue" /><div class="overlay" style="width:100%;text-align:center; padding-top:60px; "><h3 style="font-size:1.1em; font-weight:bold;cursor:pointer">Request a hard copy of The Big Book of Fountains</h3></div></a></li> <li class="four columns"><a href="--------------" target="_blank"><img src="images/catonline.jpg" alt="View our catalogue online" /><div class="overlay" style="width:100%; text-align:center; padding-top:70px; cursor:pointer"><h3 style="font-size:1.1em; font-weight:bold;cursor:pointer">View our catalogue online</h3></div></a></li> <li class="four columns"><a href="reel.html"><img src="images/showreel.jpg" alt="Watch our 2012 Showreel" /><div class="overlay" style="width:100%; text-align:center; padding-top:70px; cursor:pointer"><h3 style="font-size:1.1em; font-weight:bold;cursor:pointer">Watch our 2012 Showreel</h3></div></a></li> </ul> </div> </div> Can you please advise on what might be wrong?</div>

something strange with menu when in vertical mode (browser minimized to a cellphone size) – when you hover mouse over the menu up and down, lower part of the menu continues to bounce by itself. so you have to play catch if you want to click on Contact. (this is in Firefox).

It doesn’t happen on mobile. It’s because the hover event is triggered endlessly. Since that layout isn’t meant to be used with the mouse the issue shouldn’t be worrying.

I still have problem with contact page of html version, I can not remove google map, when I removed the data-address but the white rectangle is replaced with google map, I want to remove all map. Please help

Use this custom style to hide the map:
#content .map {
display:none; }

have you tested it on ie8 and ie9 with Windows XP. Having issues with it…

Yes, it has been tested on those browsers. Unfortunately some features cannot be rendered on them and I had to use native scrollbars and other workarounds to get it working more or less like the other browsers.

Feel free to report me your issues privately.

Hi, Is there a way to disable the main links, but still have them show and still have the dropdown links work? For example, I have a primary navigation link called “About” which has 4 sublinks. I want to remove the from the “About” but still have the sublinks appear when rolled over. I tried removing the URL from the link, but it always refreshes to the homepage.

Try using a fake anchor tag ref and set the target to _self, like this:
<a href="#" target="_self">...</a>

I tried that, but still no joy :( When a page link is clicked, it simply adds the #pagename to the index.html in the URL string, which means that using a fake anchor tag (#) in the href refreshes the index.html rather than the #pagename.

Can we discuss this outside the comments?

Sure, contact me privately.

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