Please help me
Also, those this theme support wordpress network? I tried with a network site but the sideshow is not working.
Help
Thanks
Hello, by default it’s does not support multisite mode, you need to modify the code for this, just open functions.php file and find below code :
function thumb_url(){
global $post;
$thumb_src= wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), array( 2100,2100 ));
return $thumb_src[0];
}
now replace with : function thumb_url(){
global $post;
global $blog_id;
if(isset($blog_id) && $blog_id > 0) {
$imgSrc = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), array( 2100,2100 ));
$imageParts = explode('/files/',$imgSrc[0] );
if(isset($imageParts[1])) {
$src = '/wp-content/blogs.dir/' . $blog_id . '/files/' . $imageParts[1];
} else {
$thumb_src= wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), array( 2100,2100 ));
$src = $thumb_src[0];
}
}
return $src;
}
Thanks.
It works thanks but what about the page stuff.. is not working check this link http://www.ostudiolabs.com
then u will notice that there is not pages on the header. Which means the page i created in wordpress admin is not showing up in the header.
Thanks
Hello,
I have created a profolio page called Media at http://carvedsouls.com When I click on the thumbnail to load the media nothing happens, it’s not working. The site has been running slow as well.
Please advise, would really appreciate it. Wonderful theme. Thanks G
Can I set the blog as home page? How? Thanks,
Hi there,
I’m considering purchasing your IStudio theme, it looks great. I was just wondering if it would work with the simple full screen background image plugin for Wordpress (http://wordpress.org/extend/plugins/simple-full-screen-background-image/screenshots/). I know plugins can sometimes clash with themes.
I need to create a site that has the same full screen background on all the pages, like on this site: http://artfairslondon.com/ and thought your layout could be very suitable.
Many thanks,
Khaled
Hello, yes you can have a full screen background image with istudio theme, you can use plugin or you can add additional css code in istudio theme options => styling options => custom css :
body {
background-image: url(your_uploaded_background_image_url);
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
}
Thanks.
Thanks for this theme. It works really well. I have I hope a simple question. I noticed in the portfolio page when I give a title that reads with an apostrophe for example, McDonald’s that it capitalizes the “S” after the apostrophe so that it reads, “McDonald’S.” How can I fix this?
To my previous question… I figured that out. It was just an easy fix in the Istudio settings part.
Perhaps another simple question… How can I get rid of the linking function of the 3 Column Site Features? For example, I just want them to be short blurbs, not leading to any other page. However visitors still get their cursors turning to click for a link.
Hello.
Im considering buying this theme. Want to know if its possible to remove the slideshow/images section?
Thanks.
I can’t get the slideshow or homepage box sections to show up on my site http://www.thekerseygroup.com. I have no idea what is wrong. I followed all the directions. Help!


546 Purchases
350 Comments