did some touch ups, now the maquee should be actually working

This commit is contained in:
2026-03-17 21:40:11 +01:00
parent f58248a8e7
commit 2b91c368ee
8 changed files with 368 additions and 28 deletions

View File

@@ -26,12 +26,12 @@ $complience_url = "rendszerepito.hu/adatkezeles";
]);
if ( ! empty( $comments ) ) {
echo '<div class="pexpo-core-comment-groups-wrapper">';
if ( count( $comments ) < 3 ) {
$groups = 6 / count( $comments );
$groups = 4 / count( $comments );
} else {
$groups = 2;
}
echo '<div class="pexpo-core-comment-groups-wrapper" style="--group-count: ' . esc_attr( $groups ) . ';">';
for ($i = 0; $i < $groups; $i++) {
echo '<div class="pexpo-core-comment-group"'.($i ? ' aria-hidden="true"' : '').'>';
@@ -82,7 +82,7 @@ $complience_url = "rendszerepito.hu/adatkezeles";
<p class="pexpo-core-com-field">
<label for="mail"><?php echo esc_html_x( 'Email cím', 'partnerexpo_core' ); ?></label><br />
<input type="mail" id="mail" name="mail" aria-required="true" required>
<input type="email" id="mail" name="mail" aria-required="true" required>
</p>
<p class="pexpo-core-com-field">