Kishan Sonar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems submitting sitemap to BingHey there,
I would suggest creating a new sitemap with the rankmath plugin and then submitting it:
https://rankmath.com/kb/submit-sitemap-to-bing/It should help
Forum: Fixing WordPress
In reply to: Add New Application Password: Not Found ErrorHey there,
Just to be sure, what application is this? Are you using any plugins?
Please provide more information about it.
Forum: Fixing WordPress
In reply to: Category pages as galleriesHey there,
Just to be sure, the post only contains the featured image? If yes, then it’s better to create an image gallery on a single page with Elementor, this way you can set the page as the homepage and whenever visitors click on the images, it will open up in a popup
Or if the post contains more than the featured image, then themes like these would be helpful:
https://www.cssigniter.com/demo2/?theme=coastlineForum: Fixing WordPress
In reply to: [NSFW] Removing cells from table in WordPressHey there,
You can easily find a table editing option here:
Just be inside that row and use the option to delete it
Forum: Fixing WordPress
In reply to: images – locationsHey there,
It seems like the issue is with WordPress caching
https://barryjogorman.com/index.php/2022/09/19/sicily-week-1/?cacheThe images are in the centre when checked from the above URL
I would suggest clearing the WordPress cache and then checking. This guide can help:
https://www.hostinger.com/tutorials/wordpress/how-to-clear-wordpress-cacheForum: Fixing WordPress
In reply to: default shipping cost / default shipping destinyHey there,
I would suggest posting your question in the woocommerce community here:
– https://ww.wp.xz.cn/support/plugin/woocommerce/
– https://woocommerce.com/community/Forum: Fixing WordPress
In reply to: Yoast Seo Doesn’t have ImpactHey there,
Just to understand, what exact results are you expecting?
The plugin just provides features which are essential for SEO like meta details, SEO tips, etc
The ranking totally depends on the content and other factors. Even if you don’t use the plugin, you can rank the site. The plugin won’t help to rank from their side.
I would suggest checking this guide for better SEO of the website:
https://www.hostinger.com/tutorials/wordpress-seo-tipsForum: Fixing WordPress
In reply to: Problem with WordPress Core update from 6.0.1 to 6.02Then try updating manually via FTP as mentioned here:
https://www.hostinger.com/tutorials/how-to-update-wordpress#2_Update_WordPress_Manually_via_FTPShould help
Forum: Fixing WordPress
In reply to: Mysql DatabaseHey there,
This plugin should help: https://ww.wp.xz.cn/plugins/userswp/ It’s not completely free though.
Forum: Fixing WordPress
In reply to: URL Forwarding or RedirectionHey there,
I would suggest adding this below code in the .htaccess file of megabitcoin.blog
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^megabitcoin.blog$ [OR] RewriteCond %{HTTP_HOST} ^www.megabitcoin.blog$ RewriteRule (.*)$ http://www.uwwu.org/$1 [R=301,L] </IfModule>This will help you set the redirection to uwwu.org URLs properly.
Forum: Networking WordPress
In reply to: I can’t sea network admin in my sitesGreat, just add the code in your theme’s functions.php file and it should be good to go
Forum: Fixing WordPress
In reply to: Problem with WordPress Core update from 6.0.1 to 6.02Hey there,
You could try to disable the Wordfence plugin and update it again.
If the error still persists, try to update the WordPress via the command line and check.
You can follow this guide:
https://www.hostinger.com/tutorials/how-to-update-wordpress#3_Update_WordPress_via_WP-CLIForum: Everything else WordPress
In reply to: Downloadable Copy of DocumentationHey there,
Afaik, there are no such downloadable files
If it works for you, you can do it manually generate pdfs using https://www.web2pdfconvert.com/ and saving it
Forum: Networking WordPress
In reply to: I can’t sea network admin in my sitesHey there,
Add the below code to the theme’s functions.php file
grant_super_admin(1);
Where the super admin user id = 1 (you would need to check it from your database)
Once the code is added, the network admin should appear in the menu.
Forum: Fixing WordPress
In reply to: WordPress Update FailedHey there,
In this case, when WordPress puts itself into maintenance mode, it does so by creating a file named “.maintenance” in the installation directory
You can log in via your hosting provider’s file manager or FTP and delete the file:
Also, make sure to clear the cache after it. This guide can help you:
https://www.hostinger.com/tutorials/wordpress/how-to-clear-wordpress-cacheAnd then try updating WordPress again