定制 imagewize/about-block 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

imagewize/about-block

Composer 安装命令:

composer require imagewize/about-block

包简介

WordPress block plugin for displaying an about section with image and text layout

README 文档

README

A WordPress block plugin that provides a professional about section with image and text layout. Perfect for introducing yourself or your business on any WordPress page.

Features

  • Clean, modern layout with image and text columns
  • Responsive design with mobile-friendly padding
  • Customizable background colors
  • Support for rounded profile images
  • Typography with Open Sans font (with system font fallbacks)
  • Two-paragraph layout with different font sizes for visual hierarchy
  • Full support for WordPress block alignment (wide/full)

Installation

Via Composer

Install the package using Composer:

composer require imagewize/about-block

Via WordPress Admin

  1. Upload the plugin files to the /wp-content/plugins/about-block directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.

Theme Requirements

Your theme needs to have border support enabled for images. Add the following to your theme's theme.json:

{
  "settings": {
    "blocks": {
      "core/image": {
        "border": {
          "color": true,
          "radius": true,
          "style": true,
          "width": true
        }
      }
    }
  }
}

Without these settings, you won't be able to adjust the border properties of the profile image in the block.

Development

Local Development

  1. Clone the repository
  2. Run npm install
  3. Start development server: npm run start
  4. Build production version: npm run build

The development server will watch for changes and automatically rebuild the block.

Frequently Asked Questions

How do I customize the block content?

Once added to your page, click on any text to edit it directly. You can also upload your own profile image by clicking the image placeholder.

How do I change the background color?

Select the block and use the color settings in the right sidebar to modify the background color.

How do I make the block full width?

Select the block and use the alignment options in the toolbar to choose between default, wide, or full width.

Can I modify the block structure?

Yes, the block template is now unlocked allowing you to add, remove, or rearrange blocks within it. However, we recommend maintaining the basic column structure for optimal appearance.

What image size should I use?

We recommend using a square image of at least 300x300 pixels for the profile picture. The image will automatically be cropped to a circle shape.

Changelog

3.0.0-beta

  • Release and publication at Packagist

imagewize/about-block 适用场景与选型建议

imagewize/about-block 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 132 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 02 月 04 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「plugin」 「wordpress」 「profile」 「about」 「gutenberg」 「block-editor」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 imagewize/about-block 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 imagewize/about-block 我们能提供哪些服务?
定制开发 / 二次开发

基于 imagewize/about-block 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 132
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 24
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2025-02-04