-
Posts
721 -
Joined
-
Last visited
-
Days Won
6
Everything posted by matjazp
-
Module: Video embed for YouTube/Vimeo (TextformatterVideoEmbed)
matjazp replied to ryan's topic in Modules/Plugins
I tried inserting this link and it works here. There is something that makes text formater to fail and then just plain text is rendered. As netcarver pointed, remove the link to video altogether, save the page and the insert it again. Also, the site sometimes takes a long time to load at all, but its unrelated I guess. -
And that commit also brings some other nice features, thanks Ryan
-
Hm, I don't consider this as an issue, rather personal preference or maybe annoyance, that can be dealt with a few css tweaks, although I didn't attempt to do it (yet), waiting for more experienced CSS developers
-
Agree. We all love space to breath, but in this case this is just too much. Especially those notices are annoying with their height. On the other hand, this is just default theme, waiting to be "pimped" ...
-
It looks like Tracy bd call. Either install Tracy or remove that bd() in line 471.
- 41 replies
-
- 1
-
-
- photoswipe
- module
-
(and 1 more)
Tagged with:
-
Awesome! I've been missing this feature for centuries
- 38 replies
-
- 1
-
-
- hosting integration
- preview
-
(and 2 more)
Tagged with:
-
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
matjazp replied to David Karich's topic in Modules/Plugins
Please provide the full stack (everything in red). It looks like C:/xampp/htdocs/xxx/site/assets/cache/Page/ folder is not found/accessible? Does it help if you run aiom in development mode? After providing above answers, please replace /site/modules/AllInOneMinify/AllInOneMinify.module with this one attached. AllInOneMinify.module -
Hmm, sound interesting...
-
You can comment out the rule and off you go. It has nothing to do with localhost or server, you're probably running different version of AS. I removed padding in v1.1.0.
-
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
matjazp replied to David Karich's topic in Modules/Plugins
To be honest I don't have enough knowledge on what's really going on in the source files, I just included fixes and PR's from others, hoping that it might help them. But it's not a problem for me to maintain this fork with PR's of other contributors, if that helps. -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
matjazp replied to David Karich's topic in Modules/Plugins
I have a forked version at https://github.com/matjazpotocnik/ProcessWire-AIOM-All-In-One-Minify that includes a lot of pull requests and fixes from several contributors. Test on dev site first!!! -
Don't convert thousand separator (point => comma)
matjazp replied to suntrop's topic in Multi-Language Support
@suntrop put setlocale() in /site/init.php There is also $languages->setLocale(); https://processwire.com/api/ref/languages/set-locale/ -
https://unicode-table.com/en/ but I guess not enough options...
-
Of course. And I can do it even without AOS ;-)
-
Thx for info and for legacy link. I must be lucky since I drive like 5 mins to work
-
[solved] iconv() in sanitizer.php error during module installation
matjazp replied to bot19's topic in General Support
Based on https://processwire.com/about/requirements/ PW does not require iconv, but installer does check for it. -
[solved] iconv() in sanitizer.php error during module installation
matjazp replied to bot19's topic in General Support
Do you have iconv support enabled? Check with phpinfo(); -
@Martijn Geerts I upgraded from 0.8.7 to 0.9.4 and I get: Warning: Invalid argument supplied for foreach() in C:\inetpub\wwwroot\site\modules\AdminCustomFiles\AdminCustomFiles.module on line 249 $files = NULL $dependencies = string(41) "ProcessPageEdit AdminCustomFiles/test.css" Also, AdminCustomFiles.js fails at line 19. I see that you dropped support for PW 2. Any reason for that?
-
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
matjazp replied to David Karich's topic in Modules/Plugins
Maybe this can help? //https://github.com/FlipZoomMedia/ProcessWire-AIOM-All-In-One-Minify/issues/64 $_timestamp = ((int)$_timestamp + $file['last_modified'] + hexdec(md5(basename($file['absolute_path'])))); -
Can't tell for sure, but it looks like... its minified, but files are equal. @dreerr are you sure you installed "clean", that is you are not overwriting wire folder but instead create a new wire folder? Just to be sure... <ul class="PageListActions actions" style="display: none; opacity: 0;">...</ul> This is triggered on hover, I can "see" the style is changed to display: inline; opacity: 1 but after that it is hidden by Jquery hide()...
-
He did. It look like ProcessPageList.js is hiding it in SetTimeout. But I can't find out why. And, I can't reproduce on my install...
-
It has to be something along this, as after I login, I don't get page tree, just header. I also get no content on Pages, Setup, Modules, Access...
-
Done, please check v1.6.8 on GH.
-
Thanks for PR. Bumped to v1.6.7: - Control for line endings - Extend directory start list with a scan of the templates subfolder - Change icon to pencil-square-o - CodeMirror update to 5.30.0
-
FieldsetTabOpen, FieldsetTabClose: problem while renaming
matjazp replied to theoretic's topic in General Support
This is known bug/inconvenience/annoyance: https://github.com/ryancramerdesign/ProcessWire/issues/1854