问题标签 [wpbakery]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 如何在 CMB2“所见即所得”类型中启用 Wpbakery Page Builder(Visual Composer)?
我正在使用 CMB2 在 wordpress 中添加自定义元框文本编辑器以用于帖子类型。这里 Wpbakery Page Builder(Visual Composer) 在默认帖子类型编辑器中启用。但我无法在我用 CMB2 元框实现的自定义帖子编辑器中启用 Wpbakery Page Builder(Visual Composer)。它已以“所见即所得”类型实现。有什么方法可以在 CMB2“所见即所得”类型中启用 Wpbakery Page Builder(Visual Composer)?感谢帮助...
css - WP Bakery 选项卡动画覆盖
我正在尝试覆盖 WP Bakery 的选项卡动画,该动画将内容垂直滑入和滑出视图。我是一名前端设计师,JS 经验有限。该站点运行一个主题,但从我在代码中可以看出,选项卡和动画被编码为面包店组件。
只是在寻找一些代码来覆盖这个东西!在我的研究中,其他地方似乎完全没有提到这种能力。谢谢!
php - 使用 WPBakery Page Builder 5.4 更改徽标
如何使用 WPBakery Page Builder 5.4 更改徽标。
我在管理面板中没有找到该页面。谢谢
wordpress - 特色图片未显示在我的 wordpress 网站上
我有一个 WordPress 网站,当我禁用 wpbakery 插件时,它会在帖子上显示特色图片,但当我激活它时不会显示。我的插件是最新版本
php - WPBakery Page Builder - 如何以编程方式创建帖子
我购买了 WPBakery Page Builder 附带的主题,
我有大约 100 个风格相同的帖子,
我计划再导入大约 6,000 个,但这次是以编程方式。
使用 WPBakery,我可以导出示例页面,然后生成以下代码:
这显然是 base64 编码的:
如何以编程方式将此 json 配置导入 wordpress...
伪代码:
请帮我解决这个问题,
谢谢!
css - 在wordpress中将背景位置设置为顶部
我正在使用 Wordpress 和 WPbakery。我设置了全宽全高背景。但是目前背景位置设置为以“!important”为中心,正如我在开发人员工具中看到的那样。
我想将其设置为“顶部”。我在chrome的开发者工具中进行了编辑,达到了预期的效果。但是我不确定如何使更改永久化。我尝试将我在开发人员工具中看到的内容复制粘贴到自定义 css 字段中并将其编辑为“顶部”,但它不会覆盖主题。我该怎么做?
这是在开发者工具中看到的当前代码:
}
css - Background image blurry on small screens (looks fine in Wordpress/Chrome editors, but on actual phone it's blurry
I've been struggling with this one for a while, so hoping someone might be able to help me out.
I'm using WP Bakery plugin, and the page background images I set are really blurry on smaller screens. All looks fine on the Wordpress/Chrome visual editors, but on an actual phone/tablet the photo doesn't resize, so it's just a blurry mess. The CSS is as follows:
body {
background-color: #00657f!important;
background-image: url(http://414kiting.com/wp-content/uploads/2018/07/player_hantu_light-50.jpeg) !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}
website address is 414kiting.com
Any help hugely appreciated.
wordpress - 布局问题 Wordpress 和 WPBakery
我正在尝试使用 WPBakery 插件在 Wordpress 中对齐图像块和文本块。我希望图像占据一半区域并且与文本块相同。谁能向我解释如何做到这一点?
任何帮助将不胜感激
谢谢
css - 将向下滚动箭头与 WPBakery Visual Composer 中全屏 div 的底部中心对齐
我在 Visual Composer 中有一系列全屏 div,我希望在每个 div 的底部都有一个箭头,向用户指示他们应该滚动以获取更多内容。我尝试在包含图标的 div 上进行绝对定位,但没有成功。我所做的只是将图标移动几个像素
现有的 CSS:
图标本身是Defaults-chevron-down。
您知道如何正确定位该图标吗?