Support for Envato Buyers Forums Samsara Recent Blog Posts Widget

Viewing 2 reply threads
  • Author
    Posts
    • #3997
      KyleOBrienZA
      Member

      Hi

      I think this might be a tiny bug fix.

      I’m using the Recent Blog Posts widget in the bottom widgets section. I have a kind-of long blog post name and the date text is overlapping with the post below it.

      Here’s a screenshot: Skydrive Image Share

      Please let me know if there’s just something that I’m doing wrong.

      Cheers
      Kyle

    • #4015
      KyleOBrienZA
      Member

      Awesome!

      I made that change and it looks great!

      Thanks for the assist.

      Cheers
      Kyle

    • #4025

      OK, great!

    • #4011

      Oh, I see.
      I will limit the post title length in the next version, if you are in a hurry, you can do it manually by yourself.
      The solution is edit /wp-content/themes/Samsara/functions/plugins/van_shortcodes/inc/van_shortcodes_func.php, find the following code about at line 301

      $post_list.='<a href="'.$url.'" class="post_title">'.$title.'</a>';

      Instead:

      $post_list.='<a href="'.$url.'" class="post_title">'.van_shortcodes_truncate($title,40).'</a>';

      I will also update this file in the next version, so don’t worry about upgrade theme.

      Thanks

Viewing 2 reply threads
  • You must be logged in to reply to this topic.