Did an airport pickup, a 5 hr walking city tour of Santiago and a transfer and 3 hr walking tour in Valparaiso with Ignacio! He was wonderful! Very Passionate about his city! Was enthusiastic about everything! Could not have chosen a better guide!! Suggested some wonderful restaurants. He was always early and very organized. We forgot a small shoulder bag in his car when we got dropped off at the cruise terminal. Nothing serious in it except raincoats and car keys. He took photos of all contents and whatsapt it to me and then proceeded to courier it back to Canada!! What a great person! Love you Ignacio! You cannot go wrong when you choose him!
Charleen Stroud
Canadá
//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