• Resolved mukoladeath

    (@mukoladeath)


    Hi, looks like in your new update you have problem with id attribute, inserts space beetween “carousel- and id”, you can look on screenshot
    https://prntscr.com/lpclee

    I’m fixed it, by adding trim command in the render.php
    72 line
    <section class=”wcp-slick” <?php echo $data_attr; ?> id=”carousel-<?php echo trim($attrs[‘id’]); ?>”>

    but I’m not sure if that is best way

    • This topic was modified 6 years ago by mukoladeath. Reason: fix, upd
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with id’ is closed to new replies.