Peter's Honey Fig Tree (9" Tree Pot) (2024)

  • Home
  • Browse
  • Fig Trees
  • Peter's Honey Fig Tree (9" Tree Pot)(54719198)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned if ((autoGenerateInvoices || ownerAllowsInstantCheckout) && data.LineItemID) { var checkoutUrl = 'https://figbid.com/Home/Checkout'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0 && showMessageToSeller) { var contactSellerUrl = '/Account/SendListingMessage?receiver=The1FigMan&template=ask_listing_question&listingID=54719198&returnUrl=%2FListing%2FDetails%2F54719198%2FPeters-Honey-Fig-Tree-9-Tree-Pot'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=54719198&Receiver=The1FigMan' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; var feedbackHtmlList = '

  • ' + 'Submit Feedback' + ' #' + data.LineItemID + '
  • '; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

    ×" + contextMessageDictionary[data.ReasonString] + "

    "; } else { systemMessage = "

    ×" + data.ReasonString + "

    "; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

    ×" + contextMessageDictionary[data.ReasonString] + "

    "; } else { systemMessage = "

    ×" + data.ReasonString + "

    "; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); //render checkout button if the listing ends successfully and the winner is viewing $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { var checkoutUrl = 'https://figbid.com/Home/Checkout'; var checkoutHtml = '

    ' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

    '; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0 && showMessageToSeller) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=The1FigMan&template=ask_listing_question&listingID=54719198&returnUrl=%2FListing%2FDetails%2F54719198%2FPeters-Honey-Fig-Tree-9-Tree-Pot'; var contactSellerHtml = '

    ' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

    '; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=54719198&Receiver=The1FigMan' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

    ' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

    '; var feedbackHtmlList = '

  • ' + 'Submit Feedback' + ' #' + data.LineItemID + '
  • '; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://figbid.com/Home/Checkout'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

    ' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

    '; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist ///change Invoice text to Checkout if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

    ' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

    '; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (true && $("a.btn__detail__contactuser").length == 0 && showMessageToSeller) { var contactSellerUrl = '/Account/SendListingMessage?receiver=The1FigMan&template=ask_listing_question&listingID=54719198&returnUrl=%2FListing%2FDetails%2F54719198%2FPeters-Honey-Fig-Tree-9-Tree-Pot'; var contactSellerHtml = '

    ' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

    '; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (true) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=54719198&Receiver=The1FigMan' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

    ' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

    '; var feedbackHtmlList = '

  • ' + 'Submit Feedback' + ' #' + data.LineItemID + '
  • '; if ($(".detail__feedback").length == 0) { $(".detail__context-menu").append(feedbackHtml).show(); } else { $(".detail__feedback-dropdown-menu").append(feedbackHtmlList); } jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); $('.seller_return_policy').click(function (event) { event.preventDefault(); $('html, body').animate({ scrollTop: $(".details_return_policy").offset().top }, 2000); }); });

    ×" + 'There are only 1 items available. Please select a lower quantity to purchase.' + "

    ×" + 'There are only 1 items available. Please select a lower quantity to purchase.' + "

    Peter's Honey Fig Tree (9" Tree Pot) (2024)

    FAQs

    How big of a pot does a fig tree need? ›

    While fig trees can be grown in smaller containers when they're young, eventually each tree will require a 15-20 gallon container. This size container is ideal for fig growing because it promotes an ample root system without encouraging excessive top growth plus you can still move it around easily.

    How often should I water a potted fig tree? ›

    Once every 10 days or two weeks is plenty. Worse than dry, thirsty roots is waterlogged, drowning roots.

    What is the best fig tree for pots? ›

    Growing figs in containers is actually quite easy especially if you choose a dwarf variety like the Little Miss Figgy or a small fig tree like the Celeste. But even the larger figs like Brown Turkey or Chicago Hardy can be grown in reasonably sized container with some extra pruning.

    What is a fig tree in the Bible? ›

    New Testament

    The fig tree could be understood as symbolic of Israel Joel 2:21–25. The parable of the barren fig tree is a parable of Jesus recorded in the Gospel of Luke 13:6–9. A vinekeeper holds out hope that a barren fig tree will bear fruit next year.

    What is the best fertilizer for fig trees in pots? ›

    Trees kept in containers need fertilizer more often than trees planted in the ground. To fertilize your fig trees, give them a slow release fertilizer that's well-balanced, like formula 10-10-10 or 8-8-8, once in the spring and once in the fall.

    How long does it take for a potted fig tree to bear fruit? ›

    Most fig trees take three to five years to start ripening fruit. Prior to that, figs may form along stems where each leaf attaches, but they won't ripen. Potted figs may bear fruit sooner. Unripe figs are green, firm and perpendicular to the branch.

    What does an overwatered fig tree look like? ›

    The telltale sign of too much water and not enough sunlight is that your plant will start to get brown spots in the middle of the leaf as well as at the edges. You may also see a yellowing of the leaves before they fall off.

    Do fig trees like morning or afternoon sun? ›

    For good fruit crops, and vigorous growth, plant in full sunlight. Cold injury will be further reduced if the fig does not receive direct sunlight early in the morning or late in the evening during the winter months. However, the site should receive a minimum of eight hours of sunlight daily during the growing season.

    How to tell if a fig tree needs water? ›

    As a general rule, a Fig tree needs at least 1 to 1 1/2 inches of water a week. Check the tree's leaves, if they start turning yellow and dropping off then it's a sign that the tree needs to be watered. Keep the soil moist but not soaked. Adding a layer of mulch around the tree can help retain moisture.

    Do fig trees like Miracle Grow? ›

    Fertilization. Fig trees can survive with very little nutrients and are a lot more “forgiving” than most plants. Slow-release fertilizer, compost tea, etc. are good improvements, but Miracle Grow is not advised from my experience.

    What is the best location to plant a fig tree? ›

    Figs prefer a sunning location that gets sunlight 6 to 8 hours a day.

    Why did Jesus forbid the fig tree? ›

    When the tree has no fruit, Jesus curses it in order to send a message to the disciples about the connection between not bearing fruit and being cursed. A key observation brought me to this possibility: Jesus expected the tree to have fruit, but it did not. It only appeared to have fruit.

    Why is fig called the fruit of heaven? ›

    In Koran, in Surah At-Tin God swears upon fig by saying “by the fig, and the olive.” Prophet Muhammad, in one of his hadiths, said “If a Fruit ever descended from Paradise, I would say that this is it, as heaven's fruits contain no pips. Eat from it…” Fig had been a symbol of abundance in Ancient Greece and Egypt.

    What does a fig tree symbolize? ›

    From a spiritual symbol to a luxurious treat, the Fig tree is steeped in ancient meaning and for millennia, has symbolised wisdom and success in an abundance. Fig trees were so highly valued by the ancient Greeks that it was considered an honour to bestow upon the winner of various competitions.

    Do fig trees like to be root bound? ›

    Make sure the container is not too much larger than the root ball as fig trees like to have their roots “bound.” Remove the fig tree from the nursery pot and open up the roots gently.

    Do fig trees need full sun? ›

    Full sun is essential for an abundant harvest and the sweetest fruit. Ideally, you should plant fig trees in an area that receives six to eight hours of direct, daily sunlight. Less sunlight will prevent trees from producing as many figs compared to those planted with adequate light.

    How far should a fig tree be planted from a house? ›

    Space fig trees at least 20 feet away from any buildings or other trees. If given the chance, fig trees put down deep roots, so bear that in mind when choosing a planting spot.

    Do fig trees need a lot of space? ›

    Plenty of Space

    Be sure to plant fig trees at least 20 feet away from each other and other buildings. They grow wide and need space to ensure they get enough sunlight.

    Top Articles
    Latest Posts
    Article information

    Author: Corie Satterfield

    Last Updated:

    Views: 6474

    Rating: 4.1 / 5 (62 voted)

    Reviews: 85% of readers found this page helpful

    Author information

    Name: Corie Satterfield

    Birthday: 1992-08-19

    Address: 850 Benjamin Bridge, Dickinsonchester, CO 68572-0542

    Phone: +26813599986666

    Job: Sales Manager

    Hobby: Table tennis, Soapmaking, Flower arranging, amateur radio, Rock climbing, scrapbook, Horseback riding

    Introduction: My name is Corie Satterfield, I am a fancy, perfect, spotless, quaint, fantastic, funny, lucky person who loves writing and wants to share my knowledge and understanding with you.