Jump to content

Matteo Russo

Clients
  • Posts

    29
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Matteo Russo got a reaction from Meddysong in [Pages] Truncate record title   
    Worked! Many thanks 🙂 
  2. Thanks
    Matteo Russo reacted to Meddysong in [Pages] Truncate record title   
    Pit it in the h2 tag at the beginning 🙂
  3. Like
    Matteo Russo reacted to bfarber in [PAGES] Remove comment tab header   
    body[data-pagecontroller="page"] [data-controller="core.front.core.commentsWrapper"] .ipsTabs { padding: 0px; } that should do it, but play around with the inspector in your browser to get an idea of whether that gets you what you want or not
  4. Like
    Matteo Russo reacted to bfarber in [PAGES] Remove comment tab header   
    You could add the following CSS to your custom.css file to hide the tabs
    body[data-pagecontroller="page"] [data-controller="core.front.core.commentsWrapper"] ul[role="tablist"] { display: none; }  
  5. Like
    Matteo Russo got a reaction from Meddysong in Database's listing order doesn't work   
    Yes! 😉 They told me they're gonna have a discussion on this. Let's see 
  6. Like
    Matteo Russo reacted to opentype in Database's listing order doesn't work   
    It would really depend on the field type. If it’s text, then that behavior makes perfect sense and might even be required, e.g. to order alphanumeric entries like SKUs, bank account details and so on. But for a number field, IPS can certainly make it happen to order the entries as numbers—if that doesn’t work this way currently. 
  7. Like
    Matteo Russo got a reaction from Meddysong in Remove breadcrumb from a specific page   
    Amazing! Thank you so much 😄 Worked now. This will be also usefull for other little adjustments 😛 
  8. Like
    Matteo Russo reacted to Meddysong in Remove breadcrumb from a specific page   
    I suppose that if you haven't yet created any CSS or JS, the tab logically won't appear. You need to create the file first: Pages -- Templates -- Add CSS. (Or something similar.)
  9. Thanks
    Matteo Russo reacted to Morrigan in I can't access to the forums after Pages is the default app   
    So it was a cache issue. <_< lol
×
×
  • Create New...