Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/wp-content/themes/vrm/partials/overlays/ |
Upload File : |
<?php /** * Plus Two Hover Overlay. * * @package TotalTheme * @subpackage Partials * @version 5.3.1 */ defined( 'ABSPATH' ) || exit; if ( 'inside_link' !== $position ) { return; } ?> <div class="overlay-plus-two-hover overlay-hide theme-overlay wpex-absolute wpex-inset-0 wpex-transition-all wpex-duration-<?php echo wpex_overlay_speed( 'plus-two-hover' ); ?> wpex-text-white wpex-text-2xl wpex-flex wpex-items-center wpex-justify-center" aria-hidden="true"> <span class="overlay-bg wpex-bg-<?php echo wpex_overlay_bg( 'plus-two-hover' ); ?> wpex-block wpex-absolute wpex-inset-0 wpex-opacity-<?php echo wpex_overlay_opacity( 'plus-two-hover' ); ?>"></span> <?php wpex_theme_icon_html( 'plus', 'wpex-relative' ); ?> </div>