Alicia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .htaccess problem AND posts not appearing after moving serversI resolved the .htaccess issue. I still need help with the other issue though.
OK – I have contacted the developer – NO reponse and no response here either. I guess I will just uninstall it and find another. Anyone have any suggestions?
Forum: Fixing WordPress
In reply to: 3.0 Menu just hurt me bigAWESOME! Thank you very much. That was a huge help.
Forum: Fixing WordPress
In reply to: wp 3.0 Can’t insert imagesThe problem was the Headspace plug-in. I deactivated it and now it works.
Forum: Fixing WordPress
In reply to: Media uploader not workingThanks – this fixed my problem as well. It was working fine till the 3.0 update. Still not happy with the menus in 3.0 though.
Forum: Fixing WordPress
In reply to: 3.0 Menu just hurt me bigThis also means that EVERY time I create a new sub-category, I will have to MANUALLY go in and enter it.
Forum: Fixing WordPress
In reply to: 3.0 Menu just hurt me bigThis is my nav header which is no longer working. It’s in the template. The problem is that WordPress didn’t save any of my heirachical structure that I had set up with the menu. It would be nice if I could just put the parent categories in the new 3.0 menu plug-in and it recognized all the children below it and their children. I don’t even see an option for that.
<?php arras_above_nav() ?> <div id="nav"> <div id="nav-content" class="clearfix"> <div id="searchbar"> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> <?php if ( function_exists('wp_nav_menu') ) { wp_nav_menu( array( 'sort_column' => 'menu_order', 'menu_class' => 'sf-menu menu clearfix') ); } elseif ( function_exists('pixopoint_menu') ) { pixopoint_menu(); } else { ?> <ul class="sf-menu menu clearfix"> <li><a href="<?php bloginfo('url') ?>"><?php _e( arras_get_option('topnav_home') ); ?></a></li> <?php if (arras_get_option('topnav_display') == 'pages') { wp_list_pages('sort_column=menu_order&title_li='); } else if (arras_get_option('topnav_display') == 'linkcat') { wp_list_bookmarks('category='.arras_get_option('topnav_linkcat').'&hierarchical=0&show_private=1&hide_invisible=0&title_li=&categorize=0&orderby=name'); } else { wp_list_categories('hierarchical=1&orderby=name&hide_empty=1&title_li='); } ?> </ul> <?php } ?> <ul class="quick-nav clearfix"> <?php if ($feed == '') : ?> <li><a id="rss" title="<?php printf( __( '%s RSS Feed', 'arras' ), esc_html( get_bloginfo('name'), 1 ) ) ?>" href="<?php bloginfo('rss2_url'); ?>"><?php _e('RSS Feed', 'arras') ?></a></li> <?php else : ?> <li><a id="rss" title="<?php printf( __( '%s RSS Feed', 'arras' ), esc_html( get_bloginfo('name'), 1 ) ) ?>" href="<?php echo $feed; ?>"><?php _e('RSS Feed', 'arras') ?></a></li> <?php endif; ?> <?php $twitter_username = arras_get_option('twitter_username'); ?> <?php if ($twitter_username != '') : ?> <li><a id="twitter" title="<?php printf( __( '%s Twitter', 'arras' ), esc_html( get_bloginfo('name'), 1 ) ) ?>" href="https://www.twitter.com/<?php echo $twitter_username ?>/"><?php _e('Twitter', 'arras') ?></a></li> <?php endif ?> <?php $facebook_profile = arras_get_option('facebook_profile'); ?> <?php if ($facebook_profile != '') : ?> <li><a id="facebook" title="<?php printf( __( '%s Facebook', 'arras' ), esc_html( get_bloginfo('name'), 1 ) ) ?>" href="<?php echo $facebook_profile ?>"><?php _e('Facebook', 'arras') ?></a></li> <?php endif ?> </ul> </div><!-- #nav-content --> </div>
Forum: Alpha/Beta/RC
In reply to: Nav Menu in WordPress 3.0Yeah – I already had child menus, etc and spent a buttload of time customizing them. The new 3.0 just blew them all away. Now, I have to go place the child menus manually when I already had it. Why can’t it just do that automatically? Some of my menus are named similarly because they are similar information but for different categories i.e., I have 3 parent categories – Canada, US, International. Each of them has a child category – Parent information and each of those has three – baby, toddler and teen – my dilemma is – I don’t know which of the teen resources goes under what parent resource and which parent resources category goes to what country. Now what?
Forum: Plugins
In reply to: [Plugin: Flexible Navigation] Invalid HeaderYep – and after 6 months the developer hasn’t commented or fixed it. Please remove it from the depository.
Forum: Fixing WordPress
In reply to: How To Block Abusive Users Who Uses Proxy Servers to Abuse Blog?This plugin doesn’t block them from actually ACCESSING the site – only from posting to it. That’s good – but how do I block them from actually seeing it?
Forum: Fixing WordPress
In reply to: Want Comment Count per Post on Blog front pageThanks! I am learning a lot here. Thanks for your patience with a newbie. That gives the link to their website. How do I make it go to their user profile on the blog?
Forum: Fixing WordPress
In reply to: Want Comment Count per Post on Blog front pageI finally figured that part of it out – but now, the author’s name isn’t showing up as a link to their profile. How can I fix that?
Forum: Plugins
In reply to: [Plugin: Add From Server] Error when I load after activationNo one ever replied.
Forum: Plugins
In reply to: [Plugin: Spell Checker] Fatal Error on InstallStill not working. How did this thing get such a high star rating?
Forum: Fixing WordPress
In reply to: Users cannot edit or access their profileyes – I’ve done all of that. Nothing is working.