-
Posts
2,321 -
Joined
-
Last visited
-
Days Won
44
Everything posted by tpr
-
I see, I guess you need to use the custom (non-preset) path setting for ckeJs.
-
I'm usually use this which uses lightgallery.js (non-jQuery) and include my own script loader. Perhaps it's not what you're after but maybe you can get ideas. Make sure you run it after the DOM is ready (DOMContentLoaded, window.ready, jQuery document.ready, etc). So when the document is ready this JS runs and if there's a matching selector. If yes, it builds up the lightbox. To use only links with custom class, use ".project-items a.my-class" and then "selector: a.my-class", for example (add classes inside CKEditor). Also make sure the links are linking to the big version of your image (inside CKEditor). I also recommend to make such links open in a new tab.
-
It may be the "~" in the url (which seems to be a cPanel preview url).
-
I'm not against it but I also see no reason for change Anyway, I'm happy to test if you have a working version. As I remember there were some pages where the placement was tricky, but maybe you're also aware of these. Btw there are a few filterboxes: a "general" one for datatables, one for the Language Translator and one for File fields, are you covering them all?
-
@CarloC Your code runs fine here. Are you sure you have the latest version of FEEL? This feature is only available since version 1.3.4.
-
I can't believe I wrote that post almost 2 yrs ago and can't remember where I've used that snippet so I guess I'm getting old
-
Just popped in to say that you can use the "styles.css" in non-PW projects too if you want to override the factory look.
-
At first sight everythings is OK with your code. Could you share the URL of the lightbox iframe? (only the url parameters are important)
-
v1.4.3 is uploaded which contains a small bugfix to pagelistIcons plus a new feature to add CSS classes to the icon name, to be able to format with CSS if needed: https://github.com/rolandtoth/AdminOnSteroids/wiki#additional-class-names
-
$zoho seems to be a js variable but php tries to parse (and fails). Try \$zoho. http://stackoverflow.com/questions/6066315/how-to-escape-javascript-code-that-is-echoed-in-php
-
AdminOnSteroids also uses the same code for ckeditor hotkeys, with a few extra shortcuts like ordered/unordered lists.
-
I'm still not convinced it's easier If there would multiple helper methods in the module I would say it's beneficial. Having a module for such simple things is sooo... wordpress Classes starting with digits are OK in css3 afaik but I also try to avoid them.
-
Excuse me for the question but what is the benefit of a module instead of using a function?
-
No, there is no such feature I'm aware of But you can use custom css to make it hidden. If it's not suitable ti you, I'll consider adding something like $config->disableAosFilter.
-
Update: on win10, 16gb ram, i7, full hd, Chrome 57 (desktop machine) scroll is OK. But the parallax effect is so tiny that it's the same as it weren't there.
-
It's Win 8.1, Chrome 57, full hd, 2gb vga ram, i5 8gb ram. It's also present here in Firefox, if I scroll over the parallax section the scrolling gets better. CPU also goes up to 30-40% if I scroll up and down a few times. Unfortunately we can't know the specs of the end users so I usually go with the lightest solution possible
-
The #hero parallax slows down scrolling a lot. I would remove it because it doesn't add too much value (it's almost invisible), or use "background-attachment: fixed" (from desktop size).
-
v1.4.2 is up: new submodule: RestrictTreeDropdown (merging module of Robin S) new submodule: PageListIcons added "Force showing system templates" tweak to Misc (snippets and suggestion by Robin S) word-wrap issue fix for non-truncated file field names (suggested by Robin S) fix for templateEditLink on Page template selector if changing page template is disabled (see #40) fix for PageListThumbs not appearing if tree was initially collapsed I know that a few issues mentioned in this topic is remained, I'll check them later.
-
I can confirm the same error when updating a module (AdminOnSteroids to v1.4.2). However the module seem to be updated despite the error.
-
Resolved: Adding image field disables CKEditor and fieldset
tpr replied to billjoseph's topic in General Support
Is that a cPanel preview URL? I noticed that but thought if other scripts are OK then that couldn't be an issue. -
haha, I was afraid I wrote bs
-
What about an Ajax call on doc or window ready?
-
I still haven't released a new version but just added a new feature to set pagelist icons, similar to MarkInPageTree:
-
how to make ProcessPageEdit-Form non editable for some roles?
tpr replied to bernhard's topic in General Support
I would probably use 1, or go with 2 if I would need some challenge Option 4 sounds fun, but also with a Js/CSS extra to make the inputs "disabled". -
Resolved: Adding image field disables CKEditor and fieldset
tpr replied to billjoseph's topic in General Support
My best guess that it's a conflicting module, try disabling them one by one. You could also post your modules list, perhaps someone can identify the issue.