iHuman
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] download shortcode breaks pageThanks @ginjoewp ! That indeed was the issue. Everything works correctly now.
thanks for taking the time to post!Forum: Plugins
In reply to: [WooCommerce] Add fee amount showing on cart but not on checkoutI’m having this same problem. Did you ever get it resolved?
Forum: Plugins
In reply to: [Memphis Documents Library] wp rolesthanks.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] text widgets don't workI commented out lines 79 and 80 in ajax-load-more.php. Looks like these filters are interfering with other text widgets.
I believe by just adding:
add_filter('widget_text', 'do_shortcode');
it will work for all widgets
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Upgrade to v5.0.4 breaks our sitethanks for the quick fix!
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] can't download pluginThank you!
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Upgrade to v5.0.4 breaks our siteExperiencing the same issue
Forum: Plugins
In reply to: [People Lists] does not work with WP 3.7.1As a follow-up, I’ve also checked to see that it is not a conflict with other plugins, so I tried it alone, and it still doesn’t work. I even checked the database to see if short term, I could make some entries manually, but see that it is serialized. So at this point, the people list plugin is unusable.
Hoping to get some ideas soon as to a possible fix.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] settings not saving, menu not displayingresolved issue 2
but issue one – not being able to save settings still exists.thanks,
elaineForum: Plugins
In reply to: [W3 Total Cache] 500 internal server errorI haven’t found out how to permanently resolve this issue yet… but short term to get your site up an working, backup your htaccess file (ie change the name to htaccess.bu)
Your site should start working again.
try changing
'orderby' => 'meta_value'
to'orderby' => 'meta_value_num'
Forum: Plugins
In reply to: [Tabify Edit Screen] Tabify with P2PThanks for checking this out. I was able to resolve the issue – it ended up being a conflict with another plugin that was rewriting the css for the metabox.
Thanks! — and great plugin!
upgraded to the development version 1.4.1 – and all is good ??
@twoworlds – if you haven’t done that yet, you might want to try this as well.
let me clarify this…
the connections are NOT gone. They are in the database. They function correctly in the code to generate data on the front end. They are just not showing up in the metaboxes for each CPT.
thanks,
elaineI’m having the same issue…
hopefully we will get it resolved soon