jazzu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing the “Logged in as _____. Log out?” URLI fixed it using Loco translate.
Kind regards.
Hi @wpusermanager !
Thank you for your reply. I solved the issue. The only place Nickname was still required was on Edit Account tab. I just used the code below to remove it and it works fine.
.fieldset-user_nickname { display: none; }
Kind regards
Forum: Themes and Templates
In reply to: [Astra] Editing “You’re signed in as X. Logout” in the commentsForum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] TranslationUpdate:
I managed to fix the Edit Account with an amazing plugin called String Locator.
However, I’d still need to fix the URLs.
Kind regards
Hello!
No problem. I just noticed that the solution wasn’t written correctly from my end. The solution was that I wrote ? < a href=” [link] ” > [caption] < /a >. The part written in italic contains NO SPACES, except for the caption if needed.
Kind regards
Okay, even though support seems to be dead, here’s how I fixed it, if anyone encounters this.
I used Loco Translate, went into Lost your password? string and just wrote ? [caption]. Now it shows as a normal bullet point without any problems.
Kind regards
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] TranslationAnother thing! I want to remove the ? part of Logout ? or in my case Odjava ?.
You can see the screenshot here.
Also, how can I change the URLs if I go to view profile >>posts or >> comments?Account URL is correct, but when I click Posts or Comments, the URL changes to /account/accountname/posts and /account/accountname/comments.
In my case, the URL looks like /racun/accountname/posts and /racun/accountname/comments,
however, I’d need it to be /racun/accountname/objave and /racun/accountname/komentarji.How can I change the endpoints?
Kind regards
- This reply was modified 2 years, 4 months ago by jazzu.
Update: I managed to fix the picture issue with a bit of code I found on this thread.
The solution:
add_filter( 'get_avatar', 'fix_avatar_https'); add_filter( 'get_avatar_url', 'fix_avatar_https'); function fix_avatar_https($url_or_html) { return str_replace('https://','https://',$url_or_html); }
I still need to get rid of Nickname though.
Kind regards
Hi @mkesteban08 !
I don’t know. I tried it with multiple pictures and the problem was there since the beggining. Do I need to setup anything else?
For the registration, I checked WP Dashboard >> Users >> Registration Forms, and there were only 2 field, which were Email and Password. I can’t find the way to delete the Nickname field.
Forum: Themes and Templates
In reply to: [Astra] Translating URLHi @bsfherman !
Thank you for your reply.
Actually, I fixed the issue by just visiting Settings – Permalinks and changed it there.
Kind regards
Forum: Plugins
In reply to: [Theme My Login] Can’t manage to translate something in registrationHello @jfarthing84 !
Thank you for your reply. I don’t know which other plugin this could be coming from, since this is the only plugin that I’m using that effects login/register pages.. The exact message that I’m getting is
This email address is already registered. Log in with this address or choose another one.
Update: I also tried disabling all the other plugins, except Theme My Login, and the same message appears. Another thing I noticed is that when you try to register, if you don’t use the same password, you get the error message
Error: Passwords don't match. Please enter the same password in both password fields.
I translated that error in Loco Translate and it doesn’t translate it. I tried translating it in functions.php using
function translate_strings($translated) { $translated = str_ireplace('Passwords don’t match. Please enter the same password in both password fields.', 'Gesli se ne ujemata. Prosimo, vnesite isto geslo v oba polja.', $translated); return $translated; }
And it still doesn’t change for some reason, so there’s something weird going on here.
Kind regards
I did in Loco Translate. It’s written there as “You must be %s to submit a review.”. Anyway, because of what you said I tried to search for register and logged in by themselves and found them.
Thank you very much!
Forum: Themes and Templates
In reply to: [Astra] PreloaderYeah, I’ll mark the thread as resolved. Thank you for your assistance.
Kind regards
Forum: Themes and Templates
In reply to: [Astra] PreloaderHi @bsfherman!
Thank you for your reply. I used the Big Store theme for some other websites, and it had an option to choose a preloader on it by default, that’s why I asked, when I couldn’t find it. No problem at all though.
Kind regards
Forum: Plugins
In reply to: [Site Reviews] Can’t manage to change placeholder colorHello @geminilabs !
Great, thank you! I didn’t know about the ::placeholder, so thank you for that info as well.
Kind regards