• Hello !
    Its nice to find this plugin as it seems to be of great use to all wpmu installations. I do not understand why the wpmu guys do not care to make on advanced theme viewer. Anyways !!

    Will you please let me know, the CSS/div classes I should wrap the output code to make the images appear sideways, like a gallery. Even WordPress theme preview at admin end has side-ways image alignments. Its difficult to show in page as it just alligns one ways and makes the page look long.
    I made it below, but images are still one below another ?

    <h3 style=”clear:left;”>’ . $theme[ “Title” ] . ‘ by ‘ . $theme[ “Author” ] . ‘</h3>
    <div class=”greenbox ” style=”
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    vertical-align: top;
    width: 300px;”>
    <p><img src=”‘ . $theme[ “Theme Root URI” ] . “/” . $theme[ “Template” ] . “/” . $theme[ “Screenshot” ] . ‘” alt=”‘ . $theme[ “Title” ] . ‘” style=”float: left; margin: 0 1em 1em 0;cursor:pointer; padding: 9px 10px 11px 9px;float: left;
    margin-right: 20px;” class=”styled-image popup cboxElement” width=”300px” /> ‘ . $theme[ “Description” ] . ‘</div>

    http://wordpress.org/extend/plugins/themebrowser/

  • The topic ‘[Plugin: ThemeBrowser] Galley Like View Of themes Displayed’ is closed to new replies.