Firat Kaya

Results 5 comments of Firat Kaya

I update my code: It's work fine for me. You can develop this code: ```javascript if (typeof $.fn.mask === "function") { $('[data-format="card-expiry-date"]') .mask("AB/CD", { translation: { A: { pattern: /[0-9]/...

I fixed with this code: ``` function benfiratkaya_add_search_form($items, $args) { if ($args->theme_location == 'primary' && !is_better_amp()) { $searchForm = get_search_form(false); $items .= $searchForm; } return $items; } add_filter('wp_nav_menu_items', 'benfiratkaya_add_search_form', 10,...

Not showing CustomItems crafts in FastCraft menu. I can crafting in CraftingTable menu but I can't see in FastCraft menu.

Recipe system: ``` recipes: - shape: - bbx - bcx - xcx shaped: true items: - item: platinum amount: 1 allowDamaged: false key: b - item: minecraft:IRON_INGOT amount: 1 allowDamaged:...