Yusup Ali
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] domain.com/si/?__wpdm_view_countThank you for your advice. I follow your advice. If that doesn’t solve it, I’ll come back.
Regards.
Forum: Plugins
In reply to: [LiteSpeed Cache] Browser errors were logged to the consoleThnks @serpentdriver
I know you gave answered for first problem. But how to fix
Source – https://www.domain.com:96:9233 Description – SyntaxError: Identifier ‘litespeed_ui_events’ has already been declared
Source – https://www.domain.com:1:0 Description – SyntaxError: Unexpected token ‘<‘, “<!DOCTYPE “… is not valid JSON
Forum: Plugins
In reply to: [LiteSpeed Cache] Browser errors were logged to the consoleYes- All-In-One Security
But while uninstall my security plugin, the problem still available.
Forum: Fixing WordPress
In reply to: Problem after update WordPress 6.1Thank you @clorith
I have used PHP 8.1Thank you for your quick response.
Note that I am using PHP 8.1I am waiting for its solution.
Refards.
Forum: Fixing WordPress
In reply to: Problem after update WordPress 6.0.3Forum: Plugins
In reply to: [Bogo] 404 on translated pages after update Yoast SEO pluginCan tell your site URL. I wonder if you have updated your PHP?
OH, thanks. But here not x-default hreflang. Doesn’t it help in seo?
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] How to add “x-default hreflang”I’ve got one more problem.
Error 1. Add non-region hreflang alternates for zh
Error 2. Add x-default hreflang pointing to homepage/ language selector.See screenshot – https://ibb.co/HpKX8N1
How to I solve it?
Forum: Plugins
In reply to: [Bogo] How to add x-default hreflang pointingIt works only for homepage but not for page.
Forum: Plugins
In reply to: [AMP] AMP plugin not activated on the homepage using AMP LegacyOh. Thanks.
Forum: Plugins
In reply to: [AMP] AMP plugin not activated on the homepage using AMP LegacyI have added the below code on
functions.phpadd_filter( 'amp_post_template_file', function ( $template, $template_type, $post ) { if ( 'page' === $template_type && 'page' === get_option( 'show_on_front' ) ) { if ( (int) get_option( 'page_on_front' ) === $post->ID ) { $template = dirname( __FILE__ ) . '/amp/home.php'; } elseif ( (int) get_option( 'page_for_posts' ) === $post->ID ) { $template = dirname( __FILE__ ) . '/amp/blog.php'; } } return $template; }, 10, 3 );And I have already added the below code on
amp/home.php<ul> <?php while ( have_posts() ) : the_post(); ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endwhile; ?> </ul> <?php the_posts_pagination(); ?>But not work.
Forum: Plugins
In reply to: [Bogo] categories slug does not workThanks for the quick reply. Yes, I have to locate the post on bn_BD.
Forum: Plugins
In reply to: [kk Star Ratings - Rate Post & Collect User Feedbacks] Pending migrationsNo resolved.
Forum: Plugins
In reply to: [kk Star Ratings - Rate Post & Collect User Feedbacks] Pending migrationsBefore 30 minutes GMT 19.00, I have updated kk Star Ratings.
Very sad my site corrupted. Eventually, I had to restore the site.
My site was down for about 1 hour. My site hasn’t launched yet.
Please fix the problem.