sparklogix
Forum Replies Created
-
I have version 5.0.2 of this plugin on WP 3.5 and am trying to export the Quick Redirects. The text file is just a jumbled mess of code, not one redirect per line. Is this still a functionality that is not available for Quick Redirects yet?
Forum: Fixing WordPress
In reply to: Use different page layout if child category?Perfect! Thanks! I had tried using the cat_is_ancestor_of but couldn’t get it working because I didn’t want to use the cat ID. Didn’t think to combine them.
Used this code and it worked perfectly:
<?php $category_id = get_cat_ID('Articles'); $q = 'cat=' . $category_id; if (cat_is_ancestor_of($category_id, $cat) or is_category($category_id)): ?>
Thanks again!
Forum: Fixing WordPress
In reply to: White screen on single post page?I don’t know why it was happening, and it seems like it was just in FF on a Mac (worked fine on a PC, go figure), but when I deactivated the WP Mailto Links it worked. Lesson learned.
Forum: Fixing WordPress
In reply to: White screen on single post page?So I just realized something interesting, this is only happening in Firefox. I can view that article just fine in Chrome. I also found today that this is happening on a single page as well, so posts are not the only thing affected. Still no solution?
Forum: Fixing WordPress
In reply to: White screen on single post page?I’m able to save the post, I don’t get any errors. Also, when the post was initially published, it showed up with no problems. We had to go back and edit it, adding a custom field. I saved the changes, it was saved successfully and then all of a sudden, the post was a white screen (not the dashboard, it was on the frontend).
If I leave the custom field content in, but delete those last 2 paragraphs, I can view the post. I’m with HostGator, so I’ll check with them, I’m just not sure if it’s the same issue since it worked at first and I’m able to save the post.
Forum: Fixing WordPress
In reply to: Search page content, not just titles?Yes and no. The pages contain a list of titles that link to the documents.
So for example, there is a page called “Resources” and on that page there is a link called “Accounting Manual”. When I search the term “accounting”, it only brings up results of pages that contain that word in the title, but not the Resources page with the word accounting in it.
Forum: Fixing WordPress
In reply to: Search page content, not just titles?Unfortunately I can’t provide a link, it’s a password protected site with training materials on it.
Forum: Fixing WordPress
In reply to: Search page content, not just titles?Oddly enough, this is the only site I’ve done that is using TwentyEleven, though modified to look different.
Forum: Networking WordPress
In reply to: "Add New User" emails not showing up or link doesn't workHow do I get the welcome email to contain the correct link? One of the sites send a confirmation email that works, while this newest one does not. The last one I tried worked, even though the user was not first added to the network (added through the Add New User menu on the site).
Forum: Networking WordPress
In reply to: "Add New User" emails not showing up or link doesn't workA regular admin tried to add a user on one of the other sites, the wp-activate URL returned a 404 page, but there was still the account info (username and password) on the page. The sites use different themes, and if you look at the link above, you can see that the footer and any other content on the site is not showing up. Everything below the header is failing to load. I’m not sure what’s causing that.
Forum: Networking WordPress
In reply to: "Add New User" emails not showing up or link doesn't workThere are 5 other mapped domains. We have not had a regular Admin try to add users, I’m a Super Admin and have been the only one to add users.
The plugin we’re using is: WordPress MU Domain Mapping
Forum: Fixing WordPress
In reply to: One post suddenly stopped loading, rest of site perfect?Ok, it stopped working again and that plugin is still deactivated! What the heck?!
Forum: Fixing WordPress
In reply to: One post suddenly stopped loading, rest of site perfect?Well, I disabled the Post Views plugin by Suny Tse. Will do more troubleshooting to find the exact conflict, but it’s resolved for the moment…
Forum: Networking WordPress
In reply to: www redirect to a sign up page?Worked perfectly ??
Forum: Networking WordPress
In reply to: www redirect to a sign up page?Will do, thanks.