Josh Eaton
Forum Replies Created
-
Forum: Plugins
In reply to: [DreamObjects Backups] Support for custom WP_CONTENT_DIR directory?Just tested on one of my sites, and it appears to have worked for the content directory. I still have a zero KB SQL export though. Could be an unrelated issue?
That’s too bad about the wp-config.php and .htaccess.
Forum: Plugins
In reply to: [DreamObjects Backups] Support for custom WP_CONTENT_DIR directory?Awesome, thanks! If you need any additional information let me know.
Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.3Having the same issue with 6.3.6 when used in tandem with the Registered Users Only plugin.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] WP 3.5 ?@Aesque, I’m using the current beta from github and @mamastudios issue doesn’t appear to be fixed. I have to click “Refresh attachments” after closing the media editor. Could be related to the undefined id issue I posted to github?
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] WP 3.5 ?@aesqe Hoping you can update to remove the duplicate media entries soon. Great plugin, and thanks for your work on it.
Forum: Plugins
In reply to: [Constant Contact for WordPress] Create an unstyled sign-up formYes, I ended up using the Contact Form 7 Newsletter plugin, which was fine since I was already using Contact Form 7. Just seems like it would be a nice option to have in the “Constant Contact” plugin. I assumed it would have everything I needed. Thanks for the response.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Feature Request: Calendar to New Post+1 This would be very useful
Forum: Plugins
In reply to: Jetpack Plugin and Broken Page Navigation@beau, obviously I was doing something wrong with trying to paginate my static front page, but did the 1.2.4 update fix this?
Bug Fix: Fix rare bug with static front pages
Forum: Plugins
In reply to: Jetpack Plugin and Broken Page Navigation@tech-otaku
Yes, but I also changed the template. I was using a custom template with the
Template Name:
header and the setting set to Reading Settings > Front page displays > A static page.I changed it by renaming the same template to
front-page.php
and setting it to Reading Settings > Front page displays > Your latest posts.Forum: Plugins
In reply to: Jetpack Plugin and Broken Page Navigation@beau, the URLs are already lower-case. I was able to fix my problem by using front-page.php instead of a static page template. It seems the problem is caused by a static page template in conjunction with Jetpack Stats. Thanks.
Forum: Plugins
In reply to: Jetpack Plugin and Broken Page Navigation@beau Lebens,
I am having the same issue with jetpack and pagination.
– WordPress 3.3.1
– Jetpack 1.2.2
– NearlyFreeSpeech.Net
– Permalinks are Month and NameI have a child theme based on twenty eleven, and I am using a custom page template set to a static home page. I am attempting to paginate recent posts from this template.
The pagination works (clicking “Older Posts” takes me to example.com/page/2 when I am logged in as an admin)
When an anonymous user tries to click the link they are taken to a 404 URL like this: example.com/2011/09/268.
It works only when the stats module of Jetpack is deactivated. When stats are turned on, then I get the 404s.
Ok. It could also be a conflict with the theme you are running. I don’t see a reason why any of those plugins would conflict. Unfortunately I haven’t seen this behavior with any other users.
Sorry you are having trouble with it. Let me know if I can help out.
This is not the intended function of the plugin, and I haven’t seen this behavior anywhere else. Do you have a link where you can show me what’s happening?
Are you using any other plugins that are modifying your content on display?
I usually find whenever my content runs together, it’s because I’ve copied and pasted into the editor and my HTML is full of random
<div>
tags instead of getting wrapped in<p>
tags. My plugin doesn’t do anything to thewpautop
filter or any HTML tags, it only takes duplicated unicode whitespace characters and replaces them with one character. If you are spacing our your paragraphs somehow with whitespace instead of paragraph tags, I could see that being an issue.OK great, yes, I misunderstood you, but I get it now. Thanks!
Thanks for the workaround. This still feels wrong though. You can specify when creating a link in your blogroll what the target should be. Now, I haven’t dived into the code, but I would imagine that this is a bug, since the blogroll shouldn’t be creating invalid HTML on purpose, right?