alseymour
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Ban] Capture IP address from comments marked SpamI would like to Second that one!!
– Andrew
Forum: Plugins
In reply to: [Contact Form 7] Update error V 3.5.4 (from 3.5.3)Ditto…
Any Feedback?
– Andrew
@jazzpaths – Thanks, but I was thinking the same thing!
I cross Posted onto Google+ and Facebook…
ftp into your site, and rename the adrotate dir –
/www/blog/wp-content/plugins/adrotate.bak
and now I can get to Dashboard
Ditto!
Warning: include_once(/home/aseymo5/public_html/blog/wp-content/plugins/adrotate/library/broadstreet/lib/Utility.php) [function.include-once]: failed to open stream: No such file or directory in /home/aseymo5/public_html/blog/wp-content/plugins/adrotate/adrotate.php on line 30
Warning: include_once() [function.include]: Failed opening ‘/home/aseymo5/public_html/blog/wp-content/plugins/adrotate/library/broadstreet/lib/Utility.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/aseymo5/public_html/blog/wp-content/plugins/adrotate/adrotate.php on line 30
Fatal error: Class ‘Broadstreet_Mini_Utility’ not found in /home/aseymo5/public_html/blog/wp-content/plugins/adrotate/adrotate-functions.php on line 669
Forum: Reviews
In reply to: [Global Content Blocks] Good program, except…Forum: Fixing WordPress
In reply to: Extra Page/Menu ItemWe have a WINNER!
At first, un-checking did NOT work, but then I deleted the caches (WP Super Cache), and so far, it now shows in FF, IE and Chrome!
This has also been confirmed by the Author!
I have also been able to set the Front and Post to what I wanted!
Thanks again for your help on this!
– Andrew
PS – I owe you a cyber-beer or two!
Forum: Fixing WordPress
In reply to: Extra Page/Menu ItemAgreed, and that is where I started, but have NOT found anything…
Hopefully, I will hear something back from the Author.
– Andrew
Forum: Fixing WordPress
In reply to: Extra Page/Menu ItemThanks webjunk for stay here with me on this!
First, I’m using the theme SimpleDark by Justice but:
When I originally created the Child, I copied the Parent directory and Renamed it, so there already is a functions.php.
Here is the code I found:
// Show Home in the menu if ( isset($args['show_home']) && ! empty($args['show_home']) ) { if ( true === $args['show_home'] || '1' === $args['show_home'] || 1 === $args['show_home'] ) $text = __('Home'); else $text = $args['show_home']; $class = ''; if ( is_front_page() && !is_paged() ) $class = 'class="current_page_item"'; $menu .= '<li ' . $class . '><a href="' . home_url() . '">' . $args['link_before'] . $text . $args['link_after'] . '</a></li>'; } $list_args['echo'] = false; $list_args['title_li'] = ''; $menu .= str_replace( array( "\r", "\n", "\t" ), '', $options['top_category_menu']? wp_list_categories($list_args) : wp_list_pages($list_args) ); if ( $menu ) $menu = '<div class="' . esc_attr($args['menu_class']) . '">' . '<ul>' . $menu . '</ul>' . '</div>'; $menu = apply_filters( 'wp_page_menu', $menu, $args ); if ( $args['echo'] ) echo $menu; else return $menu; }
I have reached-out to Justice on his blog, and hope to hear from him soon.
If you have other thoughts, I would love to here them!
Thanks again!
– Andrew
Forum: Fixing WordPress
In reply to: Extra Page/Menu Itemper your request:
Forum: Fixing WordPress
In reply to: Extra Page/Menu ItemMy main issue, is that there is a “Home” Menu item (far left), that I have no control over.
It is NOT listed in Pages or Menus or Front/Post…
Forum: Fixing WordPress
In reply to: Extra Page/Menu ItemThe “Home” button on the far Left, I want to get rid of…
I would like to start with “About” which would become Static, and Add a “Blog” menu, for well, the Blog…