Plugin Contributor
Qurl
(@qurl)
Yes, but that would be a hack now. However, I can always add a filter to that as well of course.
The filter then allows me remove the offending taxonomies from the array from within one of my functions files. Most of the taxonomies I don’t use. I really only use the widget groups.
Plugin Contributor
Qurl
(@qurl)
Ok, let’s try that first. I think I do have your mail address (starts with “and”). Will send you a small update for this. I’ll try later today or otherwise tomorrow.
[email protected] – or the donation email address.
FWIW I’ve tried using unset for both post types and taxonomies and it didn’t fix it. I tried:
$smaller_list = get_post_types($args, 'objects', 'and');
unset($smaller_list['courses']);
// Custom Post Type
self::$post_types = $smaller_list;
and
`$taxlist = get_taxonomies($args, ‘objects’, ‘and’);
unset($taxlist[‘topics’]);
unset($taxlist[‘lesson-subjects’]); ‘
I found additional places where I needed to unset those taxonomies from the arrays. Now that I’ve done that it takes about 90 seconds to regenerate the dynwid-config page. But it does actually work now.
Please do email me I would like to chat about customizing the plugin.
Plugin Contributor
Qurl
(@qurl)
Yeah, by heart it are two places as far as I can recall. I’ll add the filter and send you the changed file.
That’d be great. As it turns out my code didn’t actually work. It works for existing widgets, so I can edit the settings of existing widgets, but it fails when I add a new widget.
The failure is a 500 server error.
I am also having this problem. It seems when I try to edit code in the DW Text Inserts I cannot get the window to expand. Instead the entire page just seems to reload and I am unable to change anything.
Plugin Contributor
Qurl
(@qurl)
Are you sure we’re talking about the same plugin, Dynamic Widgets, here? I have no idea what you mean with Text Inserts.
@qurl – I believe so – within dynamic widgets there is an option to add a text widget – it seems to be on an endless loop – you are unable to expand anything to edit the widget inserts
Plugin Contributor
Qurl
(@qurl)
I don’t think we’re talking about the same. Dynamic Widgets does not create widgets, i.e. you can not add widgets. It only shows or hides widgets depending on rules you set.