beldendavid
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: FancyBox for WordPress] No setting to click on overlayAs a temporary workaround, I changed line 320 in fancybox.php to the following:
'hideOnOverlayClick': <?php if ($settings['hideOnOverlayClick']) { echo "true"; } else { echo "true"; } ?>,Forum: Fixing WordPress
In reply to: About page works in IE8, but not Home pageYou have a ton of Microsoft Word garbage in the source code… looks like for the first post… I’m not sure whether that’s causing the problem, but it might be a place to start.
Try viewing the HTML source when you’re editing the post, and delete all the extra Word stuff.
Or, you can try re-pasting the content, but use the Paste from Word button on the WordPress editor’s toolbar.
Forum: Requests and Feedback
In reply to: Any way to display more than 10 sideblog posts?Nevermind, figured it out quickly. Just edit sideblog.php, and change the default posts variable, near the top of the file. Something like this:
$sb_defaultposts = 20;Forum: Installing WordPress
In reply to: version 2.7: Blank page when logging in to wp adminI’m having the same problem. I’m able to add posts using MarsEdit, but I can’t access the WordPress Admin. It seems I’m able to login, since the front end gives me “Edit” links on my posts, but the page is completely blank, with no source code, when that linked is followed.
My server (Hostway) is using php 4 (PHP Version 4.3.10-22) so I’m wondering if I need to move to php 5.
Any help would be appreciated!