Photo Themes

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Tue Nov 17, 2015 4:34 pm
Hi everybody! I'm a photographer and beginner in web design. Last day I bought the Photo themes (Vers. 1.3.1). This morning I realized how can customize that themes in wordpress blog (I've founded the installation manual), but now I have need some help to import my photos into the gallery (during the installation I've loaded gk_photo.zip and after gk_photo_quickstart.zip to have the demo content), delete every demo text, Someone can help me?

thank you
User avatar
Fresh Boarder

GK User
Wed Nov 18, 2015 10:05 am
Hi,

Do you have another website based on WordPress? In this case you can import your content. If no, please remove existing posts and create your own - photos are taken from featured images of the post.
User avatar
Moderator

GK User
Wed Nov 18, 2015 4:45 pm
Hi, no I don't have.. I've upload the Photo Theme only. Now I'll try.. thanks!
User avatar
Fresh Boarder

GK User
Thu Nov 19, 2015 1:11 am
Piotr Kunicki wrote:Hi,

Do you have another website based on WordPress? In this case you can import your content. If no, please remove existing posts and create your own - photos are taken from featured images of the post.
User avatar
Fresh Boarder

GK User
Thu Nov 19, 2015 8:53 pm
I did it! But I have another questions.. How can I reply the same layout of portfolio's page? And if I had much more photos to be included in a single page/post, how can reply the animation when scrolling the page to every single photo? Last question, I want to insert in a page/post my model 3D from sketchfab, is possible?

thanks
User avatar
Fresh Boarder

GK User
Fri Nov 20, 2015 9:56 am
Hi,

Please check the documentation:
https://www.gavick.com/documentation/th ... customize/
(Theme Options -> Advanced layouts), here you can select categories with portfolio layout.

I'm not sure about scrolling the page to every single photo, could you provide more details with URL to this page?

Regarding the model from sketchfab, you have to use 3rd party plugin i.e. https://wordpress.org/plugins/sketchfab-oembed/
User avatar
Moderator

GK User
Fri Nov 27, 2015 5:09 pm
Thank you Piotr!

I did it! Now I want to hide the filter serch in every categories pages, How I can do it?
to example:
User avatar
Fresh Boarder

GK User
Mon Nov 30, 2015 10:14 am
Add the following code into the theme’s css/override.css file or use any custom css plugin:

Code: Select all
.archive .portfolio .item-filter {
  display: none;
}
User avatar
Moderator

GK User
Mon Nov 30, 2015 11:51 am
Great! Thanks!
User avatar
Fresh Boarder


cron