Linux 软件免费装
Banner图

Paradise Widgets for Elementor

开发者 rezabagheri
更新时间 2026年7月13日 23:06
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPL-2.0+
版权网址: 版权信息

标签

elementor schema local seo business hours mobile navigation

下载

3.2.0

详情介绍:

Paradise Widgets for Elementor adds powerful, mobile-focused widgets to Elementor. All widgets share a centralized Site Info data store (phones, emails, addresses, social links, business hours) so you configure your business details once and reuse them everywhere. Site Info Centralized business data configured under Paradise → Elementor Widgets. Exposes a [paradise_site_info] shortcode and Elementor Dynamic Tags. All widgets that display phone numbers, addresses, maps, social links, or business hours read from Site Info automatically. Phone Link A smart phone number widget that normalizes any input format and builds proper tel: or WhatsApp wa.me links. Supports icons, prefix text, multiple display formats, and flexible link scopes. Phone Button A styled CTA button that dials a phone number or opens WhatsApp. Full button customization with hover effects and responsive sizing. Floating Call Button A fixed-position call button that stays visible while users scroll. Includes position customization, pulse animation, label support, and breakpoint visibility. Bottom Navigation Bar A fully-featured mobile bottom navigation bar with responsive visibility, active state detection, badge support (including WooCommerce cart), speed dial, and a JavaScript hook system. Author Card A professional profile card displaying author information: photo, name, title, bio, custom meta fields, social links, and CTA button. Includes Schema.org Person markup for SEO. Announcement Bar A fixed full-width banner for announcements, promotions, or alerts. Supports icon, message, CTA button, and dismissal with session / days / permanent memory stored in localStorage. Cookie Consent Bar A GDPR/cookie consent bar with Accept and Decline buttons. Stores user choice in localStorage with configurable expiry. Dispatches paradise:consent:accepted and paradise:consent:declined events for analytics integration. Back to Top A fixed-position button that appears after scrolling past a configurable threshold and smoothly returns the user to the top of the page. Off-Canvas Menu A slide-in side panel with a WordPress menu. Triggered by an inline button or the Paradise.openOffCanvas() JavaScript API (useful with Bottom Nav JS Hooks). Sticky Header Place inside any Elementor section to make it sticky. Applies configurable scroll effects (shadow, background change, height shrink) after passing a scroll threshold. Google Map Embeds a Google Map via iframe. Source can be a Site Info address (Map URL field) or a manually entered URL. Supports Place and Directions modes, satellite/hybrid/terrain map types, zoom slider, border radius, and box shadow. Social Links A row or column of social media icon links. Source: Site Info socials or a custom repeater. Supports brand/uniform colors, lift/scale/color-shift hover animations, circle/rounded icon shapes, and icon-only/icon+label/label-only display modes. Business Hours Displays business hours from Site Info with a live Open Now / Closed badge. Highlights today's row. Supports 12 h and 24 h formats. The badge updates client-side using the site's timezone (independent of the visitor's browser timezone). LocalBusiness Schema An invisible widget that outputs Schema.org JSON-LD markup using Site Info data (name, phone, address, social sameAs, openingHoursSpecification). Supports 14 Schema.org business type subtypes. Helps Google display rich results (address, phone, hours). FAQ Accordion A collapsible Q&A list with accordion mode (one item open at a time) or multi-expand mode (any number open). Supports an Elementor icon picker for the open/closed state, left or right icon position, open-first-item default, and Schema.org FAQPage JSON-LD for Google rich results. Items can be entered statically in the widget or loaded from the FAQ Post Type. Phone Link Features Bottom Navigation Bar Features Google Map Features Social Links Features

安装:

  1. Make sure Elementor (free) is installed and activated.
  2. Upload the paradise-widgets-for-elementor folder to /wp-content/plugins/.
  3. Activate the plugin from Plugins in the WordPress admin.
  4. Configure business details under Paradise → Elementor Widgets → Site Info.
  5. Open Elementor editor — the Paradise Widgets category will appear in the widget panel.

屏幕截图:

  • Google Map widget — a live map pulled automatically from Site Info (no embed code to paste).
  • Social Links widget — a brand-coloured social icon row.
  • Business Hours widget — the weekly schedule with a live "Open Now / Closed" badge and today highlighted.
  • Bottom Navigation Bar on mobile — icons, labels, and a floating Speed Dial center button.
  • Announcement Bar — a dismissible promo banner with a call-to-action.
  • Author Card — photo, bio, credentials, and a custom profile field.
  • Phone widgets — a contact card with Phone Link, tel + WhatsApp Phone Buttons, and the floating Call Button.

升级注意事项:

3.1.0 i18n compliance pass: ~166 strings now wrapped in __(), .pot template shipped, plugin is fully translation-ready. No behavioural changes. First release using the new dev-phase batching cadence (changes since 3.0.1 accumulated under [Unreleased] in CHANGELOG.md). Safe to upgrade. 3.0.0 Plugin renamed (folder + text domain). No data migration required. If you reference the text domain in custom code, update paradise-elementor-widgets to paradise-widgets-for-elementor. 2.6.0 Internal refactor — all 15 widgets now extend a shared Paradise_Widget_Base. No behaviour change for end users; safe to upgrade from 2.5.0. 2.5.0 Internal refactor (~88% smaller asset registration), Bottom Nav asset-loading bug fixed, and new Elementor compatibility notices. Note: minimum PHP raised to 8.0 — installs still on PHP 7.4 must stay on 2.4.x. 2.4.0 New: FAQ Accordion widget and FAQ Post Type. Safe to upgrade — no breaking changes from 2.3.0. 2.3.0 New: Site Info, Business Hours, LocalBusiness Schema, Google Map, Social Links, Announcement Bar, Cookie Consent Bar, Back to Top, Off-Canvas Menu, Sticky Header. Safe to upgrade — no breaking changes from 2.2.0. 2.2.0 Important: Bottom Navigation widgets require manual re-save in Elementor after this update due to name change.

常见问题:

Does this require Elementor Pro?

No. The free version of Elementor is sufficient. Elementor Pro is optional and unlocks Theme Builder support and Dynamic Tags on Pro controls.

Is this compatible with the latest version of Elementor?

Yes. The plugin is tested with Elementor 3.5 and above.

What is Site Info?

Site Info is a centralized store for your business data (phones, emails, addresses, social links, business hours). Configure it once and all widgets that need this data read from it automatically. It also provides a shortcode and Elementor Dynamic Tags.

How do I embed a Google Map?

Go to Google Maps, search for your location, click Share → Embed a map → copy the src URL from the iframe code. Paste it into the Site Info address "Map URL" field, or directly in the Google Map widget. The plugin normalizes most Google Maps URL formats automatically.

How do I set a badge count from JavaScript?

Use the public API: Paradise.setBadge('your-widget-css-id', count); Setting count to 0 hides the badge. Count above 99 displays as "99+".

How do I trigger the Off-Canvas Menu from Bottom Navigation?

Set the Bottom Nav center button action to JS Hook and enter a hook name (e.g. openMenu). This fires the event ebn:hook:openMenu on the document. Listen for it and open the panel by its element ID: document.addEventListener('ebn:hook:openMenu', function () { Paradise.toggleOffCanvas('your-offcanvas-id'); });

Does the Bottom Navigation Bar work with WooCommerce?

Yes. Set the badge type to WooCommerce Cart and it will display the live cart item count automatically.

How accurate is the Business Hours "Open Now" badge?

The badge is computed in the visitor's browser using the site's timezone (from WordPress Settings → General). It does not depend on the visitor's device timezone, so it always reflects your business's local time.

Where is the full documentation?

A complete usage guide — every widget, its key controls, the JavaScript API, ready-made recipes, and a troubleshooting section — is available at: https://github.com/rezabagheri/paradise-widgets-for-elementor/blob/main/docs/USAGE.md

更新日志:

3.1.0 3.0.1 3.0.0 2.9.0 2.8.1 2.8.0 2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.0 2.0.0 1.0.0