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 Download PDF on form submission using Contact Form 7
    Plugin | Tips & Tricks | Wordpress

    How to Download PDF on form submission using Contact Form 7

    ByTawfiqur Rahman July 26, 2019November 4, 2022

    I want the user to be able to download a PDF file after registering on the site with a simple ‘Name’ and ‘Email’ form. I have only one file to download, so it should be very simple and I don’t want to install a branch of plugins to achieve this. So I found this simple…

    Read More How to Download PDF on form submission using Contact Form 7Continue

  • How to use Mac default color picker (Digital Color Meter) to copy any Color from an image or website
    Mac OSX | Tips & Tricks

    How to use Mac default color picker (Digital Color Meter) to copy any Color from an image or website

    ByTawfiqur Rahman July 25, 2019November 4, 2022

    If you have ever wanted to copy a color from an image or website to use for your own designs, this is the easiest way! Copy ANY COLOR on your screen on your Mac! Digital Color Meter is a color-picker application pre-installed on your Mac and can help you find the HEX code of any…

    Read More How to use Mac default color picker (Digital Color Meter) to copy any Color from an image or websiteContinue

  • Elementor – How to Create a Transparent Header using Template
    Elementor | Wordpress

    Elementor – How to Create a Transparent Header using Template

    ByTawfiqur Rahman July 20, 2019November 4, 2022

    If you want to create a transparent header template in Elementor then follow the below steps Step 1: Go to the dashboard of your website. Proceed to “Elementor” and click “My Templates”. Step 2: Click ‘Add New’. Select the template type you want to create. In this case, choose ‘Header’ in the dropdown and name…

    Read More Elementor – How to Create a Transparent Header using TemplateContinue

  • Divi – How to edit Gallery Module Grid Thumbnail Sizes
    Divi | Wordpress

    Divi – How to edit Gallery Module Grid Thumbnail Sizes

    ByTawfiqur Rahman July 15, 2019November 4, 2022

    If you want to change the gallery image sizes, you can add the following CSS code into your Divi child theme CSS file or Theme Customizer Custom CSS box. Just edit the width and height pixel values to your own image sizes. This does not regenerate the image sizes used but just resizes in the…

    Read More Divi – How to edit Gallery Module Grid Thumbnail SizesContinue

  • Running Multiple WordPress Sites On Ubuntu 18.04 Server With Nginx, MySQL And PHP 7.2 Support
    Hosting | Linux/Ubuntu | Nginx | VPS

    Running Multiple WordPress Sites On Ubuntu 18.04 Server With Nginx, MySQL And PHP 7.2 Support

    ByTawfiqur Rahman July 7, 2019November 4, 2022

    When deciding to run multiple WordPress websites on Ubuntu 16.04 LTS server, the steps below can get you started… With Nginx HTTP server, you can run as many WordPress websites as possible as long as the host system has enough resources with a feature called Server Block… Nginx server block is a feature similar to Apache2…

    Read More Running Multiple WordPress Sites On Ubuntu 18.04 Server With Nginx, MySQL And PHP 7.2 SupportContinue

  • How to download PDF files automatically instead of opening in new tab
    JavaScript | Snippets

    How to download PDF files automatically instead of opening in new tab

    ByTawfiqur Rahman June 26, 2019November 4, 2022

    By default, most downloadable PDF files usually open in a new window or tab. It’s true for the static site or WordPress sites also. This document contains steps on how to make the browser download PDF files automatically, rather than open in a new tab. We’ll use a simple jQuery solution for it.

    Read More How to download PDF files automatically instead of opening in new tabContinue

  • CSS | Divi | Wordpress

    How to Change the Background color of Divi Toggle Module Title and Icon

    ByTawfiqur Rahman June 15, 2019November 4, 2022

    By default Divi Toggle Module didn’t have any style for Toggle open view. It’s look very plain like the below image. We can add a little CSS to add Background color to the Toggle title and make it stand alone from rest of the content. Copy above CSS code in your Divi Theme Option or…

    Read More How to Change the Background color of Divi Toggle Module Title and IconContinue

  • Divi | Snippets | Wordpress

    How to Create Side / Vertical Tabs Layout in Divi

    ByTawfiqur Rahman April 20, 2019November 4, 2022

    Tabs in the Divi theme are placed on top by default. There is no option to control the positioning of the tabs and thus if you are looking to move the Divi tabs on the left in the vertical position, there is some custom CSS required to achieve this. We are not making this changing…

    Read More How to Create Side / Vertical Tabs Layout in DiviContinue

  • How to add Login form in Divi Footer Widget Area
    Divi | Snippets | Wordpress

    How to add Login form in Divi Footer Widget Area

    ByTawfiqur Rahman March 30, 2019November 4, 2022

    Need to add a Divi Login form module in your footer widget area? By default there is no option to add Divi Login Module to Footer widget area. We can do this my copy paste the Login form generated code into Widget text area.

    Read More How to add Login form in Divi Footer Widget AreaContinue

  • How to Remove Query Strings from Static Resources in WordPress with or without Plugin
    Plugin | Speed Optimization | Wordpress

    How to Remove Query Strings from Static Resources in WordPress with or without Plugin

    ByTawfiqur Rahman February 22, 2019November 4, 2022

    If you are looking for a solution to Remove Query Strings from Static Resources like CSS & JavaScript in your Wordpress site to increase your website speed and a better test result on Pingdom, GTmatrix, or Google Page Speed Insights. Then this tutorial is for you. Leveraging Browser Cache of Static Resources like CSS and JavaScript plays…

    Read More How to Remove Query Strings from Static Resources in WordPress with or without PluginContinue

  • Divi | Snippets | Wordpress

    How to Create a Fixed and Scrollable Dropdown Mobile Menu in Divi

    ByTawfiqur Rahman February 13, 2019November 4, 2022

    By default, Divi theme didn’t have a fixed menu for mobile/tablets like on the desktop. This means that you won’t see the menu as soon as you start scrolling down the website on a mobile. This topic will cover: On the Divi sub menu, click on the Theme Options > Go to Custom CSS box on the General option >…

    Read More How to Create a Fixed and Scrollable Dropdown Mobile Menu in DiviContinue

  • How to Enable NTFS Write Support in Mac OS X High Sierra for free
    Mac OSX | Tips & Tricks

    How to Enable NTFS Write Support in Mac OS X High Sierra for free

    ByTawfiqur Rahman February 11, 2019November 4, 2022

    Although Apple largely has support for NTFS and other Windows formats, write support to NTFS drives is disabled in OS X. This means, when using a computer with a Mac OS and a Windows-formatted disk drive, you are not allowed to save to the drive or alter existing files in there. If you have Paragon…

    Read More How to Enable NTFS Write Support in Mac OS X High Sierra for freeContinue

Page navigation

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