pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3141 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
Submit a form with an attachment
· 5 years ago
@Deight, You might want to take a look at the Email plugin and especially its events onEmailSend and onEmailMessage. You can catch these events in your own custom plugin and manipulate the params.
-
Themes settings
· 5 years ago
@maxim, Every theme can have its own unique templates defined. That means, that themes cannot always be swapped for any other theme. You may have to rename the filename of some pages to refer to the t
-
Uncaught TypeError: Cannot read property 'notifications' of undefined - after updating admin plugin
· 5 years ago
@christiana83, Thanks for sharing. In another custom plugin... Your answer could probably be me more valuable if you share which other plugin causes the issue.
-
Uncaught TypeError: Cannot read property 'notifications' of undefined - after updating admin plugin
· 5 years ago
@christiana83, Did a search on the Admin issues and a similar issue was reported in April Uncaught TypeError: Cannot read property 'notifications' of undefined at canFetchNotifications (notifications
-
Grav Multiverse - Change Thumb Size
· 5 years ago
@logjammin, I'm afraid Multiverse will not stack images like in your drawing. It seems Multiverse will just resize the images to make them all equal in size. The desired layout you're showing looks mu
-
Adding table captions using PHP Markdown Extra
· 5 years ago
@jerobapatrol, I'm not sure if there is a "supported" way. Wrapping the table in a <figure> tag might do the trick: Install plugin 'Shortode Core' In Markdown use: [figure caption="**Fig. 1**
-
Grav Multiverse - Change Thumb Size
· 5 years ago
@logjammin, I'm probably overlooking something, but... I refreshed the theme undoing all your changes, and all images seem to be aligned correctly. What am I missing?
-
Grav Multiverse - Change Thumb Size
· 5 years ago
@logjammin, Can we access the site somewhere?
-
Grav Multiverse - Change Thumb Size
· 5 years ago
@logjammin, You might try something like: {% if image.designation == 'horizontal' %) {{ page.media[image.thumbnail].cropZoom(200, 100).html(image.title) | raw }} {% else %} {{ page.media[image.thu
-
Grav Multiverse - Change Thumb Size
· 5 years ago
@logjammin, In Twig, you can use Image Actions to crop, resize, etc. to create the correct thumbs. If the vertical/horizontal variable is accessible in Twig, you can use an if-statement to create vert