toca711
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Display all stores in a listI use this
https://ww.wp.xz.cn/plugins/display-posts-shortcode/
Works well for me. You can customize the list by category etcJust put shortcode where you need it.
for example mine looks like
[display-posts post_type = “wpsl_stores” taxonomy=”wpsl_store_category” tax_term=”wk-mon-0700″ posts_per_page=”-1″ orderby=”title” order=”ASC”]Forum: Plugins
In reply to: [WP Store Locator] do not display store locations until geolocation is usedah thanks that did it.
Is there any way to leave auto locate on for specific pages?
Forum: Plugins
In reply to: [WP Store Locator] do not display store locations until geolocation is usedThanks but that option is already unchecked but listings still appear
Forum: Plugins
In reply to: [WP Store Locator] Map just gray box when nested in shortcodeOk I thought that might be the case.
This is just the way the theme I use generates tabs. (it uses bootstrap tabs) from what I can tell I may need to make a JS fix.I have tried a couple of others but they do similar things or don’t have the href at all.
I will try find a plugin where I can set the anchor.
Thanks
Forum: Plugins
In reply to: [WP Store Locator] Map just gray box when nested in shortcodeSorry for my ignorance. How do I find the anchor in inspector?
This is some of the html (with heaps cut out) for the tabs
<div id="pl-tabs-0" class="pl-tabs pl-tabs-vertical-no"> <ul class="pl-tabs-nav fix"> <li class="pl-status-active"> <a href="!#" data-count="0" data-id="#pl-tab-tab-one">Tab One</a> </li> <li> <a href="!#" data-count="1" data-id="#pl-tab-wpsl-map-tab">wpsl-map-tab</a> </li> </ul> <div id="pl-tab-tab-one" class="pl-tab-content" style="display: block;"> <div id="pl-tab-wpsl-map-tab" class="pl-tab-content">Forum: Reviews
In reply to: [WP Store Locator] Challenging to Program, Add-ons overpricedLol This review is for a different plugin.
Plugin is free, support and documentation are first class and the plugin is easy to customise.
Plus the add ons are cheap. Stumbled upon this plugin 2 months ago and now using it to replace other location plugins on 12 sites and counting.
Forum: Plugins
In reply to: [WP Store Locator] Customize code/position of reset and autolocate buttonsHi Daniele
Sorry to revive a closed thread but could you share how you made the auto-location button?
Forum: Plugins
In reply to: [WP Store Locator] Insert custom meta into store post contentExcellent thanks.
This plugin is fantastic and you support is top class.Forum: Plugins
In reply to: [WP Store Locator] Insert custom meta into store post contentHi.
Thanks but I can do that. will try to make myself clearer.Say I want to do a blog post each week called store of the week.
I want to highlight that store in a blog post. I can add some data with the shortcodes (Eg map address etc)but I want to be able to put all my custom meta data inside the blog post. (I already have the metadata showing in the store listing page and some in the info box)
Is this possible?
Forum: Plugins
In reply to: [WP Store Locator] Uncaught Reference erroe: more info listingsDon’t worry.
Fixed problem. I was running some of your filters and stuff as a custom plugin and had a couple of errors.Thanks
Forum: Plugins
In reply to: [WP Store Locator] Show only open hour not close hourManaged to make that works for my needs.
Thanks for your great work!
Forum: Plugins
In reply to: [WP Store Locator] Show only open hour not close hourHi Tijmen.
Thanks for your reply. I understand how your filters work. This one hides the days where there are no store hours.
I need to be able to show only opening hours for each day.Currently a listing will show Saturday 9.00am – 5.00pm.
I want it to show Saturday 9.00am.This is because the sight I am building is for a number of services that open at a certain time each day but have an indefinite closing time. (They close once all clients are seen.)
Is this possible?
Thanks