ashebashthecash
Forum Replies Created
-
Forum: Plugins
In reply to: [My Favorites] Assigned User by id Shows all ReviewsI’m so sorry. I had too many browser windows open and I put this under the wrong plug-in. Love your plug-in btw!!
Forum: Plugins
In reply to: [Site Reviews] Add Action HookThanks. That worked!
Forum: Plugins
In reply to: [Simple Shortcode for Google Maps] Disable ZoomYes I added the zoomControl and gestureHandling yesterday after I read the google documentation. Worked like a charm!!
Forum: Reviews
In reply to: [Simple Shortcode for Google Maps] Perfect for Page TemplatesThis is the route I went. I put this in WPcode to create a new short code which used your plugin and the post title as address.
I see you added the zoomControl and gestureHandling to the update!! I added both yesterday after you replied to my support ticket.
But thank you again for this plugin. I’m not really a coder so what I did below is really the best of my abilities.
function show_map( ){
$posttitle = get_the_title();
$address = $posttitle;$show_map = ‘[pw_map address=”‘.$address.'” key=”APIKEY” enablescrollwheel=”false” zoomControl=”false” disablecontrols=”false” gestureHandling=”none” zoom=”13″]’;
$map = do_shortcode($show_map);return $map;
}
add_shortcode(‘show_map’, ‘show_map’);`- This reply was modified 2 years, 5 months ago by ashebashthecash.
Forum: Plugins
In reply to: [Simple Shortcode for Google Maps] Disable ZoomThank you! I’m sending you coffee ??
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Modern Custom CSSHi Vinod,
Thank you for getting back to me so quickly. I’ve actually gone with a different method so that I could link the search input to a form. I am changing the status of this support to resolved. Thanks again!
- This reply was modified 2 years, 5 months ago by ashebashthecash.