קבל תשובות מיידיות
השתמשו בבינה מלאכותית של התיעוד כדי לקבל תשובות מיידיות לשאלותיכם.
כללי
התאמה אישית
תמיכה
עדכון אחרון יוני 2026
כיצד להסתיר את סרגל הכלים OneTap במצב בונה דפים
אם אתם משתמשים ב-OneTap יחד עם בונה דפים ויזואלי כמו Elementor, BricksBuilder או Oxygen, ייתכן שתרצו להסתיר את סרגל הכלים של הנגישות בזמן העריכה - כדי שלא יפריע לממשק העיצוב.
כך ניתן להסתיר את ווידג'ט OneTap בתוך התצוגה המקדימה של הבונה באמצעות קטע CSS פשוט.
קטעי CSS
הגדר את ההגדרות שלךלאחר ההפעלה, עבור לדף ההגדרות של OneTap כדי להגדיר את התוסף בהתאם להעדפותיך.
/* Elementor Builder */
body.elementor-editor-active .apop-container-toggle {
display: none !important;
}
/* Bricks Builder */.bricks-is-editing .onetap-container-toggle {display: none !important;}
/* Oxygen Builder */.oxygen-builder-body .onetap-container-toggle {display: none !important;}
/* WPBakery (Visual Composer) */
body.vc_editor .apop-container-toggle {
display: none !important;
}
/* Beaver Builder */
body.fl-builder-edit .apop-container-toggle {
display: none !important;
}
/* Divi Builder */
body.et-fb .apop-container-toggle {
display: none !important;
}
/* Thrive Architect */
body.tve_editor_page .apop-container-toggle {
display: none !important;
}
/* SiteOrigin Page Builder (Backend Preview) */
body.siteorigin-panels-live-editor .apop-container-toggle {
display: none !important;
}
/* SeedProd Landing Page Builder */
body.seedprod-builder-active .apop-container-toggle {
display: none !important;
}
- וורדפרס Dashboard
- מראה חיצוני
- התאמה אישית
- התאמה אישית
- CSS נוסף
- העתק והדבק את הקטע