✏️ 正在编辑: fusion-image.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/front-end/templates/fusion-image.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template * * @package fusion-builder * @since 2.0 */ ?> <script type="text/html" id="tmpl-fusion_imageframe-shortcode"> <# if ( 'undefined' !== typeof values.element_content && ! _.isEmpty( values.element_content ) ) { var html = '<span ' + _.fusionGetAttributes( attr ) + '>' + values.element_content + '</span>'; if ( ( 'liftup' === values.hover_type && -1 !== jQuery.inArray( values.caption_style, [ 'off', 'above', 'below' ] ) ) || ( 'bottomshadow' === values.style_type && ( 'none' === values.hover_type || 'zoomin' === values.hover_type || 'zoomout' === values.hover_type ) ) ) { html = '<div class="' + liftupClasses + '">' + liftupStyles + html + '</div>'; } if ( -1 !== jQuery.inArray( values.caption_style, [ 'off', 'above', 'below' ] ) && 'undefined' !== typeof captionHtml ) { html = 'above' === values.caption_style ? captionHtml + html : html + captionHtml; } html = '<style>' + maskStyles + aspectRatioStyles + marginStyles + '</style>' + html; if ( '' !== values.max_width && '' !== values.aspect_ratio ) { html = '<div style="display:inline-block; max-width:100%; width:'+ _.fusionGetValueWithUnit( values.max_width ) +';">' + html + '</div>'; } if ( 'center' === values.align && ! isFlex ) { html = '<div class="imageframe-align-center">' + html + '</div>'; } if ( isFlex ) { html = '<div ' + _.fusionGetAttributes( responsiveAttr ) + '>' + html + '</div>'; } #> <# if ( '' !== filter_style_block ) { #> {{{ filter_style_block }}} <# } #> <# if ( stickyStyles ) { #> {{{ stickyStyles }}} <# } #> {{{ html }}} <# } else { #> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 560"><path fill="#EAECEF" d="M0 0h1024v560H0z"/><g fill-rule="evenodd" clip-rule="evenodd"><path fill="#BBC0C4" d="M378.9 432L630.2 97.4c9.4-12.5 28.3-12.6 37.7 0l221.8 294.2c12.5 16.6.7 40.4-20.1 40.4H378.9z"/><path fill="#CED3D6" d="M135 430.8l153.7-185.9c10-12.1 28.6-12.1 38.7 0L515.8 472H154.3c-21.2 0-32.9-24.8-19.3-41.2z"/><circle fill="#FFF" cx="429" cy="165.4" r="55.5"/></g></svg> <# } #> </script>
💾 保存文件
← 返回文件管理器