Best Blackhat Forum

Full Version: [GET] Gonzo - Clean, Responsive WP Magazine (ThemeForest)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(01-08-2013 12:32 PM)awanadie Wrote: [ -> ]any one can fix this bug on themes 1.8.0? bcz can't used in wordpres 3.5
bug in public_html/wp-content/themes/gonzo/includes/widget_areas.php

I've made one change and it is fixed with me, hope it will work with you :)


Code:
function register_theme_sidebars_dynamic(){  global $wpdb;    
//post and pages sidebars


// I have added this line
$aaa = 'omc_page_sidebar';


// I have changed this next one at the end, just compare with what you have
$widgetized_pages = $wpdb->get_col($wpdb->prepare("SELECT DISTINCT meta_value FROM $wpdb->postmeta WHERE meta_key = %s",$aaa));

(12-31-2012 07:30 PM)10zen Wrote: [ -> ]This theme looks good but had problem with post image resizing. Small image would be shown very large.
Had no solution so had to give up using this theme.
If you upload 620x350 px pics, it would be ok ( for thumbnail and slider) ;)
(01-12-2013 02:01 PM)zal3a Wrote: [ -> ]
(01-08-2013 12:32 PM)awanadie Wrote: [ -> ]any one can fix this bug on themes 1.8.0? bcz can't used in wordpres 3.5
bug in public_html/wp-content/themes/gonzo/includes/widget_areas.php

I've made one change and it is fixed with me, hope it will work with you :)


Code:
function register_theme_sidebars_dynamic(){  global $wpdb;    
//post and pages sidebars


// I have added this line
$aaa = 'omc_page_sidebar';


// I have changed this next one at the end, just compare with what you have
$widgetized_pages = $wpdb->get_col($wpdb->prepare("SELECT DISTINCT meta_value FROM $wpdb->postmeta WHERE meta_key = %s",$aaa));

(12-31-2012 07:30 PM)10zen Wrote: [ -> ]This theme looks good but had problem with post image resizing. Small image would be shown very large.
Had no solution so had to give up using this theme.
If you upload 620x350 px pics, it would be ok ( for thumbnail and slider) ;)
ok, thank you very much bro, i'll try it! hope fix too.
(01-03-2013 09:59 PM)khiepoet Wrote: [ -> ]mirror
mediaapi
it's version 1.4 not version 1.8
bump for gonzo v. 1.8.1
bump for gonzo 1.8.2
amazing theme, sadly 1.8 doesnt work with WP 3.5
Gonzo theme 1.8.2 latest- Clean, tested and working fine with WP 3.5
[hide]http://www.uploadseeds.com/download.php?uid=JSWX86GK[/hide]






Great share, thanks Tono4850
25th June 2013:

Version 1.8.3 (Updated Socialbox for the new Twitter API)

style.css
css/style_main.css
header.php
Thanks for sharing
Pages: 1 2 3 4 5
Reference URL's