Skip to content

KeepSolid VPN Unlimited DEAL

Configure

  • MogoDB v6 to v7 upgrade

    Solved Configure
    5
    1 Votes
    5 Posts
    68 Views

    @Panda if you used the Ubuntu PPA, I think this only goes as far as 6.x if I recall correctly.

  • 1 Votes
    4 Posts
    84 Views

    @Hari the real issue here is that I don’t think it can be used as a theme for WordPress because of the dependencies it clearly has, including its own Web server.

    My view here is that this is designed to be a complete development environment outside of the WordPress core.

  • Category For User

    Solved Configure
    11
    12 Votes
    11 Posts
    273 Views

    3.5.1 has now been released. I’ve just deployed it, so safe to do so!

  • 2 Votes
    9 Posts
    255 Views

    @Panda I see why - if you check the browser console, there’s an error logged there. This is from one of my VM’s

    image.png

    There is a decision tree that pulls the value of the editor theme from the saved browser settings on each load, but that fails if the theme has never been changed, and the user has the default (in your case, you are using light mode, so it serves “flatly” by default, but the editor itself is never set and returns null

    This below code changes that

    /* If savedTheme is undefined it will return null - based on this, we assume that the user has the default theme selected and never changed it, so we'll need to force that here */ if(!savedTheme) { var savedTheme = "flatly"; }

    If you reload your browser and test again, it should work properly.

  • 5 Votes
    6 Posts
    873 Views

    Missed out on this deal ? Windscribe offer a limited free version. More about that here
    https://sudonix.org/topic/13/which-product-is-the-best-for-vpn/164?_=1652206628456

  • VPN connections...

    Solved Privacy
    37
    2 Votes
    37 Posts
    2k Views

    @phenomlab said in VPN connections...:

    @jac Confirmed 🙂

    Brilliant! Glad to sort that issue out 😁.

  • VPNs & Netflix

    Solved General
    6
    1 Votes
    6 Posts
    405 Views

    I believe I’ve connected to a different VPN since and it’s worked even with the app.

  • Nord VPN with Roku

    Solved Configure
    12
    3 Votes
    12 Posts
    716 Views

    @jac 🙂 ok. No issues. Was more of a curiosity than anything else.