Adam Patterson
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Main site loses permalink sometimes and returns 404I am secretly hoping for a resolution to crop up here.
I have a multisite with 200+ network sites. Occasionally the home page will revert to a blog and we loose some custom pages that are handled by a custom plugin as well as standard pages that are 100% WordPress.
I didn’t notice a plugin list from you.
Here is a list of our plugins ( all custom plugins are excluded and most of the dev plugins are not enabled on live. ) https://gist.github.com/adampatterson/6314b84acaacfea12fe1bfc56bb8143e
If any dots line up for you please let me know.
Other than making another plugin that creates a CRON that will refresh the permalinks every 15 min. I have no idea how to diagnose this problem.
Forum: Fixing WordPress
In reply to: Not receiving email notifications for commentsAgreed, I personally used Mailgun. While you need to do a bit of DNS work the time I spent dealing with email on a shared host was ridiculous!
Forum: Fixing WordPress
In reply to: My site thinks it's secure when it is fact not.wp_config was set up to force SSL by overwriting $_SERVER[‘HTTPS’], Respolved the issue.
I assume someone was trying to make SSL work behind the proxy at one point.
It would actually be a much better solution ( specifically for asset links ) to use the double slash //
Forum: Plugins
In reply to: [Etsy Shop] Enlarging Etsy Shop ImagesI’m in the same boat.
If I have time this weekend I’m going to make a modification to the plugin locally. the license is GNU but then the plugin author has a copyright above it so I’m not sure what that means in terms of distributing the plugin to others.
Forum: Plugins
In reply to: [Custom Post Type UI] Feature Request – Sort OrderSounds good.
its a nice to have ??
Forum: Plugins
In reply to: [Responsive Video Embeds] Not workingThe plugin works for me. You do need to make sure that the containing div is resizable as well, or uses media queries.
I used Dynamic Update to make this work.
Forum: Fixing WordPress
In reply to: Custom post type single template next & previous post links problemThis works but I dont see a way of changing the link text.
https://www.ads-software.com/plugins/ambrosite-nextprevious-post-link-plus/
Forum: Fixing WordPress
In reply to: Custom post type single template next & previous post links problemI am having the same issue.
Forum: Fixing WordPress
In reply to: exclude_tree fix for wp_list_pagesThis issue still exists in the get_pages(), but the documentation does not state it will accept multiple page ID’s. But it should!
Its almost like if you are using the child_of tribute and depth = 1 then it should stay on that level not one up or one down.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Single image previews for custom blog themeHello,
I think you are looking for this tag [album template=extend]
I am trying to link an album image to a page not the image file its self.
Hope that helps