/
/
home
/
melaqxso
/
nymetrocualumni.com
/
wp-content
/
plugins
/
hub-core
/
shortcodes
/
content-box
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/hub-core/shortcodes/content-box
Edit:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/hub-core/shortcodes/content-box/s05.php
<?php extract( $atts ); $classes = array( 'lqd-fb', $this->get_class( $template ), $el_class, $this->get_id() ); // Enqueue Conditional Script $this->scripts(); $this->generate_css(); ?> <div id="<?php echo $this->get_id() ?>" class="<?php echo ld_helper()->sanitize_html_classes( $classes ) ?>"> <div class="lqd-fb-inner d-flex flex-wrap align-items-center"> <div class="w-25"> <div class="lqd-fb-img"> <figure class="circle overflo-hidden" data-responsive-bg="true"> <?php $this->get_image( false, true ); ?> <?php $this->get_overlay_link() ?> </figure> </div> </div> <div class="w-75"> <div class="lqd-fb-content pos-rel"> <div class="lqd-fb-bg lqd-overlay"></div> <div class="lqd-fb-hover-overlay lqd-overlay"></div> <div class="lqd-fb-content-inner pos-rel py-6 px-4"> <?php if( !empty( $title ) ) { ?> <<?php echo $tag; ?> class="lqd-fb-content-title my-0 mb-3 font-weight-bold"><?php $this->get_title(); ?></<?php echo $tag; ?>> <?php } ?> <?php if( !empty( $content ) ) { ?> <p class="my-0 mb-3"><?php $this->get_content(); ?></p> <?php } ?> <?php $this->get_button() ?> </div> </div> </div> </div> </div>
Ukuran: 1.2 KB