hipdevteam / hip-elementor-addons
Grab bag of Elementor controls and widgets
Package info
gitlab.com/hipdevteam/hip-elementor-addons
Type:wordpress-plugin
pkg:composer/hipdevteam/hip-elementor-addons
Requires
- composer/installers: >=1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- v1.8.5.6
- 1.8.5.5
- 1.8.5.4
- 1.8.5.3
- 1.8.5.2
- 1.8.5.1
- v1.8.5.0
- 1.8.4.9
- 1.8.4.8
- 1.8.4.7
- 1.8.4.6
- 1.8.4.5
- 1.8.4.4
- 1.8.4.3
- 1.8.4.2
- 1.8.4.1
- 1.8.4.0
- 1.8.3.12
- v1.8.3.11
- v1.8.3.10
- 1.8.3.9
- 1.8.3.8
- 1.8.3.7
- 1.8.3.6
- 1.8.3.5
- 1.8.3.4
- 1.8.3.3
- v1.8.3.2
- 1.8.3.1
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.9
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- v1.5.9
- v1.5.8
- v1.5.6
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3.1
- v1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 0.1.3.4
- 0.1.3.1
- 0.1.3
- 0.1.2
- 0.1.0
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-fix/generate-locations-custom-popup
- dev-map-issue-fix
- dev-viktor/bag-widget-image-alt
- dev-fix/activity-log-null-author
- dev-fix_before_after
- dev-before_after
- dev-slack_with_rocket
- dev-update_table
- dev-revert-1ed958c1
- dev-nav-menu
- dev-feat-lazy-render
- dev-lazy-render
- dev-dev1
- dev-map-changes
- dev-team-update
- dev-map-update
- dev-upgrade-mobile-menu
- dev-ministry-posts
This package is auto-updated.
Last update: 2026-09-20 12:13:09 UTC
README
The map widget was copied from Premium Addons for Elementor and extended to meet our needs. CSS and JSS were minified with the following npm command: minify path/to/unminified/file > path/to/minified/file
Hip Maps widget (v1.8.5.6)
The map widget (maps/maps.php) supports two popup layouts, set per-widget
via Content > Markers > Popup Layout:
- Classic (Default) — the original Leaflet popup: title/description text plus an optional link, styled by the "Popup Style" section's Content Info / Close Icon groups. This is what every widget saved before the Custom Popup Template existed still uses.
- Custom Template — a full HTML card (
.location-card) built from a linked Location post's ACF fields (image, address, phone, link, CTA button), independently styleable via the rest of the "Popup Style" section. Style-tab control labels say which layout they affect.
Recent additions to the Custom Template:
- Address and phone rows can each render as a real link
(
{{address_link}}→ the Location's permalink or a chosen ACF link field;{{phone_link}}→ atel:link) instead of plain text, picked per field under the new "Popup Fields" content sections. - Per-pin optional Custom CSS Class field, and a per-location
{{location_class}}template token, for targeting one specific pin's popup without editing the shared template. - Card/heading/image Border Radius controls are now per-corner; content alignment, image width/alignment, and a Phone Row Padding control (on top of the existing Row Padding) were added.
- Classic popup's Info Box BG got a matching Info Box BG (Hover) control.
- The CTA button now sits outside
<ul class="location-info">in the default template (it was previously the list's third<li>), so the "Row Padding" / "Gap Between Rows" controls -- which target.location-info li-- can no longer bleed into the button's own spacing. The button already has its own dedicated Padding/Margin controls, so nothing else changes.
Also in 1.8.5.6:
- Popup Text Alignment control added; icon hover color-change now fades at the same 0.2s linear speed as the link text next to it, instead of snapping instantly.
- WP Rocket's Remove Unused CSS is now told to keep the mobile nav's
submenu accordion arrow (
.hip-submenu-indicator-wrap/.fa-angle-down) and the map's Custom Popup Template classes -- both sit in markup that's hidden or absent at initial page load, which RUCSS's scan otherwise misses, breaking the icon/popup styling on sites with RUCSS enabled.
Style controls only emit CSS once a site sets a value, so none of the above changes anything on a widget that hasn't been touched. Likewise, "Custom Popup Template" is a normal per-widget Elementor control -- a site's saved widget keeps its own frozen copy of the HTML forever, so updating this plugin never rewrites what's already live. To pick up a default-template change (like the button move above) on an existing widget, open it in Elementor, go to Content > Custom Popup Template, and paste in the new default -- no plugin file ever needs editing per-site.