Jump to content

atar

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by atar

  1. Thank you very much Cerulean (and the others too), the custom JS styles are exactly what I was looking for!
  2. Sorry for my bad english, i tried to make it a bit more clear (see above). I will read your answers tomorrow - thank you so far!
  3. Hi, it's me again 1) I want to use processwire in combination with bootstrap and there is a class for images in bootstrap, called img-responsive. 2) I would prefer to use the WYSIWYG editor to write my text. If I upload an Image and insert it to the text (body), can I then tell the editor (or the image module) anyhow that this image is from a specific CSS class?
  4. Thank you a lot! It works now, as long as I use the <base>-tag and also change moviePath:"/assets/flash/ZeroClipboard.swf" to moviePath:"./assets/flash/ZeroClipboard.swf" That's good enough for now
  5. @steven: It would work, but i would prefer to store the files in the templates folder @szabesz: I will try that and tell you if it works for me. Thank you a lot for your answers so far!
  6. Hey everyone! I am trying to set up my first website with processwire and bootstrap, but I am facing a little problem: My template file includes a _footer.inc at the end of the page. In the _footer.inc there is a line that says: <script src="<?php echo $config->urls->templates?>assets/js/docs.min.js"></script> Up to here, everything works great thanks to <?php echo $config->urls->templates?> But, the docs.min.js file has another path in it: moviePath:"/assets/flash/ZeroClipboard.swf" What results in: domain.de/repair/assets/flash/ZeroClipboard.swf not found (404) because the file in in fact stored in domain.de/site/templates/assets/flash/ZeroClipboard.swf Is there any easy way to config e.g. processwire, to tell it that all the files are stored in the template folder? Btw.: I don't want to write the full path in the source-file, thats a bit ugly i think. Thank you very very much in advance!
×
×
  • Create New...