apt2it
Forum Replies Created
-
@maybellyne, please ask specific info you want. On public forum, hesitant to share those details.
To mitigate, currently downgraded to 21.8 version using
wp plugin install --version=21.8 --forceForum: Plugins
In reply to: [Depicter — Popup & Slider Builder] Critical Error wp_depicter_meta table- The output was already noted via email. So should not expect answer here…
- The uninstall and reinstall of plugin, resolved the issue.
- The new version update shall be working as no issues found as of now.
Forum: Plugins
In reply to: [Depicter — Popup & Slider Builder] Critical Error wp_depicter_meta tableSearching Google for “wp_depicter_meta” provides similar errors.
Forum: Plugins
In reply to: [Depicter — Popup & Slider Builder] Critical Error wp_depicter_meta tableA temp solution is adopted by create the table with some fields.
But this may create issue as actual table structure is missing.
Please suggest.
And execution of a feature without being enabled or used, is really something EAEL must revise in next major version on priority basis.
@iapial , my suggestion is to use WP internal “process”, not just structure!!
WP can evolve tomorrow and provide more enhancement. EAEL shall keep focus on UI and integration with WP.
The trait Login_Registration can be reduced to less than half the size if really do so.
- This reply was modified 3 years ago by apt2it.
Yes, the plugin is updated to latest available today.
And to be on safer side, commented the processes of resetting password.
Though, I suggest to use the internal process of WP instead of creating a new process. Just attaching the widget for display of login/register form and process everything via WP in background.
Enjoy.
Forum: Everything else WordPress
In reply to: Large core.12344 files in wp-adminThank you Steven, I appreciate your help.
The date & time of the core.xxxx files are 10-15 seconds up and down to many of the wp-admin files. Many other files are of much later dates.
So I assume this may be WordPress auto update process!!
I will get more review and fix the issue further.
Thank you.
It seems like Visual Editor issue while using position absolute and width auto.
Closing this topic…
In previous versions to PHP8, function can have options parameters in any sequence. But in PHP8, the options parameters starts after required parameters.
The plugin may have many such functions in various files. Please do correct them sooner. I will post any such errors as I find them. Currently all admin edit pages displays this error.
Deprecated Example
function MyFunc( $req_param1, $optional_param1=””, $req_param2, $optional_param2=false){}PHP 8 Example
function MyFunc( $req_param1, $req_param2, $optional_param1=””, $optional_param2=false){}Forum: Developing with WordPress
In reply to: body_class array to string causing errorOops…! you caught me napping!!
Thank you Sanjeev.
The issue is solved.
Forum: Developing with WordPress
In reply to: body_class array to string causing errorMy WordPress version is 5.8.2
With the settings of WP-Optimize selected “async loading of google font”, the url rewrite happens the way noted above.
With the settings of “inherit from CSS settings”, the google fonts are not loaded in any css generated by WP-Optimize.
FEATURE: Ignore google fonts url.
– Just add them async as they are, single or multiple calls.( After disabling, WP-Optimize, following observed )
– SOMEPLUGIN = NOT KNOWN YET…
– SOMEPLUGIN is requesting google font apart from theme’s request.
– SOMEPLUGIN uses font api v1 and theme uses font api v2.
– SOMEPLUGIN request two font “Roboto” and “Roboto Slab”. No Other fonts.if merging to single url is done by WP Optimize, the bug is in WP Optimize.