Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to hide sub-sub-menu before it's parent is active?
· 10 years ago
Thanks! With your example I was able to hide the sub-sub-link from the menu and show it when I open the sub-menu but when the sub-sub-link was active it would hide again from the menu. Fixed it with t
-
How to hide sub-sub-menu before it's parent is active?
· 10 years ago
You could do this via CSS, for example: .dd-item .dd-item ul li { display: none; } .dd-item .dd-item.active ul li { display: block; }
-
How to hide sub-sub-menu before it's parent is active?
· 10 years ago
I have a custom theme based on the RTFM skeleton in the works. Now I'm trying to hide a sub-sub-item in the navigation before it's parent is active. A live example is in the RTFM skeleton demo: http:/
-
Feed throws error (after uninstalling _something_?)
· 10 years ago
Ok glad you found the issue! That is because the feed is built as a XML document and that is interpreted as a tag. Please report this as an issue on the Feed plugin repository.
-
Feed throws error (after uninstalling _something_?)
· 10 years ago
i found it! it wasn't related to the install at all, sorry about that. by elimination i discovered that 2 of my markdown files (blog posts) contained a string like this: <slkdjalksjdasjdlkasjlasj&g
-
Feed throws error (after uninstalling _something_?)
· 10 years ago
so, i disabled all plugins except bloginjector + feed, and am getting the same error (afaics - see paste). then i uninstalled all themes except gateway and antimatter. still the same error (afaics - s
-
Feed throws error (after uninstalling _something_?)
· 10 years ago
@flaviocopes Unfortunately the error says very little. yes, i thought the same. there's another error message on screen, saying: Server Error Sorry, something went terribly wrong! 0 - An exception has
-
Feed throws error (after uninstalling _something_?)
· 10 years ago
Unfortunately the error says very little. Try first disabling all unused plugins except feed, and remove all unused themes too, see if you can isolate the issue.
-
Feed throws error (after uninstalling _something_?)
· 10 years ago
hello, i installed the grav core (without admin) + blog site (blog skeleton) and started filling it with content. the site has been working nicely (incl. feeds). then i decided to try out different th
-
Linux xampp install
· 10 years ago
Thanks for your help!