Skip to content

Want to use Sudonix themes ?

Chitchat

Related Topics
  • Page control arrows for PWA

    Solved Customisation
    27
    25 Votes
    27 Posts
    1k Views

    @crazycells it is, yes - I think I’ll leave it as there is no specific PWA CSS classes I know of. Well, you could use something like the below, but this means multiple CSS files for different operating systems.

    /** * Determine the mobile operating system. * This function returns one of 'iOS', 'Android', 'Windows Phone', or 'unknown'. * * @returns {String} */ function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; // Windows Phone must come first because its UA also contains "Android" if (/windows phone/i.test(userAgent)) { return "Windows Phone"; } if (/android/i.test(userAgent)) { return "Android"; } if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "iOS"; } return "unknown"; // return “Android” - one should either handle the unknown or fallback to a specific platform, let’s say Android }

    Once you’re in that rabbit hole, it’s impossible to get out of it.

  • Where are widgets stored?

    Solved Configure
    3
    1 Votes
    3 Posts
    203 Views

    @phenomlab Thanks, have DMed you

  • Chevron up before & after

    Solved Configure
    11
    4 Votes
    11 Posts
    487 Views

    @crazycells you are right 🙂 thank you.

  • How to fix header side as boxed

    Solved Customisation
    10
    6 Votes
    10 Posts
    488 Views

    @phenomlab yes it caused a problem for mobile users.
    thank you for helping …

  • Blinking text Effect

    Customisation
    3
    5 Votes
    3 Posts
    438 Views

    @phenomlab

    I love it too

    @phenomlab said in Blinking text Effect:

    Has that “broken neon light” look that you see in films.

    It’s exactly that, kind of old neon signs of bar or pubs a bit cyberpunk too 😉

  • Bootstrap Version

    Solved Customisation
    8
    5 Votes
    8 Posts
    511 Views

    @phenomlab That will be nice once they have completed that. It will be interesting to see how long that takes. So for now I will use custom css to make it look the way I want. Frameworks just make things a little faster. Thanks @phenomlab

  • [NodeBB] greeting message

    Solved Customisation
    2
    3 Votes
    2 Posts
    617 Views

    @pwsincd welcome to sudonix, and thanks for the comments. What your looking for is here

    https://sudonix.com/topic/195/nodebb-welcome-message/3?_=1648295651358

  • unable to upvote on forum

    Solved Performance
    10
    3 Votes
    10 Posts
    674 Views

    @phenomlab yes, i can understand. it is working now 🙂