Rajon Ahmed
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Issue: WordPress Default Footer AppearingI was able to solve the issue!
Hello,
Thanks for such a quick reply and I am really sorry that I didn’t get back to you.
Actually, I am talking about the following code:
public static function gen_random_string($length = 4) { $characters = '0123456789abcdefghijklmnopqrstuvwxyz'; $string = ''; $max_index = strlen($characters) - 1; for($p = 0; $p < $length; $p++) $string .= $characters[mt_rand(0, $max_index)]; return $string; }
The default character set. I don’t want to use the default one. I want to use a custom character set and also I don’t want to touch the original code. Because in every update I will have to update the character set manually. So, I am looking for a function or a way to do it.
Feature request: Please add an option in the WordPress admin under Pretty Links settings to set custom character set.
Custom character set for short URL slug. Is it available in free or I have to buy the pro?
Forum: Plugins
In reply to: [Theme My Login] URL ParameterYes for the login form.
I am using Gravity Forms + Addons for Sign Up process. So after sign-up, I will redirect the user to the sign-in page and in the URL there will be a parameter with the username as the value. TML needs to get the value from the URL.
Example: example.com/sign-in/?username=user
***I tried javascript but didn’t work.
- This reply was modified 2 years, 4 months ago by Rajon Ahmed.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] MenuTo solve the above-mentioned issue, you have to deactivate KB Support or any other friendly fork of the same source code.
Well, then the answer is, it is possible from the front end.
Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] FOUC in FirefoxYes, I did.
Do you see any FOUC effect here?
Link: https:// wizard[dot]startupore[dot]com/company/parent/corporate/general/public/wizard/wand/career-wizard/job-application- This reply was modified 2 years, 9 months ago by Rajon Ahmed.
- This reply was modified 2 years, 9 months ago by Rajon Ahmed.
Forum: Plugins
In reply to: [LiteSpeed Cache] FOUC in FirefoxHi there,
thanks for such a quick reply.
I tried according to the tutorial. But maybe, I missed something.
So, the problem persists.One more thing, FOUC happens where Gravity Form is present and when the user is not logged in.
Thank you!
Forum: Plugins
In reply to: [Smart phone field for Gravity Forms] Required field issueMay I get your support email?
I don’t want to share the URL in public.Forum: Plugins
In reply to: [Smart phone field for Gravity Forms] Required field issueSame here!
Please release a fix soon!
Forum: Plugins
In reply to: [LiteSpeed Cache] Feature or Bug?I believe, Elementor’s Safe Mode can disable all the plugins. And today I enabled safe mode and tried to open LSCWP settings but it said You are not allowed to open this page and then the plugin got uninstalled.
Forum: Plugins
In reply to: [LiteSpeed Cache] Feature or Bug?Hi there,
Thanks for such a quick reply.
Yes, I am sure. I did it(toggled off cache from settings) to see the design changes as a guest user and without purging repeatedly. But unfortunately, it got uninstalled and I had to install the plugin again.Thank you!
– Rajon AhmedHi there,
Thanks for such a quick reply.
I have already opened a ticket for that.
By the way, the link you provided returns a 404 error!Thank you!
– Rajon AhmedEdit: The link had the wrong character at the end.
It is working now!- This reply was modified 2 years, 10 months ago by Rajon Ahmed.
Update now! The newer version works as expected!
Forum: Plugins
In reply to: [Theme My Login] Remove “autofocus” yellow filterPlease take a look at the following screenshots.
Before auto-filling: https://prnt.sc/1z85yxx
After auto-filling: https://prnt.sc/1z85wpqDid you notice the color differences of input fields?