Skip to content
Tawfiq's Blog
  • Home
  • WordPressExpand
    • WooCommerce
    • Plugins
    • Elementor
    • Divi
    • Avada
    • Speed Optimization
  • SEO
  • Front-endExpand
    • CSS
    • Bootstrap
    • JavaScript
  • Snippets
  • Tips & TricksExpand
    • Linux/Ubuntu
    • Mac OSX
    • Hosting
    • VPS
    • Nginx
  • About Me
Tawfiq's Blog
  • How-to-fix-widget-loading-issue-after-updates-in-WordPress-5.8
    Wordpress

    How to fix widget loading issue after updates in WordPress 5.8

    ByTawfiqur Rahman September 5, 2021November 4, 2022

    After Update to the latest version of WordPress 5.8, I see a compatibility issue in the Widget Editor. There are several errors, like“The “recent-posts” block was affected by errors and may not function properly. Check the developer tools for more details.” I found that WordPress 5.8 comes with a completely new layout for the widgets….

    Read More How to fix widget loading issue after updates in WordPress 5.8Continue

  • How-to-remove-image-title-attribute-on-hover-WordPress
    Wordpress

    How to remove image title attribute on hover WordPress

    ByTawfiqur Rahman August 21, 2021November 4, 2022

    Some page builders and themes automatically add title to each image. In this video, we will see how to remove the image title that appears when you hover over an image. Initially, all existing images have a title attribute but when the page is load, it will delete automatically by the jQuery removeAttr() method. Not…

    Read More How to remove image title attribute on hover WordPressContinue

  • How-to-test-the-speed-score-of-a-website-which-is-locked-behind-a-login-page
    Speed Optimization | Wordpress

    How to test the speed score of a website which is locked behind a login page?

    ByTawfiqur Rahman August 21, 2021November 4, 2022

    We can check any public website speed score very easily using Google PageSpeed Insights, GTmetrix, Pingdom tools, etc However, these tools cannot give you an exact score of a webpage guarded behind a login page. because they don’t have the username and password to access the website.They can give you a score for the login…

    Read More How to test the speed score of a website which is locked behind a login page?Continue

  • remove-Load-More-button-from-wordpress-media-library
    Tips & Tricks | Wordpress

    Remove Load More button from WordPress Media Library [WordPress 5.8]

    ByTawfiqur Rahman August 12, 2021November 4, 2022

    Do it manually without a plugin If you can customize your child theme files, you can enable infinity media loading without a plugin. Goto your Child theme functions.php file and add the following code

    Read More Remove Load More button from WordPress Media Library [WordPress 5.8]Continue

  • Snippets | Wordpress

    [Solved] CSS Styling in WordPress Child theme’s “style.css” file not working

    ByTawfiqur Rahman March 5, 2021November 4, 2022

    I’m using a Themeforest Premium theme and installed and activated a child theme in order to make various CSS style changes to my website. However, the changes I’ve made to the child theme stylesheet are not working on the website, it’s taking styles from parent theme style.css file. functions.php file has the folowing code, The…

    Read More [Solved] CSS Styling in WordPress Child theme’s “style.css” file not workingContinue

  • Snippets | Wordpress

    [Smush Pro] How to fix Wrong Image Sizes shown in Desktop or Large screen after WPMU DEV CDN Enabled

    ByTawfiqur Rahman December 17, 2020November 4, 2022

    Problem: When we enable Smush Pro CDN we see the wrong image size in desktop view. The browser shows image size (1024 * 768) (can see by right click save as to see the file name). The container is 1400 px wide so it should take a higher image size and use that instead. If…

    Read More [Smush Pro] How to fix Wrong Image Sizes shown in Desktop or Large screen after WPMU DEV CDN EnabledContinue

  • 404-to-410
    Snippets | Tips & Tricks | Wordpress

    How to change all 404 to 410 error code in WordPress

    ByTawfiqur Rahman December 3, 2020November 4, 2022

    If you want to change all 404 error of your WordPress website into 410 error statues then just add this code before the get_header(); in you 404.php template Hope it helps. Reference: stackoverflow.com

    Read More How to change all 404 to 410 error code in WordPressContinue

  • Snippets | Uncategorized | WooCommerce | Wordpress

    How to add a Back to cart button on the Woocommerce Checkout page

    ByTawfiqur Rahman November 6, 2020November 4, 2022

    Do you want to display a “Back to Shopping Cart” button on the WooCommerce checkout page? You can use the woocommerce_before_checkout_form action hook to do this. Add this code in the function.php file of your active child theme (or theme) or also in any plugin file. Reference Link: Stackoverflow

    Read More How to add a Back to cart button on the Woocommerce Checkout pageContinue

  • Snippets | VPS

    VestaCP – Can not Send email – SMTP Error (550) – Invalid HELO name

    ByTawfiqur Rahman November 4, 2020November 4, 2022

    Error: SMTP Error (550): Failed to set sender “someone@example.com” (Access denied – Invalid HELO name (See RFC2821 4.1.3)). You should add smtp helo name in the mail configuration. Find the file config.inc.php and edit it nano /etc/roundcube/config.inc.php add the line. $config[‘smtp_helo_host’] = ‘localhost’; Now login to your mail client and test the outgoing mail by sending one.

    Read More VestaCP – Can not Send email – SMTP Error (550) – Invalid HELO nameContinue

  • Snippets | WooCommerce | Wordpress

    How to Disable Product Image Zoom, Lightbox and Product Gallery Slider in Woocommerce

    ByTawfiqur Rahman October 30, 2020November 4, 2022

    Woocommerce 3+ have built in image zoom Lightbox and product images gallery feature. Most of us love this feature, however, some people would like to remove it. Disable Image Zoom feature on the single product page in WooCommerce Disable Image Lightbox feature on the single product page in WooCommerce Lightbox is a feature which let you click on any images…

    Read More How to Disable Product Image Zoom, Lightbox and Product Gallery Slider in WoocommerceContinue

  • phpmyadmin logo
    Linux/Ubuntu | VPS

    VestaCP – How To Access Your PHPMyAdmin

    ByTawfiqur Rahman September 10, 2020November 4, 2022

    There are a couple of simple steps that you will need to access your PHPMyAdmin database through the Vesta Control Panel. To follow this guide you will first need to have a database already in Vesta. If you have not done this please follow this guide: Create a Database from Vesta Control Panel How To…

    Read More VestaCP – How To Access Your PHPMyAdminContinue

  • vestacp-mysql-password
    Linux/Ubuntu | Tips & Tricks | VPS

    VestaCP – How to find default MySQL Root Password and Change it

    ByTawfiqur Rahman September 10, 2020November 4, 2022

    When we install VestaCP MySQL root password is different then our VPS root password. VestaCP generate MySQL root password randomly and stored at mysql.conf file. Where is your VestaCP MySQL root password stored? The password is stored at: Check the password: How to change the VestaCP MySQL root password? Step 1 – Use this usual…

    Read More VestaCP – How to find default MySQL Root Password and Change itContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 … 10 Next PageNext

© 2025 Tawfiq's Blog

Scroll to top
  • Home
  • WordPress
    • WooCommerce
    • Plugins
    • Elementor
    • Divi
    • Avada
    • Speed Optimization
  • SEO
  • Front-end
    • CSS
    • Bootstrap
    • JavaScript
  • Snippets
  • Tips & Tricks
    • Linux/Ubuntu
    • Mac OSX
    • Hosting
    • VPS
    • Nginx
  • About Me
Search