
joe_g
Members-
Posts
447 -
Joined
-
Last visited
Everything posted by joe_g
-
oh so simple, duh did a quick test and things seems considerably snappier now! Very nice
-
Nice, I'll try it. what is the best way to upgrade without losing any data? Just replace the files from https://github.com/jploch/FieldtypePageGrid and https://github.com/jploch/PageGridBlocks ?
-
I tried this on a fresh install, so far * Crucially, dragging things seems quite fine and snappy * Scrolling is laggy (<5 fps) IF the settings pane is open, if it's closed its okay-ish I need to test more to see if it's something with my setup (yes, lots of video, but i doubt that should affect javascript execution?!)
-
Hi, testing continues! Is there a way to ensure that layout is always 'auto row' for every element? I've got a client editing long pages and once she start adding and moving stuff around elements tend to shift to manual from auto row. I'm not sure when exactly. The problem then becomes when she tries to insert new content and the order becomes (for her) a bit random, as things get pushed down "around" the manually placed elements. J
-
Hey, so we gotten a bit further in evaluating this page grid. The main issue we have now is that there seems to be an exponential slowdown with the amount of elements on a page. It could be something else, but it seems to be a pattern. Scrolling and moving things becomes laggy so it becomes hard to work with. But it could also be that there is something wrong with my setup. I could give you the url as a PM in case you'd be interested in having a look. J
-
ah clever, if i look in the template i have these fields. There was only a text and an int-field. Is it because i tried to upgrade from an older version? I just replaced the files, but maybe i need to uninstall/reinstall? Or did you perhaps make your own autocomplete field? I dont get any suggestions when i try to write in the field: /J
-
Hey I tried it and right now and it works. Thanks for this! Some quirks i encountered - The group block uses its own 12 col grid, and isn't a subgrid of the main grid. Not a huge problem - the link field seems to be a string, such as "/link". I got around this by adding my own page reference field. - The biggest issue is that the thing you have selected isn't the same thing you resize. So if if you select an image that is a child of a group, it's not sure you are resizeing that child, it could be that you are resizing the group. Which one it picks for resizing is a bit random so for this i need to use the styling panel.
-
Right, of course. PW 3.0.229 I'm not adding any new module new, just adding a new language "languges -> add new". The site has repeater matrix 0.1.1 installed (I suspect this has something to do with the dynamic field name "data102819") I think I'm mostly looking for some guidance on the underlying data model so I can look if something is seriously wrong or if i can leave this as it is.
-
Hi there, I got these errors when adding a language. I'm not sure what it means, if it is something to worry about. I can't spot any errors or problems in the site itself. many thanks
-
Fantastic! Looking forward to try this somewhere this week!
-
I found that it's possible to render nested blocks! I was hinting at this already, but wanted to double check: So, I was wondering if it would be possible to make a "link group"? A visual group that I can drag other blocks into (image, text, video) that wraps the element in an <a> tag, then I could use subgrid to place the nested items according to the real grid - but i think ...not possible, right? It would be amazing if i could place some image and text anywhere in the grid, group them and link them (so the hover can affect both the image and the text) - but I'm guess this is a bit too much at the moment? Just checking. If I make a custom block, then the relationship between the text and the image has to be fixed, somehow.
-
its on the $page->title field on the front end, but only when logged in - no big deal
-
The menu is handy for switching between breakpoints (mobile, desktop, etc). Also it seems like the only way to toggle and view the tree view. The tree view is useful for selecting stuff - it can be finicky to try to select things in the page itself. Although I don't want my client to start changing margins and typefaces, then things will deteriorate quickly :P
-
aha! its if you hide styles the settings this top thing also disappears.. is there a way to keep the top menu but hide styles?
-
After playing around a bit with the page grid i see that I no longer have the menu with the settings and breakpoints (toggle tree view, etc) is it a setting somewhere or a bug? tx!
-
oo i see, thanks i guess i cant wrap things in <a></a> - but thats a limitation i can live with
-
Hey hello, I've got most stuff working, but I can't figure out how to make links. I add a reference, then I try to drag things inside that reference with the aim that these images and texts will be linked. But I can't get it to work. I also tried dragging an image inside the reference in the tree-view. Also, as soon as I add a reference I get "Do you want to leave this page?" even though everything seems saved, but that's maybe less important for now.
-
Testing new install Warning: Undefined array key "inlineLimitPage" in /var/www/html/elephant-test-pagegrid/site/modules/FieldtypePageGrid/FieldtypePageGrid.module.php on line 481 then when i try to download the default block modules i get ProcessModuleInstall: Module install option “download” - This install option is currently disabled. To enable, edit file /elephant-test-pagegrid/site/config.php and specify: `$config->moduleInstall('download', true);` to enable always …or… `$config->moduleInstall('download', 'debug');` to enable in debug mode only Even thought the site is in debug mode. I added the lines above and it got the install to work. Great! Now i'm stuck on languages - can the rich text be translated? I added my languages and I get this tab: But it doesn't seem to do anything. I tried making pg_text and pg_editor multilanguage, but it didn't make any difference, as far as I can see: thanks again! j
-
Hi there, wanted to give pagegrid a shot but ran into this Please buy a PAGEGRID license before you launch your project. For test and staging domains you... (just testing for now) Failed to ready module: FieldtypePageGrid - Method NullPage::addPermission does not exist or is not callable in this context I tried upgrading to latest PW (v 3.0.244), but get the same error. When I try to add an 'item' I get this empty square above the + button. Probably related to the error? THe page itself is empty if I look at it. Let me know if there is something i can do to get this to work!. This looks perfect for a client of mine. tx!
-
add years to pagination (tricky one, maybe impossible?)
joe_g replied to joe_g's topic in General Support
Aha, now I get it! You suggest doing it in chunks of 100. Interesting, this I have to try! thanks.