Viewing 8 replies - 1 through 8 (of 8 total)
  • Your site is asking for authentication. Can’t be accessed.

    [edit] Nevermind…. I’m an Idiot… Be right back!

    ??

    I even spelled it right the first time!

    Adding this at the bottom of the style sheet removes them:

    #primary ul li {list-style:none;}

    But I can’t speak with any authority on editing that theme. I have yet to use any of the 2010 weaver themes. You can try it if you like. Perhaps someone will have a better suggestion.

    On further inspection,I’m not sure if I’m focusing on the same thing that you are. I do see one single dot next to the MIT image on the left. Is that the area of concern?

    Thread Starter Jen M

    (@jenm73)

    Yes! That’s the offending dot.

    I added the code above to style.css and 2010style.css to no avail. Am I missing something? I’m editing within the WP dashboard from the Editor link under Appearance.

    Thanks for your help!

    Thread Starter Jen M

    (@jenm73)

    This area seems promising, but I’m not sure what if anything to modify

    (from sidebar.php)

    <?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' ) ) : ?>
    
    			<li id="search" class="widget-container widget_search">
    				<?php get_search_form(); ?>
    			</li>
    
    			<li id="archives" class="widget-container">
    				<h3 class="widget-title"><?php _e( 'Archives', 'twentyten' ); ?></h3>
    				<ul>
    					<?php wp_get_archives( 'type=monthly' ); ?>
    				</ul>
    			</li>
    
    			<li id="meta" class="widget-container">
    				<h3 class="widget-title"><?php _e( 'Meta', 'twentyten' ); ?></h3>
    				<ul>
    					<?php wp_register(); ?>
    					<li><?php wp_loginout(); ?></li>
    					<?php wp_meta(); ?>
    				</ul>
    			</li>
    
    		<?php endif; // end primary widget area ?>

    I’m afraid I’m stumped! I thought maybe it was something that had been added as an inline style in a template somewhere, but I don’t seem to be able to find it in the source anywhere. Someone with a much sharper eye will need to spot that one. I’m sorry I couldn’t be of any real help.

    Thread Starter Jen M

    (@jenm73)

    Thanks for trying! Anyone else??? ??

    Thread Starter Jen M

    (@jenm73)

    Some fiddling in the widget area seems to have solved it. First I moved the MIT logo up under the constant contact sign up box, essentially combining two text boxes. Then the dot appeared up next to the Facebook logo. So just for the heck of it I put a

    • tag at the beginning of that text (HTML really) box and that seems to have fixed it… for now.
    • I am noticing that sometimes deleting a widget and recreating it solves a lot of weirdnesses…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Mysterious dot’ is closed to new replies.