Support » Theme: MesoColumn » mesocolumn featured image problem

  • Resolved swapnapuron123

    (@swapnapuron123)


    Thanks mam for your nice theme and lots of supports u r providing us. i have installed your theme in my site url- http://www.swapnapuron.com which is on construction phase, i am new to WP . \1. i want to make the featured image size fixed 100X 100 . when iam going to do this white spaces are lying blank on the right side of the featured image. but i want that post title and and first few lines of the post sh cover up those blank spaces. how can i do that?
    2. when i am going to add some widegets in the right sidebar , it appears but at the same time the tabbed side bar disappears. how to solve this
    3. i want the register & login button at the top nearby the header . how to do this . Plz mam help me out . Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • For question 2, firstly you need to add the “Mesocolumn-Tabbed” widget to the Right Sidebar.

    Then, you can add widgets to the Tabbed Sidebar.

    Thread Starter swapnapuron123

    (@swapnapuron123)

    Thanx @abcdefghijklmnop thanx a lot for your help . it works …

    Theme Author Richie KS

    (@rkcorp)

    1. add this theme option->custom css

    #post-entry div.post-thumb.in-archive {width: 100px;}
    #post-entry article .post-right {margin: 0px 0px 0px 120px;}

    2. solved

    3. can’t easily guide you on this. you need to add the login/reg code in header.php or try add this to functions.php

    <?php
    function meso_custom_login_form() {
    if( !is_user_logged_in() ) { wp_login_form(); }
    }
    add_action('bp_inside_top_nav','meso_custom_login_form');
    ?>
    Thread Starter swapnapuron123

    (@swapnapuron123)

    Thanx a lot for your kind cooperation. Mam. solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘mesocolumn featured image problem’ is closed to new replies.