| @@ -288,10 +288,10 @@ | ||
| 288 | 288 | |
| 289 | 289 | // Pagination Block Html |
| 290 | 290 | include ULTP_PATH . 'blocks/template/pagination_block.php'; |
| 291 | 291 | |
| 292 | - $wraper_before .= '<div ' . ( $attr['advanceId'] ? 'id="' . $attr['advanceId'] . '" ' : '' ) . ' class="ultp-post-grid-block wp-block-ultimate-post-' . $block_name . ' ultp-block-' . $attr['blockId'] . '' . ( $attr['align'] ? ' align' . $attr['align'] : '' ) . '' . ( $attr['className'] ? ' ' . $attr['className'] : '' ) . '">'; | |
| 293 | - $wraper_before .= '<div class="ultp-block-wrapper ' . $wrap_data . '">'; | |
| 292 | + $wraper_before .= '<div ' . ( $attr['advanceId'] ? 'id="' . $attr['advanceId'] . '" ' : '' ) . ' class="ultp-post-grid-block wp-block-ultimate-post-' . $block_name . ' ultp-block-' . $attr['blockId'] . '' . ( $attr['align'] ? ' align' . $attr['align'] : '' ) . '' . ( $attr['className'] ? ' ' . $attr['className'] : '' ) . ' ' . $iscroll . '">'; | |
| 293 | + $wraper_before .= '<div class="ultp-block-wrapper" ' . $wrap_data . '>'; | |
| 294 | 294 | |
| 295 | 295 | // Loading |
| 296 | 296 | $wraper_before .= ultimate_post()->postx_loading(); |
| 297 | 297 | |