Jump to content

beats23

Clients
  • Posts

    817
  • 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

Projects

Release Notes v5

Forums

Events

Store

Gallery

Posts posted by beats23

  1. I copied your IPS blog's pages tab layout. Thanks😀

    In landscape on mobile phone your tabs need some more CCS edits for alignment.

    It would be cool if the tabs loads instant with java and not refresh's the pages each time a tab is clicked.

    If you guys add this faster tab loading, please post the how to or don't make it too difficult to replicate. Thanks😀

    Add this 'top' code to your css to fix it.

    @media screen and (max-width: 989px) and (min-width: 767px) {
      .sPage__news .sNews__tabs {
        top: -59px;
     }
    }

     

    Yours

    spacer.png

     

    Mine

    spacer.png

  2. On 3/8/2021 at 6:55 PM, Circo said:

    Any possibility of getting this updated for 4.5?

    maybe this will work.

     

    On 3/8/2021 at 6:55 PM, Circo said:

    Any possibility of getting this updated for 4.5?

    ok now saw you sponsor the app. great stuff 

  3. 2 minutes ago, Miss_B said:

    Hi. I am not sure that I understand what you mean. Can you please elaborate a little more?

    Hi, you state.

    Ip Registrations Limit

    • And last, but not least, this app adds an option to limit the number of registrations from the same ip and from members last used ip  addresses.

    I was wondering, can your app also limit registration from people using the same device via your device detection method using unique cookie?

     

  4. On 8/18/2020 at 3:04 AM, SJ77 said:

    How many plugins do you have

    I have 34 plugins and 9 apps running.

    I had some issues with some plugin and apps which needs updating.

    I good thing to do is disable all plugins and apps before updating, then enable them one by one and check after installing the 4.5 update.

  5. 1 hour ago, Pete T said:

    depending where download come from if here its very much out dated due to owner has left IPS i have taken on the theme but only been tested for 4.4.9 working on 4.5.x items slowly.

    Looking forward to 4.5 release. Thanks 

  6. I can no longer login to admin I get this error page 

     

    An error occurred (500 Error)

    We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. 

    You can try again by clicking the button below, or try again later. 

    906617683_Screenshot2020-06-19at4_20_01am.thumb.jpg.613196de24c966418df9ca4d4e817454.jpg

  7. I know IPS will never do this, but I write it anyway.

    Could you redesign the gallery app to look and feel like Redesign the gallery app to look and feel like www.unsplash.com.

    the Gallery app is clunky slow dated and old fashion.

    Need a better modern 2020 layout with faster Ajax loading of photos without the ugly Lightbox.  example is www.unsplash.com

  8. 4 hours ago, TheJackal84 said:

    it covers the background with the image the same way the IPS Subscriptions and Our Picks work, it is because images can be all different heights and widths etc, you can add this to your custom.css to contain the image

    
    .landingpageItemHeader {
        background-size: contain;
        background-color: transparent;
    }

    added the transparent background incase some images are smaller in width it will just have transparent sides

    or you can mess with the position of the images, at the minute they are placed centred 

    
    .landingpageItemHeader {
        background-position: 50% 50%;
    }

    change the % and test out different positions

    Thanks.

×
×
  • Create New...