Mihaly Soft
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce extremely slow after WordPress 4.2 updateMy client has a website with over 120.000 products organized in over 4.500 of categories.
I saw a slow down in the admin while trying to list the products at"/wp-admin/edit.php?post_type=product"
I figured out that it was caused by WooCommerce because it generates the dropdown “Select a category” with product counts included so I added the following filter (that removes the counts) to my theme’s functions.php file:add_filter('wc_product_dropdown_categories_get_terms_args', 'wc_product_dropdown_categories_get_terms_args_limiter', 100); function wc_product_dropdown_categories_get_terms_args_limiter($args) { $new_args = array( 'pad_counts' => 0, 'show_counts' => 0, 'hierarchical' => 0 ); $args = wp_parse_args( $new_args, $args ); return $args; }
I know that is not exactly what you are looking for but it solves the slow down problem on that page at least.
Forum: Plugins
In reply to: [Soccer Info] wpsi_remote_get_failedThank you for reporting this issue, I will try to fix it as soon as possible.
Is it possible for you to display the EPL added into a page or post?
Please send me a link to your site and let me know what WordPress version are you using.
What league did you want to display?Forum: Plugins
In reply to: [Soccer Info] TablesThat is something I would like to add to the new version (2.0)
I started a crowdfunding project at Indiegogo because I need some time to build the new version
Please contribute at https://www.indiegogo.com/projects/soccer-info-2-0-football-plugin-for-wordpress/
If you can’t send any amount to fund the new version, please share that page on your Facebook/Twitter/Google+ account and send emails to your friends. That would really help to bring this plugin to the next level.Thank you!
Forum: Plugins
In reply to: [Soccer Info] Translate and change name of teamYou can’t change the name of the teams.
But you gave me a great idea, maybe we will have that possibility in the future.
I will keep this thread open.Forum: Plugins
In reply to: [Soccer Info] Translate and change name of teamThe plugin’s language depends on your website’s language.
You may add new languages by adding the .mo language files into the “lang” folder of the plugin. The naming must be conventional as you may see the other language files.Forum: Plugins
In reply to: [Soccer Info] Issue with cssThank you for highlighting this issue.
I will try to fix it in the next release of the plugin.Forum: Plugins
In reply to: [Soccer Info] Change team nameThis was solved in the 1.7 version.
Forum: Plugins
In reply to: [Soccer Info] UEFA Champions LeagueThe UEFA Europa League and UEFA Champions League.
You may check the rest while updating to 1.7 version.I also added a contribution link/button to the plugin and to the plugin’s page here at www.ads-software.com
If you find my plugin useful, please visit its page at https://www.ads-software.com/plugins/soccer-info/ and make a donation.Thank you,
SzilardForum: Plugins
In reply to: [Soccer Info] Changing language?Solved
Thank you and I am glad that you could solve the problem.
Forum: Plugins
In reply to: [Soccer Info] How to make mobile friendly?Well, you can customize the width of the tables in the plugin’s shortcode editor. You can use 100% to match your mobile device’s width and you can always edit the CSS file. I hope that helps.
Forum: Plugins
In reply to: [Soccer Info] the plugin is not working for wordpress Version 3.9Hello,
I new update was released that fixes the errors with the shortcode insertion.
Please clear your browser’s cache after you update the plugin.Hello,
I new update was released that fixes the errors with the shortcode insertion.
Please clear your browser’s cache after you update the plugin.We know about the problem with the MLS, we hope that will be solved in the future in our next major update.