
<script>
    jQuery(document).ready(function($) {

        let mediaUploader;

        $('.cs-upload-bg').on('click', function(e) {

            e.preventDefault();

            if (mediaUploader) {
                mediaUploader.open();
                return;
            }

            mediaUploader = wp.media({
                title: 'Select Background Image',
                button: {
                    text: 'Use Image'
                },
                multiple: false
            });

            mediaUploader.on('select', function() {

                let attachment =
                    mediaUploader
                    .state()
                    .get('selection')
                    .first()
                    .toJSON();

                $('#cs_bg_image').val(
                    attachment.url
                );

            });

            mediaUploader.open();

        });

    });
</script>
<script>
    jQuery(function($) {

        function toggleFields() {

            let layout = $('#cs_layout').val();

            if (
                layout === 'layout1' ||
                layout === 'layout2'
            ) {
                $('.cs-slider-options').show();
            } else {
                $('.cs-slider-options').hide();
            }

            if (
                layout === 'layout2' ||
                layout === 'layout4'
            ) {
                $('.cs-bg-field').show();
            } else {
                $('.cs-bg-field').hide();
            }
        }

        toggleFields();

        $('#cs_layout').on(
            'change',
            toggleFields
        );

    });
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//site.ideas2tech.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://site.ideas2tech.com/post-sitemap.xml</loc>
		<lastmod>2026-07-27T04:32:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://site.ideas2tech.com/page-sitemap.xml</loc>
		<lastmod>2026-09-04T12:53:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://site.ideas2tech.com/vfi_widget-sitemap.xml</loc>
		<lastmod>2026-05-05T07:32:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://site.ideas2tech.com/wpr_mega_menu-sitemap.xml</loc>
		<lastmod>2025-05-14T05:38:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://site.ideas2tech.com/category-sitemap.xml</loc>
		<lastmod>2026-07-27T04:32:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://site.ideas2tech.com/author-sitemap.xml</loc>
		<lastmod>2026-09-07T07:52:39+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->