Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 9 posts - 1 through 9 (of 9 total)

Tumblog Widget

Home Forums Misc. General Forums Tumblog Widget

  • #11943

    I am interested in adapting the Amphion Pro theme to tumblog style using WooThemes free tumblog plugin.

    http://www.woothemes.com/support/wootumblog/

    I have tried editing the css according to their instructions, but still no success.

    Any advice?

    #14447

    Towfiq I.

    administrator

    Post your site address.

    #14448
    #14449

    Towfiq I.

    administrator

    caution:It is not a widget. It gives you the layout of “tumblr” It might not be compatible with this theme.

    In index.php file make these changes:

    find this line:

    <h2 class="postitle"><a href="<?php the_permalink();?>"><?php the_title(); ?></a></h2>

    and replace it with:

    <?php woo_tumblog_the_title($class= "title", $icon = true, $before = "", $after = "", $return = false, $outer_element = "h1") ?>

    and this line with:

    <!--MAIN CONTENT-->
    <?php if(get_option('amp_content')) { ?>
    <?php the_content() ;?>
    <?php } else { ?>
    <?php wpe_excerpt('wpe_excerptlength_teaser', 'wpe_excerptmore'); ?>
    <?php } ?>

    and replace it with:

    <!–MAIN CONTENT–>

    <?php if(get_option(‘amp_content’)) { ?>

    <?php woo_tumblog_content($return = false); ?>

    <?php the_content() ;?>

    <?php } else { ?>

    <?php woo_tumblog_content($return = false); ?>

    <?php wpe_excerpt(‘wpe_excerptlength_teaser’, ‘wpe_excerptmore’); ?>

    <?php } ?>

    Do the same edits for single.php

    #14450

    Okay I made all these changes. It is not making a visual difference, although the site continues to function at least!

    What I am really interested is utilizing the dashboard widget that they’ve created. This function still isn’t working. Any ideas?

    #14451

    Towfiq I.

    administrator

    did you see any changes after adding the codes?

    #14452

    Well, the tumblog dashboard widget shows up on the dashboard, although its not functional.

    The site doesn’t seem to have any visual changes either.

    #14453

    Towfiq I.

    administrator

    No idea! Sorry. 🙁

    #14454

    No problems – thanks anyway