Gibcosta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: White screen on WP site but able to access dashboardwp 4.01
wp 2014 ThemeActive plugins: (0 inactive – deactivating plugins 1 by 1 does not change anything)
aksimet
Another WordPress Classifieds Plugin (AWPCP)
Auto Tags
bbPress
BuddyPress
BuddyPress Security Check
Business Directory Plugin
Delete Duplicate Posts
FeedWordPress
Google Analytics by Yoast
Jetpack by WordPress.com
Live Soccer Scores by livesoccerscores.net
Login Logo
MailPoet Newsletters
Now Showing at Local Venues – Nearby Upcoming Events
SEO Smart Links
Simple Facebook Connect
Social Media Widget
TubePress
WangGuard
Wordfence Security
Wordpress Automatic
WordPress Portfolio Plugin
WordPress SEO
WP-FB-AutoConnect
WP-Optimize
wpzon Plugin for WordPressForum: Themes and Templates
In reply to: drop down navigation no longer working with inove themeit worked, brilliant , you’re a star thanks so much, i owe you one – now on to the small task of cleaning up the html and css for w3 validation, thanks again
Forum: Themes and Templates
In reply to: drop down navigation no longer working with inove themeyes thanks for that, i’m going through them bit by bit, they’re mainly caused by feeds, but none of those are the js problem that is causing this – your 40 errors isn’t quite perfect either!
Forum: Plugins
In reply to: [Plugin: WP-Classified] Will development continue?Hi there,
I really want to use this plugin, but it actually pulls down my entire blog on wpmu 2.6.5 and gives me:
Warning: Invalid argument supplied for foreach() in …. html/wp-includes/functions.php on line 1042
which is:
foreach ( $array as $k => $v ) {
if ( is_array( $v ) ) {
$array[$k] = add_magic_quotes( $v );
} else {
$array[$k] = $wpdb->escape( $v );
}
}any ideas?