Hi @supahduck,
Sure, please give me a minute to retest everything on my server and I will release new plugin version shortly.
Hi again @supahduck,
We’ve just released v1.3.0, it’s now marked as compatible with WP 5.4 and WC 4.0. Actually, there were nothing to change, all seems to be working fine.
Please let me know if you need anything else. And if you like the plugin, please consider leaving me a rating.
Thanks for the prompt response, and for your work to update the compatibility! Much appreciated! I’ll happily leave a positive rating. 🙂
With woocomerce 4.1.0 before loop is not visible.
After some research class clearfix hides the before loop
<div class=”clearfix”></div><div> but after that it dispays both woocommerce and plugin’s page results count.
Hi @athinaok,
Sorry for the late reply.
I’ve just tested it with Storefront theme, and it seems to be working fine here – it’s displaying before loop normally here. What theme are you using?
P.S. As I understand you were able to fix it by removing <div class="clearfix"></div>
from “Before HTML” option in plugin settings, correct?
I use Nitro theme.
When remove from options <div class="clearfix"></div>
plugin text appears
https://prnt.sc/sgpoe0
Options
Then I change priority to 30 from options
https://prnt.sc/sgpq2t
Remove the result count from WooCommerce
remove_action( ‘woocommerce_before_shop_loop’ , ‘woocommerce_result_count’, 20 );
Added in themes css in order to make dropbox smaller
/*Products per page plugin*/
#alg_wc_products_per_page {
width: 50px; }
…And I am stuck. I do know how to align the plugin date to the left.
Result
My site but website is country restricted
Thank you for your support
-
This reply was modified 3 years, 4 months ago by
athinaok.
Hi @athinaok,
Looking at your site would definetely help, however, could you please try setting “Before HTML” option to:
<div style="float:left;">
Or alternatively setting it to something like:
<div class="alg_wc_products_per_page_div">
and then styling it with custom CSS:
.alg_wc_products_per_page_div {
float: left !important;
}
(I’m not sure if !important
part is really needed though).
Please let me know if that helps.
I beleive the problem is from the theme’s code side and cannot be fixed.
Thank you for your time.
Hi @athinaok,
Sure, happy to help 🙂 And sorry I couldn’t be more useful.