Dave2084
Forum Replies Created
-
Hi, sorry for the silence regarding this issue. Now I’ve come back to this so I can get the mail-poet version installed to be the latest (v3.0 congratulations!) although I can fix this by changing the hook priorities I have noticed that it is not necessary as v3.0 works with out existing code.
Putting that aside as time allows we will have a project to move the site to PHP7 and update some of the legacy code like the Extended CPTs / Taxos.
I think this issue can be closed now.
Thanks for all the support!
Marking some headway now.
I updated both plugins to the latest 2.x and the fault was still present, initially I held off going to the new combined 4.x version as it is no longer a plugin but a library AND it requires PHP 7 but in dev and production we are currently running 5.5.
After changing quite a bit of legacy code to make it PHP 7 compatible I now have the taxonomies working with the v4.x library of extended-cpts, but there are a lot of changes I will need to do to the site before I can launch it on PHP 7.
Currently using this:
https://github.com/johnbillion/extended-taxos/tree/2.0.5It is also being used in conjunction with his extended-cpts plugin.
I see that in v4.0 (released 8 days ago) he has merged the two plugins into a single one. I’ll try and find time today to add the v4.0 code but the cpt plugin arguments will need some minor changes.
Sorry for the delay, I’ll take a look today and post how the custom taxonomies are set up.
Getting term 1 (taxonomy ‘category’) is OK
The problem is with custom taxonomies.
If I use either of the following then I get WP_Error->invalid_taxonomy returned:
var_dump(get_term( 3 )); var_dump(get_terms( 'subject' ))
Term 3 is part of the custom ‘subject’ taxonomy.
Again this was OK in RC 2.0.0 but not in RC 2.0.1.
Of 16 taxonomies in the DB for this site only ‘category’, ‘link_category’ and ‘nav_menu’ will return terms.
I don’t need support with my custom shortcode, but not being able to access a taxonomy in the shortcodes is something fundamental to WP which I would expect to work.
I’ve installed RC 2.0.0 and the issue is not present, so it was introduced in RC 2.0.1.
I have just done some additional testing and when sending a mail out to a list then shortcodes are not rendered, it appears to only work when sending a preview email.
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error on events page after installI have fixed the error, this was caused by some old legacy code that was deigned to work with Share this to get an esc_html of a URL, which was returning a WP Error.
This can be marked as resolved.
Thanks, just what I need!
Can you confirm that this will keep search engines out too?
Forum: Plugins
In reply to: [Document Gallery] Adding a class to a galleryNo problem!
I only asked as I added the plugin to a new site that I’m developing yesterday and would have liked this feature as it will need a number of different gallery styles but I can still use a div wrapper to achieve the same result.
Having MS Office Thumbnails is definitely a higher priority!
Forum: Plugins
In reply to: [Document Gallery] Adding a class to a galleryAny progress on this?
Forum: Plugins
In reply to: [Document Gallery] Adding a class to a galleryAlready 5 star rated ??
Forum: Plugins
In reply to: [Document Gallery] Sort by Multiple CriteriaAlready 5 star rated ??
Forum: Plugins
In reply to: [Document Gallery] Not working?Thank you Dan for posting the solution above.
I’ve had this problem for a while after upgrading from v2.x to v3.x. I ended up reverting to v2.
Anyway I was forced today to find a solution or revert again as my hosts had logged onto the WordPress admin area and ‘helped me out’ by doing upgrades which broke the site. Just a shame that they didn’t take a backup before doing the ‘upgrades’
Anyway this is a great plugin and used extensively on our site.