Discussion on Vernissage - Photography WordPress Theme

Discussion on Vernissage - Photography WordPress Theme

By
Cart 2,105 sales
Well Documented

kotofey supports this item

Supported

This author's response time can be up to 1 business day.

1097 comments found.

Hi there. Nice theme.

I’m looking a for a theme with a full screen image on each page. I need to display a static image on each page that randomises on each refresh.

Can I do that with this theme? Please let me know.

Thanks.

Mark.

Hi Mark,

Thanks for your interest.

Yes, it possible. You need to setup the slideshow and then turn off slideshow autoplay. After this you can have this feature. I think this is what you need.

To enable this feature, you need to modify just one line in the functions.php

P.S. In the new version was added 4 new gallery layouts.

Agree with Kaledonder – so far this has been a great theme, easy to use, top support with any questions I’ve had, plus it looks great, really slick! :)

You make me blush :P Thanks.

Hey guys
Just wanted to shout out and tell everyone thinking of buying this theme, that it is 100% dope!!, REALLY loving it, and it’s good to see the friendly advice you offer here.
One very minor thing I did notice, why is the “Home Teaser” box not responsive?, I had to adjust the size to 300px, but it does not resize for the smaller devices – Any ideas?
Highly recommend this theme, and given it a well deserved 5 stars
Respect
KD

Wow! Thank you for a such kind words. I truly appreciate it. I hope it will help someone to make a choice. :)

P.S. I’ll fix this small issue with the ‘Home teaser’ box. Sorry for any inconvenience. Oh yes…in the next update I’ll add new layouts for the Gallery: 4 Fullscreen templates ;) Stay tuned.

Hi Kotofey,

All working great, but just wondered how I can re-order the Galleries? I’ve checked the manual and can’t find what I need. Sorry if I’m missing something obvious, but any pointers would be great. thanks again :)

Hi Silorla,

By default the galleries are ordered by date (as the posts in the blog). Latest added – at the top. I would recommend to use Post Types Order plugin.

Works a treat, thx!

Hi there,

I bought your theme, thanks for this great theme…

I want to add music to my slider. I choose KenB Slider..But I can’t find how ? upload the music to my slider.

And also in your demo, there is a box on the left side of page. How can I make this box same on my theme?

Thanks

Hi,

Thanks for purchasing. I truly appreciate it.

1. Please, read user’s manual -> Article 2.4 Custom background settings (image/audio/video).
2. From the user’s manual
Article 1.2 Setting up the Homepage
By default the homepage will show up your latest posts. If you want to show only menu with background slider or video and so on (like on the demo), you must to create a new page. You can do so by navigating to Pages > Add New. Select the “Homepage” template from the Page Attributes section and click “Publish”. All entered content on this template will show up as welcome message.

I hope it will help.

Thanks for your helps, I did it. So can we change the box size a little bigger? I want to embed video under the written area in box on homepage..?

Thanks..

Yes, you can. You need to modify a line 198 in the layout.css or add this CSS style to the Custom CSS field (Theme Options -> ‘Appearance’ tab)
.home-teaser {
    width: 200px;
}

Im having a lot of trouble getting the gallery to format, which is why I bought the theme. I followed the upload process perfectly, however, I keep getting a 1 column set up when i view the theme. often times it will not even show up in thumbnail or mosaic. A little help? The theme is awesome otherwise.

You don’t need to insert the Wordpress gallery into the page. Just upload images from your PC to this page -> close dialog window.

From the user’s manual: To set up the gallery you must create a new page, you can do so by navigating to Galleries > Add Gallery.
Now you must to add images which will be show up on this gallery page. Click on „Add media’ and download your images that you want to show up in this gallery. Once your images uploaded just close a dialog box. Then select a proper gallery layout in the right section and click “Publish”. Your gallery page is now created and ready for use. You can create a lot of the galleries with different layouts. Don’t forget to provide a featured image for this project for using as thumbnail in the filterable gallery page (read below about this page)

Seems I missed the closing it altogether bit. Thanks a bunch, worked like a charm.

Awesome :)

Hi

Could you please help with adding opacity: 0.9 to the logo area, menu, top-bg and the bg-slider-ctrl. I’ve tried looking under layout.css but can’t seem to find it. I understand I might need to make a png image for top-bg and bg-slider-ctrl.

Thanks.

Thanks. Got it to work, except for the logo area. Is that hiding somewhere else?

This is what I adjusted: .logo, .top-bg, .main-nav ul li a, .bg-slider-ctrl span, .audio-ctrl { background-color: #fff; opacity: 0.9; }

Use RGBA mode (without the opacity, because you need to make opacity only for background instead of all elements in this css selector).
.logo, .top-bg, .main-nav ul li a, .bg-slider-ctrl span, .audio-ctrl  {
    background-color: rgba ( 255, 255, 255, 0.9);
}

Learn more how works opacity and rgba

Works beautifully! Thanks again!

Hi.
This theme looks great, and I like all the positive feedback you are getting from the people that have purchased this theme.
I need a theme like this for a project I’m starting on, however I was hoping to use a theme that offered the option for Unique background sliders per Page / Post.
It seems that your theme only offers the option for just the same slideshow to show on the pages if chosen ( or video / static image )
Do you have any future plans to add a “Choice” option on which background slideshow to show on each Page / Post ( or just page)
Thanks in advance, it’s a great theme, good luck with sales.
KD

Hi kaledonder,

Thanks for your interest. This feature has been requested earlier (in my other themes). But I still can’t find a way how to make it easy for use. As soon as I’ll find a way to make it easy for use – I’ll add this feature.

Bought it anyways, but if you could help that would be great!

I hope I’ve answered in the previous comment

Looking to buy this theme and have one hopefully easy question.

Can the main gallery link directly to individual portfolio posts?

Every “main gallery” picture was a link to another “gallery.”

Thanks for your interest.

This feature available by default – http://easysite.by/vernissage/portfolio/ . Is that what you need? :)

Yes, thank you. Felt a bit dumb for awhile! Love the theme. Works perfect.

I’m glad to hear it.

Hi there. This theme looks great, and I am definitely interested! I was wondering though if this template is HTML, HTML 5 or Flash based, and how it acts on mobile devices.

Thanks so much!

Hi,

Thanks for your interest.

This theme is HTML5 / CSS3 and has the responsive design.

Like the look of the theme but could you clarify the following points.

Question 1: I usually upload my images in bulk from Adobe Lightroom to the Media Library, often around 20 at a time. Can I then create galleries by adding images from the library? I currently have 200+ images in my Media Library, I do not really want to reload them as many are already attached to blog posts

Question 2: Can a single image be in both a gallery and a blog post without uploading it twice?

thanks

I’m using the latest version of WP

Yes, you’re right. You need to upload your images from your computer because Wordpress do not allow to attach one image to multiple posts.

I.e. you can use this image in 100+ posts :) But they will be attached only to the one of those 100+ posts. I hope you understand me :)

Ok got it now. Thanks. :)

Hi.

Lovely theme. I have 2 questions to ask of you:

1. How to change fonts? I’ve tried Google fonts plugin for language with accent marks but the theme won’t register it. 2. Where is the stylesheet.css? There’s nothing in there?

Thanks

Please check the link for me:

http://squairstudio.com/demo/_tht/google-fonts.jpg

Google plugin handles all the H1, H2, etc…

I’ve never had problems before using the Google Font plugins.

If I can’t use google fonts, how can I just change it to use Arial or Helvetica? Is it in the default.css file?

Thanks.

The menu it’s not a H1, H2, etc. The menu it’s a .main-nav li a CSS selector.

See layout.css -> line 39 . All fonts can be changed in these two lines.

I got it working.

Had to add to the header: <link href=’http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=vietnamese' rel=’stylesheet’ type=’text/css’>

Normally Google Font plugin takes care of this automatically. Might want to look into that since you have multi-language support.

Thanks a lot for your help. Nice Day!

Don’t worry about my comment above – I cracked it. If I attach the images, rather than upload them it works just fine.

Hello, I’m loving this theme so far. It’s been a pleasure to set up!

One question about the photo galleries – I love the full width and full height options for desktop viewing, but they don’t seem to work so well for mobile because the menu (even though it’s transparent, which is a nice touch) sits in front of the photo. Is there anything that can be done to fix that?

Because of the menu issue, I decided to use the thumbnails theme. On the demo site I like the way it is easy to scroll through the images on a mobile, but there is the lightbox functionality that adds to the desktop experience. However, when I implement it on my site my images aren’t displaying as thumbnails and I’m not getting the lightbox functionality. I am simply uploading the images to the gallery, as I understood from the user manual. Is there a step I’m missing?

Hi, Just bought this theme and hoping it’s going to be as slick as the demo! However am having problems with the galleries – no matter what ‘template’ i choose, all my galleries are coming out ‘full width’ on the gallery page. Have tried mosaic, thumbnails etc, but none are working…? Please let me know how to change this, thanks!

Great, all working! I was complicating matters and assuming this worked like another theme – but this is just so much easier! Thanks for your help :)

You’re welcome! :) I’m glad to hear it.

Rated! :)

Hello,

I sadly don’t have the 40$ required to use this theme otherwise i would’ve bought it within a split second.

I really love this theme and i was wondering if there are alternatives for acquiring this theme.

I am a webdeveloper / android developer and a photographer, so if you need help, feel free to ask :)

Hello :)

Sorry, but there is no alternatives

LOVE this template – really easy to set up – it is great all the way around! Thank you!

Thanks. I’m glad to hear it. :) I would be really grateful if you rate this theme.

Hi there, can you tell me the image size for the background pictures. I ask before buying because I want to know if the quality of my pictures will be good enough.

Hi,

Thanks for your interest.

In the demo I’ve used 1200×700px . But you can use any size that you want.

Nice work Kotofey. Good luck with sales!

Thanks mate ;)

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