catsigater
Forum Replies Created
-
Forum: Plugins
In reply to: 4.3 Upgrade Breaks Gravity FormsHey carlhancock,
I have this issue on a website I maintain, if you’re still offering to let us renew for the discount past the expiry, I would gladly take advantage of that.
If not, I completely understand.
Thanks!
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Conflict Detected??Done!
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Conflict Detected??That did it. I copied the code directly from my email which was rendering the apostrophes as “'”. But once I replaced them back, works like a charm.
Thanks! This is site’s getting ready to go live, so I appreciate the quick response.
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Conflict Detected??Hi Matt.
Were you able to resolve amoonalu’s issue? Mine’s the same. I installed the code, and the error message is gone, but the map space is now blank. I’ll be happy to give you whatever access you need.
Thanks so much for your help.
Andy
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Conflict Detected??I’m having the same issue with another plugin. It’s Event Organiser. Tried using this in my functions.php, but no luck…
function dequeue_eventorganiser_gmaps_scripts() {
wp_dequeue_script( ‘eventorganiser_gmaps’ );
wp_deregister_script( ‘eventorganiser_gmaps’ );
update_option( ‘gmb_google_maps_conflict’, false );
}
add_action( ‘wp_print_scripts’, ‘dequeue_eventorganiser_gmaps_scripts’, 100 );Thanks!
Forum: Plugins
In reply to: [Our Team by WooThemes] Read posts by Author link not workingWas this resolved? I’m having the same issue.
Forum: Fixing WordPress
In reply to: Multisite Network Admin 404 ErrorFWIW, Here’s the proper .htaccess configuration…
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) wordpress/$1 [L] RewriteRule ^(.*\.php)$ wordpress/$1 [L] RewriteRule . index.php [L]
Forum: Fixing WordPress
In reply to: Multisite Network Admin 404 ErrorNever Mind Figured it out and modified .htaccess.
Forum: Fixing WordPress
In reply to: Screen Options and Help Tabs not working on Edit-Page pagesWas looking for a solution to this and had added the line define(‘CONCATENATE_SCRIPTS’, false);
But it still didn’t work until I installed Use Google Libraries.
Thanks Shameem!
Forum: Fixing WordPress
In reply to: My kitchen sink missing.Add me to the list.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Can't access wp-adminI’m running 3.4
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Can't access wp-adminI’ll see what I can do. Apparently 1and1 doesn’t provide access to Apache error logs on shared hosting, and I’m unsure about how to create my own error logs. If I figure it out, I’ll reply. Thanks.