【发布时间】:2017-09-26 01:44:21
【问题描述】:
我正在为我的一个项目使用 woocommerce,我正在获取项目的描述,但我以视觉作曲家、backery、js_composer 或您识别的任何名称的格式得到这个,我的问题是如何翻译视觉作曲家从 wordpress 或 woocommerce 到 HTML?任何方式都是可以接受的,我需要明天将其呈现给我的客户。非常感谢您的帮助!
描述输出:
[vc_row content_placement="middle" css=".vc_custom_1460727920666{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #f2f2f2 !important;}"][vc_column css=". vc_custom_1460636569719{padding: 20% !important;}" offset="vc_col-lg-6 vc_col-md-6"][title_subtitle add_subtitle="use_subtitle" title="品酒笔记" subtitle="Wine specs"][vc_column_text css= ".vc_custom_1493324745269{margin-bottom: 0px !important;}"]Tequila suave que resalta los sabores más puros del agave, notas suaves y florales obtenidas por un reposo de casi seis meses en contenedores especiales.[/vc_column_text][/vc_column] [vc_column css=".vc_custom_1460635864072{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}" offset="vc_col-lg-6 vc_col-md-6 vc_hidden-sm vc_hidden-xs"][vc_single_image image="1088" img_size="full" css=".vc_custom_1469109337733{margin-bottom: 0px !important;}"][/vc_column][/vc_row] [vc_row content_placement="middl e" css=".vc_custom_1460727927848{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #f2f2f2 !important;}"][vc_column css=".vc_custom_1460635871252{padding-top: 0px !重要;填充右:0px !重要;填充底部:0px !重要;填充左:0px !重要;}" offset="vc_col-lg-6 vc_col-md-6 vc_hidden-sm vc_hidden-xs"][ vc_single_image image="1089" img_size="full" css=".vc_custom_1469109351319{margin-bottom: 0px !important;}"][/vc_column][vc_column css=".vc_custom_1460636579755{padding: 20% !important;}" 偏移="vc_col-lg-6 vc_col-md-6"][title_subtitle add_subtitle="use_subtitle" title="食物搭配说明" subtitle="Wine specs"][vc_column_text]Villenoir 葡萄园中我们最喜欢的街区之一。这个块倾向于提升芳香特征并软化我们赤霞珠的口感。我们很自豪能够将这种非常有限的桶装葡萄酒作为独立块提供。[/vc_column_text][/vc_column][/vc_row][vc_row content_placement="middle" css=".vc_custom_1460727935440{padding-top: 0px !important ;padding-bottom: 0px !important;background-color: #f2f2f2 !important;}"][vc_column css=".vc_custom_1460636587092{padding: 20% !important;}" offset="vc_col-lg-6 vc_col-md- 6"][title_subtitle add_subtitle="use_subtitle" title="Winemaker notes" subtitle="Wine specs"][vc_column_text]深石榴石,带有鲜亮的红宝石边缘,口感如天鹅绒般柔软,带有明亮的樱桃到李子的味道。这款酒很重,充满新鲜成熟的浆果,带有浓郁的可可豆粒味。有趣又美味。
黑巧克力、李子、黑樱桃、雪松和龙蒿的香气从玻璃杯中跃出。[/vc_column_text][/vc_column][vc_column css=".vc_custom_1460635878309{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}" offset="vc_col-lg-6 vc_col-md-6 vc_hidden-sm vc_hidden-xs"][vc_single_image image="1090" img_size ="full" css=".vc_custom_1469109362921{margin-bottom: 0px !important;}"][/vc_column][/vc_row]
所需格式:
<div class="whatever class from visual_Composer">
<p>Whaterver name</p>
-------->The rest of the HTML data here
</div>
【问题讨论】:
标签: wordpress woocommerce visual-composer