Problem: When the Church Content plugin is active, I cannot delete a repeatable field group (RFG) because the slug is modified to add "-2" at the end of the current slug. This happens automatically.
Solution: The conflict seems to occur when the Church Content plugin is active. You can temporarily deactivate the plugin while editing RFGs, permanently deactivate the plugin and recreate its functionality elsewhere, or add a custom filter-based workaround:
Problem: I would like to use shortcode attributes to pass arguments into a View's Query Filter.
Solution: You can configure taxonomy filters and custom field filters to respond to separate shortcode attributes, and add those shortcode attributes to the view shortcode.
Problem: I have created a custom rewrite rule applied to custom taxonomy archives, such that the archive URL includes term slugs from two different taxonomies. I would like to filter a View placed in this archive by these two taxonomy term slugs.
Solution: Create two Query Filters in the View, one for each taxonomy term slug. Set each to respond to a different shortcode attribute. Use custom shortcodes to apply the term slugs from the URL to the corresponding shortcode attributes. Test each component individually by applying hard-coded shortcode attributes in the View shortcode and outputting the results from the custom shortcode separately.