| URL of sub-sitemap | Last modified (GMT) |
|---|---|
| https://nuvenu.co.uk/sitemap-misc.html | 2026-06-24T13:13:59+00:00 |
| https://nuvenu.co.uk/page-sitemap.html | 2026-06-24T13:13:59+00:00 |
jQuery(function($) { /** * COUNTDOWN */ var countdown_el = $('.countdown'); if (countdown_el.length > 0) { var countDate = new Date(countdown_el.data('end')); countdown_el.countdown({ until: countDate, compact: true, layout: '{dn} : {hnn} : {mnn} : {snn}' }); } /** * SOCIAL LINKS */ var social_el = $('.social'); if (social_el.length > 0) { var link_target = social_el.data('target'); if (link_target == 1) { social_el.find('a').attr('target', '_blank'); } } /** * SUBSCRIBE FORM */ var subscribe_form = $('.subscribe_form'); if (subscribe_form.length > 0) { // validate form subscribe_form.validate({ submitHandler: function(form) { var subscribe_form_data = 'action=wpmm_add_subscriber&' + subscribe_form.serialize(); $.post(wpmmVars.ajaxURL, subscribe_form_data, function(response) { if (!response.success) { alert(response.data); return false; } $('.subscribe_wrapper').html(response.data); }, 'json'); return false; } }); } /** * CONTACT FORM */ if ($('.contact').length > 0) { // show form $('body').on('click', '.contact_us', function() { var open_contact = $(this).data('open'), close_contact = $(this).data('close'); $('.contact').fadeIn(700); $('.' + open_contact).addClass(close_contact); }); // validate form var contact_form = $('.contact_form'); contact_form.validate({ submitHandler: function(form) { var contact_form_data = 'action=wpmm_send_contact&' + contact_form.serialize(); $.post(wpmmVars.ajaxURL, contact_form_data, function(response) { if (!response.success) { alert(response.data); return false; } contact_form.parent().append('
This XML sitemap is used by search engines which follow the XML sitemap standard. This file contains links to sub-sitemaps, follow them to see the actual sitemap content.
This file was dynamically generated using the WordPress content management system and XML Sitemap Generator for Google by Auctollo.
| URL of sub-sitemap | Last modified (GMT) |
|---|---|
| https://nuvenu.co.uk/sitemap-misc.html | 2026-06-24T13:13:59+00:00 |
| https://nuvenu.co.uk/page-sitemap.html | 2026-06-24T13:13:59+00:00 |