Ben Huson
Forum Replies Created
-
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] SSL Support Next Release?Where is the very hidden option?
The screencast link does not work.Forum: Plugins
In reply to: [WP Mail From II] non-default email accountsNo, this plugin purely overrides the From details on the default emails that WordPress sends; forgotten password etc
A little history about this plugin…
This plugin was first developed 6 years ago when the WordPress API had no support for Term Meta which has only been add very recently to WordPress.
Development of the plugin was stagnant for last 3 years with no updates.
I have recently adopted this plugin and am in the process of rewriting to take advantage of term meta.
With over 20,000 activate installs it’s important while adding term meta support to ensure the plugin continues to work effectively for existing older installs while providing an upgrade path to term meta including migrating data reliably to the new structure.
This is in progress and will be hopefully rolled out over the next few releases of the plugin.
Forum: Plugins
In reply to: [WP Permastructure] WPML Compatibility?I think that’s part of how WPML works. I think translated categories and taxonomies have to have unique slugs (therefore different from the English). Certainly used to be the case in older versions of WPML I worked with.
Forum: Plugins
In reply to: [List Pages Shortcode] Can I use multiple parametersI’m not sure you’ll be able to do that with this plugin. You could try the List Pages At Depth plugin and see if that helps you achieve what you are looking for:
@natewhidden Facebook does quite heavily cache the content it retrieves.
Try using Facebook’s debugger to load your URL and see it that works. This should also clear Facebook’s cached version of your page:
Forum: Plugins
In reply to: [WP Subtitle] subtitle font data showing up in my facebookNo worries 😉
Forum: Plugins
In reply to: [WP Subtitle] subtitle font data showing up in my facebookI wasn’t sure how you were getting the subtitle to show in your templates so see how that could be affecting the Facebook title.
Have you implemented the subtitles yourself?
Forum: Plugins
In reply to: [WP Subtitle] subtitle font data showing up in my facebookHi
Are you appending the the subtitle to the title including the HTML via a filter?
It appears if you look at the HTML of the page that the “WordPress Facebook Open Graph protocol plugin” is outputting an “go:title” tag where the value is escaped HTML:
Greetings From the Editors! <br><i> By Cassie Langstraat and Hannah Apricot Eckberg</i>Looking at that plugin if appears the title is run through a filter before it is output in the Opengraph Facebook tag so you could use the
wpfbogp_titlefilter towp_strip_all_tags()or output the title without the the subtitle (beware of causing infinite filter loops if you try to do that).https://github.com/chuckreynolds/WPFBOGP/blob/master/wp-facebook-ogp.php#L137
Does that help?
Ben
Forum: Plugins
In reply to: [Posts 2 Posts - WPML integration] p2p connection ordering not sync'ingI have posted a fixed for this issue that works for me on GitHub:
https://github.com/cubica/p2p-wpml/pull/17Hi
I’ve had a look through the plugin code and couldn’t spot any weaknesses. Obvious another pair or eyes on it would be useful to double-check.
I’ve see similar malicious files introduced on other WordPress installs and the location of the malicious files can often be seem random – not necessarily occurring in the same directory as the weakness.
Ben
If you use the Login Logo plugin, that will automatically show your logo on the main WordPress Login page and the Password Protected login page.
Forum: Plugins
In reply to: [Taxonomy Images] Pull image another way besides apply_filters ?Planning to add support for Term Meta introduced in WordPress 4.4 – hopefully at some point soon.
Not quite there just yet but once that’s sorted you’ll be able to use the new WordPress get_term_meta() function to get taxonomy image IDs.
Forum: Plugins
In reply to: [List Pages Shortcode] 1.7.4 – Not listing Custom Post TypesHi.
Ah, by default the shortcode only queries ‘pages’ unless you pass the post type to the shortcode:
[child-pages post_type="my_post_type"]It makes sense that the main
[list-pages]shortcode should probably always query pages by default (and it would break backward compatibility if that was changed), however it would make sense if you use the sibling/children shortcakes for this to work in context of the current post type.I have posted an updated version of the plugin which should fix this. If you would like to test it that would be most appreciated, and I will release the changes as an update if all looks good.
Many thanks
Ben
Forum: Plugins
In reply to: [Expire Users] Admin column sortableThe functionality is not built at the moment. I have created an issue so at least it is on a to-do list at some point.