Iconic
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] Custom Submenu ItemsIt’s not working as expected:
Debug info regarding submenus:
https://www.dropbox.com/s/9pcplgbwiqw0i6e/Screenshot%202018-04-19%2014.40.41.png?dl=0My custom settings:
https://www.dropbox.com/s/6jjzs8waqrcn5a5/Screenshot%202018-04-19%2014.41.27.png?dl=0The menu item still there:
https://www.dropbox.com/s/i0p3wqji7ke6d23/Screenshot%202018-04-19%2014.41.44.png?dl=0Forum: Plugins
In reply to: [Adminimize] Custom Submenu ItemsHey,
1. The plugin does see the submenu, however it gives it a custom ID of
woocommerce__100008
. When Adminimize actually checks which menus to hide it uses a different IDwoocommerce__08
, so the menu item isn’t hidden.2. I’ve added the custom menu no problem. However, it adds it as a top-level menu, so it isn’t found/hidden when the plugin compares it to available sub pages.
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Pagination list above product listHey,
I have no solution for adding pagination to the top. The plugin uses WooCommerce’s default pagination, so you could look into modifying that with hooks or templates.
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Not working after updateBest bet is to submit a ticket to [email protected] with WP logins so I can take a look for you!
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Not working after updateHave you tried updating to the new
[products]
shortcode? https://docs.woocommerce.com/document/woocommerce-shortcodes/[products category="kuhinjske-pipe" limit="12" pagination="true"]
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Not working after updateHey,
Try
[product_category category=”kuhinjske-pipe” limit="12" pagination=”true”]
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Pagination not working with attributeDoes this work for you?
[products per_page="12" columns="3" pagination="true" orderby="date"]
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Pagination not working with attributeInteresting! I’ve seen this concern a couple of times, but not sure I’ve tested it with 12. I’ll check that out.
No problem! You’re welcome to leave a review ??
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Pagination not working with attributeHey Chris,
I just tested this locally with color/blue and it worked as expected. Are you sure there’s more than 12 results? Try knocking it down to 2 and see what happens?
Forum: Reviews
In reply to: [Shortcode Pagination for WooCommerce] Not working wit Woo v3.2.5Hey,
I don’t know if you got this working, but you now need to add a new parameter to your shortcodes: pagination=”true”
Hey,
If the plugin is deactivated, then it’s not physically possible for said plugin to still be adding pagination – it *must* be coming from somewhere else!
Happy to login and take a look if you send the details to [email protected]
Thanks,
JamesHey,
If you’ve disabled and removed the plugin then it will no longer show the pagination. If the pagination still appears then it’s either:
– You need to clear your cache
– Something else is adding paginationForum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Issue with Pages 2+Hey,
No, you shouldn’t need to add anything else, but it may depend what page you’re using the shortcode on?
Hey, make sure you use the new pagination=”true” parameter. I’ve tested sale_products locally and it works as expected now.
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] not workingYou may need to ask the people at Divi. All that is required is to add the pagination=”true” parameter to whatever shortcode you’re using.
I’ll mark this as resolved for now.