sukiwp
Forum Replies Created
-
Forum: Reviews
In reply to: [Suki] Easy, Light, and BeautifulHi, thanks for your feedback π
Forum: Reviews
In reply to: [Suki] Very Light Weight IndeedThanks for your feedback π
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Toggle not working as intendedSure, I will keep this ticket open π
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Toggle not working as intendedHi,
Just tested the toggle URL, looks like it’s the issue from Elementor.
You can test using Elementor button, and set the button link to “Dynamic Action >
Popup > Toggle Popup”. On first click, it will open the popup, but on second click, the popup doesn’t hide.Not sure what’s the different with “Open Popup” action.
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Toggle not working as intendedHi, is there any URL we can look into?
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Popup appear only onceActually, in the Elementor popup’s “Advanced Rules” you can set whether to open your popup if “arriving from from specific URL” and “show when arriving from”. You might be able to do it using those rules.
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Popup appear only onceI think that’s not how this plugin works. The link provided by this plugin will work on any anchor link (
<a href="...">) outside the Elementor area. For example: links inside widgets, navigation menu, or main content.If you want to open a popup from external link, I think you should configure the “Advanced Rules” of the popup.
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Trigger for Redirect of FormThe “redirect” action from Elementor requires an absolute URL. Can you try to add your full URL in addition of the popup trigger URL?
For example: https://wonder.creativeboro.com/5-enlightening-lessons-from-a-former-fat-girl/#elementor-action………
But this means every post will have different redirect URL.
If this doesn’t work, I think you can’t trigger the popup after form submit. You can propose this kind of feature to Elementor, they might want to add “popup” action in the form widget.
Forum: Reviews
In reply to: [Suki] The Best Lightweight theme I ever knowThanks for your feedback! More updates are yet to come!
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Popup appear only onceYeah, I think it’s related how Elementor original script that detects any trigger action.
Anyway, glad you have resolved it!
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Popup appear only onceHi,
Is there any URL where we can take a look?
About the URL being changed, can you try using < a > tag instead of <area>?
As for the popup appeared only once, have you checked the display conditions, and advanced rules of your popup? Perhaps you have a configuration to make the popup only appears once per page reload.
Regards
Forum: Reviews
In reply to: [Suki] GoodThanks for your feedback. If there is any suggestion, we would love to hear it π
Unfortunately there is no possible way for that kind of flow. The only possible solution might be through manual javascript coding.
I will mark this as resolved, let me know if you still need further helps.
Hi Hugo,
Just checked your staging page, and I tried the “Ok bring me to the button” button. The
<a name="likecoin"></a>is fine. The problem is:You can’t use Elementor popup’s closing URL along with the redirection. Because Elementor popup’s closing URL (that is revealed by our plugin) is using hash
#elementor-action...... So you can’t use another hash like#likeiconaltogether.- This reply was modified 7 years, 4 months ago by sukiwp.
I meant, where exactly in your mentioned page URL that I can try the issue? I can’t help without trying the button on your page.
The plugin only reveals Elementor popup URL. The script and the logic behind the trigger action is totally from Elementor.
By the way the tag you mentioned is wrong. It should use
hrefattribute instead ofname.