City- Rundgang durch Santiago mit Alicia war der Höhepunkt
von Fabian | Dez 19, 2020 | Testimonial
Dieses Angebot und die persönliche Begleitung mit Alicia war ein Volltreffer. Immer unsere Wünsche im Blick, sehr informativ und freundlich, die Infos zur Örtlichkeit präzise und vom Interesse des Guids formuliert. Die Zeit verging leider viel zu schnell. Nochmals Dank ans Team und vielleicht sieht man sich ja wieder.
Julian Dietmar S
Frankfurt, Deutschland
//CSS Grid Blog Layout by Divi Soup
(function ($) {
$(document).ready(function () {
//Wrap first grid elements in containers
$(".ds-grid-blog-1 .et_pb_post").each(function () {
$(this).find(".entry-featured-image-url").wrapAll('
');
$(this).find(".entry-title, .post-meta, .post-content").wrapAll('
');
});
});
})(jQuery);
(function ($) {
$(document).ready(function () {
$(document).bind('ready ajaxComplete', function () {
//Wrap second grid elements in containers
$(".ds-grid-blog-2 .et_pb_post").each(function () {
$(this).find(".entry-featured-image-url").wrapAll('
');
$(this).find(".entry-title, .post-meta, .post-content").wrapAll('
');
});
//Move elements around
$(".et_pb_post").each(function () {
$(".post-meta", this).insertBefore($(".entry-title", this));
});
//Add button class to read more link
$(".et_pb_post a.more-link").addClass("et_pb_button");
//Replace pipes and remove commas from the meta
$(".et_pb_post").html(function () {
return $(this).html().replace(/\|/g, '/').replace(/,/g, '');
});
});
});
})(jQuery);
//End CSS Grid Blog Layout by Divi Soup