925 comments found.
Hi, I would like to know if this theme supports Wordpress 4.3 and also the premium translation plugin WPML ? Thanks in advance.
Hi,
Thanks for your interest! Yes this theme support latest WordPress version and WPML plugin.
Hi,
I just bought Photogra theme for wordpress and I wunder, are there any tutorials available? There are a view things that I would like to know. - How do you get a full video background on all your pages? - How does the contact form work?
Thank you!
Hi,
Thanks for your purchase. There is documentation file within main package inside folder ‘help’. Please read it first.
Thank you! Didn’t see that documentation file.
Please open Photogra Package > help > index.html
I know, i found it, but I can’t find the answer to my other question. Is it possible, in the gallery, that the video appears when you click on the magnifying glass?
Sorry this currently not possible. Modification required to make video open on magnifying glass click. I will consider to make it on next update.
How to delete portfolio items from menu ? I mean portfolio category as a menu items, underneath primary menu ? Can’t find it anywhere.
You can insert code below in custom css field:
#filter {
display: none;
}
Perfect, thanks a lot 
Hello Designesia,
Looking after a site for a friend, running WP 4.3, Photogra 1.5.1.
Currently getting a 404 console error when trying to assign images to the portfolio items. (photogra/js/functions_upload_img.js).
Appreciate your help
Cheers,
James
Hi,
Can your send your website url so i can inspect your issue?
Hello designesia,
Yes I’ve PM’d you the url, the 404 is only showing in the back end though.
Thanks,
James
Hello designesia,
Still waiting on a response to the above issue, PM’d you yesterday.
Thanks,
James
I’ve sent you email.
Still waiting for a reply / solution to this. Login was sent 5 days ago.
Hello Designesia,
Still waiting on your reply, details sent 7 days ago.
Please check your email.
Hello,
Thank you for making the theme. I love it and had a couple questions.
1. How can I get the home page similar to the one displayed in the demo?
2. How exactly do I implement the background slideshow?
3. How to I get rid of the header in specific pages?
Thanks
The website is dominiquecook.com
Hi,
Thanks for your purchase!
1. Make sure Front page displays is set to ‘your latest post’ by navigate to Setttings > Reading > Front page displays > select Your latest post.
2. You can use slider for page background by select ‘Slider Page Background’ under the editor. Make sure you have created at least one slider group to make it show in dropdown list.
3. Sorry, it would affect other page too.
I am having trouble with the background on a page. The page only has images and no text but the color background will not follow the height of the images.
you can see here cloverandabeefilms dot com slash films
You can copy shortcode below under your images
[clear]
Hi, may I know. Is Photogra Template for wordpress able to handle more than 50 pages or more?
Hi, thanks for your interest! Sure it can!
hi, i just install polylang plugin and the menu not working. It wont change the language. How to fix this?
Sorry, this is out of scope for support. We currently doesn’t handle any issue which caused by third party software and plug-ins.
Hi isn’t the support include ?”Help with included 3rd party assets”? the issue that the menu wont change language, stay with the default (English)
Hi,
In this case seems your issue caused by third party plugin which not part as this theme. What is your website url, please send message thorugh my profile.
how to remove the default menu in mobile version? thanks
You can insert code below in custom css by navigate to Apperance > DE Panel > Styler > Custom CSS
@media only screen and (min-width: 480px) and (max-width: 767px) {
.selectnav{display:none;}
}
ok thanks, I already put in Custom CSS but still got the menu in mobile version.
Make sure your primary menu is created through Appearance > Menu
Hi, I’m currently using Photogra on WP 4.1.1. Is it possible to update on WP 4.3 without any problem? And: When will you release the next update of photogra? 
Hi,
Yes you can update WP with latest version, this theme is compatible with latest WP version as you can see on demo.
Hello! First of all, thank you so much for this amazing theme… .. . I have 2 questions: —i want to change the Dots to Image Thumnail, how much you charge for this changing ? —and can you provide HTML version ?
Thanks… .. .
Hi,
Thanks for your interest!
Sorry, currently change dots to image thumbnail and html version is not available.
Hi there,
I’m trying to make change the opacity in the gallery view when I hover an item. The other items are changing opacity to 0.5 but I want to change that to a other value.
Thank you! Bertus.
You can edit file designesia.js in folder photogra/js/ then find code below:
$('.pf_gallery li').not($(this)).stop().animate({opacity: .5}, 100);
Then change .5 with any value.
I am using the Photogra themes. I am having problems with changing my slider settings using the DE Panel. All I can get is for the fade option to work. Any help would be great. I could not find what I needed in the documentation given. Maybe I am missing something simple?
Here is an example of the site.
http://melaniephoto.com/All the best
Nick
Hi,
Thanks for your purchase!
If you can allow me to see your admin page for further investigation. You can send message through my profile.
Hi
I would like to ask if there is some sort of documentation for this theme
Thanks
Nick
Yes there is. Extract the package zip file first once you download the theme. You can find documentation file inside folder help.
Hi there.
Great theme, easy to work with. Just two questions remaining:
1. Is there any way to add text and a picture above the contact form? 2. How comes the slide in fullscreen seems on some browser blurry? What’s the perfect size for the slides?
Thanks in advance – Ina
Hi,
Thanks for your purchase! 
1) Yes it possible, i can send you modified contact page. You can send message through my profile.
2) It’s depending on your image resolution. For image size can be any, but i suggest to use 1920×1080.
Thanks for your fast reply. I sent you a mail through your profile. Looking forward to hearing from you. Ina
Please check your email.
Hi there ! is there any way to get the content larger ( 1000px and more, or even better 90-100% of available px) without losing responsiveness ?
You can used code below to make content larger and keep responsive layout. Insert code below in custom css field by navigate Appearance > DE Panel > Styler > Custom CSS > insert code below:
#content,#footer{width:1000px;}
/* --------------------------------------------------
for 768px
/* -------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#content,#footer{width:450px;}
}
/* --------------------------------------------------
for 480px
/* -------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#content,#footer{width:420px;}
}
/* --------------------------------------------------
for 320px
/* -------------------------------------------------- */
@media only screen and (max-width: 479px) {
#content,#footer{width:280px;}
}
Is there a sample we can see the setup? Its really tough to guess everything. 8cb89da3-2756-4395-b09b-351876153de3
Hi,
Have your read documentation file? To install demo data from your WordPress admin page navigate to Tools > Import then browse to folder ‘xml sample data’ to find sample data. Then make sure to check ‘Download and import file attachments’.
Beautifull template…
Thanks! 
Hello! Thanks a lot for getting back to us! I have a question: I put a semitransparent background on the text boxes. It works perfect. The only thing is that my logo is very long (width: 400px) so when I scroll the page, my logo (in a fix possition) covers up a bit the text box. Is there any way with css to hide the logo behind the text box?
Hi,
Can you send your website url? If your logo too long why not just reduce logo size?
Hi,
Can you send your website url? If your logo too long why not just reduce logo size?
Hello. I am facing a problem with my photogra theme when I am trying to add new gallery item. I go to Gallery—> Add New and at the Photo section I click browse, to select the photo, then I check for the dimensions I want and finally I click the “insert into post” button but the URL bar at the photo section is blank…this is happening for months and I am forced to do this manually by copying pasting the url and then add the dimensions to url which is very annoying How can I fix this ?
Hi,
What WordPress version did you use? Also please try it on another browser, on some case it’s issue with browser.
Hello, I am using Wordpress 4.2.2 . Safari, Chrome, Firefox, IE from Mac and Windows but nothing… :/
????
Hi, sorry for late reply, we’re just back. If you can allow me to see your admin page for further investigation. You can send message through my profile.
Hi, I still love this theme for some of my websites en everything works great (including the contact form). For another site i’m using a different theme which uses the plugin ‘contact page 7’. Here i’m running in to trouble with my current host..Someting to do about phpmailer… Could you tell me which plugin is used for the contact form in photogra? hope you can help!
Hi,
Nice to know you still love this theme 
Contact form on this theme is not a plugin, it’s integrated with this theme. You doesn’t receive your email from contact form?
Hello and again thanks a lot for this amazing template! I have a question. I am using a vimeo video as a background page. It works perfect. But it is way too big, covering the menu as well. I am trying to make it smaller from the vimeo page but it is still big. Is there any way to give a code in your template to make it smaller? many thanks in advance!!
Hi, sorry for late reply. It seems currently not possible to make it smaller. I will try to find way for this.