Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Shortcode: image photo path
· 10 years ago
HTML Dom parsing is notoriously slow. Something I try to stay away from.
-
Shortcode: image photo path
· 10 years ago
Utilizing a fairly old HTMLParser, PHP Simple HTML DOM Parser (v1.5), I did a quick proof-of-concept of adding in a srcset-attribute to accommodate responsive sizes of images. Like so: <?php namesp
-
Shortcode: image photo path
· 10 years ago
In earnest I'd like to apply a HTMLParser instead of Regex, but as a quick path it works.
-
Shortcode: image photo path
· 10 years ago
neat! thanks for that info.
-
Shortcode: image photo path
· 10 years ago
Came upon this searching for a solution to the same problem. My thought is to expand an existing solution which uses regex to parse out the component parts of the img-element and re-arranging these in
-
Shortcode: image photo path
· 10 years ago
Making progress with my first shortcode plugin. However, there is one hurdle that's giving me a hard time. Trying to create a client-friendly method to add photos with captions into an article. My sho
-
Grav Admin backend broke after installing plugin
· 10 years ago
It seems both the shortcode and google-maps plugin have the same class. You probably should let the authors of both of those plugins know (via github issues links) so one of them can change the class
-
Grav Admin backend broke after installing plugin
· 10 years ago
Did you try editing the .yaml file for the plugin, and setting enabled: false? By its very nature the issue caused by the plugin is contained as it does not altar Grav's core files, so disabling it an
-
Grav Admin backend broke after installing plugin
· 10 years ago
Can't figure out how to edit the darn post. Unfortunately, it appears as though I cannot view any other pages. The site is completely broken.
-
Grav Admin backend broke after installing plugin
· 10 years ago
Howdy. Loving my experience thus far with converting my Wordpress site to Grav, but I've come across a killer bug and would hope some of you lovely people could help me figure it out - or just revert