selfagency
Forum Replies Created
-
They sure did, deprecated a ton, which is expected to all be shut-off everywhere July 30
https://developers.facebook.com/blog/post/2019/04/25/api-updates/
I’m having this same issue on two separate sites. Did Instagram change their API or something?
Forum: Plugins
In reply to: [Plugin Advanced Custom Fields] Display Google map on your themehow do you do this if it’s not a custom post type but just advanced custom fields on a single page?
Forum: Plugins
In reply to: [Import Tweets as Posts] feature request: filter by hashtagThank you!
Forum: Plugins
In reply to: [Search & Replace] Wildcard?That’s unfortunate. I encourage you to consider such a feature — and regex ultimately — in a future release.
Forum: Plugins
In reply to: [Firelight Lightbox] Internet Explorer security problemNot that troubleshooting PrettyPhoto is your problem, but that resolution doesn’t work at all.
I’d rather disable PrettyPhoto all together and use FancyBox.
Forum: Plugins
In reply to: [Firelight Lightbox] Internet Explorer security problemDunno why there are two lightboxes and will look into that – but the page that I’m having issues with is a private page and all the links are PDFs. Pretty Photo doesn’t work on PDFs. When I click the links in IE, nothing happens.
Forum: Plugins
In reply to: [Firelight Lightbox] Internet Explorer security problemMy site is empirebrew.com.
Here’s the header, which has no space at the beginning.
<!DOCTYPE html>
<!–[if IE 7 ]> <html dir=”ltr” lang=”en-US” class=”no-js ie7 oldie”> <![endif]–>
<!–[if IE 8 ]> <html dir=”ltr” lang=”en-US” class=”no-js ie8 oldie”> <![endif]–>
<!–[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!–><html dir=”ltr” xmlns=”http://www.w3.org/1999/xhtml” lang=”en-US” prefix=”og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#” class=”no-js”><!–<![endif]–>Forum: Plugins
In reply to: [W3 Total Cache] Apache RAM usage doubled after installing W3TCI’m trying to adjust settings per all of your advice. I just ran the compatibility check and I’m noticing some strangeness. Also, I should probably add that I’m running Plesk.
I followed the directions on W3TC’s install page to install memcache but when I grepped memcache in phpinfo afterwards, it returned no result. So the compatibility check is showing:
Memcache extension: Not installed
Same goes for APC. When I grepped it after installing (I had to compile it and memcache because it said phpize failed in both cases), it returned nothing.
These are all active according to my httpd.conf file, but W3TC says it can’t see them:
mod_deflate: Not detected (required for disk enhanced Page Cache and Browser Cache)
mod_env: Not detected (required for disk enhanced Page Cache and Browser Cache)
mod_expires: Not detected (required for disk enhanced Page Cache and Browser Cache)
mod_headers: Not detected (required for disk enhanced Page Cache and Browser Cache)
mod_mime: Not detected (required for disk enhanced Page Cache and Browser Cache)
mod_rewrite: Not detected (required for disk enhanced Page Cache and Browser Cache)
mod_setenvif: Not detected (required for disk enhanced Page Cache and Browser Cache)Any thoughts?