Feriman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp cli plugin update fail regarding WP_CLI\UpgraderSkinI have similar issue:
PHP Warning: Declaration of WP_CLI\LanguagePackUpgrader::download_package($package, $check_signatures = false) should be compatible with WP_Upgrader::download_package($package, $check_signatures = false, $hook_extra = Array) in phar:///usr/local/bin/wp/vendor/wp-cli/language-command/src/WP_CLI/LanguagePackUpgrader.php on line 51 Warning: Declaration of WP_CLI\LanguagePackUpgrader::download_package($package, $check_signatures = false) should be compatible with WP_Upgrader::download_package($package, $check_signatures = false, $hook_extra = Array) in phar:///usr/local/bin/wp/vendor/wp-cli/language-command/src/WP_CLI/LanguagePackUpgrader.php on line 51Forum: Networking WordPress
In reply to: Redirect logged in users to their primary dashboardHi David,
Thank you for the reply!
No, it will not works, because I have unlimited dashboards, so I cannot create a htaccess rule for that.
Forum: Plugins
In reply to: [Autoptimize] Mobile score is low on Google PageSpeedinline & defer
Tested, but it decreased the score.
for jQuery you can try to remove js/jquery/jquery.js
It helped a bit, thank you 🙂
Hi,
is it fixed yet? Did you implement this function in your plugin?
Thanks!
Thanks, I did some speedup by check these below options:
Disable Default Colors
Disable Default FontsForum: Fixing WordPress
In reply to: [WP CLI] Getting theme list very slowThanks @contentiskey, I started thread on GitHub:
Thanks, email sent!
Forum: Fixing WordPress
In reply to: Automatically update translations with wp cronYou will be faster next time 😉
Forum: Fixing WordPress
In reply to: Automatically update translations with wp cronThanks, @jdembowski
Yes, the wp cli installed. These below commands are useful for update translate files for core, themes and plugins:
wp language core update wp language theme update --all wp language plugin update --allThanks again for the hint!
Hi,
WP version: 5.3
PHP version: 7.3.11
Type of server: VPS, based on Debian
Current theme: Futurio
Screenshot of console hereNew info: When I disable the “Futurio” theme, the graph works again. It seems “Futurio Extra” plugin and “Futurio” theme should be active at same time to reproduce this issue.
I hope it helps.
- This reply was modified 6 years, 6 months ago by Feriman.
Hi,
Thanks for your reply!
It seems sometime works, sometimes not. Here is a screenshot.
I found a plugin conflict with Futurio Extra. If I disable it, the graph works well.
Can you find which part of Futurio Extra is conflict with your plugin? I would like to escalate this issue with some info to developers.
Thanks!
FerimanThanks for your effort!
Having said that, we will include a new setting in a future update that will allow you to change the location of where the plugin saves these log files.
Awesome! Will it be a function in the next release?
- This reply was modified 6 years, 6 months ago by Feriman.
The problem is only related for security scan.
The security scan found these above mentioned files as “not uploadable” files in uploads folder, and it has right.
.htaccessandindex.phphave been forbidden to upload in this folder.Is there any option to move these files somewhere else or disable this feature?
Thanks!
Forum: Themes and Templates
In reply to: [Futurio] Icons are missing in footerOkay, I solved this issue by deleting default icon list and add a new one. It’s probably a bug in the theme.
Forum: Themes and Templates
In reply to: [Futurio] Coloring menu background from whiteIt works, thank you!