Jump to content

zoeck

Members
  • Posts

    415
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by zoeck

  1. On one Website, i use "wowBook", but it's not free and unfortunately also requires jQuery... Have also been looking for a better solution for a long time.
  2. Megapixel is Not the Filesize ? It defines how many pixels an image has 2 Megapixel = 2.000.000 Pixel = approx 1731*1155 (= 1.999.305 Pixel)
  3. I think it‘s the „Maximum Megapixel“ Configuration ? it‘s set to 2MP, it‘s too low for your Image ?
  4. Just open your PW Admin Panel -> Modules -> Install Language Support Languages Support - Fields Languages Support - Page Names Languages Support - Tabs
  5. Can you shortly explain how you use latte in PW? Do you use the "Template Engine Factory" module for this? Latte sounds very interesting!
  6. I think this has to do with your time zone ? Do you have the Language Support module installed? If yes, go to Administration -> Languages and select the appropriate language Then edit the "wire--modules--languagesupport--languagesupport-module.json" file and set your locale in "C" (example: de_DE.UTF-8) Can you post a timestamp as an example?
  7. zoeck

    SeoMaestro

    I think Wanze no longer uses PW, it was written here somewhere... "LAST VISITED October 23, 2021"
  8. Nice Page! But why didn't you just adapt the admin theme to the CI? Thanks to @bernhard this is now very simple ? https://processwire.com/blog/posts/pw-3.0.179/
  9. Is there actually another possibility other than this module to predefine templates for pages (or defined parents/templates)? I need exactly this function, but there have been no updates for this module for a long time ?
  10. I trink the popup is a new repeater Matrix function ? (released in october 2021) https://processwire.com/blog/posts/new-repeater-and-repeater-matrix-features/
  11. Not tested ? echo $p['select_countries']['id'];
  12. Just Connect to your old database and Save your entries as Pages ?? o
  13. Off topic, but shouldn't the decimal field be used for a price (not float)?
  14. The article is not very interesting, except for absolute beginners ? It only describes how to install PW and then create a "web business card" with 2-3 fields. The comments are the typical WordPress comments ? And yes, I have already left my thoughts as a comment ?
  15. I think a repeater matrix field would be perfect for this ? Then you can set a headline and a content type, these can be added by the editor or a normal repeater with table field (i think it's easier for the editor) (repeater matrix and table field are ProFields, So you need a license for it) But it would also work without ProFields Just create a repeater with the headline field and in the repeater an additional repeater with 2 fields (Name and Fee) Repeater1: Repeater2: And the Final Result:
  16. Check out this thread ? Do you have your database charset set to utf8mb4?
  17. Oh my God, I was able to "solve" the problem. Just checked this function with a user on his PC and the problem did not occur. It is caused by the "Enpass" (password manager) plugin from the browser. After disabling the "Passwort Manager Popup Function", everything is working again ? I think it's a known Problem: https://discussion.enpass.io/index.php?/topic/27897-enpass-browser-extension-steals-focus-in-webform-when-using-iframes/
  18. Hello, I have a very strange problem which I first noticed with the "FEEL" module. (Current Master Version ProcessWire 3.0.184 - clean install, blank profile, without any none core modules) When an admin edit link is opened in an iframe (with or without "&modal=1"), textarea fields (not CKEditor!) don't work correctly anymore or can't be focused. The previously selected field is always focused. After collapsing the "previously selected field", the textarea is working again. If the problem occurs, it is also no longer possible to press the save button. A little screencast: The other fields work without problems! On the corresponding page there are no javascripts and no styles included. If you open the page without iframe, everything works. I was able to reproduce the problem in Edge and Firefox. Can anyone else reproduce the problem? Field Config: { "cmn_longtext": { "id": 231, "name": "cmn_longtext", "label": "Textfeld", "flags": 0, "type": "FieldtypeTextarea", "tags": "Allgemein", "inputfieldClass": "InputfieldTextarea", "textformatters": [ "TextformatterEntities" ], "contentType": 0, "htmlOptions": "", "collapsed": 0, "showIf": "", "themeInputSize": "", "themeOffset": "", "themeBorder": "", "themeColor": "", "themeBlank": "", "columnWidth": 100, "required": "", "requiredAttr": "", "requiredIf": "", "minlength": 0, "maxlength": 0, "showCount": 0, "stripTags": "", "placeholder": "", "rows": 5 } } Can someone help me ?? Thanks!
  19. That's where I got my info, but I missed that it's related to the SessionHandlerDB module ?
  20. Sounds like something went wrong with the update. Just Rename the "TracyDebugger" Folder in "\site\modules" to ".TracyDebugger" After that try again if you get back into the admin panel
  21. Do you have an older version of Tracy Debugger installed? If yes, try to switch off Tracy or update Tracy to the latest version (4.23.25).
×
×
  • Create New...