1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

[Jangan update dulu] add custom field error at wordpress 3.4.2

Discussion in 'Wordpress' started by virtarich, Sep 7, 2012.

  1. virtarich

    virtarich Super Hero

    Joined:
    Feb 17, 2010
    Messages:
    1,572
    Likes Received:
    2,324
    Location:
    theme-id.com
    hari ini wordpress update ke 3.4.2

    nah pas add custom field , button nya lari , wekeke

    alias gak bisa add custom field di wordpress

    ada yang ngalami sama ?

    solve :
    ternyata dah ada report bug wp

    hxxp://core.trac.wordpress.org/ticket/21829
    http://www.adsense-id.com/forums/sh...-fixing-Add-Custom-Field-pada-WordPress-3-4-2
    tambahkan code ini di file function.php pada theme anda

    PHP:
    <?php function fix_custom_fields_in_wp342() {
    global 
    $wp_version$hook_suffix;
    if ( 
    '3.4.2' == $wp_version && in_array$hook_suffix, array( 'post.php''post-new.php' ) ) ) : ?>
    <script type="text/javascript">
    jQuery(document).delegate( '#addmetasub, #updatemeta', 'hover', function() {
       jQuery(this).attr('id', 'meta-add-submit');
    });
    </script>
    <?php
     
    endif;
    }
    add_action'admin_print_footer_scripts''fix_custom_fields_in_wp342' );
    ?>
     
    Last edited: Sep 7, 2012
    alhijr likes this.
  2. supriyadieka

    supriyadieka Super Hero

    Joined:
    Aug 11, 2010
    Messages:
    6,612
    Likes Received:
    378
    Location:
    Gunungkidul
    waduh, terlanjur update. untungnya cuma untuk blog biasa.
     
  3. ulilalbab

    ulilalbab Ads.id Pro

    Joined:
    Aug 23, 2012
    Messages:
    374
    Likes Received:
    39
    Location:
    Gunung Semeru
    blm update gan... hehe
     
  4. supriyadieka

    supriyadieka Super Hero

    Joined:
    Aug 11, 2010
    Messages:
    6,612
    Likes Received:
    378
    Location:
    Gunungkidul
  5. maximo77

    maximo77 Super Hero

    Joined:
    Mar 15, 2011
    Messages:
    945
    Likes Received:
    562
    Location:
    Indonesia Raya
    Udah update gan, kek nya ga ada masalah... mungkin karna saya ga pake add custom field di wordpress :D
     
  6. sugank

    sugank Hero

    Joined:
    Mar 15, 2010
    Messages:
    633
    Likes Received:
    26
    Location:
    East Java
    ini kusus untuk yang pakek theme-id ya??
     
  7. amrimf

    amrimf Super Hero

    Joined:
    Jul 4, 2009
    Messages:
    2,915
    Likes Received:
    172
    Location:
    Purwokerto
    Untung blom update, web ane rata2 pake custom field
     
  8. herculesx

    herculesx Super Hero

    Joined:
    Apr 18, 2010
    Messages:
    3,208
    Likes Received:
    97
    bukan mas bro,, utk yg pake cms wordpress, kan ada updated versi terbaru yaitu 3.4.2..
     
  9. netrix

    netrix Super Hero

    Joined:
    Jan 5, 2009
    Messages:
    1,494
    Likes Received:
    242
    Location:
    Not Telling
    hadeh, sudah sangat terlanjur,. thanks kang atas fix kodenya..
     
  10. arasyid

    arasyid Ads.id Fan

    Joined:
    Sep 20, 2010
    Messages:
    197
    Likes Received:
    0
    Location:
    Kota Bekasi
    OOh, pantes dr kemarin kok byk keanehan, softacoulous sudah update yg terbaru, yah udah deh .....
     

Share This Page