sidebar/distinctive picture

  • Unknown's avatar

    Hi. I have two problems:
    1) with the right sidebar on my website. It doesn’t appear on my website. I cannot see it. I have theme Bard pro. I tried to find something to change in files but nothing happened. Should I do something else in the file or whatever else? This is my functions file:
    /*
    ** Register widget areas.
    */
    function bard_widgets_init()
    {
    register_sidebar( array(
    ‘name’ => __( ‘Sidebar Right’, ‘bard-pro’ ),
    ‘id’ => ‘sidebar-right’,
    ‘description’ => __( ‘Add widgets here to appear in your Right Sidebar.’, ‘bard-pro’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘

    ‘,
    ) );
    register_sidebar( array(
    ‘name’ => __( ‘Sidebar Left’, ‘bard-pro’ ),
    ‘id’ => ‘sidebar-left’,
    ‘description’ => __( ‘Add widgets here to appear in your Left Sidebar.’, ‘bard-pro’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘

    ‘,
    ) );
    register_sidebar( array(
    ‘name’ => __( ‘Sidebar Alt’, ‘bard-pro’ ),
    ‘id’ => ‘sidebar-alt’,
    ‘description’ => __( ‘Add widgets here to appear in your alternative/fixed sidebar.’, ‘bard-pro’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘

    ‘,
    ) );
    register_sidebar( array(
    ‘name’ => __( ‘Footer Widgets’, ‘bard-pro’ ),
    ‘id’ => ‘footer-widgets’,
    ‘description’ => __( ‘Add widgets here to appear in your Footer Widgetised Area.’, ‘bard-pro’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘

    ‘,
    ) );
    register_sidebar( array(
    ‘name’ => __( ‘Instagram Widget’, ‘bard-pro’ ),
    ‘id’ => ‘instagram-widget’,
    ‘description’ => __( ‘Add widget here to appear in your Footer Instagram Area.’, ‘bard-pro’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘

    ‘,
    ) );
    register_sidebar( array(
    ‘name’ => __( ‘WooCommerce Sidebar Right’, ‘bard-pro’ ),
    ‘id’ => ‘sidebar-shop-right’,
    ‘description’ => __( ‘Add widgets here to appear in your Shop Page Right Sidebar.’, ‘bard-pro’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘

    ‘,
    ) );
    register_sidebar( array(
    ‘name’ => __( ‘WooCommerce Sidebar Left’, ‘bard-pro’ ),
    ‘id’ => ‘sidebar-shop-left’,
    ‘description’ => __( ‘Add widgets here to appear in your Shop Page Left Sidebar.’, ‘bard-pro’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘

    ‘,
    ) );
    }

    add_action( ‘widgets_init’, ‘bard_widgets_init’ );
    /*

    2) distinctive picture in the post section. I would like to have a picture in featured links but I don’t want to have this picture in the post after opening in a new window. The picture is very big and on the top of the post and I want to add my picture under a title and with the text. I don’t have the possibility to change the size of this picture manually when I add it. I tried everything and nothing works. The picture is still there and always very big.

    Thanks for your help.

  • Hi there!

    I don’t see any sites under your account, what’s the address of the site you’re working on?

    Please note that these forums are for WordPress.com hosted sites only. If your site is using the open-source WordPress.org software, we won’t be able to help you out and you’ll want to seek help at these forums:

    https://wordpress.org/support/forums/

  • Unknown's avatar
  • The topic ‘sidebar/distinctive picture’ is closed to new replies.