temark
Forum Replies Created
-
Sorry, removed my comment as I replied about a different plugin.
- This reply was modified 2 years, 6 months ago by temark. Reason: wrong plugin
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Issues with conditional dropdown valuesProbably an issue with the child filters then. I’ve opted for another plugin but this is a nice plugin nonetheless. Thanks for getting back.
@nickciske thanks for getting back anyway! Appreciate it.
Thanks @asyag for getting back to me. I understand I can filter by tag, but that is not sufficient for my needs. I wanted to filter by multiple categories.
Anyway, I found an alternate plugin that will work for me with some customizations instead. Have a good one!
I found a solution, which is to add an archive string to my custom post type registration settings (has_archive_string:videos). That did the trick.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Settings page not showing upAfter activating the plugin, refresh your page and go to Settings > Taxonomy Filters. BTF settings are located there!
Do you mean redirect to a thank you page? The issue is that we want to display a different link after sign up depending on the page they signed up on.
Forum: Plugins
In reply to: [WP PGP Encrypted Emails] Compatibility with Ninja FormsI’m using:
Ninja Forms Version 2.9.40
WP PGP Encrypted Emails Version 0.4.2
WordPress Version 4.4.2Forum: Plugins
In reply to: [WP PGP Encrypted Emails] Compatibility with Ninja FormsHi,
Sorry it took so long to reply. I’ve created an Order form with more fields, but have tested the default Contact form that comes with Ninja forms. In debug mode, I’m getting these messages:
Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in /rwtc/wordpress/wp-content/plugins/wp-pgp-encrypted-emails/vendor/openpgp-php/openpgp.php on line 679
Warning: implode(): Invalid arguments passed in /rwtc/wordpress/wp-content/plugins/wp-pgp-encrypted-emails/vendor/openpgp-php/openpgp.php on line 680
Warning: unpack(): Type n: not enough input, need 2, have 0 in /rwtc/wordpress/wp-content/plugins/wp-pgp-encrypted-emails/vendor/openpgp-php/openpgp.php on line 680
Warning: reset() expects parameter 1 to be array, boolean given in /rwtc/wordpress/wp-content/plugins/wp-pgp-encrypted-emails/vendor/openpgp-php/openpgp.php on line 681
Warning: array_filter() expects parameter 2 to be a valid callback, no array or string given in /rwtc/wordpress/wp-content/plugins/wp-pgp-encrypted-emails/vendor/openpgp-php/openpgp.php on line 279
Warning: array_values() expects parameter 1 to be array, null given in /rwtc/wordpress/wp-content/plugins/wp-pgp-encrypted-emails/vendor/openpgp-php/openpgp.php on line 279
Fatal error: Call to a member function to_bytes() on a non-object in /rwtc/wordpress/wp-content/plugins/wp-pgp-encrypted-emails/class-wp-openpgp.php on line 74
Forum: Plugins
In reply to: [Goods Catalog] Custom Templates in Child ThemeAs a temporary solution, you can update the plugin file: /goods-catalog/inc/templates.php
After the if statement, add an else if statement:
else if (file_exists (get_stylesheet_directory() . '/' . $template)) {
require_once (get_stylesheet_directory() . '/' . $template);
}
This searches the child theme for the template files.
Hope this helps.
Forum: Plugins
In reply to: [Goods Catalog] Feature Request: Import/Export xls or csvI notice this was requested before, so I’ll close this.
Also, I found these two plugins can do the trick:
https://www.ads-software.com/plugins/wp-all-export/
https://www.ads-software.com/plugins/wp-all-import/It’s a few more steps than I’d like but it works.
Forum: Plugins
In reply to: [Easy Table of Contents] Affixed widget overlaps the footerAh, okay. I’ll play around with it. Thanks for getting back. Appreciate it.