Jump to content

tpr

Members
  • Posts

    2,321
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by tpr

  1. Have you updated the module in the module directory? Update says the latest is v110.
  2. This was present only if PagePreviewBtn was off, will be fixed on the next update.
  3. Next version will contain a fix for the missing image labels in the image select screen:
  4. Well if they get used to the pencil icon then when wil they learn the default PW workings? There's an issue in the module: its SettingsJS.js is added not only in the module's page but every (admin) page and asmList items get the "pencil" icons. Of course clicking on them do nothing, apart from this error: SettingsJS.js:50 Uncaught TypeError: Cannot read property 'undefined' of null Setting line 42 to this fixes it: if ($this->wire('user')->isLoggedin() && $this->input->get('name') == __CLASS__) {
  5. Thanks! The module is only half of the picture, there should be a system that allows such mods I've added a "highlight rows" tweak that adds a slight background color when hovering on pagelist row items an AdminDataTables items. This helps keeping the focus when having long rows. This features modifies the main pagelist so that opened items get bold. I find it helpful because the hierarchy is more clearly visible.
  6. Eg when editing a template you can click on a field (asmList item) and set a few things there (overrides). Is that new to you?
  7. Nice! I haven't used it yet just had a quick look. How about removing the "pencil" icon from the asm items and open the edit modal on click? I think this is the "natural" way of setting asmList item options in PW so people should be aware of that.
  8. Sorry for the trouble. At first I don't know what could be the issue. My first thought was that you have PW 2.7 but I just tried it on a 2.6.1 and it worked, though I had to manually copy "JqueryMagnific.min.js" into "/wire/modules/Jquery/JqueryMagnific/" directory, it seems that older versions doesn't have the minified version. I guess this wasn't the issue there as the module adds an error to the console that JqueryMagnific.min.js is unavailable. On second look I noticed that you have "FrontEndEditLightbox-master" as the directory name. When I use this name I also got an error, unfortunately there's nothing in the logs. Could you try removing the "-master" part? What PHP version do you have? Edit: please don't forget to refresh modules by visiting Modules->Refresh.
  9. I would be happy if it weren't me - you know, steroids side effects
  10. When inserting an image using the CKEditor toolbar button, the modal that comes up shows the thumbnails but the names are not shown anywhere: Names are visible only in the url on hovering the image, or on the next step after clicking on the image. It's kinda OK to me as a developer but not for the clients (actually this issue was raised by one of them). It would be better to show the filename under the image.
  11. No idea, html.AdminThemeDefault.wide shouldn't be available when Reno theme is active.
  12. Thanks, added a :not(.modal) to the CSS to avoid setting a max-width of 1480px in modals. Btw it's loaded in the default theme so it shouldn't have any effect in Reno.
  13. Maybe adding ob_get_clean() and exit or $this->halt() would help before adding the exception. You could also set a custom 404 view file and set the 404 header manually.
  14. @bernhard Do you get the same results with AOS off?
  15. CKEddons is a great timesaver for me too. Setting up one ckeditor can be made quickly but when you have more its a nuisance. I have also thought about custom paths but have wait until someone asks for it. It didn't took much time Do you think the same for admin.css/js?
  16. v066 is up. The biggest thing is a new hook where you can disable a submodule or even tweaks too, based on your custom conditions. Before this hook there was no way to disable a tweak, only to disable the entire submodule or restrict by role from the module settings page. I haven't tested disabling each tweaks so please report if you think something is not working as expected. The readme contains an example on how to use the hook. There were a few CKE plugins added too and it is possible to use cke.js or cke.css from the templates directory to override things. See the readme for details. Changelog added hook AdminOnSteroids::modifyConfigData to enable or disable submodules or tweaks added helper method AdminOnSteroids::disableSubmodule to disable a submodule new helper method AdminOnSteroids::disableTweak to disable a tweak new CKEaddon plugins: oEmbed, showBlocks, CodeMirror CKEaddons: use "/site/templates/cke.js" file for custom config (if exists) CKEaddons: use "/site/templates/cke.css" file for custom styles (if exists) use asmSelect for selecting CKEaddons plugins in module config (enables ordering) CKEaddons plugins that add buttons are marked with an asterisk JS fix for compact header save button and search field overlap (RenoTweaks) various LightWire skin CSS fixes (CKEaddons)
  17. If months are in order then can't you just echo the month only if it's different from the previous month?
  18. Thanks, it's fixed with Js as there's no way fixed elements to be positioned relatively to each other.
  19. New version is up (v065): new RenoTweak "hoverTopSubmenus": show topnav submenus on hover instead click use slider for LongClickDuration instead plain text input do not load submodule JS/CSS files on login page Here is how the slider looks like for LongClickDuration: I wanted a traditional tooltip-style tooltip but Chrome has overflow and css-transition issues inside CSS3 columns, so I had to fallback to this.
  20. Good tip! I haven't think about that it could be an issue although the sites I made/designed so far are OK with flags. Seems that I can throw away my fine-tuned/optimized svg flags
  21. I see, I though that's some kind of error coming from AOS Tooltips. I would perhaps try using CSS outline, eg. li.InputfieldStateRequired { outline: 2px solid #efcb1d; outline-offset: -2px; z-index: 1; }
  22. Why are the background yellow of at the bottom of the fields?
  23. Here you go: As you can see it offers a lot better screen utilization, especially on wider screens. It can be similar to WordPress admin if you place an image field to the top of right column (called "featured image" in WP).
  24. v064 is just uploaded: possibility to set admin columns inside tabs using FieldsetTabOpen's Note field AdminColumns: skip column generation if aos_column_break is put inside a tab do not add module JS and JS config to login page
  25. I don't know if this is the best practice, this is what I usually do
×
×
  • Create New...