Hey Guys
I have been trying out the ImageWebP module for converting images to the .webp format. However i have been experiencing some issues. Anybody else who have tried it and experienced some if the same issues?
https://github.com/backdrop-contrib/imagewebp/issues/6
Recent comments
Have a look at this module https://backdropcms.org/project/special_menu_items if you want extra functionality with menus.
Form Validation: NODE ID
In page.tpl.php you can get the current path and add it to the class array $classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']); You will get an original class for each...
Insert custom class into body tag
Thanks, that was helpful! Not at all technical, but it gives me some ideas on what to play around with.
Converting D7 gmap/location data to Leaflet
Heya @adamg First of all...no need to apologize. I was just trying to clarify what module(s) you were talking about so help would (hopefully) be more forthcoming. I had to do a...
Converting D7 gmap/location data to Leaflet
Apologies for not being clear, and getting the name of the Backdrop module wrong! On D7, I'm using a combination of Location and GMaps (and Views) to store and display locations on maps...
Converting D7 gmap/location data to Leaflet