Tushiyah Store Finder and Browser

توضیحات

Tushiyah Store Finder and Browser adds a lightweight store locator to WordPress with:

  • Locations custom post type
  • County taxonomy (assign each store to a county)
  • Leaflet map with OpenStreetMap tiles
  • Search by store name/address, or geocode an Eircode/town and find stores within a radius
  • County count markers on initial map view
  • A–Z store browser section
  • Basic styling via CSS variables and shortcode attributes

Usage

Add the locator anywhere using:

[tshsfb_store_finder_browser]

Optional design overrides using shortcode attributes:

[tushiyah_store_finder_browser sidebar_width="420px" map_height="620px" primary="#111" primary_text="#fff" card_radius="14px" grid_cols_desktop="4" store_title_color="#000" default_radius_km="10"]

Supported attributes:

  • default_radius_km (used for postcode/location and near-me search, radius selector is hidden by default)
  • sidebar_width, sidebar_min, gap, controls_gap, row_gap
  • map_height, map_height_mobile, panel_height
  • card_padding, card_radius, card_border, card_bg
  • primary, primary_text
  • store_title_color
  • alpha_btn_size, alpha_btn_radius, alpha_btn_border, alpha_gap
  • grid_gap, grid_cols_desktop, grid_cols_tablet, grid_cols_mobile

عکس‌های صفحه

نصب

  1. Login to your site’s dashbiard, ie /wp-admin.
  2. Then go to Plugins -> Add New.
  3. Search for Tushiyah Store Finder and Browser.
  4. Add and Activate the plugin.
  5. Add stores under Locations in WP Admin (include latitude/longitude for map display).
  6. Create county terms under Locations Counties and assign each store to a county.
  7. Add the shortcode to a page:

    [tushiyah_store_finder_browser]

سوالات متداول

Why don’t some stores show on the map?

Stores require valid Latitude and Longitude fields to appear as markers.

Does Eircode/postcode search have limits?

Geocoding uses OpenStreetMap Nominatim and results are cached. Like all free geocoding services, it may be rate-limited under heavy traffic.

Can I show opening hours?

Edit a Location and set:

  • Hours Text (e.g. “Open today until 8:00 pm”)
  • Open Now (checkbox)

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Tushiyah Store Finder and Browser” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Tushiyah Store Finder and Browser” به زبان شما.

علاقه‌ مند به توسعه هستید؟

کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.

گزارش تغییرات

1.0.1

  • Updated search UI (pin icon + “Postcode/Location” placeholder) and removed the radius dropdown (uses default_radius_km).
  • Added “All Regions” (counties) tab to the A–Z store browser.
  • Added store_title_color styling option (defaults to black).

1.0.0

  • Initial release.