kabarovsky
Forum Replies Created
-
Perfect. Thank you.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Triggering issue in SafariI had “zoom” CSS property added to body tag, that’s what was causing triggering issues.
zoom: 85%;
@include media-breakpoint-up(md) {
zoom: 90%;
}Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Run JavaScript after filters are appliedThat’s it. Thank you.
Forum: Plugins
In reply to: [Download Manager] Finding user’s “Total downloads” in the databaseIn wp_ahm_download_stats rows with user’s ID counted.
Forum: Plugins
In reply to: [Front End Users] Password reset URL duplicatedFinally I figured it out.
Thank you very much!
Forum: Plugins
In reply to: [Front End Users] Password reset URL duplicatedSo,
1. There is “Forgotten Password” page:
It contains fields: e-mail & image number (captcha)
It redirects to: https://www.domain.co.uk/confirm-forgot-password/
And it sends email message:
”
Greetings from Genuine Property Investments!Somebody requested a password reset for you. If this wasn’t you, you can ignore this mail.
If you want to reset the password, please visit https://www.domain.co.uk/edit-profile/?add=info%40email.com&rc=xQAw1ACXXxPhC2u
If the link above doesn’t work, go to https://www.domain.co.uk/edit-profile/ and enter your email address and the following code:
xQAwAArXXVPhC2u
”When I click on any of these links in email I get to the blank page (just the title “Edit Profile”).
So I wanna access the file where email message is being created and put like:
“Here is your password reset code: XXXXXXXXXXX
Please visit https://www.domain.co.uk/confirm-forgot-password/ and enter the code to reset your password.”
Forum: Plugins
In reply to: [Front End Users] Password reset URL duplicatedThank you for the answer.
Now I don’t have duplicate address in the URL, but when I click on these links below I get empty content. I mean there is only page title “Edit Profile” but none of options available.
——————
If you want to reset the password, please visit https://www.dommain.co.uk/edit-profile/?add=info%40jure.com.hr&rc=dsL61xaK0Bxxxxxx
If the link above doesn’t work, go to https://www.domain.co.uk/edit-profile/ and enter your email address and the following code:
dsL61xaK0BExxxxxx
——————So I would like to access this script that is sending the message and put just confirmation page URL like: https://www.domain.co.uk/confirm-forgot-password/
Forum: Plugins
In reply to: [Front End Users] Newsletter integrationOk thank you for answering.
My solution is creating HTML form that will submit details to F-F plugin database and then to newsletter software.
One more question:
How can I configure login form to redirect to the same page where is was on the start of login? Something like JavaScript history or similar?
I will add login form to each single post template, and after logging in they should be redirected to the same post.
Forum: Plugins
In reply to: [Front End Users] Newsletter integrationHi,
can you please help to manage this. I’ve purchased pro version a few days ago and this is the only feature I’m missing.
So, GetResponse opt-in form looks like this:
<form action=”https://app.getresponse.com/add_subscriber.html” accept-charset=”utf-8″ method=”post”>
<input type=”text” name=”name”/><br/><input type=”text” name=”email”/><br/>
<input type=”hidden” name=”campaign_token” value=”nSzfe” />
<input type=”hidden” name=”thankyou_url” value=”https://www.genuinepropertyinvestments.co.uk/v2″/>
<input type=”submit” value=”Subscribe”/>
</form>These are the key parts that should be embedded into F-F registration form:
1. action=”https://app.getresponse.com/add_subscriber.html” – It triggers GetResponse action (sends data to GetResponse). F-F form consists only # character for action.
2. <input type=”hidden” name=”campaign_token” value=”nSzfe” /> – It also triggers some data for GetResponse
3. <input type=”hidden” name=”thankyou_url” value=”https://www.redirectURL.com”/> – It redirects after the form is submitted (the URL is the same as setup in F-F form redirection)*Input field names are the same for both forms (GetResponse and F-F)
Any way for adding these parts inside F-F registration form?
Where can I access HTML of built registration form that is displayed on “Register” WordPress page?
Thanks
- This reply was modified 8 years ago by kabarovsky.
Forum: Plugins
In reply to: [Max Mega Menu] Logo icon on the left on mobileThank you for answering.
But currently I can add only two blocks: Menu Toggle and Spacer.
Yes. Thank you!
Forum: Plugins
In reply to: [InPost Gallery] Popup doesn't workRemoved s3slider.js and that part of code from second picture, but nothing changed :/