Jump to content

tpr

Members
  • Posts

    2,321
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by tpr

  1. tpr

    SeoMaestro

    I see. Unfortunately I don't have this issue but perhaps it's a version mismatch or a result of your template setup (I see "controllers" in the path). I can try to reproduce if you tell these details. Anyway, it's sure not SeoMaestro module's fault, maybe this thread could be merged to the main Latte one?
  2. tpr

    SeoMaestro

    In the Latte module settings add the template name to the excluded templates list.
  3. There already is one, the textarea selector is "textarea:not(.noAutosize)". I haven't checked it yet but in theory it should work. Otherwise you could apply a max-height with CSS that could also help, or perhaps setting the height with !important.
  4. Thanks @Robin S, somehow I thought the built-in one didn't work for CKEditors but it's not true. Just tried it and worked fine for a multi-language field as well, and showed the same values as the CKEditor plugin. According to the CKEditor plugin's documentation it offers more advanced configuration though.
  5. Just add this plugin: https://ckeditor.com/cke4/addon/wordcount Or use AdminOnSteroids module which comtains this plugin.
  6. Thanks, I just used the z-index: 11 you suggested in v2.017. There's a very high z-index on the datepicker calendar div added by AOS that was needed back then. This is still above the masthead on scroll but I think it's better not to change that. There's also a bunch of new CKEditor plugins added in this version: Color Button Color Dialog Table Resize Table Tools Table Tools Toolbar
  7. Just used vex in a project where Kendo UI wasn't available (mostly we use that for admin pages), and it was a very pleasant experience. After all I'm happy that I had to find an alternative, it brings more sophisticated ways to do prompts, confirms, etc.
  8. Nice site, the only issue I came across is scrolling over the map is impossible with the mouse (the map gets zoomed instead).
  9. There's also an AOS checkbox for that: Add new page: uncheck Active? for non-default language names: the state of a page on non-default languages can be set to inactive here when adding a new page. https://github.com/rolandtoth/AdminOnSteroids/wiki/Misc
  10. Thanks. Are you using AdminOnSteroids? Because this module is not updated for a while since I added it to AOS.
  11. I don't use this feature very much but if you feel it would make a useful addition, create a PR (or show the changes in other ways) and I'll check.
  12. Yes, for example the main slider on top here.
  13. I'm not sure if it is but possibly yes. Try passing it inside the "overrides" array: https://github.com/rolandtoth/FrontEndEditLightbox#individual-overrides-overrides $mycalc->feel(array( "text" => "edit", "overrides" => array( "selectorsToHideSuperUser" => "#_ProcessPageEditDelete, #ProcessPageEditDelete" ) ) );
  14. Just a side note: imo such things just increase the percieved page load time and are an unnecessary complication unless the page is expected to load slowly. I would avoid it if possible, even that I have done it a few times in the past.
  15. Okay, now I finally understood what is MVC about ?
  16. What could the controller look like then? ?
  17. tpr

    Auto Smush

    This is not always true, my portable launcher called yaP is not treated as suspicious when upxed, otherwise it is. Interestingly about 5 yrs ago the case was the opposite, I skipped upxing the main binary because virustotal reported several threats. So... you just never know ?
  18. I've switched to Vivaldi about 2 months ago and I really like it. If you were an Opera fan in the old days, this is what resembles the most to it (if I'm not mistaken, old Opera devs are working on it). I was using SlimJet (Chromium-based) for a few years and it was fine, but waking up from hibernation it took sometimes minutes to it to get ready. Now this is entirely gone, Vivaldi is ready in a few seconds at most. I'm on Win 8.1, Core i5 and 8GB RAM notebook. I should have switched to it earlier but the developer tools couldn't be attached to the window and it was a deal-breaker to me.
  19. If you have a few minutes to create a screen capture I can check whether it appears here too (on Windows).
  20. Sad to hear that. Unfortunately I have no iPad to check, but I guess it's only a small CSS issue. Perhaps you could track it down by disabling parts of FEEL CSS.
  21. 3rd choice: sorry, I was on mobile and I miscread page 3 to choice 3 ? I guess you could use OR groups here: https://processwire.com/docs/selectors/#or-groups
  22. Sure, your code us probably fine, I just need some time to try.
  23. Something like category=Business|Individual ? But isn't your third choice does what you're after?
  24. Please share your possible fix, I don't remember there's anything like this built-in.
×
×
  • Create New...