677 comments found.
Hi, I still have this problem with Gallery images. I keep getting this error:
Could not extract width/height from image: http://dreamkitchen.gr/wp-content/uploads/2011/11/ES.vetrina-bombata-in-metacrilato-colore-nero.jpg. Traced measures: width:0px, height: 0px.
i searced the internet but i don’t understand what i have to do to fix this! Please help me i send and a email 2 days before check it please!
Hi,
I’ve replied to your email.
Thanks
Nice Theme!
Can you create a footer on the fullscreen slideshow to include Copyright, Company Name, Privacy Policy & Terms & Conditions?
Also on the blog footer a contact form?
Hi,
Sorry this isn’t implemented in the theme.
Widgets are supported in the footer. You can use a wordpress widget plugin for the contact form. Something like contact 7 would do too, but still will require some styling of the form to make it look nice.
Thanks
Hi there. Could you please answer these questions I have. Thankyou!
1.On the fullscreen with captions can I remove the small thumbnails in the center?
2. Can I put links in the slideshow on the images or text?
3. Can I have multiple fullscreen with caption slideshows?
4. I want to have multiple photos withing one portfolio item. Is this possibe?
Thanks
Hi,
1. Yes
2. You can include HTML tags in the image attachments descriptions. If you include a HTML link this can be done.
3. Yes
4. You can include multiple images in the portfolio details pages as a slideshow. This isn’t supported in the portfolio column list.
Hope this was helpful.
Thanks
Is it possible to list blog template as a portfolio of 3 columns?
Me gusta ese estilo para el blog, que se vea una pequeña imagen y algo de texto, gracias, y perdon por mi mal ingles
Hi,
That would require customization.
The file required to change will be /includes/portfolio/portfolio-three.php
Thanks
Thank you for your response imaginem.
I did as instructed but still I had no success.
this is what I did.
Deleted theme within wordpress
Re-downloaded purchased theme
Uploaded theme thru FTP
activated them in wordpress and I got the same error
Fatal error: Call to undefined function esc_textarea() in /home/content/c/o/n/conta2007/html/wp-content/themes/studiozen/framework/options/admin/options-interface.php on line 96
Then I deleted theme and re uploaded theme thru wordpress and still no success.
Do you suggest any additional approaches?
Thank You.
Cheese
Hi Cheese,
I did some research. The esc_textarea is a wordpress functions. Could you check if you have the latest wp version. This functions has been there since 3.1
If you don’t want to upgrade you can edit the /framework/options/admin/options-interface.php line 96
Replace
esc_textarea( $val )
with
$val
Here’s info on the function
http://codex.wordpress.org/Function_Reference/esc_textareaLet me know if you have any problems.
Thanks
This theme is radical! Thanks for your work!
I am wondering, if I use the fullscreen slideshow, can I have any content lay over the top of that? I want my homepage to have that background cycling but also want to have some other elements over the top. When I add any content into the page that I am creating (Fullscreen Page), only the slideshow is displayed…no content. 
Hopefully this is possible!
Cheers
Hi,
This is possible but will require customizing.
Best if you contact a WP developer. The file which will require change is /includes/featured/supersized.php
Thanks
Thanks anyway. Figured a quick workaround and got it to work.
One more question. How do you enable the footer on the fullscreen pages? I am sure it possible, I just don’t know what to change…
Just wanted to check and see if you got my last question about the footer? I see that there is the call to the footer <?php get_footer(); ?> but it doesn’t show on the fullscreen pages. Any help would be appreciated.
Just bought it when after installing I went to theme options and I got this.
Fatal error: Call to undefined function esc_textarea() in /home/content/c/o/n/conta2007/html/wp-content/themes/studiozen/framework/options/admin/options-interface.php on line 96
doesnt look good. why is this happening?
Thank You
Cheese 
Hi Cheese,
Could you re-upload the theme completely using an FTP application , this will ensure all files have been uploaded. Looks like a file may be missing in your upload.
Let me know if you need more info.
Thanks
Hi, we were setting up our website (Kitehuahin.com) and wanted to know if its possible to change where the tab box is located. for example .. look at our main lessons page , we’d love to set it so that the black box centers rather than hugs the left.
Hi,
Do you mean the mainpage caption box with the title and description?
If this is so you’ll need to css/supersized/supersized.shutter.css
Modify the ID #slidecaption
And change the left property with a percentage instead of pixels to center it.
Hope this was helpful.
Thanks
First off, this is really what i call a “complete” theme.. you got my respect.
There’s a small bug with the audio player though. mp3s exceeding 60 mins of playtime don’t display the the time correctly.
-> 59:58 -> 59:59 -> 00:00 -> 00:01 it should display 1:00:00 or 60:00 .. but doesn’t =/
Could you please fix this. Appreaciated.
[m]
Hi,
Edit includes/postformats/audio.php
Insert the following code above line 17
jQuery.jPlayer.timeFormat.showHour = true;
Thanks 
Hello, thank you for the great theme as always. I’ve been trying to center the slideshow caption box, right above the thumbnail tray.
From the supersized.shutter.css…
slidecaption {
position: absolute; bottom: 10px; right: 465px; z-index:6; display:block; overflow:hidden; color:#fff; opacity:0.9; }
This isn’t working for me, I’ve been trying to make it a relative position so it stays above the thumbnails and moves with the page.
Also, is there a size limit for slideshow images? I know you recommend the 960px but I’m trying to get the best quality possible.
Thank you!
Hi,
I’d recommend using a percentage for the right:value instead of pixels to align the container of title and caption to the center of screen. This isn’t a precise method but still would work very nicely.
Otherwise you’ll have to modify how the container is displayed. Removing the position relative and using margin:0 auto; and text-align:center for the titles and captions. This will require more work.
There is no limit to the image size. You can load any size you prefer.
Thanks
Hi imaginem
Great theme!
Can you tell me, how can I edit css within child theme of studiozen that I have created? Which files I must include in my child theme? Is this possible?
Thanks for help Kostas
Hi Kotas,
You can build a child theme on top of StudioZen without any problems. Just a style.css file with the template name as the folder name of the theme will do.
Here’s an example.
/* Theme Name: Child Theme Theme URI: http: //example.com/ Description: Child Theme Author: Yourname Author URI: http: //example.com/about/ Template: studiozen Version: 1.0 */
Thanks
Hi,
I know how to make a child theme. The problem is that I can’t change any style in my new style.css in child theme folder. Every change I make doesn’t effect the theme.
The only solution I found was to make a new copy of header.php in my child theme and then insert the style.css child file just before the end of head as below:<link href="<?php bloginfo( 'stylesheet_url' ); ?>" rel="stylesheet" media="all" type="text/css" />Is there any other solution without change my header.php?
Thanks
Hi,
You can edit the header.php file and enter the following just above the ending head tag at line 65.
<link href="<?php echo get_stylesheet_directory_uri(); ?>/style.css" rel="stylesheet" type="text/css" />
The above link will load your CSS file.
You can also change the lines at
46,56 and 63
from
get_stylesheet_directory_uri();
to
get_template_directory_uri();
Thanks
Hey there,
A couple questions. Mostly about backgrounds. There are two background tabs. One under appearance…background and one under Appearance…theme options…style. What is the difference between those two tabs?
Also in that appearance…theme options…style tab whenever I change the background overlay pattern nothing happens. I did the line 18 css code change on ”/css/dynamic_css.php” that you recommended but that doesn’t help. It still does not show any background overlay patterns besides the default dots overlay which I can’t seem to turn off.
Please advise. Thanks!
Hi,
The background under Appearance is the WordPress controlled background settings and the one in theme options is the theme controlled background setting.
If the overlay doesn’t work then most likely you’ve installed the theme inside a subfolder of the theme folder.
It should be
themes/studiozen/
and not
themes/studiozen/studiozen/
Could you check on this. I can give you an accurate solution to it if you provide the site url.
Thanks
Hi,
Everything going well and the site is more and more beautifull tnx to your theme! Is there a way to make the menu toggle button bigger and make the letters always be seen and not only when i hover my mouse over?
Thanks, George L.
Hi George,
Edit css/menu/superfish.css
The class which has the button backgrounds are
.photomenu-toggle-show .photomenu-toggle-hide
To always show photomenu tips.
Edit /js/common.js
Remove lines 86 to 100
Replace with
jQuery(".photomenu-tips").css({"display":"block"});
Thanks
Thank you again Fixed that too! Know another question sorry if i cause you trouble but when i use fullscreen with captions the text messege on the black ballon goes a bit wierd and not in a normal line if you wanna check it.My question is if i can move the caption as i like on the screen and how to do that and to fix the text on the black ballon caption.
Thanks, George L.
Hi George,
Could you give me the site url to check on the problem.
Thanks
Hi, I recently purchased the template, and I really like. Is the blog posile spans the width of the header bar?, Without the sidebar. As I can do?
JaiCano
Hi,
Yes it is possible. It’s a little technical but can be done. If you can contact a wp developer with the following info.
$postformat = get_post_format();
if ($postformat==”“) { } else {}
With the above function you can toggle the class at line 7 to either have the float-left and two-column. ( loop-single.php )
eg.
$postformat = get_post_format();
if ($postformat==”“) {
echo '<div class="contents-wrap">';
} else {
echo '<div class="contents-wrap float-left two-column">';
}
</div></div>
Same for single.php with the above condition check to either display or switch off the sidebar at line 13.
Edit the standard.php file and implement the fullwidth $width variable.
Hope this was helpful.
Thanks
Thank you very much.
And how you can make the image has a size variable?, When the blog post the image is 960 px (width) but when it is in blog list (template) image does not fit the smaller width.
I put $ width = 960 standard.php not how to set it in a variable. Can you help me?
I just purchased this theme, LOVE it!! GREAT work! I would like to use another page other than fullscreen slide show as home…
OR
be able to link to other pages on the home page, I want to use the theme for the main website of our business, but we don’t just do photography, we do corporate branding, strategy, and consulting..
Is that an easy change?
your awesome, thanks in advance for your help!
Chris Behnke -
Hi Chris Behnke,
You can choose any page as your home page from wp-admin
Goto wp-admin > Readings > Static page as Front page.
And choose your front page from the drop down list.
The columns shortcode which can be generated from the Page contents buttons can be helpful to build a page layout for your homepage.
Do let me know if you need more info.
Thanks for purchasing the theme 
Hi,
Is there a way to make fullscreen pages to work on other pages than homepage too?
If there is can you guide me please what to do?
Thanks, George.
Hi George,
Same process as creating a fullscreen home page. All fullscreen pages are independent and can be set to any where you prefer. You can treat it just as a Page. You can populate it to the menu from the the wp-admin menu builder.
Thanks
Thank you it works great!Better than i expected before i buy it!
Good to hear.
Let me know if you need anymore info.
Thanks
I’ve used a custom background image but I want to use it centered top with no negative top margin and full width and height. Basically I want all part of the image to be visible and stretched accordingly to fit all pixels. I’ve seen there is some javascript that does all the magic, I’ve edited it and now I have full width but the height grows proportionally with the width. What do I need to tweak?
Hi,
The background to set from includes/bg_image.php
the jQuery.backstretch
You can use a custom jquery to replace it. I think it’d be something like 100% width and height for the image.
Thanks
I found another jquery plugin but how could I incorporate it to replace the current one?
Another Question. I was just watching the site on my iPad, and noticed with the FULL SCREEN video display, the site looks a bit strange.
When i watch my showreel, i get the overlay of the images on top of the video (the grid style background).
Also when flipping the upad from Standing to Landscape, the video goes down and the site gets messy.
Im using vimeo to display in full screen. Any idea’s?
Kind regards, Thomas
Hi Thomas,
I’ll check on this one. If you could send me a mail via my profile with the site url would be helpful. Do include a short note on it.
Thanks
Permalink:
Hi there, ive just set my permalink structure to the custom setting: / category / postname /
However, this way… the full screen pages for example won’t show. I get a 404 error.
Any idea’s?
I wanna use this type of permalinks because it looks way nicer in the adress bar 
Kind regards, Thomas
Hi Thomas,
It’s the permalinks cache that’s throwing the 404 error. WordPress does this one when permalinks structure changes.
What you can do is change the permalinks to another settings than the one you’re using – save and set to the one you’re going to use. This change will flush the permalinks and rebuild them.
This should resolve the 404 error.
Thanks
Hi thanks for replying much appreciated.
Can you please tell me how I make the full page images slide on the home page?
I do see that you have made them work on a different page. How do I make that work on the home page?
Thanks again!
Hi,
It’s the same as creating the other fullscreen pages. You can choose any of the fullscreen pages as the mainpge using theme options.
Let me know if you need more info.
Thanks