ericabiz
Forum Replies Created
-
Forum: Plugins
In reply to: [Category to Pages WUD] 2 pages with same name and different categoriesResolved
Forum: Plugins
In reply to: [Category to Pages WUD] 2 pages with same name and different categoriesIt looks like the best way to do this is actually not to use this plugin, but to set up Custom Post Types and have each location be a custom post type. That way I have Austin as a menu item/custom post type and all of our other locations as well.
Forum: Fixing WordPress
In reply to: Possible bug: Comments reply link is brokenActually, with all plugins deactivated and the 2015 theme enabled, this is STILL happening. Yes, I think we have found a bug in WordPress.
What’s broken: The “Cancel comment reply” link and the “Reply” link to an existing comment.
2015 theme:
<h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2015/01/15/12-best-customer-service-phrases/#respond" style="display:none;">Cancel reply</a></small></h3>Notice the lack of /blog there as well. All of the themes use the same call to
<?php cancel_comment_reply_link(); ?>, and the only parameter it accepts is the link text. That link is generated from within WordPress.We’re seeing it and others aren’t because we have a relatively unique setup for WordPress, where our WordPress Address and our Site Address are different, and this piece of code is failing because of that.
http://imgur.com/kaOOqZe shows our Settings page with each URL. Everything works properly except for these comment links, so I do believe this is an internal-to-WordPress issue.
Forum: Fixing WordPress
In reply to: Page Template dropdown missing from Advanced OptionsI had this problem, too. Turns out the theme I downloaded didn’t have the correct PHP comment in the archive.php file. If you’re trying to create an archive and have this problem, open the archive.php file in your theme’s directory and insert the following code right at the top of the file:
<?php
/*
Template Name: Archive
*/
?>Then refresh the edit window and the page template drop-down will be there.
Hope this helps! (I emailed this particular theme author and he should fix his theme, but I’m sure his isn’t the only one with this issue.)
-Erica
Forum: Plugins
In reply to: Fatal Error / Parse error in Yaris.php when WP-OpenID activatedSo, I upgraded to PHP5. And I deleted the entire openid folder after upgrading, re-downloaded, activated…and now when I go to Options->OpenID I just get a blank page. PHP’s display errors is On. sigh.
Forum: Plugins
In reply to: Fatal Error / Parse error in Yaris.php when WP-OpenID activatedWhen I go to the Options->OpenID with PHP4, I get:
Warning: implode() [function.implode]: Bad arguments. in /home/myusername/domains/mydomain/public_html/wp-content/plugins/openid/interface.php on line 379
Forum: Plugins
In reply to: Fatal Error / Parse error in Yaris.php when WP-OpenID activatedblueyed’s fix worked for me to activate the plugin. Now to use it 🙂
Forum: Plugins
In reply to: Fatal Error / Parse error in Yaris.php when WP-OpenID activatedI’m running PHP 4.4.6 on my own colo box and receiving this error. phpinfo(): http://www.erica.biz/phpinfo.php
Does this plugin require PHP5? It doesn’t say that anywhere on the plugin page.