• hey guys, I got a little problem with my wordpress site using “boemia” theme.

    I have a widget area in the footer named “footer row” but when I put a widget in it it wont show in the site. never mind what widget is that its just wont show.

    this is the registration code I have in the functions-theme.php file:

    [ Code fixed, please use the code button for code blocks ]

    //Footer with sidebar type widgets
        if( strstr( yit_get_option( 'footer-type' ), 'sidebar' ) ) {
            register_sidebar( yit_sidebar_args( "Footer Widgets Area", __( "The widget area used in Footer With Sidebar section", 'yit' ), 'widget span2', apply_filters( 'yit_footer_widget_area_wrap', 'h3' ) ) );
            register_sidebar( yit_sidebar_args( "Footer Sidebar", __( "The sidebar used in Footer With Sidebar section", 'yit' ), 'widget span6', apply_filters( 'yit_footer_widget_area_wrap', 'h3' ) ) );
        } else {
            //Footer sidebars
            for( $i = 1; $i <= yit_get_option( 'footer-rows', 0 ); $i++ ) {
                register_sidebar( yit_sidebar_args( "Footer Row $i", sprintf(  __( "The widget area #%d used in Footer section", 'yit' ), $i ), 'widget span' . ( 12 / yit_get_option( 'footer-columns' ) ), apply_filters( 'yit_footer_sidebar_' . $i . '_wrap', 'h3' ) ) );
            }
        }

    any suggestions? please keep it easy and simple cause im not good at this + my english is not that good. ??

Viewing 1 replies (of 1 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    That’s not a theme that we have access to as it’s a commercial product we don’t have access to that code. It’s commercial even though it cost you nothing to download.

    For pro or commercial product support please contact the author directly on their site.

    https://support.yithemes.com/

    As the author is aware, commercial products are not supported in these forums.

Viewing 1 replies (of 1 total)
  • The topic ‘hey guys, help with my footer.’ is closed to new replies.