amishi
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] Display Email in the list only if user has checked to Publish itHi,
Thank you for your response. I checked your code and tried to use this but it is not working. Nicenames for my fields were:
User Email: user_email
Publish Email: pubemail (When it was checked 1 value was stored)if (!function_exists('ausers_format_user_email')) { function ausers_format_user_email ($user_email,$pubemail) { if (isset($pubemail) and ($pubemail == "1")) { return ($user_email); }else{ return ('Not Allowed'); } } }
This is the code that i am using in the ausers-pluggable.php, but it is always going in else condition. Can you please help?
Forum: Fixing WordPress
In reply to: Number "1" displaying after widgetHi,
Thank you so much it worked. I removed echo from the code and “1” disappeared.
Forum: Fixing WordPress
In reply to: Custom header image not displaying admin panelHi,
Sorry i cannot provide the link to the website.
The only console message that i get is:
JQMIGRATE: Migrate is installed, version 1.4.1
VM3773 jquery-migrate.min.js?ver=1.4.1:2Yes i have tried reinstalling the wordpress but the problem is still there.
Hi,
I checked with my Hosting support and they said that there is no content caching setting enabled in the website Hosting. Do you have any other solution to this problem?
Hi,
I checked with my Hosting support and they said that there is no content caching setting enabled in the website Hosting. Do you have any other solution to this problem?
Hi,
Did you get any solution for this?
No there is no cache plugin installed.