mcdermottmb
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] "All languages" option for posts and pagesShould this code work with 0.9.6 running on WP MU 3.4.2 I created a folder named display-all-languages in my plugin directory and placed the all languages code in a php file display-all-languages.php activated it in the plugin manager and I can find no additional option in my language selector. Am I doing something wrong or is the code incompatible?
thanks
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] Compatibility with WP 3.4As a follow-up to my last post, the file upload appears to hang as well. It displays “transferring” indefinitely and never throws an error.
thanks
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] Compatibility with WP 3.4I am using the latest version of Magic Fields 2 in a WP 3.4.2 multi-site installation. The plugin installs fine and I am able to access the editor, create fields, publish and re-edit yet when I attempt to view the post, the only thing which displays is the title. I uninstalled MF and installed Advanced Custom Fields and experienced the exact same issue. I have deactivated all other plugins (besides the multisite plugin manager) and the problem is unchanged. Since I can’t find any other posts for either plugin discussing this issue, I assume it is something I have overlooked or a WP configuration option I have changed. Pulling out my hair here. Any help would be appreciated.
Forum: Plugins
In reply to: Multiple Digg Digg problems, I've given up on it.FYI. I have found that the Chrome plugin “Disconnect” was causing the problem. Once disabled, the bar functions as expected.
Forum: Plugins
In reply to: Multiple Digg Digg problems, I've given up on it.Hello,
I can’t seem to get the DIGG working in Chrome at all. The bar displays in the correct location yet only presents the tweet button in chrome but when I view it in IE or Firefox, it displays properly. I have this problem on two sites.
http://www.insidecostarica.com
Any idea why this is happening?
Forum: Plugins
In reply to: [Facebook Album & Photos] Any issue With the Facebook Album & PhotosI have modded the sql query to eliminate the display of albums based on their name:
$fql = “SELECT aid, cover_pid, name FROM album WHERE owner=$fbOwnerId AND name!=’Profile Pictures’ AND name!=’Cover Photos’ AND name!=’Wall Photos’ AND name!=’Untitled Album'”;
when the page is rendered, there are empty spaces where I have eliminated the albums but there are no empty DIVs. The array returns only 13 elements (none of which are empty or the names of the eliminated albums) yet the DIV layout is such that it would accommodate the eliminated albums. I can’t seem to figure out how this is possible. Any insight would be appreciated!
Thanks
Forum: Plugins
In reply to: [Facebook Album & Photos] How to improve facebook-album-photos plugin.One other thing, I can’t seem to get the rendered albums to display in Chrome. They display in Mozilla and IE. Is there a known issue with chrome?
Forum: Plugins
In reply to: [Facebook Album & Photos] How to improve facebook-album-photos plugin.I have modded the sql query to eliminate albums based on their name:
$fql = “SELECT aid, cover_pid, name FROM album WHERE owner=$fbOwnerId AND name!=’Profile Pictures’ AND name!=’Cover Photos’ AND name!=’Wall Photos’ AND name!=’Untitled Album'”;
when the page is rendered, there are empty spaces where I have eliminated the albums but there are no empty DIVs. The array returns only 13 elements (none of which are empty or the names of the eliminated albums) yet the DIV layout is such that it would accommodate the eliminated albums. I can’t seem to figure out how this is possible. Any insight would be appreciated!
Thanks
Forum: Plugins
In reply to: [VoucherPress] [Plugin: VoucherPress] Expiration date on voucherNevermind….Noob should have printed the voucher first 🙂 Sorry