Vik
Forum Replies Created
-
Forum: Plugins
In reply to: [ContestHopper for WordPress] GetResponse APII’m having this issue also– no spinning wheel, but the dropdown menu isn’t being refreshed.
Forum: Plugins
In reply to: [NextGEN Facebook] Button to Like My Facebook Page?I wonder why NGFB doesn’t provide a button to “Like” a Facebook Page? Wouldn’t it be widely used?
Forum: Plugins
In reply to: [NextGEN Facebook] Like Button Popup Not Displaying Properly?Update– I found out how to load just the Publicize feature of Jetpack and turn off all the other features. Thanks for referring me to Jetpack!
Forum: Plugins
In reply to: [NextGEN Facebook] Like Button Popup Not Displaying Properly?Awesome—that worked!
I notice that when I run P3 (Plugin Performance Profiler), which shows how long it takes to load plugins, it takes quite a while to load Jetpack and slows down my pageload speed. This makes sense as it is quite the Swiss army knife. 🙂 Is there another plugin you would consider for auto-posting to a Facebook page?
Forum: Fixing WordPress
In reply to: Post Missing from Admin List of All Posts?Fixed it. It was some modifications I’d done to the Loop that I had to turn off when is_admin() = true.
Forum: Fixing WordPress
In reply to: Moved WP to New Host: Now Plugins Won't Update?I found out that the cause was that somehow a line had been added to wp-config:
define(‘WP_TEMP_DIR’, ‘/home/path/path/path/public_html/wp-content/uploads/’);
This was a path that was on my previous site host, but not on my current one.
When I commented out this line, the plugin installer started working again.