(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
Simplify Your Setup: CL-4 PC Tool’s Plug-and-Play Magic 🖥️🔌
Jun 12, 2025
by Cloudyx
"No Tech Degree Needed: CL-4 PC Tool’s 5-Minute Setup Guide 😎"
CL-4 PC Tool offers plug-and-play simplicity with auto-detection, drag-and-drop EQ, and one-click controls. Perfect for users without audio engineering skills—YouTube highlight its "5-minute setup." Ideal for quick adjustments in homes or small businesses.
Step-by-Step Setup
Connect & Launch: Plug the Type C cable, power on the amp, and open the tool—click "Connect Device" to auto-detect your CL-4. How-to video shows setup in under 2 minutes.
Intuitive Interface: The dashboard displays firmware versions, IP addresses, and zone statuses. Rename zones (e.g., "Conference Room") for clarity, with settings auto-saved to the amp.
User-Friendly Controls
Drag-and-Drop EQ: Adjust frequency curves with mouse drags or enter values directly—no coding required.
One-Click Mute/Sync: Mute all zones or sync EQ presets across zones with a single button. A user shares how they use it to "quickly mute all speakers during meetings."
Troubleshooting Made Easy
Connection Issues? Check the Type C cable (ensure data transfer support) or reboot the amp via the tool’s "Factory Reset" option.