File: /storage/v6964/testingff/public_html/fdfctr/wp-content/plugins/geodirectory/templates/map-popup.php
<?php
/**
* The template for displaying listing content within loops
*
* This template can be overridden by copying it to yourtheme/geodirectory/map-popup.php.
*
* HOWEVER, on occasion GeoDirectory will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes.
*
* @see https://docs.wpgeodirectory.com/article/346-customizing-templates/
* @author AyeCode
* @package GeoDirectory/Templates
* @version 1.0.1
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
global $gd_post;
?>
<div class="gd-bubble" style="">
<div class="gd-bubble-inside">
<div class="geodir-bubble_desc">
[gd_post_title tag='h4']
<div class="geodir-bubble_image">
[gd_post_images type="image" link_to="post" ajax_load="0" types="logo,post_images" ]
</div>
<div class="geodir-bubble-meta-top">
[gd_post_rating alignment='left' ]
[gd_post_fav show='' alignment='right' ]
</div>
<div class="geodir-bubble-meta-side">
[gd_output_location location="mapbubble"]
</div>
</div>
</div>
</div>