Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [OptionTree] Radio Image
    Thread Starter komputereka

    (@komputereka)

    Chayo!!!!!!

    Many fault in my code, but finally I success. Thanks Derek.

    if ( ot_get_option('body_background') == '1' ) {
    $styles .= '.color-header-menu100 { background: url('.get_template_directory_uri().'/functions/images/pattern/pattern-1.png) repeat; }'."\n"; }

    * my id different between function.php and theme-option.php
    * now without filter_radio_images in function.php, just in theme-option.php
    * I must go to googletranslate to change my native language when post here. xixixi

    if ( ot_get_option('id_here') == 'value_here' ) {
    $styles .= 'class/id_here { background: url(image_url_here) repeat; }'."\n"; }
Viewing 1 replies (of 1 total)