COLONEL LITTMAN'S BLACK CROSS - (2 Fig logs/cuttings)LAST SET!! DON'T MISS OUT!! (2024)

  • Home
  • Browse
  • Fig Tree Cuttings
  • COLONEL LITTMAN'S BLACK CROSS - (2 Fig logs/cuttings)LAST SET!! DON'T MISS OUT!!(55305012)

× 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=FreedomFoodFarm&template=ask_listing_question&listingID=55305012&returnUrl=%2FListing%2FDetails%2F55305012%2FCOLONEL-LITTMANS-BLACK-CROSS-2-Fig-logscuttingsLAST-SET-DONT-MISS-OUT'; var contactSellerHtml = '

'; $(".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=55305012&Receiver=FreedomFoodFarm' .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=FreedomFoodFarm&template=ask_listing_question&listingID=55305012&returnUrl=%2FListing%2FDetails%2F55305012%2FCOLONEL-LITTMANS-BLACK-CROSS-2-Fig-logscuttingsLAST-SET-DONT-MISS-OUT'; 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=55305012&Receiver=FreedomFoodFarm' .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=FreedomFoodFarm&template=ask_listing_question&listingID=55305012&returnUrl=%2FListing%2FDetails%2F55305012%2FCOLONEL-LITTMANS-BLACK-CROSS-2-Fig-logscuttingsLAST-SET-DONT-MISS-OUT'; 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=55305012&Receiver=FreedomFoodFarm' .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.' + "

    COLONEL LITTMAN'S BLACK CROSS - (2 Fig logs/cuttings)LAST SET!! DON'T MISS OUT!! (2024)

    FAQs

    What does Colonel Littman's Black Cross fig taste like? ›

    About the Fruit

    Delve into the delectable universe of Colonel Littman's Black Cross Fig, a rare and remarkable fruit that tantalizes the palate with its sumptuous flavor. This fig variety, with its rich, dark purple skin, encases an exquisite red flesh that exudes a sweet, complex taste with a hint of berry.

    How long should fig cuttings be? ›

    Using sharp pruners or loppers, take fig cuttings from branch tips from last year's growth. They should be about ½ to ¾ inches thick and at 1 foot long or more. Longer growth can be cut into smaller segments with at least 4 leaf nodes (where new shoots grow).

    How do you strike fig cuttings? ›

    Take cuttings (not too thick) and cut them into around 8 inch (20 centimeter) long pieces. Cut them right above a little bud where a leaf was growing. A new little stem will start to grow from this point. Put the cutting in a pot filled with moist soil and leave it there.

    Do fig cuttings need sun? ›

    Pre-Root Fig Cuttings

    No light needed! Woodier, dormant cuttings grow roots without soil if they're in warm, moist conditions. No light needed! This means that you can “pre-root” them before potting them up.

    What is the best mix for fig cuttings? ›

    What Soil Do You Use? Many growers will make their own soil mix using peat, coconut coir, perlite, and other ingredients. Personally, I'm a huge fan of ProMix. It works great for growing vegetable transplants and also works great for fig cuttings.

    What are the best cuttings for figs? ›

    For beginner fig propagation, the cutting should be at least 8" long. I can often times get 4-5" cuttings to do great, but it takes a bit more finesse. If you've got plenty of new wood on the tree, take a longer cutting. Try to find a cutting that has at least 3-4 nodes, if not more.

    What is the best temperature for rooting fig cuttings? ›

    Cuttings need to absorb water before they start sending out roots. During this stage cuttings need high humidity, temperatures between 72 F and 78 F, and fresh air.

    Are fig trees easy to propagate? ›

    ANSWER: Figs trees are easy to propagate from dormant, hardwood cuttings taken this month. Cut 10- to 12-inch pieces from the ends of branches. You may plant several fig cuttings together in a container of potting soil covering the lower 4 to 6 inches of the cuttings.

    What is the best fertilizer for a fig tree? ›

    Use a general-purpose, slow-release, and preferably organic fruit tree fertilizer with a formula composition of 8-8-8 or 10-10-10. Choose a fertilizer that will also help maintain their preferred pH. Fruiting Fig trees given too much nitrogen can promote lots of leafy growth and not much fruit.

    How deep to bury fig cuttings? ›

    Score the bottom of the cutting, dip the end in rooting hormone, and bury the cutting as deep as you can, but allow at least a few nodes above the soil line. Choose an area that's going to be this tree's permanent home. One that's sunny, warm, and has well-draining soil.

    Do fig trees need lots of water? ›

    Figs don't like wet feet, so don't water them too often. Allow the tree to dry a bit between watering. Remember to water slowly and deeply; just don't overwater. Every ten days to two weeks is sufficient.

    What is the sweetest fig in the world? ›

    With deep blue-purple skin, rose-red flesh, the black mission fig is the sweetest variety of figs.

    What does black Genoa fig taste like? ›

    A popular variety with almost black fruit and striking dark red flesh inside. One of the highest yielding varieties, it will bear two crops a year in most climates. Produces large fruits that are packed with sweetness and best eaten fresh or used in jams.

    What do black celeste figs taste like? ›

    Black Celeste is considered the best tasting among Celeste figs, with a more intense berry flavor. Additionally, there are many figs under the Celeste umbrella that vary in taste and characteristics.

    What does black Madeira fig taste like? ›

    Black Madeira has a fruity flavor, is sugary sweet and can become very thick and syrupy the further it ripens. Many enthusiasts say it is one of the best tasting figs. This fig likes heat, full sun and a longer growing season. It can be challenging to grow in some locations.

    Top Articles
    Latest Posts
    Article information

    Author: Dan Stracke

    Last Updated:

    Views: 6428

    Rating: 4.2 / 5 (63 voted)

    Reviews: 94% of readers found this page helpful

    Author information

    Name: Dan Stracke

    Birthday: 1992-08-25

    Address: 2253 Brown Springs, East Alla, OH 38634-0309

    Phone: +398735162064

    Job: Investor Government Associate

    Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

    Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.