Muad_Dib
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change image size of product categories shortcodeHello,
Thank you for the reply. I am using multiple instances of the [product_categories] shortcode. Here are some instances:
[product_categories orderby="" order="ASC" columns="2" ids="62, 63"] [product_categories orderby="" order="ASC" columns="3" ids="68, 69, 70" number="8"]
- This reply was modified 4 years, 4 months ago by Muad_Dib.
Forum: Plugins
In reply to: [WooCommerce] Hide password reset form after successful resetHas anyone looked at this issue, can it be fixed?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce translation, is changed only every two by three!Hi,
I had the same problem when using loco translate, I always ended up losing my custom translation when the plugin updated them. I found that in order to make the translations future proof, you have to add a new translation in Loco, select the language you want (even if it already exists) and select the custom location for the translation languages/loco/plugins/language-name.po
Hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Change fileds in email templateHi ribopg,
No, I didn’t managed to resolve this issue. I am still searching for a solution. If you find one, please let me know.
Regards,
Muad_DibForum: Plugins
In reply to: [WooCommerce] Change fileds in email templateDoesn’t anyone know to point me in the right direction?
Forum: Plugins
In reply to: [Revisr] The install path to Git was not recognized.I managed to get the plugin working after I changed my development environment from MAMP to Varying Vagrant Vagrants. Now it works fine.
Forum: Plugins
In reply to: [WP Category Permalink] Problem with WooCommerce compatibility after updateHello again,
I have updated to version 2.1 and I have a host of other problems. Can you provide me with the version 2.0 please?
Forum: Plugins
In reply to: [WP Category Permalink] Problem with WooCommerce compatibility after updateNice to see you know my real name ??
Yes, you are correct, the 2.0 update fixes this problem. Nice work!
Best regards,
Muad_DibAfter the update to 3.4.1 my problem disappeared. So something in that update was a fix for my problem.
When I try to visit the stats module in Jetpack, I receive the following error message:
Fatal error: Call to undefined function wp_generate_password() in /home/X/public_html/wp-content/plugins/jetpack/class.jetpack-client.php on line 54
I receive the same error as the other guys above is I try to visit the settings page for Jetpack:
Manage could not be activated because it triggered a fatal error. Perhaps there is a conflict with another plugin you have installed?
Fatal error: Call to undefined function wp_generate_password() in /home/x/public_html/wp-content/plugins/jetpack/class.jetpack-client.php on line 54
Somebody should have this checked.
Forum: Fixing WordPress
In reply to: Different languages for front-end and back-end.I found a workaround for this problem, by using the following code:
function native_admin_lang( $locale ) { if ( is_admin() ) { return 'en_US'; } return $locale; } add_filter( 'locale', 'native_admin_lang' );
This forces English on the wp-admin page, but if you are viewing your site it’s still in your selected language.
Forum: Hacks
In reply to: Related posts for custom post typeThank you very much fried_eggz!
Forum: Plugins
In reply to: [Uji Countdown] Problem loading resource over HTTPSHello Raul,
Thank you for your response. Unfortunately I am not aware of an update that fixes the problem I reported. Do you have an update on the status of this fix?
Best regards,
MuadForum: Plugins
In reply to: [WP Category Tag Cloud] Problem with minify plug-inHi,
Your fix worked perfectly. Thank you sir! I am most obliged!
Forum: Plugins
In reply to: [WP Category Tag Cloud] Custom width for widgetThank you very much for your help! The update solved my problem, now the tag ball is centered in my sidebar.
Best regards,
Muad_Dib