Jump to content


Photo
- - - - -

Высота заголовка айтема

верстка css

Best Answer black_paw , 14 July 2014 - 08:31

такой код?

return '<a title="'.$this->_item->name.'" href="' . $this->app->route->item($this->_item) . '">' . $this->app->jbstring->cutByWords($this->_item->name, 55) . '</a>';
Go to the full post


  • This topic is locked This topic is locked
22 replies to this topic

Poll: Высота заголовка айтема (5 member(s) have cast votes)

Хотим адаптивную и новую верстку для всего jbzoo?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Vote

#21 isay777

isay777
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 113.4
  • posts: 1878
  • topics: 232

Posted 14 July 2014 - 08:37

а что в коде страницы (ctrl+U) напр. http://joxi.ru/UIjDUxjKTJDBUoWzu2k

 

Уже все супер. Спасибо. 


  • 0
ХОСТИНГ для сайтов jbzoo (все попугаи)

#22 black_paw

black_paw
  • JBZoo User (rus)
  • User rate: 9.2
  • posts: 96
  • topics: 7

Posted 14 July 2014 - 08:43

может проще в шаблоне изменить и трогать ядро?

<?php if ($this->checkPosition('title')) : ?>
<h3 class="item-title uk-text-middle">
<?php echo '<a title="'.$this->_item->name.'" href="' . $this->app->route->item($this->_item) . '">'.$this->app->jbstring->cutByWords($this->renderPosition('title'), 55).'</a>'; ?>
</h3>
<?php endif; ?>		


  • 1

#23 isay777

isay777
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 113.4
  • posts: 1878
  • topics: 232

Posted 14 July 2014 - 08:45

 

может проще в шаблоне изменить и трогать ядро?

<?php if ($this->checkPosition('title')) : ?>
<h3 class="item-title uk-text-middle">
<?php echo '<a title="'.$this->_item->name.'" href="' . $this->app->route->item($this->_item) . '">'.$this->app->jbstring->cutByWords($this->renderPosition('title'), 55).'</a>'; ?>
</h3>
<?php endif; ?>		

 

Да так лучше всего. Спасибо за помощь! 


  • 0
ХОСТИНГ для сайтов jbzoo (все попугаи)





Click to return to top of page in style!