Jump to content

Didjee

Members
  • Posts

    38
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Didjee

  1. WOW! Very, very interesting module, Soma!
  2. I heard about PW by reading a post on the Textpattern forum (which was my previous 'main' CMS). After implementing my first PW site, I never switched back to Txp ;-)
  3. Upgraded from 2.2.9 to 2.3-dev without any problems! Specs: Apache 2.0 PHP 5.3.16 MySQL 5.0.95
  4. Hi Philipp, thanks for your advice. Maybe you're right. I changed the opacity of the shadow. I think it's better now!
  5. At the start of this new year I launched my new website: Didjee.nl (in Dutch only, sorry )
  6. Check out Caroufredsel (http://caroufredsel.dev7studios.com/). One of the best slider plugins i've seen so far. It's highly configurable.
  7. Working on a Mac using Safari and Firefox, I recently had exactly the same problem after moving a website from developing server to live server (from another provider). After that I could only upload images with a file size of max. 200 KB, while max upload file size set by the provider was 16 MB. In Internet Explorer 8 I had no problems uploading larger files. In that browser the AJAX-uploader (with drag-and-drop functionality) isn't supported, instead the 'classic' uploader is used. So I thought the AJAX-uploader should be the problem. I solved the problem after editing line 296 of InputfieldFIle.js (wire/modules/Inputfield/InputfieldFile/) from: InitHTML5(); into: InitOldSchool(); Strange thing is that this problem only shows up at some providers...
  8. Hi! This is my first post here ;-) I solved the issues mentioned by Soma by editing bootstrap.css. Go to /wire/templates-admin/styles/bootstrap.css Remove or comment line 2063 to 2087 (.modal class) and replace it by: body.modal { background-position: 0 -60px !important; } body.modal div.topbar, body.modal ul#breadcrumb { display: none; } body.modal div.container-fluid { min-width: 300px; } body.modal div.container-fluid > div[style] { padding-top: 15px !important; }
×
×
  • Create New...