Dinh??
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Plugin causing error wp-adminThanks fo feedback. I has downgrade 6.4 to 6.3.2 my website is woking.
versions 6.4 maybe is problems for my website. i has test to Staging before update to 6.4
Forum: Plugins
In reply to: [Yoast SEO] Uncaught ReferenceError: wpseoShortcodePluginL10n is not definedTemporary solution: Remove or commet js in Plugin kingcomposer/assets/js/kc.builder.js
line 7135 to 7177.But I hope a update for Compatible all plugin…
Old Version is Good, But Last Version is Error.
Temporary solution: Remove or commet js in Plugin kingcomposer/assets/js/kc.builder.js
line 7135 to 7177.But I hope a update for Compatible all plugin…
Forum: Plugins
In reply to: [Yoast SEO] Uncaught ReferenceError: wpseoShortcodePluginL10n is not definedAll my Plugin & Theme latest Version. WordPress 5.4.2.
Yoast Version 14.5 is Good.
Yoast Last Version is Error.Forum: Plugins
In reply to: [Yoast SEO] Uncaught ReferenceError: wpseoShortcodePluginL10n is not definedI has checking Site Health is good. And back to old Version is ok. Error only last Version. Any other solution cheking?
Thanks
Thanks @kasia
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox Button helperokay, i have change to fancyBox2 script.
Thanks ??Forum: Plugins
In reply to: [WordPress Popular Posts] Post rating not true/ show as post range!Resolved topic
i had user wp-postratting shordcode
<?php query_posts( array( 'meta_key' => 'ratings_users', 'orderby' => 'meta_value_num', 'order' => 'DESC' ) ); ?>
Thanks for Plugins
Forum: Plugins
In reply to: [WordPress Popular Posts] Customize wpp_get_mostpopular( 'stats_views=1' )Resolved topic
i had user:
<?php if (function_exists('wpp_get_views')) echo '<i class="fa fa-eye"></i> '.wpp_get_views( get_the_ID() ) .' views'; ?>
Thanks for Plugins.
Forum: Plugins
In reply to: [WordPress Popular Posts] Customize wpp_get_mostpopular( 'stats_views=1' )hi,
My problem that:
My index i have show list post by category code:
<?php if ( is_category(12) ) { ?> <?php if (have_posts()) { while (have_posts()) { the_post(); ?> <h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <?php wpp_get_mostpopular( 'stats_views=1' ); ?> <?php }} wp_reset_query(); ?> <?php } ?>
I have been in view-source:
<ul class="wpp-list"> <li> <a href="https://mypost_title" title="mypost_title" class="wpp-post-title" target="_self">mypost_title</a> <span class="wpp-views">183 views</span></li> </ul>
How to customize I just want:
<span class="wpp-views">183 views</span>
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha translations@takayuki Miyoshi
Thanks.