Jump to content

Jed Rosenzweig

Clients
  • Posts

    228
  • Joined

  • Last visited

1 Follower

Contact Methods

Recent Profile Visitors

3,437 profile views

Jed Rosenzweig's Achievements

  1. Ha yes, the last 2% took forever. I ended up troubleshooting by replacing all the default color calls in the theme admin to hot pink to see what I wasn't overriding.
  2. @dayh I overwrote the editor icon calls with CSS using FontAwesome icons like so: .cke_button__bold:after { background: none !important; font-size: 1.4rem !important; font-family: "FontAwesome"; content: "\f032"; position: relative; top: 0rem; left: 0rem; } FontAwesome 4.7 cheatsheet: https://fontawesome.com/v4.7.0/cheatsheet/
  3. No, much longer. I refactored the CSS to accommodate a night theme fueled by only theme color changes (that's to say in the theme admin tabs). You have to change a ton of hard-coded calls into one of a selection of set tints/colours set in the theme admin. You also have to figure out which elements to invert and which ones should not. It was a lot of work! It would be good to have the default theme be easily switchable like that but it's not a small job. I also converted all pixel calls to rem. That was comparatively easy 🙂
  4. Remembers mess that was Threaded View. Hides in corner.
  5. It’s just a page of one user’s posts. There’s no specific anchoring — starts at the beginning of the post history.
  6. What's difference between the core post/post container template and the filtered view here that these templates in the plugin need to be recreated wholesale?
  7. Is it possible to inject a unique class into the ipsDialog div that we could then style the rest of the pop-up output against? I feel like this is tapping into core modules for output so make that's not possible but I thought I'd ask.
  8. Agreed but it's not and it's not going to be for a bit by the looks of it.
  9. I commissioned a plugin a few years ago which is available from the author on the marketplace and still works. AFAIK, lazy loading YT is not part of the 4.4 page load improvements.
  10. Nevermind, I figured out a way to get what I needed with CSS and the not selector!
  11. I think there's still caching issues or something odd going on here. We've got a beta test forum going on and all the testers are getting wrong listings for "Only Forums from Clubs that I am member" @Adriano Faria if you'd like access to the beta test to have a look in a controlled environment, LMK.
  12. Hi @Adriano Faria, I'm having issues in local testing this plugin where the forum index list is not updating the user's clubs after they join a new club. I can only get it to update after running the support tool.
  13. This probably isn't applicable to all sites but I'd like to see a top forums leaderboard. On our site we have a forum for every TV show and it would be fun to see that community vs community race. Another issue I've seen is that there's one area on our site that's particularly like-happy and also insular and my leaderboard member are basically the same everyday. It would be nice to have some exclusions (ignore these forums) but I'm guessing that's a lot of work and server processes for an edge case. My only real universally-applicable suggestion is to cache and serve leaderboard results every X minutes/hours as the leaderboard can take a long time to load.
×
×
  • Create New...