Support » Theme: utility » [Theme: utility] Option check for sidebar tag cloud is commented out

  • Resolved Chris Olbekson

    (@c3mdigital)


    Hello,
    I was helping a user debug this theme in IRC today and came across an issue where the user couldn’t remove the tag cloud from the sidebar. The problem was the if get_option check was commented out in sidebar.php.

    //if (get_option(UT_THEME_SHORT_NAME . "_sidebar_cat1_section")) {
        include_once UT_MODULES . 'rhs_tagcloud.php';
      //}

    The theme includes the tag cloud unless the comment // slashes are removed.

    http://wordpress.org/extend/themes/utility/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Kapil Chugh

    (@kapilchugh)

    Yes, it was done intensionally. I wanted to keep atleast one item in sidebar always.

    But if you don’t want anything in sidebar then in next verison I’ll add an option to remove it completely.

    Thread Starter Chris Olbekson

    (@c3mdigital)

    Thanks for the quick response. I don’t use the theme just helping someone out. Maybe an option for the content area to expand when no widgets are in the sidebars.

    I’ll defiantly recommend the theme and let people know they can get quick support responses 🙂 Keep up the good work.

    Theme Author Kapil Chugh

    (@kapilchugh)

    Thanks a lot.

    I’m always ready for support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: utility] Option check for sidebar tag cloud is commented out’ is closed to new replies.