sandeo
Forum Replies Created
-
Hi guys,
I installed the latest version and I guess the issue is resolved. However I am getting the error messages that are not translated. For example, this one:
ERROR: THE USERNAME OR PASSWORD YOU ENTERED IS INCORRECT. LOST YOUR PASSWORD?Can you look at it?
Thanks,Nikita
1.3.1 is also not working fine here. Fails to save. Fortunately, rollback process is easy.
Forum: Plugins
In reply to: [WooCommerce] Adding a custom field to registration form on checkoutOkay, stupid me that was using the wrong hook and that forgot to call $wpdb. Problem solved, here is the code that worked:
add_action(‘woocommerce_created_customer’, my_custom_checkout_field_update_user_meta’);
function my_custom_checkout_field_update_user_meta( $user_id ) {
if ($user_id && $_POST[‘group_id’]) {
global $wpdb;
$wpdb->insert(‘wp_groups_user_group’,array( ‘user_id’ => $user_id, ‘group_id’ => $_POST[‘group_id’] ),array( ‘%s’, ‘%s’ ));
}
}Forum: Fixing WordPress
In reply to: WordPress running out of memoryOkay, here is what I get:
memory_limit 768M
max_execution_time 18000Forum: Fixing WordPress
In reply to: WordPress running out of memoryHi Steve,
Thanks for your reply and sorry for the late reaction from my side(been on holidays). There are some plug-ins installed indeed and a few lines of custom code, but I disabled the most demanding of them (like Yoast SEO), but it didn’t make a difference. Also, the probl3em occured when the custom code was not there yet.
Is there any way I can trace what is causing the issue? I am using cPanel as OS.
Forum: Fixing WordPress
In reply to: WordPress running out of memoryYes, wordpress and php are given enough Memory using the tips from that guide, but it looks like sometimes they use just too much resources. Lately, the issue occurs even more frequently. I also disabled WordPress cron jobs, but that didn’t help.
Hi,
Thank you for your reply, looking forward to the update.
Forum: Themes and Templates
In reply to: [Fruitful] Change product page layoutOption 1 worked perfectly. ??
Unfortunately no luck here… Also changing width to 785 pixels doesn’t help…
Forum: Themes and Templates
In reply to: [Fruitful] Change product page layoutHehe, Will think about the options. Thx!
Forum: Themes and Templates
In reply to: [Fruitful] Remove the blank space between header and sliderHere is the link to my developer website environment:
https://tatianacollection.net63.net/
(Earlier it was just switched on maintenance mode, so i switched that option off for now). Thanks for checking out.
Forum: Themes and Templates
In reply to: [Fruitful] Remove the blank space between header and sliderUnfortunately, still no luck…
Forum: Themes and Templates
In reply to: [Fruitful] Remove the blank space between header and sliderThanks for your help. ?? Unfortunately, it didn’t work, the blank space is still there…
Forum: Themes and Templates
In reply to: [Fruitful] Remove the blank space between header and sliderHi Bojan,
Thanks for answering.
My website is located here:
https://tatianacollection.net63.net/
You can login with user: [ redacted ] pass: [ also redacted ]
Tried putting all kind of codes in the custom css section, but it didn’t work out. Hope you can help me out. ??[ No bumping please. ]
Forum: Themes and Templates
In reply to: [Fruitful] Remove the blank space between header and sliderHere is the screenshot: