Search found 43 matches
- Tue May 02, 2023 6:22 pm
- Forum: Themes
- Topic: Clean theme - dropdown menu for subpages
- Replies: 2
- Views: 1911
Re: Clean theme - dropdown menu for subpages
I used W3 schools for getting into some HTML/CSS. Here's a page for dropdown stuff: https://www.w3schools.com/css/css_dropdowns.asp Our navigation items look like this: <li class="nav-item active"> <a class="nav-link" href="...">Home</a> </li> So our dropdown "cont...
- Mon Nov 28, 2022 5:00 pm
- Forum: Themes
- Topic: [SOLVED] Local custom theme not visible
- Replies: 2
- Views: 3167
Re: [SOLVED] Local custom theme not visible
you can also pass it from a URL, copy link from a theme's "apply" button and u'll see:
change "whateverThemeYouClicked" to your custom theme
Code: Select all
?selectModule=whateverThemeYouClicked&type=themes&token=xxxx
- Mon Apr 25, 2022 4:43 pm
- Forum: Community chat
- Topic: Backend for website
- Replies: 2
- Views: 4341
Re: Backend for website
It depends entirely on your needs and wants.
If you want to create a personal page with a blog and stuff, you could use WonderCMS.
This requires only 5 files to be uploaded to a server, and presto! You've got yourself a functional webpage!
If you want to create a personal page with a blog and stuff, you could use WonderCMS.
This requires only 5 files to be uploaded to a server, and presto! You've got yourself a functional webpage!
- Sat Feb 12, 2022 1:13 am
- Forum: Support
- Topic: [SOLVED] Cloaking Email Addresses
- Replies: 22
- Views: 8651
Re: [SOLVED] Cloaking Email Addresses
Small addition which i thought might be interesting to know.. What we are using here is called an IIFE. An IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined. (function() { return; })(); This makes it so we don't have to define a function to ru...
- Mon Feb 07, 2022 8:41 pm
- Forum: Support
- Topic: [SOLVED] Cloaking Email Addresses
- Replies: 22
- Views: 8651
Re: [SOLVED] Cloaking Email Addresses
I would also probably go with a separate script file instead of the inline javascript. Give all the A elements a class name, eg "mail" and then use something like this: // shortcut to use "d" as document (defined in the last line) (d => { // select all instances of A with classna...
- Mon Feb 07, 2022 8:21 pm
- Forum: Plugins
- Topic: [PLUGIN ADDED] Monaco Editor
- Replies: 27
- Views: 17241
Re: [PLUGIN ADDED] Monaco Editor
Yes! Even tried to give some feedback!
Also I did get your background story, just messing about hehe
Also I did get your background story, just messing about hehe
- Mon Feb 07, 2022 3:58 pm
- Forum: Support
- Topic: [SOLVED] Cloaking Email Addresses
- Replies: 22
- Views: 8651
Re: [SOLVED] Cloaking Email Addresses
Quick pro hack: open your webpage in incognito mode, this way you can be logged in, and view as visitor! Also JS has (only since recently) BLA.replaceAll('DOT', '.') Both original and replace value can be strings here. Otherwise you can do this instead BLA.replace(/DOT/g, '.') The G behind DOT RegEx...
- Mon Feb 07, 2022 3:47 pm
- Forum: Plugins
- Topic: [PLUGIN ADDED] Monaco Editor
- Replies: 27
- Views: 17241
- Mon Jan 24, 2022 11:26 pm
- Forum: Plugins
- Topic: [PLUGIN ADDED] Monaco Editor
- Replies: 27
- Views: 17241
Re: [PLUGIN ADDED] Monaco Editor
Trouble is I haven't learnt anything new since around then and you may recall the story about old dogs and new tricks. I can tell you there's some truth in it! ;) haha true story :D But, within my limits, I'll do what I can to assist. Awesome, seems like you are likely more skilled to do this than ...
- Mon Jan 24, 2022 3:00 pm
- Forum: Plugins
- Topic: [PLUGIN ADDED] Monaco Editor
- Replies: 27
- Views: 17241
Re: [PLUGIN ADDED] Monaco Editor
I guess it's something 'we' could work on.
Atm I've got a sore shoulder, so I'm not crawling behind my pc.
If JS is new for you it can be quite a lot to process, i guess.
Let's get back on this!
Atm I've got a sore shoulder, so I'm not crawling behind my pc.
If JS is new for you it can be quite a lot to process, i guess.
Let's get back on this!