AACT
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Problem with showing the modified dateWould using get_post_modified_time help? It optionally takes a post id or object as a parameter.
Forum: Plugins
In reply to: [List category posts] Post TypeHave you tried
[catlist post_type=”product”]Forum: Plugins
In reply to: [List category posts] Custom Post TypeWe use it with custom posts. For example
[catlist post_type=”event”]
where obviously you need to substitute event with the name of your custom post type.
Hope this helps.Thanks so much for asking. I don’t think I’ve completely solved character encoding problem. We don’t have many out of the ordinary characters, but I was finding records cut off when the uploader hit a pound (GBP) sign for example, or an eacute.
I’ve read some other bits of the support forum on this and thought if I set Notepad++ to UTF-8 without BOM and saving the text then something good might happen, but it seems not so there’s something I’m not understanding.
We aren’t doing much CSV importing so I’m patching any odd characters I find into some unique text string just to get them uploaded, but there can be the odd character that I miss!
If there’s a standard way I should be presenting characters it would be great to know. The original text comes from someone else’s sql dump and I don’t know what character encoding it actually is.
Forum: Plugins
In reply to: [All Import Export Suite for CSV and XML Datafeed] Clash with Jetpack SharingMany thanks.
Version release 3.5.1 has solved the problem for us.
Forum: Plugins
In reply to: [List category posts] Missing meta_queryHi, thanks for taking a look so quickly.
No, I wasn’t trying to filter by more than one custom-field value.My query is
[catlist customfield_orderby=rva_firstname customfield_name=rva_persontype customfield_value=Staff]i.e. I want all the people who are members of staff, with the list ordered by their first names.
Your code puts a meta_key into $args of rva_persontype at around line 101 in CatList. It then overwrites this further down with rva_firstname when it looks at the customfield_orderby.
I can’t see anywhere that you are putting a meta_query into $args, which is what is needed to do the customfield_name,custom_field_value matching[at least when meta_key is also needed for use with the orderby]
I’ve patched CatList.php and it seems to work fine now.
Forum: Plugins
In reply to: [All Import Export Suite for CSV and XML Datafeed] Clash with Jetpack SharingThanks for super swift response. I don’t have any cache plugin.
I’ve just deactivated all plugins except Jetpack and WP Ultimate, and still get the problem.
I activated a standard theme (Twenty fourteen), still got the problem.
I then deleted Jetpack and WP Ultimate, reinstalled and activated Jetpack, dragging is fine.
Then reinstalled WP Ultimate. Dragging still fine.
Then activated WP Ultimate, dragging in Jetpack Sharing not working.
Hope this helps. Happy to try something else if you can think of anything.Forum: Plugins
In reply to: [Simple Local Avatars] avatars lost when moving siteHi, is this plugin still being maintained by the author? Not being able to migrate a database to a production domain would, as pax notes, be a serious downside.
Forum: Plugins
In reply to: [List category posts] compatibility 3.6.1Excellent news, picandocodigo.
Many thanks.
Yes,saw that v2.3.3 was installed at the top of the message in the admin. (but it then went on to show changes in 3.6.6).
I downloaded the free version from your site and all was OK.
Since then I’ve gone onto another of my test WP sites and done the ‘normal’ WP plugin install – and it’s all fine.
So sorry to bother you – there must have been a passing clag which I can’t repeat so please mark as closed.
Incidentally, very impressed with swiftness of response. I expect to upgrade to Pro version shortly to get clustering.
Many thanks for a great plugin.Forum: Plugins
In reply to: [List category posts] Can this be used for CPT's?HI,
I’m not sure if I’ve exactly understood your query, but I’ve been using the plugin with custom post types using for example:post_type=organisation
in the catlist parameter list and it seems to pick up the custom posts of that type OK.
Forum: Plugins
In reply to: [List category posts] compatibility 3.6.1Agree, it seems to work with 3.6.1.
But has the plugin author given up on supporting this plugin?
It is so tremendously useful that would be a shame.
Thanks for a very useful plugin.
We are just starting to use ACF. Could you tell us how we can get your customisation version so that your plugin works fully with ACF?
Many thanks.
Forum: Plugins
In reply to: [Slideshow] Wrong slideshow playsHi, I’m having a similar problem on a very simple site, https://aact.org.uk,though for me I’m not seeing even the one slideshow I’ve installed, just ‘!slideshow_deploy!’
I tried setting
Avoid content filter (disable if ‘!slideshow_deploy!’ is shown)
to ‘No’ as recommended in previous support discussion.I removed my (tiny) Child theme and reverted to the standard twentytwelve theme but this didn’t help.
The only plugins I’ve got activated are these:
List Category Posts (0.30.3) and Slideshow (2.2.11)If I deactivate List Category Posts then the slideshow shows.
If I reactivate it, I get !slideshow_deploy! again.It’s a really great plugin, if this could be solved (it used to work with List Category Posts, I’m afraid I didn’t notice when it stopped working).
Hope you can solve it!
Annette (AACT)