Prakash
Forum Replies Created
-
Hi,
As per your coding update on the class-option-manager.php, I have updated but still the category page not working, I am getting 500 internal server error. If I deactivate the responsive menu pro plugin, the category page working fine.
Error log: Notice: Uninitialized string offset: 0 in /home/customer/www/ourdomain.com/public_html/wp-content/plugins/responsive-menu-pro/v4.0.0/inc/classes/class-option-manager.php on line 60
Thanks
- This reply was modified 7 months, 1 week ago by Prakash.
Forum: Fixing WordPress
In reply to: Our wordpress site layout breaking every 24 hours same timeHi,
We have fixed the layout issue. The reason for layout issue coming up every 24 hours is to do with our old website URL defined in the wordpress files and I imagine in the database also, as per hosting advice we have done search and replace with new website URL. After this update the layout issue has been fixed.
Thank you.
Forum: Plugins
In reply to: [Frontend Reset Password] Password reset Email variables are not workingHi,
The following function hook working perfectly fine for new version of your plugin, and rest password email sending those information now. Thank you very much for your help.
add_filter(“somfrp_retrieve_password_message”, “custom_password_reset”, 99, 4);
function custom_password_reset($message, $key, $user_login, $user_data ) {
$message = str_replace(“{email}”,$user_data->user_email,$message);
$message = str_replace(“{last_name}”,$user_data->last_name,$message);
$message = str_replace(“{title}”,$user_data->title,$message);
return $message;
}
Thank you.
Forum: Plugins
In reply to: [Frontend Reset Password] Password reset Email variables are not workingHi,
Those variables are worked up to version 1.2, after your plugin update to higher version of 1.2, the variables are not picking up, still I am using version 1.2 on my Live site, but staging I am using your latest version, on the stating reset password email not picking up those variables.? I am not sure why the latest version not picking up the variables.
Thank you.
Forum: Plugins
In reply to: [Frontend Reset Password] Password reset Email variables are not workingHi,
I am trying to add those variables are in the WP admin > Frontend Reset Password > settings > Customise the email sent to your user email body.? On this section I have added {title}, {last_name} and {email} those variables and none of them are not picking up from users table and on the reset email those variables are not showing values.
Thank you.
Forum: Fixing WordPress
In reply to: Our wordpress site layout breaking every 24 hours same timeHi,
It’s that possible you have free version of scan site plugins, Wordfence plugin asking licence.
Thank you.
- This reply was modified 1 year, 4 months ago by Prakash.
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeHi @d0153,
SiteGround Optimizer not installed on our wordpress site, we are not using.
PHP – 7.4.33
WordPress – 6.1.1
The Events Calendar – 6.0.6.2
The Events Calendar PRO – 6.0.5.1
Theme – Divi 4.19.4
Thank you.
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeHi Abz @abzlevelup
Also time to time we get page not found error for news posts pages front end, this issue also part of the events calendar upgrade to new version.
But I am not sure the migration causing the layout issue.
Thank you
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeHi Abz @abzlevelup
I think this layout issue coming after we did the events calendar new version above 6.0.0 upgrade migration, after migration this issue coming every day.? Just installed new version above 6.0.0 and using the old database system the issue didn’t come back.
Thank you
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeHi Abz,
Even yesterday I have disabled the memcache, no changes to the site, the layout issue still they.
Our hosting is siteground.
Thank you
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeHi Abz,
On our hosting we have Memcached enabled, this was enabled about two years ago.
Thank you
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeHi Abz,
The layout issue come back again today morning and we have tested on staging site removing all the plugins including WP Supper Cache and keeping the events calendar plugins active, we still had same layout issue, also we have tested with default themes twenty seventeen still same result, we have done all the test on the staging site but the issue come back again if the events calendar and events calendar pro active plugins, if we deactivate one of the events calendar plugin the issue not coming back.? We are using WP Supper Cache but we have tested deactivating this plugin still same result.
Thank you
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeHi Abz,
I am using WP Admin > Divi > Theme Options and just click the Save Changes button and our web site layout issue will be disappear so no issue after that, the the layout issue come back after 24 hours at same time.
Today I have installed latest update from the events calendar and the events calendar pro and did some other plugins update, still I am getting the same issue, but I will check tomorrow and let you know, this issue comes every 24 hours.
Thank you
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeThe layout issue still they it didn’t disappear after latest update, latest update didn’t solve the issue, please find the solution.
Forum: Plugins
In reply to: [The Events Calendar] Plugin update breaks my themeAfter activating the events calendar my menu and images are not working layout issue comes up, desktop and mobile version, desktop version the menu covering entire page and can’t scroll, this happens every 24 hours after activate the events calendar, to make back to normal I have to update the Divi Options every 24 hours.? Please provide the solution from the events calendar plugin.