ThemeForest

Creative WordPress Theme - 9 in 1

On Gallery page, (on some servers) there is an URL -file-access error

To fix this open page_gallery.php and replace this line
list($width, $height, $type, $attr) = 
getimagesize(catch_that_image_string(1, $content));
with this one
list($width, $height, $type, $attr) = getimagesize(str_replace(get_bloginfo('url')."/" ,"", catch_that_image_string(1, $content)));

Some plugins don’t work in this theme?

Open header.php and add this line just after

<head>

<?php wp_head(); ?>

I followed the instructions, but all I get is bacground and few links in top menu.

It looks like you are using php4 on your server. Try this. Open functions.php and paste this function
 
function str_ireplace($needle, $replacement, $haystack) { 
$i = 0; 
while (($pos = strpos(strtolower($haystack),strtolower($needle), $i)) !== false) { 
$haystack = substr($haystack, 0, $pos).$replacement.substr($haystack, $pos+strlen($needle));
$i=$pos+strlen($replacement); 
} 
return $haystack; 
}

How I can add new page in to menu (with sub menu with sub pages)?

To add new_page with sub pages sub menu, you should open header.php and add these lines (where 999 is ID of that new_page)
      
  • <!-new_page-> <?php $new_page_ID = 999; ?> ><?php echo get_the_title($new_page_ID);?>
      <!-new_page submenu-> <?php wp_list_pages(“title_li=&child_of=$new_page_ID”); ?>
    <!-end of new_page submenu->
  • <!-end of new_page->

    Page Navi plugin error
    Error on activation: “Parse error: syntax error, unexpected…”

    Make sure your host is running PHP 5 . Also check this forum thread http://wordpress.org/support/topic/386706
    You can get the earlier version of the plugin from http://downloads.wordpress.org/plugin/wp-pagenavi.2.61.zip

    You must sign in or sign up to purchase this item.

    $30Regular Licence

    $30

    Regular Licence a website (commercial, personal, client), or intranet site project - Details

    681 Purchases 493 Comments

    Buyer Rating
    12345 ( 131 ratings )
    Brankic1979

    Brankic1979

    • Has been a member for 2-3 years
    • Exclusive Author
    • Sold between 100 000 and 250 000 dollars
    • Elite Author
    • Bought between 10 and 49 items
    • Europe
    • Referred between 50 and 99 users
    View Portfolio
    Created 31 January 10
    Columns 2
    Compatible Browsers IE7, IE8, Firefox 3, Safari 4, Safari 5, Opera
    Software Version Wordpress 3.0
    Documentation Well Documented
    Layout Fixed
    ThemeForest Files Included Layered PSD, JPG Image, HTML Files, CSS Files, JS Files, PHP Files
    Widget Ready Yes
    by
    by
    by
    by
    by