Discussion on Studio Zen | Photography Theme for WordPress

Discussion on Studio Zen | Photography Theme for WordPress

Cart 914 sales
Well Documented

imaginem supports this item

Supported

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

677 comments found.

i forgot to clarify… instead of having a thumbnail, could it be just a smaller version of the video? or something like that?

Hi,

You’ll need to make some changes to get this customization done. Here’s the changes.

Accept Vimeo ID instead of Vimeo url which the lightbox accepts. ( since you won’t be needing the vimeo lightbox )

Edit the includes/portfolio/* ( 3 column and 2 column pages )

Remove lines 52 to 61

Replace lines 87 to 99 with your vimeo iframe code ( a condition check to see if $custom["video"][0]<>"" That code checks if there is a video

Remove line 100

So your iframe code should be as follows.

<iframe src="http://player.vimeo.com/video/<?php echo $custom["video"][0]; ?>?title=0&amp;byline=0&amp;portrait=0" width="<?php echo $width; ?>" height="<?php echo $height; ?>" frameborder="0" webkitAllowFullScreen allowFullScreen>

Please use the above instruction as a guidance. I think you’ll need to tweak some bits. Best if you go through a developer familiar with wordpress.

Hope this was helpful.

Thanks

great theme! i was curious if it is possible to NOT have thumbs for vimeo video’s in the portfolio. i’m pretty new to wordpress, so sorry if my question is ignorant. i have over 60 vimeo videos i’d like to add to my portfolio, but they do not have anything aside from a screen grab that will work as a thumbnail image. thanks in advance.

I am ready to buy… I only have 1 question… is it possible to have thumbnails on the Gallery Post Format instead of the little squares? Similar to this: http://studiozen.imaginemthemes.com/wp/shortcodes/slideshows/

I want to use the top one, not the bottom, as a post image preview, before they click the post to comment. Thanks!!!!!

Hi,

This can be done very easily.

You’ll just need to edit includes/postformats/gallery.php

Change line 7 from

$nivoslider = do_shortcode('[nivoslides width="' . $width . '" height="' . $height . '" ]');

to

$nivoslider = do_shortcode('[galleria width="' . $width . '" height="' . $height . '" ]');

Notice where i change the name nivoslides to galleria

The above change will give you the galleria thumbnail slideshow instead of the nivo slideshow.

Thanks

SOLD !!! :-D Another happy customer. 5 stars my friend!

Glad to help :)

Let me know if you need more info on anything.

Thanks

Oops, sorry! Here is the snapshot.

http://postimage.org/image/1plhg3h9g/

As you can see, I have stretched my browser window and with a little widget in it.

Thank you again!

Hi,

I’ll need a link to the page the screenshot is taken from. This way i can check the source code.

From the screenshot it looks like the theme isn’t setup. A link will be helpful to give accurate solution.

I’d appreciate if you could post the question with the username the item was purchased with.

Let me know the website link. I’ll check.

Thanks

Hi!

Is it possible to PM you somewhere?

Thank you! :)

You can send me mail via my profile. There’s a message box on the right hand side.

Thanks

Hello!

This is quite a impressive theme! Very clean, a lot of options and the integrated post formats make the theme seemless! This is fantastic, I’m sure it will make great sales!

I just found a little bug (I think!), or at least a little defect with the footer:

I noticed that if the footer is not filled with widgets and stays “empty”, the footer is not going to the bottom of the page. I have a link to a screenshot if you want to take a look.

Can we modify the CSS ? I tried but with no success.

All right, Congrats again and Ill wish you good luck!

Hi,

I’ve answered to the following comment.

Thanks

amazing stylish! bookmarked!! is it possible to have the blog as the home page?

Hi,

Yes , you can setup a blog list using the provided Blog list page template and set this page as the Frontpage using WordPress admin.

It’s found in Wp-Admin > Settings > Reading > Frontpage

Thanks

great theme! I want to buy but I have two questions: you can change the background for each post of the blog and portfolio for each post? page portfolio filterable or three columns, you can create a link with slider gallery http://themeforest.net/item/studio-zen-fullscreen-portfolio-wordpress-theme/full_screen_preview/641705 and slideshow? http://themeforest.net/item/studio-zen-fullscreen-portfolio-wordpress-theme/full_screen_preview/641705 Thanks and congratulations

Hi,

1. Background can be set picked from theme options default, featured post or custom input file for all pages, posts and portfolios.

2. The horizontal slider galleries and slideshows doesn’t have linking function right now. They are generated using image attachments inside pages.

Let me know if you need more info.

Thanks

Is there a way to create a gallery post while simply sending an email to my wp install with a multiple of photos attached?

great theme!

Hi,

Currently wordpress doesn’t support email to post publishing with image attachments. Official statement from wordpress Link

Thanks

Hi great theme !

Questions before i buy:

IN THE PORTFOLIO : -Would it be possible to have a SORTABLE 4 or 3 column portfolio?

-Would it be possible when click on a thumb in portfolio to not open a lightbox but open the portfolio post. (same link as the thumb title)?

SAFARI 5 .0.2: If you have a Video on top of the page…the drop-down menu displays behind the video (Post Formats>Video)

Hi,

1. I can add a filterable 3 column portfolio. You can send me a mail via my profile when you require them, i’ll send the additional files for this feature.

2. It already has the option to link either to lightbox or directly link to the portfolio page.

3. I’m using Safari v.5.1 , the overlap only displayed in the youtube video embed – which has been fixed.

Thanks

absolutely jaw dropping award winning work!

Kaga thanks for your nice comment, i really appreciate it :)

Hello!

Great Design!

I ask myself if it is possible to give each Picture of the Homepage Gallery a seperate link to a site inside.

Thx ! Lorenz

Hi Lorenz,

The images in the slideshow are populated using image attachments. This way it’ll be very easy to populate a gallery – as it supports bulk uploading of images.

To link to unrelated pages for attachments you’ll need to create custom fields for them.

Then edit includes/featured/supersized.php line 121 to populate the custom field link per attachment image.

Certainly a developer job.

Thanks

Could you do that for me, if i pay extra?

All the best … Lorenz

Sorry i won’t be able to, but if you contact a wp developer i can help locate sections to edit to get the customization done.

Thanks

Hi,

I want to be the first one to purchase it, eventually i missed out with office hours! Anyway it’s ” simply” great template:-)

Of-course, i’m a learner of WP, i hope that you can bear me for a while:-(

and a great documentation too:-) Waah!

Quick ones..

1) Menubar – colour ( transparencies ) CAN be changed with sharp end?

2) Description about images CAN be places above the thumbnail?

3) Transition CAN be like

http://catalyst.imaginemthemes.com/wp/1-column-portfolio/page/2/

I mean “on” and “off”

I hope it’s can be easy one

Thank you,

Kalimuthu Pandian.

Hi Kalimuthu Pandian,

Thank you for purchasing the theme.

1. Edit css/menu/superfish.css

Remove the two lines 127 and 128

border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;

This will give you sharp edges for the menu.

2. Could you point me to the page where you want the titles above the image. I can give specific code changes that way.

3. The portfolio image blocks already has transition preloaders. Let me know if you question was for a different one.

Thanks

Looks cool. good job. A bit curious about your gallery post format. Does this work using meta options to add images?

Hi,

The gallery post format uses image attachments to build the slideshow. Makes it easy to bulk upload and re-arrange/sort using the gallery controls.

Thanks :)

This looks great. Can I change the look and location of the main navigation? I would prefer no rounded edges. How easy is it to modify fonts?

Hi,

1. You can remove the rounded edges in the menu by removing three lines of code from the CSS file. Very easy modification , i can provide instructions for it when you require.

2. There’s a selection of font choices in theme options. There’s also a Custom font option for additional fonts where you can use any font you prefer.

Thanks :)

Very very clean design, I like everything about it. Good luck with the sales my friend :-)

:) Thanks

Very very nice.

Good luck with sales.

Thanks :)

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