Jainish Brahmbhatt
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Page/Post priority in xml sitemapHi @611shabnam
Yes, exactly as you said.
Forum: Everything else WordPress
In reply to: Searching for Google Page Speed PluginHello @vadimfrost09
There are several plugins available for this. You can find few of them here.Forum: Plugins
In reply to: [Yoast SEO] Firm name instead of URLThank you @maybellyne
Forum: Everything else WordPress
In reply to: Image with Text to Alt TagHello @avisato,
See if any of below can help.Forum: Fixing WordPress
In reply to: WP_Fatal_Error_Handler after fixing wp-settings.phpForum: Plugins
In reply to: [Yoast SEO] Firm name instead of URLHello @611shabnam
Company name is added.Forum: Everything else WordPress
In reply to: Permalink IssueHello @macmanx,
I already tried this, no positive results.
Forum: Fixing WordPress
In reply to: There has been a critical error on this website.Hello @greenagribio,
See if any update for the cache plugin is available or not, if yes then update the plugin. Also update your WordPress to the latest version. Don’t forget to fully clear the cache once everything is updated.
Forum: Fixing WordPress
In reply to: Elementor Update IssueHello @atalanttore , If your site is having cache then please clear them and check again.
Forum: Fixing WordPress
In reply to: unpublishing and re-publishingWhen you visit your website and you are having “There has been a critical error on this website” error it means your WordPress website is there but having some critical errors. You can debug the errors and solve them by turning on debug mode from wp-config.php file like below.
define( 'WP_DEBUG', true );
Once you access the back-end, take backup first and then update all plugins and theme along with WordPress. Also, update php version from bluehost.
If you are not so familiar then you can hire someone who can do it for you.
Forum: Fixing WordPress
In reply to: Social Icons not showing up above postsFirstly, Update your theme, plugins and WordPress to the latest versions. Issue might be resolved by doing this.
If you are still facing this even after updating, you can try by changing class name of the icons like below.
current – <i class=”fa fa-linkedin”></i>
new – <i class=”fa-brands fa-linkedin”></i>Forum: Installing WordPress
In reply to: transfer to new hostingWhen you transfer site to new domain then you have to replace old domain with new domain everywhere in database, mainly in options table change siteurl and home url. Then update permalinks once from backend.
Forum: Fixing WordPress
In reply to: Error finding file, even after uploading itIf this happens after some specific time repeatedly then your sites might be affected by some malware. You should check everything and run a malware detection test. Make sure all plugins and themes are updated to their latest version.
Forum: Fixing WordPress
In reply to: CRITICAL Allowed memory size of 536870912 bytes exhaustedYou need to increase PHP memory limit. Here are several methods to do that:
- Edit the
wp-config.php
File (define(‘WP_MEMORY_LIMIT’, ‘1024M’);) - Edit the
.htaccess
File (php_value memory_limit 1024M) - Edit the
php.ini
File (memory_limit = 1024M) - Create or Edit a
user.ini
File (memory_limit = 1024M) - Contact Your Hosting Provider (If none of the above methods works)
- Edit the