Jump to content

nikola

Members
  • Posts

    253
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by nikola

  1. Thanks Ryan for your answer. I'll try to clarify what I would like to do: I have around 400 articles located under Articles page (articles holder page). All these articles have multiple page reference field called "categories" that pull references (pages) from structure below: Tools - Category1 - Category 2 - Category 3 - and so on I've made another multiple page reference field called "subcategory" and added it to same "article" template so now I have two page reference fields in this template. Simply, I want to transfer all page references from "categories" to "subcategory". The catch is: Although they all have same names (page references), "subcategory" page reference field has different tree structure from where I'm pulling them: They are located like this: Category 1 - Subcategory 1 - Subcategory 2 - Subcategory 3 - and so on Category 2 - Subcategory 1 - Subcategory 2 - Subcategory 3 - Advices - and so on Category 3 - Subcategory 1 - Subcategory 2 - Subcategory 3 - Advices - and so on I'm using custom selector for "subcategory" page reference field to find those subcategories (they can have 2 different templates): template=subcategory|advices, sort=name After that I can simply discard "categories" page reference field because of no need anymore... I think it's a bit tricky because of different tree setups for these two reference fields.
  2. I currently have a page reference field (multiple pages select through AsmSelect) for selecting categories that are created under page "Settings". I want to transfer these references (selected categories) to another page reference field that will have exact page reference names. For example: Article has selected categories: Category1, Category5, Category7; these are stored as children under page "Settings" New reference field would have exact categories but they are stored under main categories as children. I'm using custom selector to find these categories (template=subcategory|advices, sort=name). Is there a way to transfer these references through the API? All have the same name.
  3. Thank you Ryan & Antii for this plugin, always kind a liked it better then TinyMCE. Would you consider adding this to the module (people can always integrate it themselves, but it's neat feature ) http://ckeditor.com/addon/codemirror Alternative: http://ckeditor.com/addon/syntaxhighlight
  4. Installed fresh 2.3 copy and everything went fine. Spec: Windows 7, IIS 7.5 running PHP 5.4.6 with MySQL 5.5.27.
  5. Confirmed: It has to do with something on IIS setup, tried it on Linux & Apache and it works fine...
  6. Ryan, maybe there is some strange problem because I'm using IIS as main platform for web dev, I'll try it on linux distro to check out if the problem persists...
  7. Hi ceberlin, I'll haven't tried the theme with Maintenance Mode module so I'll have a look whats wrong with it. If you want to put the sidebar on the right you can do it easily, just few tweaks in default.php, main.css and main.js file.
  8. I have a problem changing title field from PageTitle to PageTitleLanguage. When I switch to PageTitleLanguage, PW throws an error: Error Exception: Unknown column 'field_title.data1009' in 'field list' (in C:\inetpub\wwwroot\pw\wire\core\Database.php line 118) It happens on latest version of 2.2 stable branch. When I was using this switch before (few months before, using older version of PW), it was working fine... P.S. It happens on 2.3 dev also... UPDATE: It doesn't happen if you have only default language installed and you apply the change, it only happens if you have set up other languages prior to the change.
  9. Glad you solved it totoff I couldn't figure what was wrong because on my system it was working fine.
  10. Hi FuturShoc, try to flush your browser cache and it should work normally.
  11. Great plugin! There seems to be a problem with Thumbnails module when using in conjunction with this plugin, it throws: There is no thumb called: Normal image field type works fine.
  12. Sretan Božić i nova godina! (Merry Christmas and a happy new year!)
  13. Clouds do move in Chrome & IE9, but not in Firefox. Glad to see Futura admin template featured on the front
  14. I've removed "user-scalable=0" from meta viewport, it's not necessary for fancybox to run optimized and you can scale your site if it isn't responsive.
  15. I've completed the plugin, you can see the demo here and download it here. What's new compared to v1.3.4 mobile & tablet support (iPhone, iPod, iPad, Android, BlackBerry) CSS3 optimizations iframe fix dropped IE6-7 support for shadows & opacity. Usage Check out the API at official site. There is a new option showIframeLoading (true/false; default:true) that shows loading indicator (spinner) while loading iframes. You can use plugin as standalone, these optimizations are not tied to ProcessWire CMS (but are implemented for it). Meta Don't forget to put: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> in the HEAD of the document to make it work on mobiles & tablets.
  16. I'll post updates as soon as I fix them, I've noticed that preloader image is not always in the center of the screen, and when viewing images on the phone horizontally titles on the images look weird...
  17. I've posted new version, it's mobile compatible (smartphones & tablets), it works on IE6-8 but without shadows and caption opacity (I think that those browser days are numbered anyway). EDIT: In IE8 everything works fine... (shadows etc.) Don't forget to put meta tag in the head of your document to make it show correctly: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> Preview link - same as in the first post.
  18. Ryan, I can implement back support for IE through the filters and there is a way to make it mobile friendly (iPhone, iPad, Android, ...). I'll make necessary changes and post it back here.
  19. I still use Fancybox 1.3.4 in my projects, Fancybox 2.x is nice but it's cluttered with options and weight. So, I've made a modified version of Fancybox 1.3.4, stripped down IE6,7 support, removed bunch of sliced graphics that make shadows and such and made it use CSS3 instead. It's a 1:1 copy except title position outside that resembles one used in Fancybox 2. I've also used next, previous and close buttons from Fancybox (like the bigger buttons more ) It's only 25kb in weight, and consists of 4 files only. You can try it by downloading from the link below. Ryan, maybe you could substitute your version from the core with this one? You can see the demo here. ----------------------------------------------------------------------------------------------------------------------------- EDIT: It's done (see the post below) Download: https://github.com/nvidoni/fancybox
  20. I'll update the theme, missed that somehow...
  21. nikola

    Houghton Academy

    Hey Ryan, I like it a lot. Nice colors and usability. I've also made my first responsive web, will post it but I have to add some more stuff to it... Good work
  22. I like it. I had plans of making my own mobile theme, but didn't have much time to do so... Can't wait to try it on mobile
  23. I've tried it in IE9 also and it's working. It must be some strange case, don't know why this is happening to you... Anybody else experiencing this?
×
×
  • Create New...