iteamweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Display Categories Widget] Replacement for pluginThanks, soon we will be up with updated version and tested in new WP versions
Forum: Plugins
In reply to: [Display Categories Widget] Widget displays outside of sidebarthis can also be solved in css,
https://snipboard.io/ZesPIw.jpgForum: Plugins
In reply to: [Display Categories Widget] Widget displays outside of sidebarPlease try as this
https://snipboard.io/sjLPrW.jpgadding
.displaycategorieswidget-2{float: left;}Forum: Plugins
In reply to: [Display Categories Widget] Fatal error after updating to 3.0Sorry guys for the late response. Operator updated. use 3.1 version
Operator updated. use 3.1 version
Forum: Plugins
In reply to: [Display Categories Widget] how show category in pagesDo you want to list categories on pages and have navigation. So basically list of categories with links and short code to these function.
Forum: Reviews
In reply to: [Display Categories Widget] I want to give five…Thanks for kind words. Sure will provide as much support as i can
Forum: Plugins
In reply to: [Display Categories Widget] “Function create_function() is deprecated”updated code, now works with php7
Forum: Plugins
In reply to: [Display Categories Widget] Put category in order we wantSorry for the late response. Here are few methods
1. You can order the categories by Name, Id, Count of posts in it
2. Sorting as Ascending or DescendingForum: Plugins
In reply to: [Display Categories Widget] Function create_function() is deprecatedWe have updated the plugin to remove old code and Deprecated functions in latest plugin update
Forum: Plugins
In reply to: [Display Categories Widget] Plugin Still Using Deprecated Constructor MethodThanks Tracy, Updated to repo. Thanks for your help as well.
Forum: Plugins
In reply to: [Display Categories Widget] StylingHi users,
Mr.Tyree solution should have solved the issue.
.widget { margin-bottom: 20px; }
Or else if you meant about contents in widget use
.DisplayCategoriesWidget { margin-bottom: 20px; } .dcw li{ margin-bottom: 20px; }
Thanks for contacting us. Let me know what are the customization that you are looking for while using PRODUCT categories widget of WooCommerce?
By Default it has dropdown, hide empty, show count etc.Hi,
This plugin is mainly for using one single instance of widget on a page. But let me know, what would be the purpose where you need 2 widgets on same page with drop downs. So that i can provide functionality accordingly.Forum: Plugins
In reply to: [Display Categories Widget] Formatting Output – Font SizeAs this is a widget you can add formatting in style.css of your child theme.
Example
.DisplayCategoriesWidget{font-size:14px}
.DisplayCategoriesWidget ul li{font-size:14px}