{"id":6608,"date":"2023-12-11T12:15:00","date_gmt":"2023-12-11T12:15:00","guid":{"rendered":"https:\/\/raval.es\/elx\/?p=6608"},"modified":"2023-12-30T20:16:19","modified_gmt":"2023-12-30T20:16:19","slug":"ballsociald23","status":"publish","type":"post","link":"https:\/\/raval.es\/elx\/ballsociald23\/","title":{"rendered":"Ball Social al Raval &#8211; 17 desembre -19.00h."},"content":{"rendered":"<div id=\"fb-root\"><\/div>\n<p>[et_pb_section fb_built=\u00bb1&#8243; _builder_version=\u00bb4.16&#8243; global_colors_info=\u00bb{}\u00bb][et_pb_row column_structure=\u00bb2_5,3_5&#8243; _builder_version=\u00bb4.16&#8243; background_size=\u00bbinitial\u00bb background_position=\u00bbtop_left\u00bb background_repeat=\u00bbrepeat\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_column type=\u00bb2_5&#8243; _builder_version=\u00bb4.16&#8243; custom_padding=\u00bb|||\u00bb global_colors_info=\u00bb{}\u00bb custom_padding__hover=\u00bb|||\u00bb][et_pb_image src=\u00bbhttps:\/\/raval.es\/elx\/wp-content\/uploads\/2023\/08\/ballsocial23-e1695036796921.jpg\u00bb title_text=\u00bbballsocial23&#8243; show_bottom_space=\u00bboff\u00bb _builder_version=\u00bb4.18.0&#8243; global_colors_info=\u00bb{}\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00bb4.18.0&#8243; global_colors_info=\u00bb{}\u00bb]<\/p>\n<p><span>Vine a ballar al Raval.<br \/>L&#8217;\u00faltim diumenge de mes et convidem a acompanyar-nos per moure el cos (i saturar-lo d&#8217;endorfines) ballant amb nosaltres. Vals, tango, pasdoble, swing, rumba, salsa&#8230; <\/span><span><\/span><span><\/span><span><\/span><span><\/span><\/p>\n<p><span>Tant se val si ets un\/a consumat\/da ballar\u00ed\/na o si la teua cintura necessita un poc d&#8217;oli, ens ho passarem d&#8217;all\u00f2 m\u00e9s b\u00e9 i recarregarem les piles per comen\u00e7ar la setmana amb molta empenta&#8230;<\/span><span><\/span><\/p>\n<p><span>Des de les 19:00h&#8230; Marxa!<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00bb3_5&#8243; _builder_version=\u00bb4.16&#8243; custom_padding=\u00bb|||\u00bb global_colors_info=\u00bb{}\u00bb custom_padding__hover=\u00bb|||\u00bb][et_pb_code _builder_version=\u00bb4.18.0&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb]                    <style>\n                                            .flickr-img-responsive {\n                            width:100% !important;\n                            height:auto !important;\n                            display:block !important;\n                        }\n                        .LoadingImg img {\n                            max-width: 45px;\n                            max-height: 45px;\n                            box-shadow: none;\n                        }\n                        .wpfrank-flickr-div{\n                            padding:15px;\n                        }\n                        @media (max-width: 786px){\n                            .col-md-3 {\n                                width:49.9%;\n                                float:left;\n                            }\n                        }\n                        .play-pause {\n                            display: none !important;\n                        }\n                        .gallery6928 {\n                            overflow:hidden;\n                            clear: both;\n                        }\n                        .fnf{\n                            background-color: #a92929;\n                            border-radius: 5px;\n                            color: #fff;\n                            font-family: initial;\n                            text-align: center;\n                            padding:12px;\n                        }\n                    <\/style>\n                    <script type=\"text\/javascript\">\n                    jQuery(function() {\n                        jQuery('.gallery-6928').flickr({\n                            apiKey: '037c012784565c3b5691cc5a0aa912b7',\n                            photosetId: '72177720307026767'\n                        });\n                    });\n\n                    ;(function ($, window, document, undefined) {\n                        'use strict';\n                        var pluginName = \"flickr\",\n                            defaults = {\n                                apiKey: \"\",\n                                photosetId: \"\",\n                                errorText: \"<div class='fnf'><i class='far fa-times-circle'><\/i> Error generating gallery.<\/div>\",\n                                loadingSpeed: 38,\n                                photosLimit: 200\n                            },\n                            apiUrl = 'https:\/\/api.flickr.com\/services\/rest\/',\n                            photos = [];\n\n                        function Plugin(element, options) {\n                            this.element = $(element);\n                            this.settings = $.extend({}, defaults, options);\n                            this._defaults = defaults;\n                            this._name = pluginName;\n\n                            this._hideSpinner = function() {\n                                this.element.find('.spinner-wrapper').hide().find('*').hide();\n                            };\n\n                            this._printError = function() {\n                                this.element.find('.gallery-container').append($(\"<div><\/div>\", { \"class\": \"col-lg-12\" })\n                                    .append($(\"<div><\/div>\", { \"class\": \"error-wrapper\" })\n                                        .append($(\"<span><\/span>\", { \"class\": \"label label-danger error\" })\n                                            .html(this.settings.errorText))));\n                            };\n\n                            this._flickrAnimate = function() {\n                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {\n                                    var image = el;\n                                    setTimeout(function() {\n                                        $(image).parent().fadeIn();\n                                    }, this.settings.loadingSpeed * index);\n                                }, this));\n                            };\n\n                            this._printGallery = function(photos) {\n                                var element = this.element.find('.gallery-container');\n                                if (!photos || photos.length === 0) {\n                                    this._hideSpinner();\n                                    this._printError();\n                                    return;\n                                }\n                                $.each(photos, function(key, photo) {\n                                    if (!photo || !photo.thumbnail) return; \/\/ Skip undefined or invalid photos\n                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });\n                                    element.append($('<div><\/div>', { 'class': ' col-md-4 col-sm-4 col-center wpfrank-flickr-div' })\n                                        .append($('<a><\/a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()\n                                            .append(img)));\n                                });\n\n                                element.imagesLoaded()\n                                    .done($.proxy(this._flickrAnimate, this))\n                                    .always($.proxy(this._hideSpinner, this));\n                            };\n\n                            this._flickrPhotoset = function(photoset) {\n                                var _this = this;\n                                photos[photoset.id] = [];\n                                $.each(photoset.photo, function(key, photo) {\n                                    if (photo.media !== \"photo\") {\n                                        return true; \/\/ Skip videos\n                                    }\n                                    if (key >= _this.settings.photosLimit) {\n                                        return false;\n                                    }\n                                    photos[photoset.id][key] = {\n                                        thumbnail: 'https:\/\/farm' + photo.farm + '.static.flickr.com\/' + photo.server + '\/' + photo.id + '_' + photo.secret + '_q.jpg',\n                                        href: 'https:\/\/farm' + photo.farm + '.static.flickr.com\/' + photo.server + '\/' + photo.id + '_' + photo.secret + '_b.jpg',\n                                        title: photo.title\n                                    };\n                                });\n\n                                console.log('Filtered photos:', photos[photoset.id]); \/\/ Debug log\n                                if (photos[photoset.id].length > 0) {\n                                    this._printGallery(photos[photoset.id]);\n                                } else {\n                                    this._hideSpinner();\n                                    this._printError();\n                                }\n                            };\n\n                            this._onFlickrResponse = function(response) {\n                                console.log('API Response:', response); \/\/ Debug log\n                                if (response.stat === \"ok\") {\n                                    this._flickrPhotoset(response.photoset);\n                                } else {\n                                    this._hideSpinner();\n                                    this._printError();\n                                }\n                            };\n\n                            this._flickrRequest = function(method, data) {\n                                var url = apiUrl + \"?format=json&jsoncallback=?&method=\" + method + \"&api_key=\" + this.settings.apiKey;\n                                $.each(data, function(key, value) {\n                                    url += \"&\" + key + \"=\" + value;\n                                });\n\n                                $.ajax({\n                                    dataType: \"json\",\n                                    url: url,\n                                    context: this,\n                                    success: this._onFlickrResponse\n                                });\n                            };\n\n                            this._flickrInit = function () {\n                                this._flickrRequest('flickr.photosets.getPhotos', {\n                                    photoset_id: this.settings.photosetId,\n                                    extras: 'media'\n                                });\n                            };\n\n                            this.init();\n                        }\n\n                        Plugin.prototype = {\n                            init: function () {\n                                this._flickrInit();\n                            }\n                        };\n\n                        $.fn[pluginName] = function (options) {\n                            this.each(function () {\n                                if (!$.data(this, \"plugin_\" + pluginName)) {\n                                    $.data(this, \"plugin_\" + pluginName, new Plugin(this, options));\n                                }\n                            });\n                            return this;\n                        };\n                    })(jQuery, window, document);\n                    <\/script>\n                    <div class=\"gallery-6928\">\n                                                <div class=\"row\">\n                            <div class=\"col-xs-12 spinner-wrapper\">\n                                <div class=\"LoadingImg\"><img decoding=\"async\" src=\"https:\/\/raval.es\/elx\/wp-content\/plugins\/flickr-album-gallery\/img\/loading.gif\" \/><\/div>\n                            <\/div>\n                            <div align=\"center\" class=\"gallery-container\"><\/div>\n                        <\/div>\n                    <\/div>\n                    \n            <!-- Blueimp gallery -->\n            <div id=\"blueimp-gallery-6928\" class=\"blueimp-gallery blueimp-gallery-controls\">\n                <div class=\"slides\"><\/div>\n                <h3 class=\"title\"><\/h3>\n                <a class=\"prev\">\u2039<\/a>\n                <a class=\"next\">\u203a<\/a>\n                <a class=\"close\">\u00d7<\/a>\n                <a class=\"play-pause\"><\/a>\n                <ol class=\"indicator\"><\/ol>\n                <div class=\"modal fade\">\n                    <div class=\"modal-dialog\">\n                        <div class=\"modal-content\">\n                            <div class=\"modal-header\">\n                                <button type=\"button\" class=\"close\" aria-hidden=\"true\">\u00d7<\/button>\n                                <h4 class=\"modal-title\"><\/h4>\n                            <\/div>\n                            <div class=\"modal-body next\"><\/div>\n                            <div class=\"modal-footer\">\n                                <button type=\"button\" class=\"btn btn-default pull-left prev\">\n                                    <i class=\"glyphicon glyphicon-chevron-left\"><\/i>\n                                    Previous                                <\/button>\n                                <button type=\"button\" class=\"btn btn-primary next\">\n                                    Next                                    <i class=\"glyphicon glyphicon-chevron-right\"><\/i>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <script type=\"text\/javascript\">\n            jQuery(function() {\n                jQuery.extend(blueimp.Gallery.prototype.options, {\n                    useBootstrapModal: false,\n                    hidePageScrollbars: false,\n                    container: \"#blueimp-gallery-6928\",\n                });\n            });\n            <\/script>\n\n            [\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=\u00bb4.18.0&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_column type=\u00bb4_4&#8243; _builder_version=\u00bb4.18.0&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Vine a moure el cos amb nosaltres en el Centre Social del Raval. Entrada Lliure.<\/p>\n","protected":false},"author":1,"featured_media":6299,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<h4><img class=\"aligncenter wp-image-2847 size-large\" src=\"http:\/\/raval.es\/elx\/wp-content\/uploads\/2019\/06\/hortdelcura-1024x437.jpg\" alt=\"\" width=\"1024\" height=\"437\" \/><\/h4>\n<h4>Visita Guiada a l'Hort del Cura d'Elx.<\/h4>\nA les 9.45 ens veiem en la porta de l'Hort del Cura\nInscriu-te en: <a href=\"http:\/\/www.raval.es\/2019\">w<strong>ww.raval.es\/2019<\/strong><\/a>\nCost per il\u00b7licitans (porteu DNI): 2'50\u20ac\nGratu\u00eft per associats del Raval\n<p id=\"yui_3_16_0_1_1561494696899_1965\">L'Hort del Cura, de tan sols 13.361 m\u00b2, va n\u00e9ixer amb la seva extensi\u00f3 actual quan en 1.876, el pag\u00e8s Andr\u00e9s Casta\u00f1o Peral va comprar una parcel l'hort en qu\u00e8 vivia com arrendat a Joan Espuche. A la mort d'aquest, l'hort va ser heretat pels seus fills barons. Sent el seu propietari, el segon d'ells, el capell\u00e0 Jos\u00e9 Casta\u00f1o S\u00e1nchez, nascut el maig 12 de 1.843. Sent per aix\u00f2 l'hort conegut com del capell\u00e0 Casta\u00f1o, per despr\u00e9s dir-se definitivament Huerto del Cura. La popularitat d'aquest hort es va iniciar l'any 1.873 amb un fenomen no gaire corrent, ja que en aquest any van comen\u00e7ar a brollar del tronc d'una palmera mascle molts fillols a l'altura de 1'80 m, a primers d'aquest segle els fills van quedar redu\u00efts a set, amb el que la palmera va quedar tal i com es pot veure en l'actualitat.<\/p>\n<p id=\"yui_3_16_0_1_1561494696899_1970\">L'any 1.894 va arribar al port d'Alacant Elisabet de Wittelsbach, esposa de l'emperador Francesc Josep d'\u00c0ustria i Hongria i m\u00e9s coneguda popularment com Sissi, va viatjar a Elx, on li van ensenyar l'hort. L'emperadriu va quedar profundament impressionada quan va contemplar la palmera, comentar al seu propietari (el capell\u00e0 Casta\u00f1o), que aquesta palmera tenia un poder i una for\u00e7a digna d'un imperi, aconsellant que li pos\u00e9s un nom. Despr\u00e9s d'aquesta visita el capell\u00e0 va pensar en el que havia passat, i va comen\u00e7ar a anomenar, en el seu honor, Palmera Imperial. D'aquesta manera va comen\u00e7ar la tradici\u00f3 de dedicar-li a alguns dels visitants m\u00e9s il.lustres les palmeres existents a l'Hort. El mateix dia en que va apar\u00e8ixer al BOE la proclamaci\u00f3 de Jardins Art\u00edstics Nacionals de l'Alhambra i el principal, es donava el mateix guard\u00f3 al Palmerar d'Elx.<\/p>","_et_gb_content_width":"","_joinchat":[],"footnotes":""},"categories":[156,64],"tags":[158,160,157,159,162,161,86],"class_list":["post-6608","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-156","category-actividades","tag-av-raval","tag-baile","tag-ball","tag-danza","tag-domingo","tag-elche","tag-raval"],"_links":{"self":[{"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/posts\/6608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/comments?post=6608"}],"version-history":[{"count":12,"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/posts\/6608\/revisions"}],"predecessor-version":[{"id":6931,"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/posts\/6608\/revisions\/6931"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/media\/6299"}],"wp:attachment":[{"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/media?parent=6608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/categories?post=6608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/raval.es\/elx\/wp-json\/wp\/v2\/tags?post=6608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}