Mannisen
Forum Replies Created
-
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Errors on Admin PageAfter some digging around I found the culprit. It seems the error is triggered when the custom post types are set to rewrite true. When changing them to false the errors goes away. I’ve changed that for now to exclude that problem. So… one down, one to go ??
There is really not much to see in the options.
In Basics Tab nothings is checked, in Advanced “Enable a “Clear all” link:” and “Hide empty terms in the dropdowns:” are checked. ”All option” is selected in ”Drop Down”.I’m not using /archive in my permalink structure. Might that affect something?
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Errors on Admin PageActually, I just realized I also see the errors on wp-admin/options-permalink.php as well, even if BTF is disabled. I have to investigate this further.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Errors on Admin PageI’ve tried the widgets, do_action and the auto insertion on archive.
Really strange…Forum: Plugins
In reply to: [Beautiful taxonomy filters] Errors on Admin PageI only see these errors on the BTF admin pages.
Also, I’ve tried all options to output the filtering function in front end but I get nothing, no matter what php-version i use. No errors, no nothing.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Errors on Admin PageHi,
Sorry for the late reply.
It seems the two lines of<?php flush_rewrite_rules(); ?>
in admin-display.php are causing the errors.Forum: Plugins
In reply to: [Beautiful taxonomy filters] Errors on Admin PageHi Jonathan,
Thanks for the reply.
No need to turn debug off since this is from my dev environment.Here they are;
Notice: screen_icon is deprecated since version 3.8.0 with no alternative available. in /wp-includes/functions.php on line 3841
Warning: A non-numeric value encountered in /wp-includes/class-wp-rewrite.php on line 1002
Warning: A non-numeric value encountered in /wp-includes/class-wp-rewrite.php on line 1004
I use Xdebug so let me know if you need anything else from the call stack.
Also, I get nothing in front end. Tried both with widget and do_action.Forum: Plugins
In reply to: [WooCommerce] How to make Featured Product Column sort DESCYes, that would do it.
Any way to override it through child theme functions?Forum: Plugins
In reply to: [Taxonomy Images] itemprop on imageIt was obviously easier than I thought, so I’ll answer this myself.
<?php print apply_filters( 'taxonomy-images-queried-term-image', '', array( 'attr' => array( 'class' => 'photo serp-image', 'itemprop' => 'image', ), 'image_size' => 'large', ) ); ?>
Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Search returns no productsWorked like a charm! Awesome.
Thanks so much again ??Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Search returns no productsHi again.
Thank you so much for a great plugin and for the fast response.
I realized just now what the actual problem was; I tried searching for a product marked as ”Out of Stock” in Woocommerce. The marked product is visible in the store but the search won’t find it. Too bad, cause I actually want those products to show up as well. Guess there is nothing to do about that at the moment?