Jump to content

kmk

Clients
  • Posts

    3,097
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by kmk

  1. 19 minutes ago, TAMAN said:

    There is a template named Entry. open it and then search for this line

    
    <li class="user"><i class="fa fa-user"></i>{lang="byline_nodate" htmlsprintf="$record->author()->link()"}</li>

    when you find it, then add this right after the code in a new line

    
    {{if $record::database()->options['comments']}}<li class="comments"><i class="fa fa-comment"></i><a href='{$record->url()}#comments' title='{lang="view_comments"}'>{lang="num_comments" pluralize="$record->record_comments"}</a></li>{{endif}}

    entry template is in all the article styles 

    I find one but withou "user"...

    entry_code_comment.jpg

  2. 8 hours ago, TAMAN said:
    
    {{if $record::database()->options['comments']}}<li class="comments"><i class="fa fa-comment"></i><a href='{$record->url()}#comments' title='{lang="view_comments"}'>{lang="num_comments" pluralize="$record->record_comments"}</a></li>{{endif}}

     

    Sorry, in wich tab I should add it? comment, comments or comment or commentcontainer... 

  3. 15 minutes ago, TAMAN said:

    1. i find readmore button to be really useless since the images are clickable, plus im unsure why it shows only author name and record date on your two columns style in the image 

    it should be date/author/views 

    2. the "first featured" and "one column" styles are using the full width for images so it shows all of it, they're preferable with sidebars : ) like in demo page=

    If you really want to reduce the size then add this css code to custom.css 

    
    .ArticleS1 .record-image{
    	width:  70% !important; 
      	margin: auto; 
    }

     

    1. Oh sorry, this is s1 two column(withou featured). Can make appear COMMENTS, like the old template.

    2. I mean if possible reduce the only featured image, or convert it style to image left(reduce) and content right, because in this case, like article I want the focus is more the content and not the image. This code reduce all images.

    3. Is possible put the user bar below the menu bar? Is useless visible permanently with the menu bar, because when scroll the page the user bar desappear..

    reduceallimages.jpg

  4. Hello,

    1. I would like show more information about the record, like the old tamplate, visible the comments, view and Read More.

    2. I use the s1 Two column First Featured, but the first image is very large, how I can reduce the image size show? or replace for 3 records?

    3. How I can change the user bar position, I would like put it below the menu bar, when scroll the page that can visible to take action.

    moreinfor.jpg

    reduceimage.jpg

    userbarbelow.jpg

  5. 7 hours ago, TAMAN said:

    in this locations, just search for "Read More"

    ACP > Pages > Templates > Database Templates > Image Featured One Column S1 and Image Featured Two Column S1 > Entry 

    ACP Pages > Templates > Block Plugin Templates > Image Featured One Column S1 and Image Featured Two Column S1 and Image Featured News Feed S1 

    Sorry, I found it, but...I have to add some code?

×
×
  • Create New...