Jump to content

pequeno

Clients
  • Posts

    744
  • Joined

  • Last visited

  • Days Won

    1

 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 pequeno

  1. 1 minute ago, Nathan Explosion said:

    OK. In that case, IPS support is definitely the route if you are unable to install the application - out of my hands if the Marketplace is telling you that you already have it installed but you don't.

    Let me know if they point it back in my direction.

    👍

  2. 1 hour ago, pequeno said:

    This code is fine for me in my website:

    
    .ipsGrid:not([data-ipsgrid-minitemsize]) >.ipsGrid_span3 {
      grid-column:span 2 !important;
       }
    .ipsGrid:not([data-ipsgrid-minitemsize]) >.ipsGrid_span9 {
      grid-column:span 10 !important;
       }

    Try it.

    Problem with this in mobile:

    822904891_supergridmobile.png.ec008bb458409c969419fc3893a58f46.png

    I put the original template.

    Any solution for chage the left column (grid) size?

     

  3. On 12/7/2020 at 4:40 PM, misfit76 said:

    Any help here is appreciated. I cannot seem to find where the width of the  sections.

    This code is fine for me in my website:

    .ipsGrid:not([data-ipsgrid-minitemsize]) >.ipsGrid_span3 {
      grid-column:span 2 !important;
       }
    .ipsGrid:not([data-ipsgrid-minitemsize]) >.ipsGrid_span9 {
      grid-column:span 10 !important;
       }

    Try it.

  4. 1 hour ago, pequeno said:

    How can move the tags position to the top of the article (not in bottom), similar to default Pages template?

    An add... Is it possible show tags in Home Page Articles presentation, after statistics? Like Default Template.

  5. On 9/11/2019 at 6:19 AM, ibaker said:

    Try this:

    In the pages template Supergrid Recorddisplay -> record you will find an instance of "ipsGrid_span3" about line 16 change this to ipsGrid_span2

    Next about line 30 you will find "ipsGrid_span9" change this to ipsGrid_span10

    See if that solves your issue enough

    Thanks! @ibaker Good solution.

    I used this in css.custom and not modify templates:

    .ipsGrid:not([data-ipsgrid-minitemsize]) >.ipsGrid_span3 {
      grid-column:span 2 !important;
       }
    .ipsGrid:not([data-ipsgrid-minitemsize]) >.ipsGrid_span9 {
      grid-column:span 10 !important;
       }

     

×
×
  • Create New...