forked from sukiwp/popup-trigger-url-for-elementor-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
104 lines (66 loc) · 4.18 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
=== Popup Trigger URL for Elementor Pro ===
Contributors: sukiwp, daviedr
Tags:
Requires at least: 4.6
Tested up to: 5.4
Stable tag: 1.0.5
Requires PHP: 5.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Helps you to trigger Elementor Pro's popups (open, close, or toggle) from menus or any kind of link.
== Description ==
This plugin allows you to trigger any Elementor Pro's popup using links at anywhere, even outside the Elementor's content.
= Usage examples =
- Open a popup using a link inside Gutenberg or Classic Editor.
- Open a popup using a link inside a widget.
- Open a popup from Menus (using `Custom Link`).
- etc.
= How it works =
1. Install this plugin and make sure you have created your popup using Elementor and Elementor Pro.
2. Go to `Templates > Popups` and click the `Show URLs` button of the popup you want to show.
2. Copy the URL of the trigger type you chose (`open` and `toggle` is the most common type).
3. Paste the URL on any link that you want to use to trigger the popup (e.g. `Custom Link` on your Menus).
4. Done! Now you can open your popup from outside Elementor's content.
= Disclaimer =
- This plugin only reveals the trigger URLs that are originally generated by Elementor Pro itself. This plugin doesn't use any other custom method to trigger your popup.
- The trigger URLs only work with `<a>` tag. This plugin uses the same Elementor's Javascript which only detects link in `<a>` tag.
= "Not working, my popup doesn't show" =
- Please check if the popup can be triggered using Elementor's Dynamic Action link. If it can't be triggered, then there must be something wrong in your popup configuration, not the trigger URL from our plugin.
- Please make sure that you have properly set the popup's "Display Conditions". Otherwise, your popup won't show up.
- Please make sure that you copied the trigger URL correctly into your link.
- Please check if there is javascript error that might be caused by other plugins (check your browser's Developer Tools > Console).
Still not working? Feel free to [write a ticket](https://wordpress.org/support/plugin/popup-trigger-url-for-elementor-pro/) on the support forum.
== Frequently Asked Questions ==
= Can I use this plugin without Elementor Pro? =
No, the popup feature is only available on Elementor Pro version. Therefore Elementor Pro is required.
= "Not working, my popup doesn't show up" =
- Please check if the popup can be triggered using Elementor's Dynamic Action link. If it can't be triggered, then there must be something wrong in your popup configuration, not the trigger URL from our plugin.
- Please make sure that you have properly set the popup's "Display Conditions". Otherwise, your popup won't show up.
- Please make sure that you copied the trigger URL correctly into your link.
- Please check if there is javascript error that might be caused by other plugins (check your browser's Developer Tools > Console).
= Does it work with any other popup plugin? =
No, this plugin only supports the popup module by Elementor Pro.
= Does it work with any theme? =
Absolutely! You can use any theme you like. You might want to try our theme: [Suki](https://sukiwp.com/), a really ligthweight, fast, flexible, and fully compatible Elementor theme.
== Screenshots ==
1. 3 types of trigger URLs of each popup: open, close, and toggle.
2. Use the trigger URL on a WordPress menu item.
3. Use the trigger URL on a link in standard content.
== Installation ==
1. Go to Plugins > Add New.
2. Search for "Popup Trigger URL for Elementor Pro".
3. Click Install button and then Activate the plugin right away.
== Changelog ==
= v1.0.5 =
* Fix bug on "toggle" trigger since Elementor Pro v2.10.
= v1.0.4 =
* Fix notification removal on admin pages when Dismiss button clicked.
= v1.0.3 =
* Fix JS error when elementor-frontend.js is merged by cache plugins.
= v1.0.2 =
* Add trigger URL to Close popup with "Don't show again" mode.
* Add very tiny javascript for fallback compatibility and to fix error on trigger URLs because Elementor 2.9 just updated their URL generation method.
= v1.0.1 =
* Add notice to remind users to set the "Display Conditions" settings of the popup they choose.
= v1.0.0 =
* Initial release