pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Blackhole html export
· 6 years ago
@Robovision, I'm sorry, but I cannot reproduce the issue. Using a fresh Grav 1.6.26 installation and using your settings, 'Generate' creates a folder 'zzz' in the root of the site, with the following
-
Blackhole html export
· 6 years ago
@Robovision, When I clicked generate, it asked me this weird question https://ibb.co/V9X88wR Have you tried to click 'Leave'? And what happened? As you can see, there is no input for " Input URL
-
Multilang routing / redir
· 6 years ago
@ondrejv, I've been able to replicate the behaviour you are seeing, but haven't been able to solve it (yet)... Searching on https://githutb.com/getgrav/grav yielded a similar issue: Disabling translat
-
Homepage is error 404
· 6 years ago
@zisiyan, The settings in '/user/config/system.yaml', should look something like: languages: supported: # List of supported languages - en # (1) - f
-
Setting Grav to display frontend in Spanish
· 6 years ago
@lerg57, Have you tried the docs on Multi-Language ? And do you mean Admin, or the output of bare Grav?
-
Quark: Dropdown menu, make top-level 'non-clickable'
· 6 years ago
@andro, To make a toplevel dropdown menu item non-clickable in theme Quark, you can do the following: Create an inherited theme based on Quark. See Theme Inheritance. Using the cli is the most easies
-
AJAX form submission within modular page not working
· 6 years ago
@prw, Still in doubt... In my explanation above, I've added another suggestive line from the docs that my hint to using a 'dummy' page: NOTE: [..] It doesn't have to be the current form page, it just
-
AJAX form submission within modular page not working
· 6 years ago
@prw, You may be entirely right and I may be entirely wrong about the 'dummy page' and 'action'... In hind side, I think I'm probably wrong. The mind plays funny games sometimes :-) How did my mind tw
-
AJAX form submission within modular page not working
· 6 years ago
@prw, Yes, the form is working, but not with Ajax... I forgot half the steps necessary and didn't notice the form did a regular HTTP post... :man_facepalming: Sorry about the confusion. Folder struc
-
AJAX form submission within modular page not working
· 6 years ago
@prw, Sorry, I might be doing something terribly wrong... I'm checking...