• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: No-one
  • Private: No
  • Open Date: 03.01.17, 21:29
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 09.06.17, 23:25
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10129 - al4.6 simple blog recent posts position

Need to remove html from short description because sometimes it cause to bugs. http://screencast.com/t/ezAUYXFKBK
and another little bug
http://screencast.com/t/4b5bK9NC8x

FIX:
1)
file /modules/ph_recentposts/views/templates/hook/recent.tpl

<div class="blog-post-desc">{$post.short_content|substr:0:175}{if strlen($post.short_content)>175}...{/if}</div>

change to

<div class="blog-post-desc">{$post.short_content|strip_tags:'UTF-8'|substr:0:175}{if strlen($post.short_content)>175}...{/if}</div>

2)
file /modules/ph_simpleblog/css/ph_simpleblog.css line 274

.ph_simpleblog.simpleblog-recent .nbs-flexisel-inner {overflow: hidden; width:calc(100% + 30px);}

change to

.ph_simpleblog.simpleblog-recent .nbs-flexisel-inner {overflow: hidden; width:100%}

file /themes/alysum/css/responsive-tablet-landscape.css

.simpleblog-recent figure {width:270px; margin-right: 30px;}

change to

.simpleblog-recent figure {width:270px; margin-right: 13px} 

Comments

No comments yet