最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

porto theme pagination on woocommerce not working

programmeradmin3浏览0评论

here i use code shortcode of woo commerce and whenever i reload page pagination showed up then hide

i used this code

[products limit="12" columns="5" paginate="true" visibility="featured" ]

and when i check with inspect tool

the css have

element.style { opacity: 1; display: none; }

this code but when i uncheck diplay pagination showed up and i found a this line in content product archive

do_action( 'woocommerce_no_products_found' ); ?>

<div class="shop-loop-after clearfix" style="none"> </div>

<?php

nothing happen if i change style setting\

plz someone help me out

i m using default option not ajax pagination style

here i use code shortcode of woo commerce and whenever i reload page pagination showed up then hide

i used this code

[products limit="12" columns="5" paginate="true" visibility="featured" ]

and when i check with inspect tool

the css have

element.style { opacity: 1; display: none; }

this code but when i uncheck diplay pagination showed up and i found a this line in content product archive

do_action( 'woocommerce_no_products_found' ); ?>

<div class="shop-loop-after clearfix" style="none"> </div>

<?php

nothing happen if i change style setting\

plz someone help me out

i m using default option not ajax pagination style

Share Improve this question edited Feb 16, 2022 at 23:05 vancoder 7,92428 silver badges35 bronze badges asked Feb 16, 2022 at 3:07 Muhammad Wasim AhmedMuhammad Wasim Ahmed 1
Add a comment  | 

1 Answer 1

Reset to default 0

ok i add these code in additional css

.shop-loop-after { display: block !important; } .shop-loop-before { display: flex !important; }

pagination showed up but when i click to change page , pagination and deafualt sorting not working and also not changing into list style or grid style

发布评论

评论列表(0)

  1. 暂无评论