zecompadre
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Keep giving this error in LOGthe problem is the construction of the query on your code, just take a look on the report
Forum: Plugins
In reply to: [Custom Login] csstidy warningFIX:
static function merge_4value_shorthands($array) {
$return = $array;
$shorthands = &$GLOBALS['csstidy']['shorthands'];
foreach ($shorthands as $key => $value) {
// Check if $value is an array and has at least 4 elements
if (is_array($value) && count($value) >= 4) {
if (isset($array[$value[0]]) && isset($array[$value[1]]) &&
isset($array[$value[2]]) && isset($array[$value[3]]) && $value !== 0) {
$return[$key] = '';
$important = '';
for ($i = 0; $i < 4; $i++) {
$val = $array[$value[$i]];
if (csstidy::is_important($val)) {
$important = '!important';
$return[$key] .= csstidy::gvw_important($val) . ' ';
} else {
$return[$key] .= $val . ' ';
}
unset($return[$value[$i]]);
}
$return[$key] = csstidy_optimise::shorthand(trim($return[$key] . $important));
}
}
}
return $return;
}Forum: Plugins
In reply to: [Custom Login] csstidy warningTrying to access array offset on value of type int
/wp-content/plugins/bm-custom-login/csstidy/class.csstidy_optimise.php — line 599
/wp-content/plugins/bm-custom-login/csstidy/class.csstidy_optimise.php — line 88
/wp-content/plugins/bm-custom-login/csstidy/class.csstidy.php — line 934
/wp-content/plugins/bm-custom-login/bm-custom-login.php — line 241
/wp-content/plugins/bm-custom-login/bm-custom-login.php — line 208
/wp-includes/class-wp-hook.php — line 324
/wp-includes/class-wp-hook.php — line 348
/wp-includes/plugin.php — line 517
/wp-login.php — line 127
/wp-login.php — line 1482Forum: Plugins
In reply to: [Custom Login] csstidy warningTrying to access array offset on value of type int
/wp-content/plugins/bm-custom-login/csstidy/class.csstidy_optimise.php — line 599
/wp-content/plugins/bm-custom-login/csstidy/class.csstidy_optimise.php — line 88
/wp-content/plugins/bm-custom-login/csstidy/class.csstidy.php — line 934
/wp-content/plugins/bm-custom-login/bm-custom-login.php — line 241
/wp-content/plugins/bm-custom-login/bm-custom-login.php — line 208
/wp-includes/class-wp-hook.php — line 324
/wp-includes/class-wp-hook.php — line 348
/wp-includes/plugin.php — line 517
/wp-login.php — line 127
/wp-login.php — line 1482- This reply was modified 3 months, 1 week ago by zecompadre.
Forum: Plugins
In reply to: [Yoast SEO] Undefined array key X@maybellyne?why u dont apply that FIX ?
verification of an array key before it be used ?! simple programmingon every update i’ve to do the fix ….. is just annoying….
$date = isset($all_dates[ $page_counter ]) ? $all_dates[ $page_counter ] : false;
- This reply was modified 4 months ago by zecompadre.
Forum: Plugins
In reply to: [Yoast SEO] Undefined array key X@maybellyne why u dont apply that FIX ?
verification of an array before it be used ?! simple programmingForum: Plugins
In reply to: [Yoast SEO] Undefined array key XLine with error:
https://prnt.sc/vtPcqCpdYHd3
Fix:
https://prnt.sc/7_bBV0r2_xLhNope, image was renamed after media upload, on the upload windwo resume it shows on the right columsn the renamed file name, that where i found that stop work.
what action/filter is run before upload save ?
- This reply was modified 1 year, 1 month ago by zecompadre.
It was working on this one
https://receitasnorobot.com/wp-content/uploads/batido-de-laranja-e-cenoura.jpg
https://receitasnorobot.com/batido-de-laranja-e-cenoura/
on 24/03/2023I never had titles in EXIF, the automatic renaming was always done by the Media Title in the Media Library, it automatically renames if I change the media title in the library and save the media, only when uploading it doesn’t…. before it worked, it stopped working in one of the latest updates (5.6.0 >) … take a look at the changes that have been made recently to the media upload actions….
https://prnt.sc/REkazi7ReDRb
shoud have a option to select “media library title” and not just metadata- This reply was modified 1 year, 1 month ago by zecompadre.
- This reply was modified 1 year, 1 month ago by zecompadre.
One example, my images never have EXIF info , just use photoshop to resize them.
bolo-economico.jpg (1500×988) (receitasnorobot.com)why manualy works if i dont have EXIF info to be used ?
- This reply was modified 1 year, 1 month ago by zecompadre.
my images dont have any EXIF and allways been autorenamed by the media libray image title, just since one of the last releases it stoped to do that auto renamed, manualy all works fine and do a correct rename.
where can i configure to use “media library title” and not EXIF ?Marked as Resolved ? Why ?
Yes, all have media title, manualy is uses the media title too.
I don’t have EXIF, just Media Title, before everything worked fine….
Manualy works fine …. way in Auto not working ?
https://prnt.sc/m7NkmwtTuUXX- This reply was modified 1 year, 1 month ago by zecompadre.
Forum: Plugins
In reply to: [WP Recipe Maker] Console error on front-end editJust by clicking on front-end link on top admin bar, the rest is all ok
- This reply was modified 1 year, 2 months ago by zecompadre.