null

Lady Georgiana Fullerton

Lady Georgiana Fullerton

Lady Georgiana Fullerton

Lady Georgiana Fullerton (1812-1885) was an English novelist, philanthropist, biographer, and school founder born into a noble political family. After living in Rome with her husband Alexander Fullerton for several years, she and Alexander both converted to Catholicism and devoted themselves to serving religious orders in need.

More books by author

The Life of St. Frances of Rome

$16.95
SKU: 3360-GROUPED ISBN: 9781505135664

$.noConflict(); var $ = jQuery.noConflict(); // Assign `$` back to jQuery $(function() { // Handler for .ready() called. Put the Slick Slider etc. init code here. /************* POPUP for Product Page *********/ $(".product-bottom-section .section-outer:nth-of-type(2)").hide(); jQuery(".lookinside-popup").hide(); jQuery(".openpop").click(function (e) { e.preventDefault(); // jQuery('body').addClass('changeCursor'); var pdfcustom = $("#pdf-custom-field").text(); jQuery(".lookinside-popup iframe").attr("src", pdfcustom); jQuery(".links").fadeOut('slow'); jQuery(".lookinside-popup").fadeIn('slow'); var pp = jQuery('[itemprop="offers"] .price.price--withoutTax').text(); jQuery('.popup-price').empty().append(pp); let skuValue =jQuery('.productView-info-value[itemprop="sku"]').text(); let qtyValue =jQuery('.form-input--incrementTotal').val(); jQuery(".add-to-cart-links").attr("href", `/cart.php?action=add&sku=${skuValue}&qty=${qtyValue}`); }); jQuery(".lookinside-close").click(function () { //jQuery('body').removeClass('changeCursor'); jQuery('.lookinside-popup').fadeOut("slow"); jQuery(".links").fadeIn("slow"); }); /******** Optimized Homepage JS ********/ jQuery(document).ready(function () { // Function to fetch and display product grids function loadProductGrid(url, containerClass, sliderClass, maxItems = 10) { jQuery.ajax({ type: "GET", url: url, success: function (data) { let products = jQuery(data).find(".productGrid").html(); let productHTML = ""; let count = 0; jQuery(products).each(function () { if (jQuery(this).find(".card-img-container img").length && count < maxItems) { let productLink = jQuery(this).find(".card-figure a:first").attr("href"); let productImg = jQuery(this).find(".card-img-container img").attr("src"); productHTML += `
`; count++; } }); // Append products to the specified container jQuery(`.${containerClass} .productGrid`).append(productHTML); // Initialize Slick slider if not already initialized let slider = jQuery(`.${sliderClass}`); if (!slider.hasClass("slick-initialized")) { slider.slick({ centerMode: false, centerPadding: "0", dots: true, slidesToShow: 5, slidesToScroll: 5, responsive: [ { breakpoint: 800, settings: { slidesToShow: 3, slidesToScroll: 3, }, }, { breakpoint: 550, settings: { slidesToShow: 2, slidesToScroll: 2, }, }, ], }); } }, error: function (xhr, status, error) { console.error(`Error loading ${containerClass}:`, error); }, }); } // Fetch and display product grids loadProductGrid("/other-catholic-books/new-releases", "newrelease-product", "newrelease-slider"); loadProductGrid("books/general/coming-soon", "coming_soon", "comingsoonProducts"); }); /******** End Optimized Homepage JS ********/ //$("[data-content-region=\"category_slider--global\"] .category-slider").show(); /****end category slider mess *****/ })