Discussion on Photogra - Fullscreen Responsive Photography WordPress Theme

Discussion on Photogra - Fullscreen Responsive Photography WordPress Theme

Cart 1,257 sales
Well Documented

designesia supports this item

Supported

This author's response time can be up to 2 business days.

925 comments found.

Hello Can I add text to a page whith a gallery? Thank you

This could be done by small modification within source code. I can help you make it, you can send message through my profile.

Hi, do you have any suggestions about referencing in google with this template ?

When I type my website name in google, my website is first but the text under it is terrible. I think its the name of the project categories with their id. see here http://tinyurl.com/nauwbaq

I dont want to have text on my home page, so maybe that’s the problem?

Thanks !

Hi,

Seems this happen because you have not create website description.. Make sure to create website description text by navigate to Appearance > DE Panel > General > Website Description. So it would show on Google search results.

Hello. I can not add the google map in the contact. It’s doesn’t work with URL

You should use embed code url instead page url. Please check your email.

Thank you. It works

I am having issues with the gallery. I have numerous categories, including some subcategories. Even though I am doing the exact same thing for all categories, some images show up and others don’t. In addition, even though I have a category which contains gallery items, in the gallery category page, it shows 0. I have even tried deleting and adding them again, and still having issues.

To see the problem: http://www.thegeekspace.com/dannakinsky.com

From the navigation menu on the left, go to STILL, then MISCELLANEOUS, then SELF-PORTRAIT (everything is fine)

Now, try STILL, then MISCELLANEOUS, then BEHIND THE SCENES, and nothing is there.

Nevermind….I figured it out. The gallery categories menu options do not show by default, so I was linking to the pages. Some worked, and some didn’t, for some strange reason.

Particularly since you have to link to the gallery category in the menu, and this doesn’t show by default, you might want to update your documentation. In addition, the documentation doesn’t show screenshots of the current versions of wordpress.

Hi,

Nice to know you have solved your issue. Yes for sure we will update documentation file. We still work on theme update.

Hi, I seem to have an issue where a spam link is being added to my site under my logo. I installed the wordfence app and it is telling me “File appears to be malicious: wp-content/themes/photogra/functions.php”

Could you let me know if you have come across this before or if there are methods for removing\avoiding

Thanks for any help Declan

Hi,

Sorry for your issue, but we almost never got any reports about this issue before. Where is the text show? Can you provide screenshots?

Hi!

Very nice template. I have only one question. Is it possible to have the menu in the topp of the page as well?

And maybe even the logo?

Hi,

Thanks for your interest! :)

Sorry, currently it not possible. I will consider to make it on next update.

I have made a contact page (http://www.imaginefotografie.nl/contactpagina) and I want some changes: – the width of the page (same as normal page) - linespace between paragraphs

After clicking submit, de footer text appears at the top of the page. I don’t want that.

Thanks for your reply!

This item can be deleted. I have solved the problem by using a contact form plugin.

Hi, sorry i not sure about your issue but congrats you have managed to fix it.

Pre-purchase question.

What I need is a portfolio website with all these features such as full screen photo, auto sliders, portfolio gallery, etc. It all seems possible with this theme.

However, what I need in addition to the above is:

- some kind of gallery with users who can see their content only

- watermarking on uploads for previews in reduced resolution

- once photos are selected visitor should be able to pay and download full version of his photos (selected ones only)

It is similar to sites just selling artwork except this one has to sell personal artwork. Would it be possible using this theme?

Cheers,

Hi,

Thanks for your interest! :)

For your request above requires theme modification. We currently doesn’t handle theme modification. But we will consider to make it on future update.

HI Friend,

How can remove the Youtube Ads, Please let me know ?

Thank you.

Hello, Still i am are waiting for own host video option. Please soon as possible help us.

Hi, for Youtube Ads is depend on your video. We’re still work on theme update, self hosted video would be part on update.

This theme would be great on the koken platform. I’m using it for one of my other sites and the backend is so much more user friendly then Wordpress is for image/video rich sites.

As a customer, I hope you will consider porting this over to koken.

Hi,

Thanks for your suggestion. If there’s some request about this, i will consider to make it.

When I share my website link in facebook, I don´t see an image. Do you have an option to solve this? Thanks! My site is www.imaginefotografie.nl

Hi,

Thanks for your info. I will look for this case.

It’s already solved!

See http://www.imaginefotografie.nl/trouwfotografen

I want the text to start next to the portret picture and not under it. Is that possible?

Sure it’s possible. Give class name “pic_left” for your image. Look below:

<img class="pic_left" />

Thanks for the quick respons and the great help!

Is it possible to add text to a page with a gallery template?

This could be done by small modification. You can send message through my profile.

For my gallery page I selected ‘Gallery Rollover’. When I hover over the thumbnail in the gallery, I see two items: a ‘chain’ (link to photo) and a magnifying glass (link to lightbox). Is it possible to change this? I only want the magnifying glass to show. Thanks!

Yes it possible. To leave only the magnifying glass icon you can insert code below by navigate to Appearance > DE Panel > Styler > Custom CSS > insert code below:

a.img-icon-url{
width:0 !important;
height:0 !important;
}

Hi, I was able to create sliders, assign them to slider groups and finally attach these groups to the appropriate pages but only some of them are displaying. The others seem to take forever to load i.e. all I see is a black screen and a spinning circle. The configuration for each slider is exactly the same so I don’t understand why this is happening. Is this likely to be a server or internet connection issue?

Hi, try to make slider description clear without formatting. You can remove all blank paragraph from slider description. On WordPress editor try to edit text for slider on ‘text’ mode then remove <p> and </p> from slider description.

Hi, I removed the spaces from the Slider Name e.g. from Our Trips to OurTrips and the sliders are now visible in the relevant pages. Thanks for your help!

You’re welcome!

I would like to have two menu’s on top of each other, with a divider. Like the demo version. Is that possible?

The preview has two menu’s, with the yellow line in between. I want that. I have made the main menu, but I can’t figure out how to make a second menu under the yellow separator.

Hi,

Menu below the yellow line are portfolio categories. Once you make portfolio item and make category, it will automatically show.

Hi there, I’m trying to edit the styling of the social icons and move them to the bottom of the screen. I have done this for the desktop view but when it comes to mobile viewing the icons do not move.

I have placed the code within the overide section but this doesn’t seem to be picked up in the browser.

I have also edited the media.css file but when I view the source code it doesn’t reflect my changes

Can you tell me where I need to make the relevant changes to the code

Hi there, have you had a chance to review things at all yet? I’m being chased on getting the problem fixed and can’t find where the code is breaking

You can use code below to make social icons move to bottom screen on mobile. Insert code below in custom css field:

@media only screen and (max-width: 479px) {
#social-icons {
    text-align: center;
    position: fixed !important;
    bottom: 40px;
}
}

Code above has tested and works.

Incredible, that has worked. Thank you so much

Another question from a newbie: how can I change the font size of the title of a blog post? I figured it out on the blog page, but not on the blog post itself.

To adjust blog title font size you can insert code below in custom css field by navigate to Theme Options > DE Panel > Styler > Custom CSS

#bloglist h1,
#blogread h1{
font-size:36px;
}

You can change 36px with any value that you want.

Today I purchased the Photogra-theme and I love it!

One question: I want to remove the date from a blog post. Is that possible?

Hi,

To hide blog date you can insert code below in custom css field by navigate to Theme Options > DE Panel > Styler > Custom CSS

.blog-header{
display:none;
}

Hi, Just bought this theme but cannot operate the slider as described in your instructions on B ‘Setting up a Homepage’ Can you provide more complete instructions for beginners please. I love the look of this theme but wonder if I will be able to operate it. At the moment I am just getting a blank screen as my one picture remains stubbornly invisible. Thanks

If you can allow me to see your admin page, i will make sample slide for you. You can send message through my profile.

Hi, did you receive the screen shot I sent you? I would really like an answer to how to move and/or create another description field on slider images under the yellow labels and whether existing field can be moved up or downwards? Also you guys should check out a really cool website. May be you had something to do with it I don’t know. But there are some features in it which would be really cool if used in your theme. It is africatravelrecourse.com It is the best full screen picture site I have seen. Check it out!

Hi,

Sorry for late reply. Yes i got your screenshot. You can move label by open file slider_text_n_description.css on theme folder. Then change value ‘bottom:80px;’.

To add more label under description field is require theme modification, we’re sorry customization is out of scope for support.

Thanks for your suggestion, it’s looks great! I will take a look for that.

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