ThemeForest

BIG Gallery - Fullscreen Photography Portfolio

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Hi!

Is it possible to have slideshow in the background of all pages?

johnnychaos

it requires changes in template structure…

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi this template is awsome!

which resolution of pictures is on prewiev template?

support contact form special charcters (??žší?éíé) ?

Thanks().

johnnychaos

Hi and thank tou :) preview images are obout 1600×1000px. Contact form supports special characters.

Regards, Jan

Default-user

Thanks! I will buy next few days!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
viktork7 Purchased

Hi, I just purchased the template and really love it!

Just a question. I have some pictures in portrait mode, how can I change the background gallery (home site) to show the full lenght of the picture and not the full width? Can I use different settings if I have 2 of the index site (differrent names)?

Sorry for the noob question, but I am ot expert in HTML :)

Thanks,

Viktor

PS: just found the way :))) ignore it, pls :)

johnnychaos

Hi, I’m happy you like this template, and good you found an aswer :)

Default-user
viktork7 Purchased

Actually I have one more question. Can I change the transition between pictures from fade in to something else? Also the thumbnails are not always loading in. Some of them Ok, some of them just don’t appear… What I did just resized the normal picture to 100px width.

Thanks for your answer!

johnnychaos

Hi, unfortunately you can’t change transition type. Do you have a demo link? It would help me to find the problem with thymbnails. Please also remember that thumbnail should be exactly 100×100px (square format). Regards

Default-user
viktork7 Purchased

Ok, the problem was the size of the thumbs. Now fixed. Thanks for your quick help! Cheers!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

How do I upload to Wordpress?

johnnychaos

I’m sorry but this is not Wordpress theme, but HTML site template. HTML Sites do not have the WordPress Content Management System. They cannot be installed in a WordPress Site. Site templates requires some basic HTML/CSS skills that allow you to edit files and replace data with your own.

Best regrads

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Is there a way to make the site compatible with wordpress?

johnnychaos

It requires rebuilding the entire template…

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
om3rom3r Purchased

Hi Johnny;

I bought your template “BIG Gallery – Fullscreen Photography Portfolio ” via themeforest.net.

It is great template but I have a little problem about main page carousel. As you see there ( www.akdaglarasfalt.com.tr ); when the main carousel change image there is visible first image for a second and transaction goes on. How could I fix this problem. I wanna just change images by one by.

Thank you for your interest

johnnychaos

Hi, the first image is not a part of a carousel – you set it as a page backgorund div:

<div id=”background”><img src=”UserFiles/Hizmetler/AsfaltUretimi/main_background.jpg” alt=””/></div>
Remove this div, and problem will be fixed. Regards, Jan

Default-user
om3rom3r Purchased

thanks, best regards

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Heya Johnny,

Just one more vote for the responsive wordpress theme, your site is clean and beautiful and I want to use if for my art but I’m too rusty with code to try this html style. I’ll buy it the second it’s up… how do I get updates on your progress? Really wonderful site! So refreshing to find it.

johnnychaos

Hia nd thank you!
Work is on progress. Please follow me on themeforest, and you will be notified about it.

Default-user

Following! Think I can’t wait though… Going to buy the HTML version and give it a shot

Cheers

johnnychaos

If you have some basic HTML skils you should be able to customize the template.

Default-user

Thanks!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
Hi,

First, like so many others, I want to say that I really love this template. The design is great.

And, for anyone reading these comments and considering purchasing the template, the documentation included with the template is very helpful—lots of detail but never overwhelming. I don’t have much HTML experience/knowledge but there are enough templates included that I’ve been able to do a lot of modifications. Also, johnnychaos is very responsive AND helpful, much more so than most on here.

My question is… How can I get the audio to NOT loop/replay on a page? That is, sometimes, I just want it to play once and not repeat. Also, less important, but I was wondering if it’s possible to have the audio loop but on a delay… like one minute or so?

Most of the audio I’m using is loaded as a variable in the header (rather than from the config.js file). And, these pages with the variables are the pages I’m interested in having the audio play only once.

The code in the header is:

<script type=”text/javascript”>
var sound_m4a = “http://www.example.com/example_sound.m4a”;
var sound_oga = “http://www.example.com/example_sound.ogg”</script>

And, I’ve left the audio div untouched in the body:

<!- audio player->
< div id=”audio”>
<div id=”jquery_jplayer_1” class=”jp-jplayer”></div>
<div id=”jp_container_1” class=”jp-audio”><div class=”jp-type-single”></div></div></div>
<!- end audio div ->

My site is http://www.slctour.com. One of the pages that has the audio variable is: http://www.slctour.com/html/light/chap3.php Please let me know if you need anything else on my end. I appreciate the help!

Best, Chris

johnnychaos

Hi Chris, first of all thank you very much for your comment. I’m always trying to do my best, but such appreciation motivates me to work ever harder :)

Your website looks great – photos, front page music and broadcast on subpages makes a big impact.

You can do both things (disable loop and add delay). You need to edit big_gallery.js file. Find “MUSIC” section (around line #667).

after this line: var commend=”play”;
add this:
if (typeof loop == ‘undefined’) { loop = true;}
if (typeof delay == ‘undefined’) {delay = false;}

change this line:
$(this).jPlayer(“play”);// Repeat the media

to:
if(loop) { if(delay) { window.setTimeout(function() {$(”#jquery_jplayer_1”).jPlayer(“play”);},delay);} else $(”#jquery_jplayer_1”).jPlayer(“play”);} // Repeat the media

Now in every page after setting custom audio file you can add two variables:
var loop = false; //false for disable looping
var delay = 5000; //delay time in miliseconds (1 sec = 1000 mili)

Default-user

Thanks! I just edited my site and both disabling and delaying the audio loop work great. Super easy. I really do appreciate it.

And thanks for the quick response too!

johnnychaos

no problem :)

by
by
by
by
by