Faisal Ahammad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Critical error when trying to view blog pagesHi @lboogie28
Sorry for the delay.1. Could you please enable the wp_debug and check if there is any error behind this issue?
2. You could also go to the browser console when you’re on the WP dashboard and see if there are any errors.
After giving a try to all of those, post the update here so I could further investigate. ??
Forum: Fixing WordPress
In reply to: Page not found.Hi @choughed
Sorry for the trouble. Could you please go to Settings -> Permalinks and click on the SAVE CHANGES button? So WordPress will flush and rewrite the permalink. Give it a try and let me know how that goes! ??Forum: Fixing WordPress
In reply to: DB backup and error connecting to DBHi @sangredeespana
Glad to hear that it has been fixed. You could mark this topic as solved. ??Forum: Fixing WordPress
In reply to: Associate user- role to member typesHi @cheyenneblackmoon
Are you using any membership/forum plugin? If you use BuddyPress then you could follow this URL https://buddydev.com/docs/buddypress-member-types-pro/assigning-wordpress-roles-based-buddypress-member-types/Forum: Fixing WordPress
In reply to: DB backup and error connecting to DBHi @sangredeespana
Did you mean you’ve uploaded some tables to the existing database? Could you please elaborate further?Forum: Fixing WordPress
In reply to: Cloudflare/Litespeed & CloudinaryHi @dsb01
I’d like to suggest you use Cloudflare for DNS and Cloudinary for CDN.Because I found Cloudflare DNS is way faster and it also gives me protection from DDOS attacks in the FREE plan.
On the other hand, Cloudinary is a very good solution for FREE CDN. It serves images in .webp format, optimize images via the FLY ON THE GO method so your original image won’t be touched.
Hi @dkater
Sorry for the trouble.1. Could you please enable the wp_debug and check if there is any error behind this wired issue?
2. If you don’t find any issue then I’d like to suggest you reinstall WordPress. So if there any file is missing or corrupted then it’ll auto fix.
3. You could also go to the browser console when you’re on the WP dashboard and see if there are any errors.
After given try all of those, post the update here so I could further investigate. ??
Forum: Fixing WordPress
In reply to: Hi, Can you please tell me why my fonts are not showing properlyHi,
Sorry for the trouble. Could you please tell me details on how you’ve set up the fonts? Did you use PHP, CSS, or HTML method? It’ll be better if you could attach some screenshots or screen recordings so we could further investigate. ??Forum: Fixing WordPress
In reply to: DB backup and error connecting to DBHi,
Sorry for the trouble. Could you please change the DB user password and then give it another try? Here you will find some possible reasons and the solution. Let me know how that goes! ??Forum: Fixing WordPress
In reply to: Critical error when trying to view blog pagesHi @lboogie28
Sorry for the trouble. Could you please share the error code so I could take a look and help you to solve the issue?Forum: Fixing WordPress
In reply to: email from wordpress site experiencing a technical issueHi,
Sorry for the trouble. I’d like to recommend you to contact with plugin’s own support team here https://www.ads-software.com/support/plugin/booking-ultra-pro/Forum: Fixing WordPress
In reply to: Remove Loading=Lazy for selected images based on IDHi @myilraj05
Sorry for the trouble. You may follow the official documentation from here. Or you could just follow this code and remove the attribute from a specific image (id).Give it a try and let me know how that goes! ??
$attr['loading'] = false; return wp_get_attachment_image( $attachment_id, $size, $icon, $attr );
Forum: Fixing WordPress
In reply to: Old logo and tagline showing for social media sharingHi @pleazo
You may Ask Google to recrawl your URLs or twick the Facebook open graph settings from Yoast.Give it a try and let me know how that goes! ??
Forum: Fixing WordPress
In reply to: Old logo and tagline showing for social media sharingHi @pleazo
Sorry for the trouble. This happened because yourog
meta tag didn’t get your updated title, logo, and site description. To fix this issue, you may use any SEO plugin (Yoast or Rank Math) or even use Open Graph and Twitter Card Tags plugin. After adding your updated content to the plugin, it might take 48-72 hours to update.Forum: Fixing WordPress
In reply to: database prefix hackedHi @arsenalemusica
Sorry for the trouble. You should change the “wp-config.php” file permission to 644 or 640. Because if it’s already hacked when Wordfence couldn’t detect anything, it might be hacked sooner or later. So first change the file permission. If are not sure how to do this, you may follow this article.