Related Posts:

34 Comments Received

Ableblogger
April 28th, 2009 @ 7:21 AM   

That is very good indeed

AutoSpector
April 28th, 2009 @ 11:31 AM   

Nice theme…I have always been partial to the magazine layouts.

They just seem more un-blog-ish.

Budding Health
April 28th, 2009 @ 4:20 PM   

This is a funky looking magazine style template that would work well with a news site - but I might try on a new online store I’m developing

Budding Health′s last blog post..Product Review: Ultimate gum disease cure and toothache relief solution

ithemes
April 28th, 2009 @ 5:04 PM   

if there are tab-style in the sidebar will be better..

ithemes′s last blog post..Free Wordpress Theme Elegent Designs Stylish

izwan00
April 28th, 2009 @ 7:14 PM   

ithemes, that was a great idea. Thanks.

izwan00′s last blog post..iBizPress Magazine - Magazine Style Premium Wordpress Themes

nakaturi
May 3rd, 2009 @ 10:51 PM   

i love this theme.. but how can i setup dropdown menu?
thank for sharing izwan

nakaturi′s last blog post..Acer Ferrari 5000 Review

spiderye
May 4th, 2009 @ 10:19 PM   

thanks for the template. i really love this.

moni
May 8th, 2009 @ 9:01 AM   

Nice theme,thanks.

V.C
May 10th, 2009 @ 6:18 PM   

Could you tell me how to display feature video?
I can’t display it. I tried to paste ID video post but it didn’t change anything :(

Rajjo
May 11th, 2009 @ 12:39 AM   

Hi nice magazine style theme…i like to implement it for my new portal..i have to place categories in menu bar,instead of in sidebar..how to do this?

Nevada SEO
May 11th, 2009 @ 7:56 AM   

I like the new themese… very formal and something something ideal for finance and other business related blog. Somehow sometimes some blog themes are too informal.

I like this one better. Will use it soon.

Andy
May 12th, 2009 @ 2:50 AM   

HI, Its a great theme but for some reason i cnt get the youtube video posts to work, i put the youtube id in, and publish the post, but theres no video, and when i go back to the post the video id has gone, any help..?

LindaD
May 15th, 2009 @ 2:00 AM   

Nice theme with great color combinations - very clean and uncluttered design.

Geak
May 21st, 2009 @ 2:22 PM   

I managed to figure out the problem with the video posts. It didn’t appear to be saving the youtubeID. Just change the following function in the functions.php

function thumbnail_save_postdata()
{
global $wpdb;

$overrides = array(’test_form’ => false);
$file_100 = wp_handle_upload($_FILES['thumbnail'], $overrides);
$file_184 = wp_handle_upload($_FILES['featured_thumbnail'], $overrides);

$url_100 = (strlen($file_100['url']) == 0) ? $_POST['thumbnail_text'] : $file_100['url'];
$url_184 = (strlen($file_184['url']) == 0) ? $_POST['featured_thumbnail_text'] : $file_184['url'];

$tubeID = $_POST['youtube_id'];

if(!empty($url_100))
{
$postID = $_POST['post_ID'];

$sqlQuery = “DELETE FROM ” . $wpdb->prefix . “postmeta WHERE post_id=$postID AND meta_key=’ibizmag_postimg_100px’;”;
$wpdb->query($sqlQuery);

// adding record in the database
$sqlQuery = “INSERT INTO ” .
$wpdb->prefix . “postmeta(post_id, meta_key, meta_value)
VALUES($postID, ‘ibizmag_postimg_100px’, ‘$url_100′)”;
$wpdb->query($sqlQuery);
}

if(!empty($url_184))
{
$postID = $_POST['post_ID'];

$sqlQuery = “DELETE FROM ” . $wpdb->prefix . “postmeta WHERE post_id=$postID AND meta_key=’ibizmag_postimg_184px’;”;
$wpdb->query($sqlQuery);

// adding record in the database
$sqlQuery = “INSERT INTO ” .
$wpdb->prefix . “postmeta(post_id, meta_key, meta_value)
VALUES($postID, ‘ibizmag_postimg_184px’, ‘$url_184′)”;
$wpdb->query($sqlQuery);
}

if(!empty($tubeID))
{
$postID = $_POST['post_ID'];

$sqlQuery = “DELETE FROM ” . $wpdb->prefix . “postmeta WHERE post_id=$postID AND meta_key=’ibizmag_youtube_id’;”;
$wpdb->query($sqlQuery);

// adding record in the database
$sqlQuery = “INSERT INTO ” .
$wpdb->prefix . “postmeta(post_id, meta_key, meta_value)
VALUES($postID, ‘ibizmag_youtube_id’, ‘$tubeID’)”;
$wpdb->query($sqlQuery);
}

izwan00
May 22nd, 2009 @ 3:41 AM   

Thanks Geak for the code. I managed to fixed it but I just doesn’t have much time recently. I’ve uploaded the updated version of the theme.

Technogati
May 24th, 2009 @ 2:54 AM   

Hi,
I want to publish my portal using iBizPress green theme but I tried many time for featured posts.Featured posts on slider are not working,
When I click on Number link like 1,2,3,4,5 Featured posts link does not work.Even I fill the featured posts on this theme’s Control panel.
Pl tell my how can work slider.If there is any other method Pl tell me.
Thanks,

Technogati′s last blog post..Edit Your Photos With Fun.

izwan00
May 24th, 2009 @ 10:42 AM   

I tested this theme with wordpress 2.7.1 and the featured post is worked. If it doesn’t work, please check the following checklist:

1. I’ve tested it with wordpress 2.7.1. Make sure you have this version or the latest version.

2. FTP your site and chmod ‘777′ folder wp_content/uploads. If the folder doesn’t exists, you need to create the folder yourself.

3. Make sure you download the latest version of iBizPress green.

4. When creating/editing a post, make sure you fill in the thumbnail fields (100px by 100px and 184px by 135px).

5. After post created/published, please select the featured post at iBizPress Magazine theme settings.

Technogati
May 24th, 2009 @ 12:21 PM   

Thanks for your reply.But still followed all the steps give by you.Still not working.
I have done whatever you guided me.Please solve my this issue so I can publish my portal with your valuable theme.
I am using Wordpress 2.7.1

Technogati′s last blog post..Edit Your Photos With Fun.

izwan00
May 25th, 2009 @ 2:50 AM   

I have no idea what setting you missed because everything is working on my website. If you need more question, please email me directly to izwan00[at]gmail.com

Technogati
May 25th, 2009 @ 9:51 AM   

Thankyou very much.

Technogati′s last blog post..Edit Your Photos With Fun.

Glenn
May 31st, 2009 @ 11:31 PM   

Hi,

I love your themes, especially this one. I downloaded a copy. Thanks a lot for this!

- Glenn

Olive
June 4th, 2009 @ 8:44 AM   

hello
This is a nice and beautiful theme.
I use the light theme and I tried to put a banner (985×250) in the header, so i modify the css :

#header {
float: left;
width: 985px;
height: 250px;
background-image:url(images/banner.jpg);
}

But my banner exceeds on both sides
When i reduce my banner (975×250), it’s always lighty on the left side.

How can i center my banner ?
Can you help me ?

izwan00
June 4th, 2009 @ 11:36 AM   

Olive, I’m not sure… but, you can try this.

#header {
float: left;
width: 985px;
height: 250px;
background:url(images/banner.jpg) no-repeat top center;
}

let me know if it work.

Olive
June 4th, 2009 @ 11:56 PM   

sorry it doesn’t work but i tried this:

#header {
width: 975px;
margin-right: auto;
margin-left: auto;
height: 250px;
background:url(images/banner.jpg);
}

It works, there is just a little gap
thanks for your help

Natasha
June 6th, 2009 @ 4:02 AM   

Nice theme. I downloaded it. Thanks a lot!

Natasha′s last blog post..Долой трудности перевода!

walter
October 4th, 2009 @ 5:45 AM   

I just can’t make scrolling featured area to work :(

Achmad Suryadi
November 20th, 2009 @ 9:32 PM   

Nice theme…
I like this…

mr.eims @ perfume
January 22nd, 2010 @ 3:59 PM   

V. nice.. :) wan.. ko dah jadi fulltime blogger ke skrg?

Pingback & Trackback
Leave A Reply

CommentLuv Enabled