• Resolved baciglio76

    (@baciglio76)


    In the meta data of each post’s card on the carousel it’s not displayed the date but only the icon. How can i fix it?
    In the same page also pagination dots aren’t correctly displayed.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    We have visited the page. We have seen that the post date and the pagination dots are working correctly there.
    Screenshot → https://prnt.sc/ksyhvy

    Have you fixed it yourself?

    Best Regards,
    ShapedPlugin

    Thread Starter baciglio76

    (@baciglio76)

    Hi,
    Sorry for the delay..
    Yes i fixed it myself but after the update the bug appear once again (you can see it in the same page of the first post)
    For the date i fixed it editing the file shortcoderender.php:
    at rows 226 and 280 i replaced
    $outline .= ‘<time class=”entry-date published updated” datetime=”‘ …
    with
    $outline .= ‘<time class=”entry-date” datetime=”‘ …

    For the pagination dot i fixed it editing the file style.css:
    at row 124 (.sp-post-carousel-section .slick-dots li) i change the height from 12 to 14

    could you fix that bugs in the next release?
    thank you.

    Hi @baciglio76,

    We have checked the site and found the issue occurring. Actually, some CSS codes of your theme have overridden the plugin’s CSS codes. However, we have changed it on our end. We have updated the plugin fixing these codes. Please update the plugin and let us know how it is going. Thank you for your nice suggestion. ??

    You can inspire us to make the plugin greater in future.

    Heartfelt gratitude for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Don’t show post’s date’ is closed to new replies.