Mohammad Shoeb Ansari
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: homepage layout is broken- Initial load time is higher.
- The load time upon re-visit of pages is higher as well.
We use WP Super Cache by Automattic and it works well in this case.
Also, the server response time is too high and you could check with your hosting provider to see if it’s your site or their server. In case if its not the server issue, try setting up a fresh wp instance on the same server and observe the server response time and compare with this live site. This usually helps in reaching the point where we need to work on.Forum: Fixing WordPress
In reply to: requests to the 404 page from http to httpsThese paths are likely malicious bot probes and not legitimate traffic which are aimed to exploit vulnerabilities on your website.
We see these patterns in hundreds on our sites and can block these. However, the nature and path keep changing and is hard to track. The best remedy is to keep the sites up to date.
Forum: Fixing WordPress
In reply to: Old site accessIf your old site is intact, you should be able to access it using the old password.
Did you clear the DNS cache?Here are the steps:
- Open command prompt on windows and type ipconfig /flushdns and press Enter
- Check out the success message to confirm if DNS cache is flushed.
You could also run the ping command to test if your local computer is communicating with the old or the new IP. Once it’s on the old IP, you should be able to access the site.
Another way to access the website on the old server is using IP of that server and the trailing link. However, it varies from one hosting control panel to another. For eg, it if is cPanel or Plesk, the link is as follow respectively:
In other case, web hosts usually provides access to the site using their control panels.
I tried to open the URL a few times. the blog on the sub domains loads but on the main page, here are broken images
https://blog.dentblanchedental.com/
The path of the broken image (one for example is): https://blog.dentblanchedental.com/blog/wp-content/uploads/2023/06/img-placeholder__opdb-op64873e5be738b6-82807199.jpg. If we remove the /blog/ from the middle of the domain, the image loads.
This represents an issue with the URL (we usually see it if a site is moved from one url to another).
Now, if we talk about the error you mentioned – “There has been a critical error on this website. Learn more about troubleshooting WordPress.” it could be associated with above situation and you could try to check out for server log for any clue.
I experienced this for some time randomly why my security program blocked some IPs of Cloudflare.
Forum: Themes and Templates
In reply to: [Variations] Blog page not workingThe website is currently in maintenance mode and I’m unable to view it. But it looks like you moved from a Classic to a Block theme.
I recommend checking the following:
- Open the Site Editor (Full Site Editing) by going to Appearance > Editor.
- Navigate to the template that corresponds to your blog page.
- Make sure there is a Query Loop block or Posts List block added to that page or template part, as this block displays your posts.
Forum: Everything else WordPress
In reply to: Posts only appearing on ‘Latest Posts’ pageHi there,
The following categories on your site shows posts.
We can assign more than one category to a post and if you want to display all your posts on the category page named Latest Posts (https://nannyhelp.com.au/category/latest-posts/), you will also need to assign this category to your desired post.
Here is the setting for reference on how you can assign more than one category to your post:
Feel free to reach out again if you still need assistance with the issue.
Thanks
Thank you Merv, that was helpful
Forum: Fixing WordPress
In reply to: Exporting/importing individual pagesLooking for a similar solution.
I want to export all content but exclude a few pages from the export file.Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Upload FreezingIssues with Digital Ocean and Siteground as well.
The plugin was one of the best in the area and slowly things happened.Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Upload FreezingLooks like this is a very common issue with the plugin now.
Never had an instance with the plugin when it was in around 6.x version. But now it’s very difficult to use itDid you try this: https://ww.wp.xz.cn/support/topic/uploading-a-file-stuck-at-100-what-to-do/?
Forum: Fixing WordPress
In reply to: Exporting a WP Site without WP Access?I was in a similar situation with a site we’re currently developing for our client. There were about 100 posts and the access to export tool was denied by the host (a real estate based company which provides a multisite based solution).
I used an RSS feed plugin to fetch the posts and it got me all the categories as well. There was an issue though. I could only fetch 15 posts and the most recent ones. I made it through by disabling the 15 most recent posts once they were imported and keep doing the process till all the posts were imported.
The plugin I used to grab the posts via rss feed: WPeMatico RSS Feed Fetcher
If you’re trying to find the RSS feed of a WordPress website, all you need to do is add /feed/ to the end of the website’s URL.
Forum: Fixing WordPress
In reply to: Where to put in key wordsUse of keywords is not recommended in modern SEO. It gives a clear picture to your competitor about the keywords you’re trying to rank with.
Keywords are also not relevant in many cases. Assume a user targetting 5 keywords on a page and have included in the meta keyword section. If those keywords don’t appear on the page content, adding them to keywords meta will have zero significance. We could do better if we focus on optimizing content with the keyword instead of placing them in Meta.
Forum: Fixing WordPress
In reply to: How Lock Content and ask registration?WP-Members Membership Plugin plugin has option to lock the content of a page and show login/sign up form when anyone visits the page (when not logged in).
Once users are logged in, they are able to see the actual content.
You could give this a try where you could add a short video visible to non-logged in users along with the login/sign up forms and then the full content including video for logged in users.
Forum: Fixing WordPress
In reply to: Where is my themes header php?The code will function if you place it
</div>
Here
<?php wp_footer(); ?>
</body>or
</div>
<?php wp_footer(); ?>
Here
</body>I will pick the first option.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Option to clear image cacheFacing issue with the photon module.
The module is inactive but I still see images linked in following manner: https://i1.wp.com/domain/wp-content/uploads/2017/04/nameoffile.jpg?w=266&h=401&cropAny way we can remove the urls from galleries/images when they are loaded?