jhoffmcd
Forum Replies Created
-
Forum: Plugins
In reply to: [User Meta Manager] Feature Request: MarkupThanks again Jason!
Forum: Plugins
In reply to: [User Meta Manager] Feature Request: MarkupWooo! Awesome and great plugin!
Forum: Plugins
In reply to: [WP Favorite Posts] Suddenly stopped adding pages to the Favorites pageIn the wpfp-page-tempalte.php file, if you update this:
query_posts(array('post__in' => $favorite_post_ids, 'posts_per_page'=> $post_per_page, 'orderby' => 'post__in', 'paged' => $page));to this:
query_posts(array('post_type' => 'post', 'post__in' => $favorite_post_ids, 'posts_per_page'=> $post_per_page, 'orderby' => 'post__in', 'paged' => $page));The difference being I added the post_type to the query.
Forum: Plugins
In reply to: [WP Favorite Posts] Suddenly stopped adding pages to the Favorites pageSame problem over on my end. Upgraded to 3.5.2.
Forum: Plugins
In reply to: [Simple Staff List] Searching Staff MembersIf you dig deeper on that page there are many other bits of info that can lead to the solution for this. I beleive the answer lies somewhere on this page. I will try it out myself and see what I can get to work out.
Forum: Networking WordPress
In reply to: Duplicate Exact Multisite Install on New ServerI’m going to try again without importing into a clean wp multisite install. The tables seem to be offset, i.e. wp_115, wp_116, etc. This does not match the source db. I’m not sure where it started as I’m coming into this project left by someone else.
Forum: Networking WordPress
In reply to: Duplicate Exact Multisite Install on New ServerI guess I should mention that this DB borders on 1GB, I didn’t even want to try something like phpmyadmin. I just did it through command line.
Forum: Networking WordPress
In reply to: Duplicate Exact Multisite Install on New Servervia mysqldump. I did notice on the export that some of the tables were numerically named differently.
Forum: Plugins
In reply to: [Simple Staff List] More input fieldsThanks Brett,
I’ll try this out and report back on how this goes.
Forum: Plugins
In reply to: [Simple Staff List] More input fieldsHi Brett. My client doesn’t need to create the custom fields necessarily, I just need to create the field so that it appears when they are adding new staff listings. Can this be done by editing that template? Is that what the above steps accomplish? Maybe I didn’t figure out that part 🙂
Forum: Plugins
In reply to: [Simple Staff List] More input fieldsDefinitely +1 for this being a feature update for further releases. This plugin pretty much fits my clients needs perfectly minus this aspect. (Great UI for this, by the way)
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable Checkbox Possible BugMy only worry here is in directly editing the plugin files? Isn’t this generally frowned upon? I’m worried that whoever updates this may overwrite the changes.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable Fancybox (checkbox)esmi,
Does this topic look resolved to you? I was posting because this thread appeared to be set to resolved without any actual resolution and wanted to avoid a duplicate thread about the same topic.
I’m fully aware of how forums work. There is no need to start a new topic.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable Fancybox (checkbox)I’m wondering why this is marked resolved? I get this same issues, and I am using easyFancybox Any confirmation on what’s happening here?
Yes! This addition would make this plugin perfect for mobile gallery adaptations.