Litalino
Forum Replies Created
-
Using ${var} in strings is deprecated, use {$var} instead
- wp-content/plugins/give-manual-donations/give-manual-donations.php:1471
1Plugin: give-manual-donationsDeprecatedCreation of dynamic property Give_License::$auto_updater_obj is deprecated+
- wp-content/plugins/give/includes/class-give-license-handler.php:233
3Plugin: giveDeprecatedReturn type of MyCLabs\Enum\Enum::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice+
- wp-content/plugins/give/vendor/myclabs/php-enum/src/Enum.php:246
1Plugin: giveDeprecatedstrpos(): Passing null to parameter #1 ($haystack) of type string is deprecated+
- wp-includes/functions.php:7288
1Plugin: giveDeprecatedstr_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated+
- wp-includes/functions.php:2187
1Plugin: giveDeprecatedCreation of dynamic property Give_Addon_Activation_Banner::$user_id is deprecated+
- wp-content/plugins/give/includes/admin/class-addon-activation-banner.php:48
2Plugin: give
Check php info
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.7.6
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabledand command vps :
php -i | grep libxml
libxml Version => 2.7.6
libxml
libxml2 Version => 2.7.6plz help update libxml version new on Linux
Centos 6.8
PHP version: 7.3.16
nginx version: nginx/1.17.5Thanks
You will try to correct in the next update (V3.1.2)
But this has not been fixed yet
>>>>> /wp-content/plugins/kk-star-ratings/src/metabox.php on line 67
/*if (checked($_POST[‘__’.prefix(‘reset’)], ‘1’)) {
delete_post_meta($id, ‘_kksr_avg’);
delete_post_meta($id, ‘_’.prefix(‘casts’));
delete_post_meta($id, ‘_’.prefix(‘ratings’));
}*/I blocked the above code from being notified
- This reply was modified 5 years, 3 months ago by Litalino.
Warning: count(): Parameter must be an array or an object that implements Countable in wp-content/plugins/wp-smushit/core/modules/class-wp-smushit.php on line 400
PLZ HELP ME ERROR: V3.2.4
[09-Aug-2019 10:44:34 UTC] PHP Notice: Undefined index: sizes in wp-content/plugins/wp-smush-pro/core/modules/class-wp-smushit.php on line 400
[09-Aug-2019 10:44:34 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in wp-content/plugins/wp-smush-pro/core/modules/class-wp-smushit.php on line 400- This reply was modified 5 years, 3 months ago by Litalino.
ex: .date {display:none}
<h2><?php echo hu_blog_title(); ?></h2>
<<<< change h1 line 6and <h2><?php the_title(); ?></h2>
- This reply was modified 6 years, 3 months ago by Litalino.
home of you : <h2>MPIREMIND BLOG’S <<< no seo … PLzz fb: https://www.facebook.com/diathevang I will help
give me your web link for me to check
check my web https://khatvongsong.vn <<< building seo >>> view source >>> add alt=””
- This reply was modified 6 years, 3 months ago by Litalino.
<?php if ( ! hu_is_home_empty() ) : ?>
<div class=”page-title pad group”>
<?php //prints the relevant metas (cat, tag, author, date, …) for a given context : home, single post, page, 404, search, archive… ?>
<?php if ( is_home() && hu_is_checked(‘blog-heading-enabled’) ) : ?>
<h1 itemprop=”headline”><?php echo hu_blog_title(); ?></h2>
<?php elseif ( is_single() ): ?>
<ul class=”meta-single group”>
<li class=”category”><?php the_category(‘ <span>/</span> ‘); ?>
<?php if ( comments_open() && ( hu_is_checked( ‘comment-count’ ) ) ): ?>
<li class=”comments”>“><i class=”far fa-comments”></i><?php comments_number( ‘0’, ‘1’, ‘%’ ); ?>
<?php endif; ?><?php elseif ( is_page() ): ?>
<h1 itemprop=”headline”><?php echo hu_get_page_title(); ?></h1>
<?php elseif ( is_search() ): ?>
<h1 itemprop=”headline”><?php echo hu_get_search_title(); ?></h1>
<?php elseif ( is_404() ): ?>
<h1 itemprop=”headline”><?php echo hu_get_404_title(); ?></h1>
<?php elseif ( is_author() ): ?>
<h1 itemprop=”headline”><?php echo hu_get_author_title(); ?></h1>
<?php elseif ( is_category() || is_tag() ): ?>
<h1 itemprop=”headline”><?php echo hu_get_term_page_title(); ?></h1>
<?php elseif ( is_day() || is_month() || is_year() ) : ?>
<h1 itemprop=”headline”><?php echo hu_get_date_archive_title(); ?></h1>
<?php else: ?>
<?php if ( ! is_home() && ! hu_is_checked(‘blog-heading-enabled’) ) : ?>
<h2><?php the_title(); ?></h2>
<?php endif; ?><?php endif; ?>
</div> <!–/.page-title–>
<?php endif; ?>
- This reply was modified 6 years, 3 months ago by Litalino.
Search file on floder: parts/page-title.php
Change <h1>….. </h1> — > <h1 itemprop=”headline”>….. </h1>