Grid Overlay Figma-Style

설명

This plugin allows designers and developers to overlay a Figma-style layout grid on the frontend of their WordPress site to visually test alignment and spacing. It’s useful for responsive design testing and pixel-perfect comparisons to your original designs.

  • Enable or disable the grid overlay at any time
  • Configure separate values for Mobile, Tablet, Desktop, and Extended screens
  • Set number of columns, gutter width, and outer margin
  • Lightweight and clean — outputs only what’s needed

스크린샷

  • Settings screen with per-screen options

설치

  1. Upload the plugin folder to /wp-content/plugins/grid-overlay/
  2. Activate the plugin through the “Plugins” menu
  3. Go to Settings Grid Overlay and configure your options

FAQ

Will the grid show for visitors?

Yes — the overlay appears on the frontend when enabled. You can disable it anytime from the settings page.

Can I restrict the overlay to admin users only?

This version shows the grid for everyone if enabled. A future update might include visibility filters.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Grid Overlay Figma-Style”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Grid Overlay Figma-Style”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.0

  • Major improvement: Refactored the frontend grid overlay to use real DOM-based columns instead of a repeating background gradient.
  • The new DOM-based method improves alignment accuracy by adjusting for scrollbar width differences (using corrected 100vw calculations).
  • This change resolves longstanding inconsistencies when aligning layouts against the grid across different browsers and screen sizes.

1.0.0

  • Initial release