Title: wpejay's Replies | WordPress.org

---

# wpejay

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google for WooCommerce] Miss GTIN & MPN attributes from Woocoomerce Germanized](https://wordpress.org/support/topic/miss-gtin-mpn-attributes-from-woocoomerce-germanized/)
 *  [wpejay](https://wordpress.org/support/users/wpejay/)
 * (@wpejay)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/miss-gtin-mpn-attributes-from-woocoomerce-germanized/#post-17886468)
 * Thanks for the information. It helped to find a solution. This should work. I
   tested it and for me it’s working.
 * add_filter(‘woocommerce_gla_attribute_mapping_sources_custom_attributes’, function(
   $values) {
   return array_merge($values, [‘gtin’]);});
 * add_filter(‘woocommerce_gla_product_attribute_value_gtin’, function ($value, 
   $product) {
   error_log(‘Checking GTIN for product ID: ‘ . $product->get_id());
   $gzd_product = wc_gzd_get_gzd_product($product);if ($gzd_product && $gzd_product-
   >get_gtin()) {error_log(‘GTIN found: ‘ . $gzd_product->get_gtin());return $gzd_product-
   >get_gtin();}error_log(‘No GTIN found for product ID: ‘ . $product->get_id());
   return $value;}, 10, 2);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google for WooCommerce] Miss GTIN & MPN attributes from Woocoomerce Germanized](https://wordpress.org/support/topic/miss-gtin-mpn-attributes-from-woocoomerce-germanized/)
 *  [wpejay](https://wordpress.org/support/users/wpejay/)
 * (@wpejay)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/miss-gtin-mpn-attributes-from-woocoomerce-germanized/#post-17886084)
 * I am experiencing the same issue. Is there a way to add custom existing attributes,
   or is there a way to fetch the data from the Germanized add-on?
 * I would like to assign the value of _ts_gtin (GTIN) from the Germanized Plugin
   because I have over 500 products in my online shop and have already added the
   GTIN to another field for the Germanized Plugin.
 * Best regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hide and Seek Header] Landing page Mode – Move Website Content up, when Main menu is hidden](https://wordpress.org/support/topic/landing-page-mode-move-website-content-up-when-main-menu-is-hidden/)
 *  Thread Starter [wpejay](https://wordpress.org/support/users/wpejay/)
 * (@wpejay)
 * [6 years ago](https://wordpress.org/support/topic/landing-page-mode-move-website-content-up-when-main-menu-is-hidden/#post-12892426)
 * Hi Mark,
 * thank you for the update! The hidden header in landing page mode works 🙂
    Unfortunately
   the sticky menu is not working anymore. When I scroll up, the normal menu is 
   displayed and not the sticky header.
 * I figured out that it would be good if there would be another option in the settings.
   Would it be possible to add an option in the settings to change the visibility
   of the sticky menu when scrolling up or down? or maybe also always showing the
   sticky menu during scrolling? It would give the plugin perfect flexibility.
 * Best and thanks a lot
    Adrian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hide and Seek Header] Landing page Mode – Move Website Content up, when Main menu is hidden](https://wordpress.org/support/topic/landing-page-mode-move-website-content-up-when-main-menu-is-hidden/)
 *  Thread Starter [wpejay](https://wordpress.org/support/users/wpejay/)
 * (@wpejay)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/landing-page-mode-move-website-content-up-when-main-menu-is-hidden/#post-12846177)
 * Great! I will try it out right away 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hide and Seek Header] Landing page Mode – Move Website Content up, when Main menu is hidden](https://wordpress.org/support/topic/landing-page-mode-move-website-content-up-when-main-menu-is-hidden/)
 *  Thread Starter [wpejay](https://wordpress.org/support/users/wpejay/)
 * (@wpejay)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/landing-page-mode-move-website-content-up-when-main-menu-is-hidden/#post-12821512)
 * Hi [@mlchaves](https://wordpress.org/support/users/mlchaves/),
    thanks for your
   reply
 * Actually, the landing page mode is very useful and a really helpful feature.
   
   I am glad you didn’t remove it 🙂

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