beezwings
Forum Replies Created
-
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Facebook no display in ChromeI’m having a similar problem.
It was happening for all kinds of files for me. The problem still remains…a little frustrating, since I bought the pro version too.
Even when all other plugins are disabled, I still get the hang on the “loading.”
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Fancybox with NextGen slideshowIt works! But is there a way to modify the nextgen templates so that the default “show as slideshow” link above the gallery links to fancybox? Also, how to keep description attributes for the slideshow?
Oh! I finally figured it out. I removed the call to fancybox from my et-ptemplates-frontend.js file in my theme’s subfolder. Now everything looks great again!
Any word on adding FB and Twitter buttons? This would be great!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Redirecting Contact formI think I’m having the same issues. I’m using the Chameleon Theme by Elegant themes, and I’ve noticed that the on_sent_ok: redirect doesn’t work on any of the Chameleon templates, but it does work on my “auctions” page (which is a template of prospress). So it seems to be a theme conflict. Any ideas? Thanks!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] on_sent_ok not workingI just realized I’m having the same issue running contact form 3.2.
It seems to be a conflict with the “private buddypress” plugin, though using the “private buddypress” plugin on its own creates no issues. When I deactivate that plugin, filebase works fine (but then my site isn’t private for that couple of minutes which is no good). Any ideas?
Arg. Now I tried deactivating the plugin, but when I try to reactivate, I’m now getting a fatal memory error. Help!
Hmmm. I’m still getting the fatal memory error when I try to access certain parts of the wp admin, but at least the rest of the site still works. Unfortunately, doing this
Line 99 of Sync.php
if($hash_sync) $file_hash = @md5_file($file_path);
To
if($hash_sync) {
$file_hash = explode(” “, exec(“md5sum $file_path”));
$file_hash = $file_hash[0];
}didn’t seem to fix the memory error.
Also, my sync page doesn’t show after hitting “sync filebase.” (even before updating sync.php).
Any thoughts?
Oh, I see. I think email is really what I was looking for, but thanks anyway!
Hi, I use hostpapa.ca. They don’t block outgoing FTP connections, but they do not allow to keep backups on their server, so they will get deleted or they could cancel my service.
Forum: Localhost Installs
In reply to: Lost access to media folder on local WAMP installationI figured it out…somehow, an .htaccess file appeared in the media folder. After deleting it, everything is fine!
Forum: Localhost Installs
In reply to: Lost access to media folder on local WAMP installationThank you,
I did review that page. The links to the images are correct, but the permissions are somehow not set right, because when I open the image in a new tab, I get the forbidden access message. How do I change the local permissions?