meredithmarsh
Forum Replies Created
-
Forum: Plugins
In reply to: [Bucket List] Use shortcode for specific Bucket List Category?Wow you are quick! Thanks!
I have this same exact problem! Someone, please help!
Is there someplace I can download a previous version so that I can get things working in IE?
One thing I notice is that the events seem to be “there” they just aren’t showing (in IE). They appear for a moment when the page loads, but then go away.
If I open firebug lite, they appear. Seems like a CSS issue.
Experience it for yourself, at http://www.pypl.org/?page_id=38
Forum: Fixing WordPress
In reply to: Can’t access WP-Admin – blank white screenI had the same problem – blank white wp-admin page, but a normally working site.
Fix: Make sure functions.php has all of its functions within one set of php tags. I had added some sidebar functions and put them in their own
<?php ... ?>tags, so there were two sets. Put them together, and wp-admin works just fine.