265 comments found.
Hi! Is there any maximum text rows/lines in scroll text? Because my long text doesn’t show entirely..it only displays some part of it. Thanks
Hi. No, it’s should be automatic. Send me an url through my profile form, so i can make some testing and check the code to see what could be going wrong. 
Pezflash,
Wonderful solution and idea for website design. My question is, do you plan to have this theme as a flexible layout and adapted for mobile use? Thanks!
Hi. Don’t think i’ll move it to responsive, as the problem on TF is that once released, is not possible to announce or promote a new important feature on a file. What i mean is that it won’t be worth the effort to move it to responsive, in term of future sales. Also, i’m working on a new design/template, fully responsive, and i’ll focus the effort on that one. This said, i’ll keep improving this file regarding classes updates and so on.
Hope this makes sense.
Let me know if i can be of further assistance.
Hello
I am having issues with the twitter feed. I have updated the twitterfetcher file but I am still having issues with it. Can you assist
Hi. Double check you have the latest version of the template, and all well configured (no errors on html, etc.) as provided code is working ok, look on current demo: http://www.unpezvivo.com/proyectos/themeforest/agora/serif/about_company.html
Hi, I bought this html site long time ago, and just use it for an architect client. It’s really nice and refreshing layout, after working with many sites using wordpress, which mostly similar … Just gave you 5-star and want to say thank you and please make more nice designs… 
Thanks so much for your positive feedback. Hopefully i’ll be doing some new work soon. You can keep in touch following my profile. 
Let me know if i can be of further assistance. Kind regards and thanks for purchase.
Hi,
Is it possible not to have the grid on slider image (home page)?
Thanks.
Hi. Sorry for the delay in answering, i’ve been out on weekend. Yes, open index.html, on line 45 (on the default sample) you will see this statement:
thumbs.delay(1400).animate({ opacity: 1 }, 1500, 'linear');
Comment it (so you can use it on the future if needed) and this line:
thumbs.hide();
That should be all. 
Thanks!
The possibility of putting the “Kenburns” effect on the front page Hello good afternoon, there?
Web Main: http://s437941385.mialojamiento.es/pmweb/index.html
Ken Burns Effect: http://wowslider.com/es/jquery-slider-bar-kenburns-demo.html
Hi. It’s possible but it’s not included in the package. I’ll think about it for future updates. Meanwhile, some deep JS work will be necessary over the current Vegas plugin that manages de fullscxeen slideshow.
(note: i’m also spanish, in case you prefer to use that language
)
I bought this template but now that Is up online I realized that the contact form is not working. Can you please tell me if the “contact.php” is not properly coded?
Hi. Is working on my server, currently, and got no complaints from other buyers. Are you sure you have PHP available and running on your server? Check it with your hosting provider.
Additionally, how may I increase the width of allowed text under the thumbnails in home screen? It wraps the words inconveniently.
never mind that! I found it in styles.css.
Hi! pezflash!
I have been using the template successfully as a simple intro page, with some minor changes. It is a magnificent work on your side! Thank you!
I have 2 questions though:
1. Without any special reason, the slideshow thumbnails (narrow lines) below the big title, stopped progressing in colour, in the automated slideshow. Why is that? Color parameters are ok and if I click on them colour is shown. However, when in “auto slideshow” they do not progress.
2. I can see that there is a new version but I am hesitant to download it ‘cause I don’t know that it will affect given that I have changed the main index.html file. Is there something that I can do for the rest of the updates? Which things can I download and overwrite assuming that I just touched index.html (the main intro page)
Thanks in advance! (I am sending my website link on a pm)
Hi. I’ll check the issue on your site later, got the email with the link, will be replying to it.
Regarding your 2nd question, if you only changed the index, i don’t think you will have big problems to move to latest version (which i highly recommend, as it solved an important issue with the fullscreen slideshows on latest Safari). Just a bit of markups where changed. 
Hi! Did you resolve the issue with the non-lit thumbnails? Thanks!
Hi. Sorry for the delay in answering! (quite busy here these days). Have tested over the latest version and all works fine, so i think it’s something i solved back on early versions, i gues it was on v1.2, check upadte log info for more details: http://themeforest.net/item/agora-html5-template/2740270/support
As said on my previous message, upgrade to latest version, once you will change the
var autoSlideOnInit = false;
to true on vegas.home.config.js it will work as expected, squares will light by as on slideshow. Same issue was solved for the fullscreen gallery!
Hope this helps. Let me know if i can be of further assistance.
Hi! Did the update. Turned autoslideOnInit to true. Still thumbnail squares do not light up on slideshow, only on mouseover. Please help
Try to do it over the original template included in the pack. If it’s working (it should!) then maybe you have left something related with the old version, not sure if css or js. Is your latest version up on the url you sent me by email? Let me know, i’ll try to check the code.
Yes, the latest version is already up on the url I sent you, minus of course the index.html and the styles.css which had issues (kept the old one)
Try to replicate the CSS arguments for that site block from latest css file, CSS also changed on newer versions. Html should be the same.
Hi. It does not work because you have an useless illegal ripped version which only will work on local. Buy the original file and all will work as expected.
Hi Pezflash, I’m interested to know how i go about “centering” the content only in the About_company.html page. (content meaning the quoted text scrollable text, image etc)
I tried but failed – I appreciate any help on this.
Thanks
Hi. Well, due to the global layout, that change could be a bit trickier. With CSS, it would require to set percent positions for every element inside #company div. I would go with JS, you will need to calculate the screen width and then position the whole company div properly depending of that value. This is something wrote quick here (didn’t tested) but hope it can work for you as a start to get that done:
var mywindow = $(window),
windowWidth = mywindow.width(),
$('#company').css({left: windowWidth/2 - 300});
note: 300 value should be the half of your company div width.
Hope this helps! 
Thanks for your quick response. Sorry where do I insert this code? global.js or in the header in the page, i added this in both places but didnt seem to do anything:(
Yes, on global js file.
Hi, Pezflash, I would like to darken / change the netting overlay effect on the homepage where do I go for that / what images are used?
Thanks
Hi. The overlay PNGs are setup on the vegas plugin css, on this path js/vegas/jquery.vegas.css > line 16.
Inside vegas/overlays/ folder you will find all the PNGs available. Also, you can just create yours and replace one of the existing, if you prefer.
Hope this helps. Kind regards and thanks for purchase.
Thanks found it, exactly where you said – Thanks once again
Hi just another question, I have noticed that the overlay does not appear when viewed on iPad and iPhone, what bit of code do i go to in order to change it please. Thanks
Hi. It’s disabled on js/global.js, line 31:
$('.vegas-overlay').css('display', 'none');
Just comment or remove that line. Note that i disabled it because the visibility of tiny pixels png on mobiles is not very smooth. Test it out. 
ok thanks will do!
hi pezflash, Nice template.
However, a client purchased this theme and am trying to help her customize it. However am getting dizzy trying to find the code to make the home slideshow auto in the vegas.home.config.js. You could at least have formatted it so anyone can trace it with code lines.
Hi. Please send this request with that valid purchased account. Otherwise i can’t give you support. Thanks!
ok
Hi Pezflash, how do I make the lightbox on grid_gallery stop at the last image without looping?
Hi. PrettyPhoto plugin doesn include a built-in option for that, so it will require hard js coding over js/prettyphoto/jquery.prettyPhoto.js file. Here is a start workaround for it: http://forums.no-margin-for-errors.com/discussion/1671/stop-looping-gallery-and-slideshow/p1
hello, i just wondering do you have any plans to make this theme “Retina” ready Regars
Hi. Well, i think making it responsive should go first. I’m working in a new template, fully responsive, not sure if turning Agora responsive could make huge different in sales, unfortunately, and the effort is big as needs truning upside down almost the whole code.
This said, i appreciate the heads up and will consider it for future updates. Thanks!
Hi,
I want to find out if the in grid gallery the images that appear as thumbnails are preloaded and then displayed? If it is so can I stop them from preloading? Because when the website is online it takes a while for the images to come, it gives an impression as nothing is happening, i can just see the up/down arrows and after a while all the thumbnails appear together. Is it possible to stop them from preloading.
Thnks a lot.
Hi. You will need to change the following line on html (line 38) from:
$imgs = $container.find('img').hide(),
to
$imgs = $container.find('img'),
If you can get ir running, please send me your URL through my profile form so i can make some testing. Will be replying by email.
Hope this helps.! 
Thank you for this, this works for now, at least it gives a hint that something is loading. Although its not the perfect way i guess, coz the first image on the grid gallery comes as a full size image within the grid, and in some time the rest of the thumbnails appear. Just a suggestion, it would be useful if a loading/loader symbol is shown while the thumbnails are appearing in the background in the current design. Nonetheless thank you.
My idea is to move from this grid gallery to a filterable masonry one on next release, as this one gave me some headaches, and i think it’ll fit better user needs. Thanks for the suggestion!
Let me know if i can be of further assistance.
Hi, pre-purchase question: does the home page support full-screen video as a background?
http://syddev.com/jquery.videoBG/index.html
Or this one if you want it from Youtube directly:
http://www.seanmccambridge.com/tubular/
Hope this helps. 
Hello,
The contact form is not working! When clicking on “sending”, instead of writing “the email has been sent” on the same page, it opens a new white page. So the email is sent yes, but it is not supposed to open any page.
I thought it came from me but i uploaded your original file to see and test and it has the same problem.
What can I do for this? It is very urgent! 
Hi. Looks like AJAX code on global.js file is missing or some ID has changed. If you upload the whole original sample folder you will see it works just fine, as my online preview.
Send me your URL through my profile form and i’ll tell you what’s wrong on your side.
Thank you – I wrote you personaly. Please let me know what is wrong.
Hello,
Can you tell me how to have only one static background? I mean no slider on the homepage and the image background is the same for the whole website.
Thank you.
Just leave one entry inside thumbs div and if you don’t want to display the square, asign a left outside boundaries (like -2000px) for .thumbs element on your styles.css file. 
I left only one line to display the background. It is nice looking. BUT !
My background on the other page is not looking the same as on “home.html” (it seems cutted – when on home it shows the whole picture).
Can you help me with this ? (I can show you how it looks by private!). Please let me know.
That would require to insert the vegas plugin on all your pages. Sorry but i can’t do that with the normal free support i can give within my files. Try to follow the scheme on fullscreen gallery (both for html/css/js) to insert it on all your desired htmls.
I already try to do that but it didn’t work at all. So i thought I did it wrong. I sent you an email and I never got an answer from you. Please let me know what are your price (as you mention not free support).
I’m replying you back by email, is the same request. Let’s keep track the conversation by email. Thanks!
Hello, How can I change the pattern on the website? I can’t find this in the home or in the css.. Regards!
+ add a pattern on all the pages (there is only a patern on homepage and not on all other pages). Thank you.
Add a pattern on the rest of pages (apart form fullscreen galleries) can take a while, as you will need to create the div with the png and enlarge it to fit 100% screen. The one included on fullscreen galleries is driven by Vegas plugin. To change it open js/vegas/jquery.vegas.css file. You will find the png reference on line 16
background:transparent url(overlays/02.png);
You can check the rest of pngs on that overlays folder.

Can you please tell me how to do it? I want the pattern on only 2 or 3 pages. I have the same background and there is a big difference between the homepage and the other page (doesnt look the same without the pattern). Would be so kind!
Just create the div with the pattern and enlarge it using css width: 100% and height: 100%, repeting thew pattern as background also in css.
Can you just give me what code to add please?
I’m replying you back by email, is the same request.
Hello, I bought the theme and I have my first simple question.
How to I change the homepage background? I want to say that I know html and that I replace the background_1.jpg by my picture (same name+same size+sameformat). The thing is that I can’t see the picture as my background.
This question is stupid I know but I don’t understand why I can’t see it!
I’m working on it offline and I touched to nothing – just replace the pic by mine.
Please let me know!
Hi. If you have changed the jpgs inside images/home folder, then they should be displaying fine on your preview on browser. If you can’t get it running, upload your site to your server and send me through my profile form your URL so i can take a look on what could be going wrong. 
Kind regards and thanks for purchase.