Title: jasonday's Replies | WordPress.org

---

# jasonday

  [  ](https://wordpress.org/support/users/jasonday/)

 *   [Profile](https://wordpress.org/support/users/jasonday/)
 *   [Topics Started](https://wordpress.org/support/users/jasonday/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jasonday/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jasonday/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jasonday/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jasonday/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jasonday/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/jasonday/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/jasonday/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Otter Blocks - Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE] “Get Otter Pro” breaks admin editing view](https://wordpress.org/support/topic/get-otter-pro-breaks-admin-editing-view/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/get-otter-pro-breaks-admin-editing-view/#post-17705691)
 * ![](https://i0.wp.com/i.imgur.com/LgJtJXI.png?ssl=1)
 * See screenshot with stacked banners.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Search shortcode?](https://wordpress.org/support/topic/search-shortcode-1/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/search-shortcode-1/#post-5609961)
 * Additionally, the search widget is really limited. Are there any plans for an
   expanded search – price, bedrooms, baths, etc?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Document Gallery] How to check if there are documents attached to post?](https://wordpress.org/support/topic/how-to-check-if-there-are-documents-attached-to-post/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-check-if-there-are-documents-attached-to-post/#post-5579607)
 * Hi Dan,
 * thanks for responding. I’m displaying the output inside a tabbed interface. If
   there is no attachment, then I don’t want the corresponding tab to show.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Document Gallery] How to check if there are documents attached to post?](https://wordpress.org/support/topic/how-to-check-if-there-are-documents-attached-to-post/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-check-if-there-are-documents-attached-to-post/#post-5579570)
 * Accomplished it this way:
 *     ```
       <?php $attachments = get_posts( array(
                   'post_type' => 'attachment',
                   'posts_per_page' => -1,
                   'post_parent' => $post->ID,
                   'exclude'     => in_array('image', 'audio')
       			));
   
       			if ( $attachments ) { ?>
       				   <div id="listing-documents">
       					<?php echo do_shortcode( '[dg]' ); ?>
       					</div>
       				<?php } ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Google Maps] No Map](https://wordpress.org/support/topic/no-map-1/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-map-1/#post-4304341)
 * There’s a javascript error. I’ve disabled Jetpack, but still seeing the issue.
 * Here’s the call stack, starting with F is not defined.
 *     ```
       Uncaught ReferenceError: F is not defined VM853:13
       (anonymous function) VM853:13
       Xf.main main.js:45
       (anonymous function) main.js:26
       (anonymous function) main.js:11
       (anonymous function) main.js:26
       M main.js:10
       (anonymous function) main.js:26
       Tf.(anonymous function).kf main.js:25
       Uf.(anonymous function).bd main.js:26
       Yf main.js:26
       (anonymous function) %7Bcommon,util,stats%7D.js:1
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Google Maps] No Map](https://wordpress.org/support/topic/no-map-1/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-map-1/#post-4304340)
 * Any further word on this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Real Estate Website Builder] Edit property features?](https://wordpress.org/support/topic/edit-property-features/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/edit-property-features/#post-4468564)
 * Hi Matt,
 * Thanks for responding so quickly. I’m not seeing an option to edit property amenities/
   features under listings that I add myself (non MLS).
 * So for example, instead of jacuzzi as an amenity, I might want wood stove or 
   mud room. It would be great to have the ability to edit the labels for these 
   features (and and/remove as needed) due to regional differences in features for
   properties. New England properties have very different features from southern
   homes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Google Maps] No Map](https://wordpress.org/support/topic/no-map-1/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/no-map-1/#post-4304246)
 * What I mean is:
 * check the box first, then put in an address and geocode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Google Maps] No Map](https://wordpress.org/support/topic/no-map-1/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/no-map-1/#post-4304244)
 * Question:
 * Does the order matter for the checkbox tick?
 * for example, if I check the box first, then geocode…does it make a difference?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Google Maps] No Map](https://wordpress.org/support/topic/no-map-1/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/no-map-1/#post-4304235)
 * Additional information:
 * New WP install
    Using Pods Theme Canvas
 * Have disabled both, and tested with base WP themes.
 * Tested on posts, pages, custom post types.
 * [googlemaps] shortcode does not render anything
    mashup shortcode renders map
   without markers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Google Maps] No Map](https://wordpress.org/support/topic/no-map-1/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/no-map-1/#post-4304215)
 * [https://www.diigo.com/item/image/20bcl/xbc8](https://www.diigo.com/item/image/20bcl/xbc8)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Google Maps] Not displaying?](https://wordpress.org/support/topic/not-displaying-3/)
 *  [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/not-displaying-3/#post-4234958)
 * I’m having this same issue, and the checkbox is ticked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pronamic Google Maps] No Map](https://wordpress.org/support/topic/no-map-1/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/no-map-1/#post-4304200)
 * That I have.
 * If I use shortcode [googlemaps] nothing displays.
 * If I use the mashup, a map displays with no markers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Geo] Template code?](https://wordpress.org/support/topic/template-code/)
 *  [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/template-code/#post-2045781)
 * Is it also possible to only show custom post types? (the only geocoded posts 
   I will have)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [SHow first image of gallery Large instead of thumbnail](https://wordpress.org/support/topic/show-first-image-of-gallery-large-instead-of-thumbnail/)
 *  Thread Starter [jasonday](https://wordpress.org/support/users/jasonday/)
 * (@jasonday)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/show-first-image-of-gallery-large-instead-of-thumbnail/#post-1878036)
 * Hi Esmi,
    thanks for the response.
 * get_posts, isn’t applicable to what I’m trying to do.
 * What I want to have happen, is in a post when I insert a WP gallery, I want the
   first image to appear at it’s large size while the others are at normal size.

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/jasonday/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/jasonday/replies/page/2/?output_format=md)