- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by
Tom.
-
AuthorPosts
-
August 14, 2019 at 9:35 am #984170
Gisbert A.
Hello, when I install the template of generate press, the pagination disappears, but when I put another one disappears.
I have tried to uninstall all kinds of plugins and nothing, besides those plugins I need them.
I attach the piece of code generated by the 2 templates.
I also do well if I can put the pagination apart through codeThank you
Generatepress Template:
<div class="wc-columns-container wc-columns-5 wc-mobile-columns-1"><div class="woocommerce-notices-wrapper"></div><form class="woocommerce-ordering" method="get"> <select name="orderby" class="orderby" aria-label="Shop order"> <option value="relevance" selected='selected'>Relevance</option> <option value="popularity" >Sort by popularity</option> <option value="date" >Sort by latest</option> <option value="price" >Sort by price: low to high</option> <option value="price-desc" >Sort by price: high to low</option> </select> <input type="hidden" name="paged" value="1" /> <input type="hidden" name="s" value="lad" /><input type="hidden" name="post_type" value="product" /><input type="hidden" name="dgwt_wcas" value="1" /></form> <div class="products-per-page"> <form action="" method="POST" class="woocommerce-products-per-page"> <select name="jc-woocommerce-products-per-page" onchange="this.form.submit()"> <option value="10" >10</option> <option value="20" >20</option> <option value="30" selected='selected'>30</option> <option value="50" >50</option> <option value="100" >100</option> </select> per page </form> </div> <p class="woocommerce-result-count"> Showing 1–100 of 267 results</p> <ul class="products columns-5">Other template:
<div class="storefront-sorting"><div class="wc-columns-container wc-columns-5 wc-mobile-columns-1"><div class="woocommerce-notices-wrapper"></div><form class="woocommerce-ordering" method="get"> <select name="orderby" class="orderby" aria-label="Shop order"> <option value="relevance" selected='selected'>Relevance</option> <option value="popularity" >Sort by popularity</option> <option value="date" >Sort by latest</option> <option value="price" >Sort by price: low to high</option> <option value="price-desc" >Sort by price: high to low</option> <option value="alphabetical" >Sort by name: A to Z</option> <option value="reverse_alpha" >Sort by name: Z to A</option> </select> <input type="hidden" name="paged" value="1" /> <input type="hidden" name="s" value="ladies" /><input type="hidden" name="post_type" value="product" /><input type="hidden" name="dgwt_wcas" value="1" /></form> <div class="products-per-page"> <form action="" method="POST" class="woocommerce-products-per-page"> <select name="jc-woocommerce-products-per-page" onchange="this.form.submit()"> <option value="10" >10</option> <option value="20" >20</option> <option value="30" selected='selected'>30</option> <option value="50" >50</option> <option value="100" >100</option> </select> per page </form> </div> <p class="woocommerce-result-count"> Showing 1–100 of 267 results</p> <strong><nav class="woocommerce-pagination"> <ul class='page-numbers'> <li><span aria-current='page' class='page-numbers current'>1</span></li> <li><a href='https://www.joseph-watches.com/page/2/?s=ladies&post_type=product&dgwt_wcas=1'>2</a></li> <li><a href='https://www.joseph-watches.com/page/3/?s=ladies&post_type=product&dgwt_wcas=1'>3</a></li> <li><a href="https://www.joseph-watches.com/page/2/?s=ladies&post_type=product&dgwt_wcas=1">→</a></li> </ul> </nav></strong> </div><ul class="products columns-5">August 14, 2019 at 5:01 pm #984438Tom
Lead DeveloperLead DeveloperHi there,
Are you using a pagination-specific plugin? I’m seeing this at the bottom of your page right now: http://prntscr.com/ostdbz
Let me know 🙂
August 19, 2019 at 3:54 am #987703Gisbert A.
Yes, I put this one because the other one doesn’t work, and at least I get something out of it.
If I change the staff, the other one comes out.
Isn’t there any shortcut that forces me to show it? or any other solution that forces me to see it?
Thank you
August 19, 2019 at 11:14 am #988202Tom
Lead DeveloperLead DeveloperIt should display by default. Can you disable the new one so I can check why the default one isn’t showing?
-
AuthorPosts
- You must be logged in to reply to this topic.