File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
includes/Admin/template-parts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class="wpuf-w-full !wpuf-py-[4px] !wpuf-px-[14px] wpuf-border !wpuf-border-gray-
145145 </div>
146146 */ ?>
147147 <!-- Blank Form -->
148- <div class="template-box wpuf-template-item" data-category="registration " data-title="blank form" style="width: calc(25% - 12px);">
148+ <div class="template-box wpuf-template-item" data-category="post " data-title="blank form" style="width: calc(25% - 12px);">
149149 <div class="wpuf-relative wpuf-group wpuf-shadow-base">
150150 <img src="<?php echo esc_attr ( WPUF_ASSET_URI . '/images/templates/blank.svg ' ); ?> " alt="Blank Form">
151151 <div class="wpuf-absolute wpuf-opacity-0 group-hover:wpuf-opacity-70 wpuf-transition-all wpuf-z-10 wpuf-text-center wpuf-flex wpuf-flex-col wpuf-justify-center wpuf-items-center wpuf-bg-emerald-900 wpuf-h-full wpuf-w-full wpuf-top-0 wpuf-left-0 wpuf-text-white wpuf-p-10 wpuf-rounded-md"></div>
@@ -229,7 +229,7 @@ class="wpuf-btn-secondary wpuf-w-max wpuf-absolute wpuf-top-[50%] wpuf-left-[50%
229229 $ image = $ template ->get_image ();
230230 $ title = $ template ->get_title ();
231231 ?>
232- <div class="template-box wpuf-template-item" data-category="registration " data-title="<?php echo esc_attr (strtolower ($ title )); ?> " style="width: calc(25% - 12px);">
232+ <div class="template-box wpuf-template-item" data-category="post " data-title="<?php echo esc_attr (strtolower ($ title )); ?> " style="width: calc(25% - 12px);">
233233 <div class="wpuf-relative wpuf-group">
234234 <?php
235235 if ( $ image ) {
You can’t perform that action at this time.
0 commit comments