Tool Crafting Documentation

Click here to preview Tool Crafting https://toolcrafting.com

Welcome to Tool Crafting, a comprehensive suite of PHP small tools designed for daily tasks.


  • Created: 07 February, 2025
  • Updated: 10 February, 2025

If you have any questions that are beyond the scope of this help file, Please feel free to email via Item Support Page.


System Requirements

Ensure your environment meets the following requirements:

  • PHP: 8.1.1 or higher
  • Framework: Laravel 10.48.11
  • Python: python 3
  • Web Server: Apache/2.4.51 or NGINX
  • Database: MySQL 5.7 or higher
  • Composer: Latest version
  • Operating System: Linux/Windows/Mac
  • Required Extensions:
    • OpenSSL
    • PDO
    • Mbstring
    • Fileinfo
    • GD
    • Imigick

Introduction

Welcome to Tool Crafting, a comprehensive suite of 100+ advance and powerful PHP tools designed for daily tasks such as:

Disclaimer: All data generated by this software is dummy data and is not real. It is intended solely for educational and testing purposes. This data is pre-written and auto-generated to help quality assurance teams, developers, and testers evaluate the functionality of the software. It does not represent actual individuals, businesses, or real-world information.
  1. Case Converter and Words Counter
  2. Text Repeater
  3. Text Generator (QA Testing and Educational Purpose)
    • Generate USA Address
    • Generate Email List
    • Generate Job Title
    • Generate Names List
    • Generate Strong Passwords
    • IP4 & IP6
    • MAC Address
    • Generate Dummy Credit Cards
    • Generate Dummy Bank Details
    • Lorem Ipsum Generator
    • Laravel Hash Generator
    • MD5 Hash Generator
    • Phone Number List
  4. Images Editing
  5. Image to Base64
  6. Base64 to Image
  7. Crop Image
  8. Flip & Flop Image
  9. Rotate Image
  10. Add Text on Image
  11. Draw Shape on Image
  12. WEBP to Image Conversion
  13. PDF to Image Conversion
  14. Image to PDF Conversion
  15. Images Format Conversion
    • JPG to PNG
    • PNG to JPG
  16. Domain & IP Related
    • Domain Availability
    • Domain Whois
    • IP Location
    • DNS Checker
    • SSL Checker
  17. Educational Tools
    • Re-write Article
    • Synonyms
  18. YouTube Related
    • YouTube Thumbnail Downloader
    • YouTube Video Tags Downloader
    • YouTube Video Description
    • YouTube Video Audit
    • Generate Video Title for YouTube
    • YouTube Channel Details
  19. Geography Insights
    • Country's Border Sharing
    • Country's Driving Side
    • Country's ISO Code List
    • Country's UN Mebmber Status
    • Country's LatLong Range
    • Country's Flags
    • Country's Capitals
    • Country's Population
    • Country's Timezones
    • Country's Domain TLD
    • Global World's Time
  20. Code Formatter & Beautifier
    • HTML Formatter
    • CSS Formatter
    • JSON Formatter
    • JavaScript Formatter
  21. QR Code Generator
    • Text QR Code
    • Web URL/Link QR Code
    • Send Email QR Code
    • Send SMS QR Code
    • Phone Dial QR Code
    • Connect WiFi QR Code
    • Map Location QR Code
    • Event QR Code
    • V-Card QR Code
  22. Currency Converter

Built on PHP 8.1.1 and Laravel 10.48.11, Tool Crafting provides a robust and scalable solution suitable for developers and end-users alike.


Setup & Installation

Tool Crafting script setup and installation on shared hosting or any other server step by step:

Database Setup Instructions on Server

  1. Login cPanel:
    Log into your server's cPanel account via url i.e your_domain_name.com/cpanel
    Example: toolcrafting.com/cpanel cpanel
  2. Upload `installable.zip` to Your Server:
    If using **cPanel**, place it inside the `public_html` folder.
    If using **VPS**, place it in the root directory of your domain (e.g., `/var/www/html/`).
  3. Extract `installable.zip`:
    This will create all necessary Laravel project files.
  4. Go to Databases Section:
    In the "Databases" section, click on "MySQL® Database Wizard" icon. db section
  5. Create a Database:
    Create a new database on your server. You can name it as per your preference.
    Example: toolyejb_database db section
  6. Set Up a Database User:
    • Create a database user with the necessary privileges.
      Example: toolyejb_user
    • Use a strong password for the database user.
      Example: U2m0/A5iR4! (ensure you use your own secure password).
    db section
  7. Database Host:
    If the database and your project/tools application are hosted on the same server, the default database host will be 127.0.0.1. Otherwise, copy your database server's IP address or hostname.
  8. Update the `.env` File:
    Rename `.env.example` to `.env`.
    Update your database name, username, and password inside `.env`.
  9. Install Dependencies:
    Go into your server's Terminal and navigate to your project folder.
    Run the following command to install Laravel dependencies:
    composer install
    Run the following command to install Node.js dependencies:
    npm install
    Make sure Python 3 is installed on your server/machine as some features depend on it.
  10. Generate Application Key:
    Run the following command inside your project directory:
    php artisan key:generate
    This will generate and set the `APP_KEY` in the `.env` file.
  11. Link Storage: Run the following command to to link storage direcotry:
    php artisan storage:link

Note: Copy/Save database credentials in a file, you would not be able to see sgain once completed. Ensure that the database user has the required permissions to access and modify the database.


Tools & Script Installation Instructions

Before installation make sure SSH and Terminal is enabled. Click here to make sure Terminal is enable.
Follow the on-screen setup process. The system will automatically create database tables (no need to import a dump).
  1. Installation and Database Setup:
    Open your web browser and go to tools script installation
    i.e your_domain.com/admin/installation
    Example:
    toolcrafting.com/admin/installation db section
  2. Enter Database Host:
    Input the database host obtained after setting up the database on your server.
    Typically, this is 127.0.0.1 if the database is on the same server.
  3. Enter Database Name:
    Provide the database name you created during the setup process.
    Example: toolyejb_database
  4. Enter Database Username:
    Enter the database username assigned during database creation.
    Example: toolyejb_user
  5. Enter Database Password:
    Enter the password you had set for the database user while creating.
    Example: U2m0/A5iR4!. Ensure you use your own secure password.
  6. Install Tools:
    After database setup next screen will appear to install tools. Please click on Install tools it can take upto 5 minutes depends on your server. db section
  7. Final Steps:
    - After installation, delete the `installable.zip` file for security.
    - Set environment variables in the `.env` file:
    APP_ENV=production
    APP_DEBUG=false

Note: Make sure that SSH and Terminal in enabled by your hosting provider and the database credentials are correct.

Enable SSH Manually

  • Before installing the tools script make sure that cPanle Terminal option is appearing
    If Terminal appearing its mean SSH is enabled
  • db section
  • If Terminal option is not appearing it's mean SSH is not enabled and follow these steps below to enable manually
  1. Go into Manage Shell:
    Go into cPanel Tools Section and click on Manage Shell db section
  2. Enable SSH Access:
    • Enable the SSH access and manage your ssh keys db section
    • After enabled the SSH access you would be able to create SSH keys. Simply create the keys and go to your cPanel home page and refresh it db section
    • Now you would be able to see "Terminal" option in your cPanel which mean SSH has been enabled

Note: If you're still unable to see the Terminal option please contact with your hosting provider to enable the Terminal. This is because of some hosting providers restricted the terminal access due to several security reasons.


Login Admin Panel

  1. Login Tool Crafting Admin Panel:
    Log in to your admin panel via url your_domain_name.com/admin/login
    Example: toolcrafting.com/admin/login tool crafting login
  2. Enter Email:
    Enter admin panel's default email for first time to login
    Email:admin@admin.com
  3. Enter Password:
    Enter admin panel's default password for first time to login
    Password:12345678

Note: Please change your email and password instantly after login by using "Credentials Manager" option from admin dashboard. Visit Credentials Manager to look how to change the password.


Categories & Editing Categories

  1. Navigate to Categories:
    Go to "Categories" from left sidebar of dashboard
    your_domain_name.com/admin/categories
    Example: toolcrafting.com/admin/categories tool crafting white wall club solution
    • Search any category by search bar
  2. Active:
    Active toggle button turn on and turn off can make the category visibilty and its status to show and hide. If you want to hide a category and want to make in-active to this category, simply turn off the toggle button of that page.
  3. Name (Category):
    Category name that will show in the website on home page.
  4. tool crafting white wall club solution
  5. Description:
    Description of the category that will show after category name in the website on home page.
  6. Order:
    Order of the category that will show in the website according to the order# on home page. I.e if you want to show a category on top of the website, simply put the order# 1.
    Currently, "Generate Content Tools" order is 2nd which is showing on #2 on the website just after "Word Counter" which is on #1.
  7. Edit:
    Edit button "blue pen icon" will take you to the edit the page to make necessary changes.
  8. Delete:
    Delete button "red trash icon" will delete the category permanently from the website.
  9. Add New Category:
    Add a new category by clicking on "+ Add Category" button from "Categories".

Navbar Menu

  1. Navigate to Navbar Menu:
    Go to "Navbar Menu" from left sidebar of dashboard your_domain_name.com/admin/menu
    Example: toolcrafting.com/admin/menu tool crafting login

  2. There are 3 types of Menu:
    • Main Menu Header (HEADER)
      • This menu represent to the main menu header at the top of the website/application.
      • If you want to add any tool, page or blog in Main Menu Header simply turn on its "HEADER" toggle button.
      • tool crafting login
      • Showing in the main header of the website.
      • tool crafting login
      • Drag Up or Down to change its position
      • tool crafting white wall solution
    • Popular Menu Sidebar (POPULAR)
      • This menu represent to all popular tools, pages or blogs of the website/application.
      • If you want to add any tool, page or blog in Popular Menu Sidebar simply turn on its "POPULAR" toggle button.
      • tool crafting login
      • Showing in the popular tools, right sidebar of the website.
      • tool crafting login
      • Drag Up or Down to change its position
      • tool crafting white wall solution
    • Most View Menu Sidebar (MOSTVIEW)
      • This menu represent to all time most viewed tools, pages or blogs of the website/application.
      • If you want to add any tool, page or blog in Most View Menu Sidebar simply turn on its "MOSTVIEW" toggle button.
      • tool crafting login
      • Showing in the most visited tools, right sidebar of the website.
      • tool crafting login
      • Drag Up or Down to change its position
      • tool crafting white wall solution


Tool Manager & Editing Tools

  1. Navigate to Tool Manager:
    Go to "Tool Manager" from left sidebar of dashboard your_domain_name.com/admin/tools
    Example: toolcrafting.com/admin/tools tool crafting white wall club solution
    • Search any tool by search bar
    • Edit any tool by clicking on blue pen icon

    General Update (Tools Editing)

    tool crafting white wall club solution
  1. Main Title:
    Main title is the main title show in the home page on card title and page title on cover image.
  2. Header Menu:
    Header menu is the main title show in the header navbar of website.
  3. Homepage Card Content:
    Homepage card content is the main content show in the home page on card content as short description of card.
  4. Slug / URL:
    Slug/URL is the main URL of the tool page. It should be unique and SEO friendly.
  5. Icon Image:
    Icon image is the main image show in the home page on card image. By default a random image will show.
  6. Cover Image:
    Cover image is the main image show in the tool details page on top of the page. By default a selected image will show for all.
  7. tool crafting white wall club solution

    SEO Update (Tools Editing)

    tool crafting white wall club solution
  1. Page Title:
    Page title is the main title show in the page title for SEO.
  2. Meta Title:
    Meta title It is important for SEO (Search Engine Optimization) as it helps search engines understand the content of the page.
  3. Meta Description:
    Meta description provides a brief summary of the page content. It is crucial for SEO as it appears in search engine results, influencing click-through rates.
  4. Meta Keywords:
    Meta keywords are used to provide search engines with additional information about the content of the page, although their importance has diminished in recent years.
  5. tool crafting white wall club solution

    Content Update (Tools Editing)

    tool crafting white wall club solution
  1. Before Content:
    Before content is the main content show in the tool details page before the tool functionality content.
  2. After Content:
    After content is the main content show in the tool details page after the tool functionality content.
  3. tool crafting white wall club solution

    Visibility (Tools Editing)

    tool crafting white wall club solution
  1. Show in Header:
    Show in header is the main checkbox button to show the tool in the header menu of the website.
  2. Show in Home:
    Show in home is the main checkbox button to show the tool in the home page of the website.
  3. Show in Popular (Siderbar):
    Show in popular sidebar is the main checkbox button to show the tool in the popular sidebar of the website on detail page.
  4. Show in Most View (Siderbar):
    Show in most view sidebar is the main checkbox button to show the tool in the most view sidebar of the website on detail page.
  5. tool crafting white wall club solution

    Movement in Category and Parent Item (Tools Editing)

    tool crafting white wall club solution
  1. Category:
    Category is the main category of the tool. You can select the category from the dropdown list to show a tool inside any category.
  2. tool crafting white wall club solution
  3. Parent Menu:
    Parent menu is the main parent menu of the tool. You can select the parent menu from the dropdown list to show a tool inside any parent menu in website main header. i.e "Word Counter" is the parent menu of "Sentance Countrer" tool. You can choose one parent menu for mulitple tools by editig to each OR you can also do via "Navbar Menu" section.
  4. tool crafting white wall club solution

Page Manager & Editing Page

  1. Navigate to Tool Manager:
    Go to "Page Manager" from left sidebar of dashboard your_domain_name.com/admin/pages
    Example: toolcrafting.com/admin/pages tool crafting white wall club solution
    • Search any page by search bar
  2. Active:
    Active toggle button turn on and turn off can make the page visibilty and its status to show and hide. If you want to hide a page and don't want to show, simply turn off the toggle button of that page.
  3. Category:
    Category is the main category of the page. You can select the category from the dropdown list to show a page inside any category.
  4. Edit:
    Edit button "blue pen icon" will take you to the edit the page to make necessary changes.
  5. Delete:
    Delete button "red trash icon" will delete the page permanently from the website.
  6. Add New Page:
    Add a new page by clicking on "+ Add Page" button from Page Manager.

    General Update (Page Editing)

    tool crafting white wall club solution
  1. Please visit General Update

  2. SEO Update (Page Editing)

    tool crafting white wall club solution
  3. Please visit SEO Update

    Content Update (Page Editing)

    tool crafting white wall club solution
  1. Before Content:
    Before content show in the tool details page after page title.
  2. tool crafting white wall club solution
  3. Main Content:
    Main content is the main content show in the details page in the middle of content before and content after.
  4. tool crafting white wall club solution
  5. After Content:
    After content show in the details page after the main content.
  6. tool crafting white wall club solution

    Visibility (Tools Editing)

    tool crafting white wall club solution
  1. Please visit Visibility Update

  2. Movement in Category and Parent Item (Page Editing)

    tool crafting white wall club solution
  3. Please visit Movement in Category and Parent Item

Blog Manager & Editing Blog

  1. Navigate to Blog Manager:
    Go to "Blog Manager" from left sidebar of dashboard your_domain_name.com/admin/blogs
    Example: toolcrafting.com/admin/blogs tool crafting white wall club solution
    • Search any blog by search bar
  2. Active:
    Active toggle button turn on and turn off can make the page visibilty and its status to show and hide. If you want to hide a blog and want to inavtive, simply turn off the toggle button of that blog.
  3. Category:
    Category is the main category of the blog. You can select the category from the dropdown list to show a blog inside any category.
  4. Edit:
    Edit button "blue pen icon" will take you to the edit the blog to make necessary changes.
  5. Delete:
    Delete button "red trash icon" will delete the blog permanently from the website.
  6. Add New Page:
    Add a new blog by clicking on "+ Add Blog" button from Blog Manager.


Application Setting

  • Navigate to Application Setting:
    Go to "Application Setting" from left sidebar of dashboard your_domain_name.com/admin/setting
    Example: toolcrafting.com/admin/setting
  • tool crafting white wall club solution

  1. App Title:
    App title is the main title of the website that will show in the browser tab on the Home Page or if any page, blog or tool doesn't have page title then App Title will show by default.
  2. tool crafting white wall club solution
  3. App Description:
    App description is the main description of the website that will show in the meta description for home page or if any page, blog or tool doesn't have meta description then App Description will show by default.
  4. tool crafting white wall club solution
  5. Hero Heading:
    The Hero Heading will be used in hero section (after navbar main wider section) on the Home Page.
  6. Hero Description:
    The Hero Description will be used in hero section (after hero heading) on the Home Page.
  7. tool crafting white wall club solution
  8. App Meta Tags (Additional):
    Title and Description meta tags are already included in the header. Use this field for additional meta tags, like Google Console verification or other SEO-related tags. This will apply to all pages of the website including home page.
  9. App Meta Keywords :
    Keywords will show in meta tags by default if you leave empty for any page, blog or tool then these keywords will show for SEO.
  10. tool crafting white wall club solution
  11. Header Javascript and CSS (Inside "< header > < / header >" Tag):
    Only add JavaScript in "script" tags and CSS in "style" tag. This will apply to all pages of the website right before < / header > tag.
    • You can add Google Console verification code, Google Analytics code or any other code that you want to show in the header of the website.
    • You can also add CSS for the header of the website.
    • You can also add Javascript for the header of the website.
    • You can also add Site verification code in the header of the website.
  12. tool crafting white wall club solution
  13. After < body > Body Tag (Javascript and CSS):
    Only add Java Script in "script" tags and CSS in "style" tag. This will apply to all pages of the website right after < body > tag.
    • You can add Google Console verification code, Google Analytics code or any other code that you want to show in the body of the website.
    • You can also add CSS for the body of the website.
    • You can also add Javascript for the body of the website.
    • You can also add Site verification code in the body of the website.
  14. tool crafting white wall club solution
  15. Footer Javascript (Before < / body > Tag) :
    Only add Java Script in "script" tags. This will apply to all pages of the website
    right before < / body > tag
    • You can add Google Console verification code, Google Analytics code or any other code that you want to show in the footer of the website.
    • You can also add Javascript for the footer of the website.
    • You can also add Site verification code in the footer of the website.
  16. tool crafting white wall club solution
  17. Open Graph Tags :
    Add open graph meta tags for SEO. This will apply on all pages of website.
    • You can add Open Graph Tags for SEO.
    • You can also add Open Graph Tags for Social Media Sharing.
    • You can also add Open Graph Tags for Facebook Sharing.
    • You can also add Open Graph Tags for Twitter Sharing.
    • You can also add Open Graph Tags for LinkedIn Sharing.
    • You can also add Open Graph Tags for Pinterest Sharing.
  18. tool crafting white wall club solution
  19. Show Most View Sidebar:
    Under section visibility "Show most view sidebar" is the dropdown to show and hide the most view sidebar on the right side of the website.
    • By default it is set to "Yes" to show the most view sidebar on the right side of the website.
    • If you want to hide the most view sidebar then select "No" from the dropdown.
  20. Show Popular Sidebar:
    Under section visibility "Show popular sidebar" is the dropdown to show and hide the popular sidebar on the right side of the website on detail page.
    • By default it is set to "Yes" to show the popular sidebar.
    • If you want to hide the popular sidebar then select "No" from the dropdown.
  21. Generate Max Record:
    Under section "Generate Max Record" is the dropdown to set the maximum number of records for Generate Content Tools.
    • By default it is set to "30" to show the 30 records on the Generate Content Tools.
    • You can set the maximum number of records to show on the Generate Content Tools.
    • Go here Generate Dummy Emails and Passwords to see the Generate Content Tools is generting 30 records.
  22. IP Info Access Token:
    Under section "IP Info Access Token" is the input field to add the IP Info Access Token for IP Info API.
    • You can get the IP Info Access Token from IP Info website.
    • You can add the IP Info Access Token to get the IP Info API data.
  23. YouTube API:
    Under section "YouTube API" is the input field to add the YouTube API Key for YouTube API.
    • You can get the YouTube API Key from YouTube website.
    • You can add the YouTube API Key to get the YouTube API data.
  24. tool crafting white wall club solution

Footer Setting

  • Navigate to Application Setting:
    Go to "Footer Setting" from left sidebar of dashboard
    your_domain_name.com/admin/setting/footer
    Example: toolcrafting.com/admin/setting/footer
  • tool crafting white wall club solution

    If you want to hide any contact info simple make it empty.
  1. Contact Email:
    Contact email is the main email address show in the footer of the website.
  2. Contact Phone:
    Contact phone is the main phone number show in the footer of the website.
  3. Contact Address:
    Contact address is the main address show in the footer of the website.
  4. tool crafting white wall club solution
  5. About Us:
    About us is the short description to show in the footer of the website.
  6. tool crafting white wall club solution
  7. Social Links (JSON format):
    Social links are the main social links show in the footer of the website. tool crafting white wall club solution
    • You can add the social links in JSON format like this:
                      
                        
                          {
                            "name": "Facebook",
                            "link": "https://www.facebook.com/mypage"
                          },
                          {
                            "name": "Twitter",
                            "link": "https://twitter.com/mytwitterhandle"
                          },
                          {
                            "name": "Instagram",
                            "link": "https://www.instagram.com/username"
                          },
                          {
                            "name": "LinkedIn",
                            "link": "https://www.linkedin.com/profileid"
                          },
                          {
                            "name": "Pinterest",
                            "link": "https://www.pinterest.com/username"
                          },
                          {
                            "name": "YouTube",
                            "link": "https://www.youtube.com/channelid"
                          },
                          {
                            "name": "Behance",
                            "link": "your_link_here"
                          },
                          {
                            "name": "Vimeo",
                            "link": "your_link_here"
                          },
                          {
                            "name": "Tumblr",
                            "link": "your_link_here"
                          },
                          {
                            "name": "Reddit",
                            "link": "your_link_here"
                          },
                          {
                            "name": "Skype",
                            "link": "your_link_here"
                          },
                          {
                            "name": "TikTok",
                            "link": "your_link_here"
                          },
                          {
                            "name": "Telegram",
                            "link": "your_link_here"
                          },
                      
                    
    • Do not forget to add comma , after each social link ending at curly braces }
    • You can also add this code in single line as well i.e.
                    
                      {"name": "Facebook", "link": "https://www.facebook.com/"},{"name": "Twitter", "link": "https://twitter.com/"},{"name": "Instagram", "link": "https://www.instagram.com/"},{"name": "LinkedIn", "link": "https://www.linkedin.com/"}
                    
                  
  8. tool crafting white wall club solution
  9. Promotion Section:
    tool crafting white wall club solution
    • Show Footer Promotion Section:
      Under section visibility "Show Footer Promotion Section" is the dropdown to show and hide the promotion section in the footer of the website.
      By default it is set to "Yes" to show the promotion section in the footer of the website.
      If you want to hide the promotion section then select "No" from the dropdown.
    • Section Text:
      Section text is the main text show in the promotion section in the footer of the website.
    • Button Text:
      Button text is the main button text show in the promotion section in the footer of the website.
    • Button Link (URL):
      Button link is the main button link show in the promotion section in the footer of the website.

    Hide Button: If you want to hide the button simply make Button Text empty.

  10. tool crafting white wall club solution
  11. Copyrights:
    Copyrights text in the footer of the website.
  12. tool crafting white wall club solution
  13. Section Content:
    There are 3 sections in the footer of the website.
    • Features:
      Features is the main section in the footer of the website. You can add all features tools, pages or text and links in this section.
    • Support:
      Support is the main section in the footer of the website. You can add all support pages, promotional pages or text and links in this section.
    • Trending:
      Trending is the main section in the footer of the website. You can add all trending pages, tools, blogs or text and links in this section.

    Hide Seciton: If you want to hide any section simply make its heading empty from admin dashboard
    Go into Footer Setting and scroll down to Section Content .

  14. tool crafting white wall club solution

Media Images and Ads Setting

  • Navigate to Media & Ads Setting:
    Go to "Media & Ads Setting" from left sidebar of dashboard
    your_domain_name.com/admin/setting/media
    Example: toolcrafting.com/admin/setting/media
  • tool crafting white wall club solution

  1. Favicon:
    Favicon is the main icon show in the browser tab on the Home Page or if any page, blog or tool.
  2. tool crafting white wall club solution
  3. Logo:
    Logo is the main logo show in the header of the website.
  4. tool crafting white wall club solution
  5. Cover Image:
    The cover image is the default main image displayed on the detail page of each tool, blog, or page. Additionally, you can set a unique cover image for each tool, blog, or page by editing them individually.
    Look at the General Update Section to edit individually.
    • By default, the cover image is set to the image uploaded in the media setting.
    • You can also set "Yes" to show and "No" to hide the cover image on the detail page.
  6. tool crafting white wall club solution
  7. Hero Section:
    The hero image section show in the home page at top of the website.
    • Image:
      If you want to set the image for hero section click on "Image" button then you can add the hero image in the hero section of the home page.
    • Advertisement:
      Click on "Advertisement" button and then you can add the advertisement javascript and css code.
  8. tool crafting white wall club solution
  9. Homepage Ending Section:
    The home page ending image section show in the home page at bottom of the website.
    • Image:
      If you want to set the image click on "Image" button then you can add the image in the this section of home page.
    • Advertisement:
      Click on "Advertisement" button and then you can add the advertisement j avascript and css code in this section.
  10. tool crafting white wall club solution
  11. Sidebar Section:
    The sidebar image section show in the tools and blogs detail page on the right side of the website.
    • Image:
      If you want to set the image click on "Image" button then you can add the image in the this section.
    • Advertisement:
      Click on "Advertisement" button and then you can add the advertisement javascript and css code in this section.
  12. tool crafting white wall club solution
  13. Before Content Section:
    The before content image section show in the tools and blogs detail page on the top of the website.
    • Image:
      If you want to set the image click on "Image" button then you can add the image in the this section.
    • Advertisement:
      Click on "Advertisement" button and then you can add the advertisement javascript and css code in this section.
  14. tool crafting white wall club solution
  15. After Content Section:
    The after content image section show in the tools and blogs detail page at the bottom of the website.
    • Image:
      If you want to set the image click on "Image" button then you can add the image in the this section.
    • Advertisement:
      Click on "Advertisement" button and then you can add the advertisement javascript and css code in this section.
  16. tool crafting white wall club solution
  17. Footer Section:
    The footer image section show in the footer of the website.
    • Image:
      If you want to set the image click on "Image" button then you can add the image in the this section.
    • Advertisement:
      Click on "Advertisement" button and then you can add the advertisement javascript and css code in this section.
  18. tool crafting white wall club solution

Credentials Manager

  1. Go to Credentials Manager:
    Log in to your admin panel via url your_domain_name.com/admin/auth/credentials
    Example: toolcrafting.com/admin/auth/credentials tool crafting login
  2. Enter Email:
    Enter admin panel's email, by default
    Email:admin@admin.com the email will be show. You can type your own for update.
  3. Enter Current Password:
    Enter admin panel's current password. If you're updating your credentials (password) for the first time then by default current password is
    Password:12345678
  4. Enter New Password:
    Enter new password that you want to set for the admin panel.
  5. Confirm New Password:
    Enter confirm new password, it should must match with "Enter New Password" that you want to set for the admin panel.

Source & Credits

Images:

Fonts:

Scripts:

User Interface:


Support

If this documentation doesn't answer your questions, So, Please send us Email at developers@whitewallsol.com

We are located in GMT +5:00 time zone and we answer all questions within 12-24 hours in weekdays. In some rare cases the waiting time can be to 48 hours. (except holiday seasons which might take longer).

Note: While we aim to provide the best support possible, please keep in mind that it only extends to verified buyers and only to issues related to our template like bugs and errors. Custom modifications or third party module implementations are not included.

Don’t forget to Rate this template

Please Add your Review (Opinion) for Our template. It would be a great support for us.
Go to your Themeforest Profile > Downloads Tab > & then You can Rate & Review for our template.
Thank You.

Version 1.0.0 (07 February, 2025)

Initial Release