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 Change Your Media Item permalink/URL (Step by Step)
    Tips & Tricks | Wordpress

    How to Change Your Media Item permalink/URL (Step by Step)

    ByTawfiqur Rahman November 24, 2019November 4, 2022

    Problem: Unable to change unattached image permalink from the media library I have an image whose permalink is the same as a WordPress page Stencils Videos. The problem is image was uploaded before creating the page. So image took the URL domain.com/stencils-videos first and the page got a permalink of domain.com/stencils-videos-2, obviously, you don’t want…

    Read More How to Change Your Media Item permalink/URL (Step by Step)Continue

  • No longer receiving Gmail notifications
    Mobile | Tips & Tricks

    No longer receiving Gmail notifications

    ByTawfiqur Rahman November 21, 2019November 4, 2022

    Problem – Power Saving Mode ON I’m no longer receiving Gmail notifications on my S9.  At first, I had no issues receiving notifications, but after activating Power Saving Mode (medium) I’m no longer receiving Gmail notifications. I have changed GMail notification settings and within the S9 settings to ignore Power Saving options when it comes…

    Read More No longer receiving Gmail notificationsContinue

  • Markdown Cheat Sheet – A quick reference to the Markdown syntax
    Snippets

    Markdown Cheat Sheet – A quick reference to the Markdown syntax

    ByTawfiqur Rahman November 20, 2019November 4, 2022

    Markdown is a way to style text on the web. You control the display of the document; formaing words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like #…

    Read More Markdown Cheat Sheet – A quick reference to the Markdown syntaxContinue

  • MySQL is not running on AMPPS (3.8) in Windows 10 [Solution]
    Tips & Tricks

    MySQL is not running on AMPPS (3.8) in Windows 10 [Solution]

    ByTawfiqur Rahman November 19, 2019November 4, 2022

    Problem: MySQL is Not Running on AMPPS startup Last night I have installed the latest version of AMPPS(3.8) in my windows 10(64 bit) local machine. When I started the AMPPS app, I have noticed that the Apache and PHP have started automatically but MySQL is not starting. I get a notification to install Microsoft Visual…

    Read More MySQL is not running on AMPPS (3.8) in Windows 10 [Solution]Continue

  • How to change your active WordPress theme from the database
    Wordpress

    How to change your active WordPress theme from the database

    ByTawfiqur Rahman November 11, 2019November 4, 2022

    WordPress makes it super easy for users to change and manage themes on their site from the WordPress Dashboard. Sometimes new changes such as plugins or updates are simply not compatible with your current theme. In those cases, you might need to change your active theme, but it could be difficult when you get a white…

    Read More How to change your active WordPress theme from the databaseContinue

  • How to backup your WordPress MySQL database from cPanel
    Wordpress

    How to backup your WordPress MySQL database from cPanel

    ByTawfiqur Rahman November 11, 2019November 4, 2022

    It is very important to always keep backups of your website and database. Maybe you are testing new things or want to update the latest version of a theme or plugin or simply migrate the website from one host to another. Whatever the reason is you can take a backup of your WordPress MySQL database…

    Read More How to backup your WordPress MySQL database from cPanelContinue

  • How to open all external links in New Window or New Tab without a WordPress plugin
    JavaScript | Snippets | Wordpress

    How to open all external links in New Window or New Tab without a WordPress plugin

    ByTawfiqur Rahman November 6, 2019November 4, 2022

    Do you want to open external links from your blog posts in a new window? Opening external links in a new window allow your users to visit the link without leaving your website. I will also show different code snippets to do that, so you can choose the one that works for you. For this,…

    Read More How to open all external links in New Window or New Tab without a WordPress pluginContinue

  • How to add products per page dropdown to WooCommerce
    Snippets | WooCommerce | Wordpress

    How to add products per page dropdown to WooCommerce

    ByTawfiqur Rahman August 10, 2019November 4, 2022

    If you have a lot of products in your shop you can give an option to the visitors to choose how many products to display per page. This can be achieved by adding a dropdown select box within the shop archive page.

    Read More How to add products per page dropdown to WooCommerceContinue

  • How to center align WooCommerce pagination buttons
    Snippets | WooCommerce | Wordpress

    How to center align WooCommerce pagination buttons

    ByTawfiqur Rahman August 9, 2019November 4, 2022

    Simple CSS solution: You can wrap pagination buttons with a div and do the styling. Better to use a Child theme to edit pagination.php file. File Structure: Child theme => style.css

    Read More How to center align WooCommerce pagination buttonsContinue

  • How to remove whitespace on the right side of mobile and tablet view in Astra theme
    CSS | Snippets | Wordpress

    How to remove whitespace on the right side of mobile and tablet view in Astra theme

    ByTawfiqur Rahman August 2, 2019November 4, 2022

    One of my clients asked me to fix an error in Mobile view of his website. It’s using Astra Pro theme with Thrive Architect page builder. Mobile View – There is an extra white space to the right (left and right scrolling) caused by the tiny scroll to the to button. Client’s Comment Here is…

    Read More How to remove whitespace on the right side of mobile and tablet view in Astra themeContinue

  • PHPStorm – Create PHP tag () shortcut
    Snippets | Tips & Tricks

    PHPStorm – Create PHP tag () shortcut

    ByTawfiqur Rahman July 29, 2019November 4, 2022

    There is no built-in emmet shortcut in PhpStorm to insert a <?php ?> tag. But we can set it by Going to File -> Settings -> — IDE Settings — -> Live Templates For Mac User: PhpStorm->Preferences->Editor->Live Templates, click on the PHP and add new Live Template. On right sidebar click on “+” then: Abbreviation…

    Read More PHPStorm – Create PHP tag () shortcutContinue

  • How to update server default PHP version to the recommended version for WordPress
    Hosting | Tips & Tricks | Wordpress

    How to update server default PHP version to the recommended version for WordPress

    ByTawfiqur Rahman July 28, 2019November 4, 2022

    “Your server is running PHP version 5.4 but WordPress 5.2 requires at least 5.6.20” In case you saw this message on your site when installing WordPress, it means that your PHP version is not supported and WordPress requires minimum 5.6 PHP version. To fix this issue, you need to contact your hosting provider support and…

    Read More How to update server default PHP version to the recommended version for WordPressContinue

Page navigation

Previous PagePrevious 1 … 4 5 6 7 8 … 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