pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Creating bilingual events using 'Events' plugin
· 6 years ago
@kleas, I cannot reproduce the issue of duplicate events using the calendar layout. Only events of a single language are shown. In a clean Grav 1.7.0-rc.20 installation using Quark theme, the followin
-
Plugin to resize image and create srcset
· 6 years ago
@Karmalakas, Adapted code to value-type of srcset.derivatives: 'min', 'max', 'step' if string and fixed set of sizes if array. See ImageMedium::derivatives(): derivatives( int/int[] $min_width , int
-
Plugin to resize image and create srcset
· 6 years ago
@Karmalakas, Not sure if there are any plugins fulfilling your needs, but if you like coding, you could try the following: Using a fresh install of Grav 1.7.0-rc20: Create config file '/user/config/s
-
Page remote media files (over http)
· 6 years ago
@sherpadawan, I did not noticed we could add html directly into the markdown editor. From the 'inventor' of Markdown: For any markup that is not covered by Markdown’s syntax, you simply use HTML i
-
Extending class from another plugin
· 6 years ago
@Jrbdog, I cannot get LightSlider to work either using autoloader, but the following workaround does work (using Grav 1.7.0-rc.20) : No need to alter default '/user/plugins/child/composer.json' To o
-
How to add options tab etc to blueprints in Custom Theme without inheritance to QUARK theme?
· 6 years ago
@tunkila, I fail to understand your question and replies, but... If you want to extend the default blueprint from '/system/blueprints/pages/default.yaml', which is overridden by Quark's 'user/theme
-
Dynamic update of Page Collection results with Sort/Filter user settings
· 6 years ago
@eyewinder, Dynamically filtering collection Collections defined in a page can automagically be filtered using parameters in the url. E.g. <a href="/tag:photography">photography</a>. Yo
-
Page remote media files (over http)
· 6 years ago
@sherpadawan, Have you tried the HTML Video Element <video> inside markdown?
-
Show title page for Quark theme
· 6 years ago
@Romanbiz, I have no clue what you want to achieve... Please have the courtesy to clarify your question and provide more information the community can work with. Do the default pages home and typogr
-
Extending class from another plugin
· 6 years ago
@Jrbdog, Just to be sure if we are on the same page... Setup: Create plugin 'Base' $ bin/plugin devtools new-plugin $ cd /user/plugins/base $ composer update In 'user/plugins/base/base.yaml' switch