Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
mimicat
tagDiv Member

Mine is different when logged in and not logged in. Can you test it in both scenarios?

mimicat
tagDiv Member

sorry, I can not give you wp-admin access. you can test it in your account. He should be able to reproduce it easily.

mimicat
tagDiv Member

but in my website, I mean in tagdiv composer, there is no social icons
https://postimg.cc/vD7nc451

mimicat
tagDiv Member
mimicat
tagDiv Member

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

also, If I write these code, there will be 500 error, I cannot open my web site

Viewing 5 posts - 1 through 5 (of 5 total)