pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
FAQ: How can I EASILY create a multi-level responsive drop-down menu bar on a page?
· 6 years ago
@rsandu, Basics of a menu: A menu is usually based on a collection of pages. Normally that will be the collection of children from folder '/pages'. The collection is passed by a page template to a na
-
FAQ: How can I EASILY create a multi-level responsive drop-down menu bar on a page?
· 6 years ago
@rsandu, Multi-level dropdown menu: What is your idea of a "multi-level dropdown menu"? In what way is it different from the image I have shown above? Do you have an example that shows your intentio
-
Antimatter Favicon and Logo
· 6 years ago
@superserfer, Update 2025-01-17: Made answer Grav 1.7.* compatible by adding | raw. Default logo and favicon for Antimatter are located in folder '/user/themes/antimatter/images/'. The favicon is use
-
FAQ: How can I EASILY create a multi-level responsive drop-down menu bar on a page?
· 6 years ago
@rsandu, Any progress?
-
Need help with a portfolio
· 6 years ago
@saku, Have had a look at CeeVee skeleton and created a simple example for showing videos. The look and feel might not be what you want, but at least it shows videos... ;-) Here are the steps needed:
-
Theme Tail: CSS font color changes not working?
· 6 years ago
@lfl, Theme 'Tail' uses the css framework Tailwind, which has quite a different approach to styling. The idea is that you add 'presets' of styling (e.g. text-indigo-600) to the html elements in the te
-
Haywire CSS font override
· 6 years ago
@lfl, Please be advised that theme Haywire is approx. 2 years old and is abandoned since Jan. 2020. Which means, it will no longer update its own dependencies, nor receive fixes for issues. It will al
-
Simplesearch fails on multiple terms
· 6 years ago
@dan-james, 👍 I agree that TNTSearch is probably the better choice for customers searching a vintage catalog.
-
Simplesearch fails on multiple terms
· 6 years ago
@dan-james, During my quick view I had the same thoughts on the use of commas... Replacing the comma with space in explode and implode worked fine on first sight by the way.
-
Simplesearch fails on multiple terms
· 6 years ago
@dan-james, A quick look at the code reveals SimpleSearch does an explode(',', $query) and removes the page from the page collection if not all substrings from the explode exist in the page. Meaning: