tiitosport
Forum Replies Created
-
Hi @andrewshu it worked perfectly, thanks a lot! Feel free to close this request
Hi @missveronicatv , it worked perfectly, you are a legend! Feel free to close this request.
@missveronicatv it works perfectly, thanks a lot for your help! You can close this request
Yes you can! thanks for your support @andrewshu and @missveronicatv
@missveronicatv I also see the table called wp_um_metadata, so I think we are good to go! Sorry for bothering, it was unclear in my mind ??
Hi @missveronicatv , before doing that, I just checked again in my phpMyAdmin database, and I see a table called wp_usermeta ??
Could it be this table? When I check inside it, it contains the meta_key and meta_value columns with the different values of the test accounts I created and with the custom fields as well.
I first disregarded this table because I was expecting a table with one user per row and all meta_keys in separate columns, but maybe this is not an available functionality?
Let me know if I’m good to go with this table, or if you want me to check the PHP debug logs.
Best,
Tiito
- This reply was modified 2 years ago by tiitosport.
Hi @missveronicatv thanks a lot for taking a look. I confirm that I have
CREATE
privilege: here is the result of the querySHOW GRANTS
GRANT USAGE ON *.* TO
db_user
@localhost
IDENTIFIED BY PASSWORD 'fake_password_for_wp_support' GRANT ALL PRIVILEGES ONdb_name
.* TOdb_user
@localhost
where db_user and db_name are replaced with the values from my
wp-config.php file
Do you think the issue could come from somewhere else? Would you suggest any steps for me to take? ?? Let me know if you need more information from my side
For your information, I have the same issue as @desben shared on the page https://www.switch-actu.fr/profil/desben/.
I checked the Elements tab of Dev Tools and found the issue.
For Twitter, LinkedIn, Instagram, Facebook, the background of the element is defined as well as the logo. Here is the example code for YouTube:
<a style="background: #e52d27;" target="_blank" class="um-tip-n" data-wpel-link="external" rel="external noopener noreferrer" original-title="YouTube"><i class="um-faicon-youtube"></i></a>
For TikTok, Reddit, Twitch, it’s not. Here is an example for TikTok:
<a style="background: ;" target="_blank" class="um-tip-n" data-wpel-link="external" rel="external noopener noreferrer" original-title="TikTok"><i class=""></i></a>
Any clue how to fix that? For now, I tried JavaScript in my functions.php file, but without success.