smccandl
Forum Replies Created
-
Google has confirmed this as a bug and is working on a fix. In the meantime you can implement my proposed workaround at the link above. Thanks gorky5!
Scott
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] 2.0.2 still broken?Is it possible that this only works in the root of a domain, i.e. yoursite.com? I was able to get 2.0.3 to work on the same server I mentioned above, in the root of the domain. It won’t work in a directory though, i.e. yoursite.com/test.
Hoping the developer has a suggestion or quick fix but has anyone else got it working in a non-root directory?
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] 2.0.2 still broken?Same issue here using v2.0.3. The “Add new input box” does nothing. Running Apache/2.0.52 on Linux with PHP 5.2.6.
Found the solution. Needed to add the following to httpd.conf and restart apache:
<Directory /home/myuser/mysite.com/htdocs> suPHP_Engine on suPHP_UserGroup apache apache AddHandler x-httpd-php5 .php suPHP_AddHandler x-httpd-php5 allow from all </Directory>
Hope this helps someone else.
Forum: Plugins
In reply to: [Plugin: PWA PHP] Plugin broke custom themeYep, these issues were fixed in v0.8 about a month ago (May 20th) via Issue 43:
https://code.google.com/p/pwaplusphp/issues/detail?id=43&can=1
Thanks,
Scott
Forum: Plugins
In reply to: [Plugin: PWA PHP] Plugin broke custom themeThe only thing PWA+PHP loads on non-gallery pages is a single css file, so I am surprised to hear it slowed down your page load times at all. Could you shoot me a link to your site (via email if you prefer) so I can have a look? I’d also like to see how it’s breaking your theme so I can see if it’s something I can fix.
Email address is smccandl AT gmail DOT com.
Scott
Forum: Plugins
In reply to: [Plugin: WPtouch iPhone Theme] Help Removing “Powered By” In WPTouch FooterI love WPtouch as much as the next guy, but placing a “Powered By” link on the page w/o the user’s permission is against the rules:
4. The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission.