Title: sandeo's Replies | WordPress.org

---

# sandeo

  [  ](https://wordpress.org/support/users/sandeo/)

 *   [Profile](https://wordpress.org/support/users/sandeo/)
 *   [Topics Started](https://wordpress.org/support/users/sandeo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sandeo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sandeo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sandeo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sandeo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sandeo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RegistrationMagic - User Registration Forms Plugin] Major translation problem: remember me string not translating](https://wordpress.org/support/topic/major-translation-problem-remember-me-string-not-translating/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [8 years ago](https://wordpress.org/support/topic/major-translation-problem-remember-me-string-not-translating/#post-10194849)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] new version not loading](https://wordpress.org/support/topic/new-version-not-loading-2/)
 *  [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/new-version-not-loading-2/page/3/#post-8884835)
 * 1.3.1 is also not working fine here. Fails to save. Fortunately, rollback process
   is easy.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adding a custom field to registration form on checkout](https://wordpress.org/support/topic/adding-a-custom-field-to-registration-form-on-checkout/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/adding-a-custom-field-to-registration-form-on-checkout/#post-8344971)
 * Okay, 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress running out of memory](https://wordpress.org/support/topic/wordpress-running-out-of-memory/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/wordpress-running-out-of-memory/#post-7591572)
 * Okay, here is what I get:
 * memory_limit 768M
    max_execution_time 18000
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress running out of memory](https://wordpress.org/support/topic/wordpress-running-out-of-memory/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/wordpress-running-out-of-memory/#post-7591570)
 * Hi 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress running out of memory](https://wordpress.org/support/topic/wordpress-running-out-of-memory/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/wordpress-running-out-of-memory/#post-7591511)
 * Yes, 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stock Manager for WooCommerce] Variaties not working since upgrade of Woocommerce](https://wordpress.org/support/topic/variaties-not-working-since-upgrade-of-woocommerce/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/variaties-not-working-since-upgrade-of-woocommerce/#post-7163817)
 * Hi,
 * Thank you for your reply, looking forward to the update.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Change product page layout](https://wordpress.org/support/topic/change-product-page-layout/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/change-product-page-layout/#post-5659825)
 * Option 1 worked perfectly. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Remove the sticky header for mobile (but keep it for pc version)](https://wordpress.org/support/topic/remove-the-sticky-header-for-mobile-but-keep-it-for-pc-version/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-the-sticky-header-for-mobile-but-keep-it-for-pc-version/#post-5702312)
 * Unfortunately no luck here… Also changing width to 785 pixels doesn’t help…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Change product page layout](https://wordpress.org/support/topic/change-product-page-layout/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-product-page-layout/#post-5659764)
 * Hehe, Will think about the options. Thx!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Remove the blank space between header and slider](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/#post-5610559)
 * Here is the link to my developer website environment:
 * [http://tatianacollection.net63.net/](http://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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Remove the blank space between header and slider](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/#post-5610553)
 * Unfortunately, still no luck…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Remove the blank space between header and slider](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/#post-5610545)
 * Thanks for your help. 🙂 Unfortunately, it didn’t work, the blank space is still
   there…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Remove the blank space between header and slider](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/#post-5610461)
 * Hi Bojan,
 * Thanks for answering.
    My website is located here: [http://tatianacollection.net63.net/](http://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](http://codex.wordpress.org/Forum_Welcome#No_Bumping). ]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Remove the blank space between header and slider](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/)
 *  Thread Starter [sandeo](https://wordpress.org/support/users/sandeo/)
 * (@sandeo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-the-blank-space-between-header-and-slider/#post-5610382)
 * Here is the screenshot:
 * [http://oi61.tinypic.com/votoo1.jpg](http://oi61.tinypic.com/votoo1.jpg)

Viewing 15 replies - 1 through 15 (of 15 total)