Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Forum: Fixing WordPress
    In reply to: Tag Cloud CSS
    Thread Starter herbalmd

    (@herbalmd)

    One last thing. Do you know how to change the title box on the Facebook Plugin? I would prefer “Most Popular on Facebook”

    Forum: Fixing WordPress
    In reply to: Tag Cloud CSS
    Thread Starter herbalmd

    (@herbalmd)

    Good call! The widget is available for as many categories as I want. Problem solved.

    You have no idea how much people like me appreciate guys and girls like you helping us with our problems. This is one hell of a great forum.

    Again, thanks a ton!

    Ray

    Forum: Fixing WordPress
    In reply to: Tag Cloud CSS
    Thread Starter herbalmd

    (@herbalmd)

    Very Cool! Thanks a lot, you saved me a week of guesswork. It looks great.

    You mentioned hard coding it. Since I use different widget categories throughout if I hard code it at the bottom of the sidebar it would be there on every post page, correct? Right now, it only appears on half the pages.

    Forum: Fixing WordPress
    In reply to: Tag Cloud CSS
    Thread Starter herbalmd

    (@herbalmd)

    It’s at the bottom of the right sidebar. Right now its just a bunch of words. I’m starting to figure this out a little at a time. I assume that i code this in the stylesheet similar to my ugly newsletter box ??

    Forum: Fixing WordPress
    In reply to: Tag Cloud CSS
    Thread Starter herbalmd

    (@herbalmd)

    Thanks for the link!

    What I meant was that if I just add the widget, it diplays the tags in a blue link and they are all centered. I assume that I need to add something to the stylesheet in order to change the appearance.

    I added the widget so you can see what I mean. I want to display the tags in a bordered box to keep up the appearance of the site.

    Thanks in advance.

    Thread Starter herbalmd

    (@herbalmd)

    Thanks, but I can’t get the “Facebook” tab to float. I’ve learned a lot today teacher.

    Thread Starter herbalmd

    (@herbalmd)

    Now, if anyone knows how I can put some space between the widgets, I’m in business.

    Thread Starter herbalmd

    (@herbalmd)

    Edward,

    Brilliant! Thanks, man. I really appreciate all of you guys in here willing to share your expertise. The dots are gone!!!

    Thread Starter herbalmd

    (@herbalmd)

    See anything out of whack?

    <?php
    /**
    * The Sidebar containing the primary and secondary widget areas.
    *
    * @package WordPress
    * @subpackage Twenty_Ten
    * @since Twenty Ten 1.0
    */
    ?>

    <?php do_shortcode(“[fb_login size=’medium’ login_text=’Logout’ logout_text=’Logout’ connect_text=’Connect to Facebook’]]”); ?>

    <?php
    /* When we call the dynamic_sidebar() function, it’ll spit out
    * the widgets for that widget area. If it instead returns false,
    * then the sidebar simply doesn’t exist, so we’ll hard-code in
    * some default sidebar stuff just in case.
    */
    if ( ! dynamic_sidebar( ‘primary-widget-area’ ) ) : ?>
    <!– #primary .widget-area –>
    <?php endif; // end primary widget area ?>

    <iframe src=”https://www.facebook.com/plugins/recommendations.php?site=www.herbalmd.com&width=300&height=300&header=true&colorscheme=light&#8221; scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:300px; height:300px;” allowTransparency=”true”></iframe>

    <?php
    // A second sidebar for widgets, just because.
    if ( is_active_sidebar( ‘secondary-widget-area’ ) ) : ?>

    <?php dynamic_sidebar( ‘secondary-widget-area’ ); ?>

    <!– #secondary .widget-area –>
    <?php endif; ?>

    Thread Starter herbalmd

    (@herbalmd)

    The theme author took my money and disappeared long ago. I’ve made 95% of the changes from Geocities to what you see now. Please tell me where I can make the change myself in the file. Is it in stylesheet or sidebar?

    Thread Starter herbalmd

    (@herbalmd)

    I don’t see that anywhere. What lines are you referring to?

    Thread Starter herbalmd

    (@herbalmd)

    Here’s the file:

    [code moderated as per forum rules - please use the pastebin. if you should post a small amount of code directly, please use the 'code' button to mark the code.]

Viewing 12 replies - 1 through 12 (of 12 total)