Gatsu do you see any error in Flarum logs or the browser javascript console ?
FriendsOfFlarum Pages
clarkwinkelmann Now I see it, after 10-15 minutes....
I cleared the cache several times of course.
Maybe it was caused by Uncache by Reflar
HI, please can you help me, how to remove the header from this page, because I want to use my header.
and how to correctly set the link in the extension of the created pages:
now is:
https://mysite.com/p/1-home
I need:
https://mysite.com/home
Thanks in advance
EvgeniySotnikov with CSS, you can hide .Pages-page .Hero
.
Changing the URL structure is however not possible at this time. /p/home
will also work though.
clarkwinkelmann
Thanks for the quick response. Yes, that would save me. What combination in CSS can turned off?
And about the link - how can do it at least without “1-” so that it would be at least “mysite.com/p/home” if impossible in another way? Thanks again
.Pages-page .Hero { display: none; }
You can access a page via:
/p/<id>
/p/<id>-<slug>
/p/<slug>
/
(if set as homepage)
clarkwinkelmann
Clearly, and where do I need to set access if I want to use /p/<slug>
?
Sorry for the stupid questions
EvgeniySotnikov the 3 /p/
variant work, without any special configuration. Just use your preferred format when sharing a link.
Thank you so much!
therealsujitk I don't see any issue . Please make an issue on GitHub so we can keep track of it
.
therealsujitk do you have the Night Mode extension installed by any chance?
Ralkage No, I'm using the built in dark mode. It is the admin panel, so the extension doesn't work there anyway.
therealsujitk You mean you aren't getting the same issue?
Sorry, it was a joke - was supposed to read as me not seeing any issue in the screenshot you posted.
datitisev oh lol .. I'm dumb.
- Edited
@datitisev I discovered two bugs. Below I send you a link to the video where I present them.
I will describe here quickly what is on the film.
Before showing the bug I refreshed the page.
On the first tab of the browser I show what are the pages (slug, name, etc), on the second tab I show the first bug, and on the third tab I show the second bug.
EDIT: I think the error lies with js, but I'm not sure.
EDIT: I think the whole problem lies here.
I added console.log()
command and returned me this.