ThemeForest

360 Photos - Fullscreen Background Portfolio

  • Has been a member for 2-3 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Contributed a Tutorial to a Tuts+ Site
  • Author had a File in an Envato Bundle
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 50 and 99 items
  • France
  • Referred between 50 and 99 users
Pixelworkshop says
Author

Important Notice

I’m currently having holidays until december 30th, in the meantime I won’t be able to provide support. Before contacting me, make sure that you already checked the documentation and/or the comments, otherwise I’ll get back to you after my return.

Thanks for understanding !

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jjphotographystudio says
Purchased

I got a question, My site JJphotographystudio.com is there anyway i can add a back ground to my images?? isntead of the white showing

4 months ago
Author
Pixelworkshop Pixelworkshop replied

Well you could set either a background color or another image as background attached to the body tag. In your CSS , something like :

body {
    background:...;
}

I’m not sure if that would work and also the image appearing behind would not be resized and would not fit into any screen resolution. What about a solid black color ? It’s just my opinion but it would look better :)

Anyway, feel free to contact me if you need further help !

4 months ago
Purchased
Default-user jjphotographystudio replied

Yeah, thats true so what would i do to put a black color background?? Thanx!

4 months ago
Author
Pixelworkshop Pixelworkshop replied

Did you try adding background-color:#000000; to the body tag in the CSS ?

4 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jjphotographystudio says
Purchased

Nvm, Got it! Thank You!!

4 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Spain
pixorande says
Purchased

HI again! I’m wondering if it’d be possible to build one of the galleries whith .swf objects instead of jpg ones.

Thanks in advance.

3 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Spain
pixorande says
Purchased

Sorry, one thing else: I dunno why on first time page load, the first image for superbimage gall flicks and goes off, remaining only the backgroud color. I have transitions disabled (set to zero), but when I enable any of them, the result is the flickering but back ti the first image… I did somenthig wrong for sure… :(

You can check this behavior at mi web: http://www.lopezdelaosa.es

Thanks again!

3 months ago
Author
Pixelworkshop Pixelworkshop replied

Hello, I had a quick look but I’m not able to find the problem, could you please send me an email via my profile page ? Once I’ll get back to you, you could then send me a zip of your work in progress.

The background images script is not made for swf files, if you really need this feature, you’d have to change the whole plugin (scripts, css and probably HTML markup).

Thanks !

3 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Spain
pixorande says
Purchased

Hi, here. Yes you can´t see the problem because I finally found what was causing it: three lines of code for Tweet, Like it in FB and add a +1 in Gplus. Once I deleted this scripts, the problem dissappeared (it was too late tonight and missed advicing you this way, sorrry). For the backgrounds, it’d be really necessary, cause the page is now intended to be a show of panoramic tour photographs and i do need to put the accent on them, because it’s becoming the main bussines for me and I really love your theme (don’t want to change it). Tell me please if we could come to an agreeement or you’re not interested in the thing.

Thanks in advance, again!

3 months ago
Author
Pixelworkshop Pixelworkshop replied

Alright, it sounds good ! Please contact me by email to discuss further details :)

3 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Spain
pixorande says
Purchased

Allright. Done!

3 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Spain
pixorande says
Purchased

Hi again, Guillaume: I sent you a lines thru the contact form, tell me please if you received it and can’t reply by now or if it just went to spam folder.

Thanks again!

3 months ago
Author
Pixelworkshop Pixelworkshop replied

Woops, you’re right, it was in the spam folder… Please allow me some time, I’m having a busy day so I’ll try to get back to you this afternoon, otherwise only tomorrow. Thanks !

3 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Spain
pixorande says
Purchased

Never mind! Thnx a lot! :)

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Australia
ChrisSteed says
Purchased

Love the template, but I seem to have a problem when I try to add Gallery number 11 on the site. If you go to http://www.mitchellsteed.com/index2.html you will see that the 11th listing (Daydream) gets displaced at the bottom. Can you only have 10 entries?

3 months ago
Author
Pixelworkshop Pixelworkshop replied

Hello, in fact the script is made to hold up to 20 entries but since the version 2.1. You’re using the version 2.0 and the current version is 3.1. You can of course redownload it and update :)

3 months ago
Purchased
ChrisSteed ChrisSteed replied

Given that you have made changes to the jscript files & CSS files/folders, is there any easy way to update my existing site without undoing any of my work. Do I also need to cut & paste my index page header code? I am not exactly sure what you have changed. Thanks.

3 months ago
Author
Pixelworkshop Pixelworkshop replied

Hello, it’s already a long time ago so the best would be first to make a copy of your current work, then replace the JS /CSS files. The HTML markup hasn’t been much modified but you should compare. Another way, maybe easier (if you didn’t touch the CSS ), would be to take the new version and simply add your HTML content.

3 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
wesone says
Purchased

Hi, I’ve just downloaded this template and was wondering if there was a way to get the full-screen images to have the pixelated look that most other full-screen site gallerys have. Some look like pixels, others have thin lines.

Those textures help mask the distortion of resized photos.

3 months ago
Author
Pixelworkshop Pixelworkshop replied

Hello, that’s a trick change to make to get this effect. Here’s how I see it : you’ll need a DIV that would cover the whole screen above the pictures but behind the content. This DIV could then have a transparent background pattern with dots or lines.

For example, in the HTML , just after the opening body tag (and before the header_wrapper container), add the code :

<div class="pageoverlay" />

And style it in the CSS , just add anywhere :

.pageoverlay {
    overflow: hidden; 
    z-index: 0; 
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px; 
    background: #CCCCCC;
}

I put a background color just to show the effect but you should create a PNG with a pattern and replace this #CCCCCC color by this image :)

EDIT : sorry but posting code doesn’t work well here, I hope that it’ll be fine.

3 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • Spain
pixorande says
Purchased

Hi again, Guillaume: my older problem has come back, the dimming of the first image of superb gallery on first pageload: http://lopezdelaosa.es And I have one new question ¿why the go fullscreen button on the swf is not working in welcome frame?

Thanks again!

29 days ago
Author
Pixelworkshop Pixelworkshop replied

Hello, what do you mean by dimming ? I’ve never worked with swf or flash so I can’t say why it’s not working, did you try on other pages too ? Feel free to send me an email via my profile page for support, it could be easier to discuss by email :)

27 days ago
by
by
by
by
by