Search found 695 matches

by wiz
Sun Nov 12, 2017 12:36 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 62460

Re: Onepager Theme

Understood, I will tackle this issue in a couple of hours and report back. ;)
by wiz
Fri Nov 10, 2017 11:58 am
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 62460

Re: Onepager Theme

Awesome and congratulations on finding a solution. :thumbsUP:.
Editing works only for the first entry.
I have tested multiple entries and it saves the second one also correctly. Are you still having this issue?
by wiz
Thu Nov 09, 2017 1:13 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 62460

Re: Onepager Theme

Forgot to add data-target="pages" Below is the updated code which saves changes to database correctly. <?php $class = ""; if ( wCMS::$loggedIn ) { $class = "editText editable"; } ?> <?php foreach ( wCMS::db()->pages as $pageName => $page ): ?> <!-- loop though all pages...
by wiz
Wed Nov 08, 2017 9:47 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 62460

Re: Onepager Theme

Here's a short snippet that will show the additional contents and also make them editable. Replace the bottom code with the one you pasted earlier and please make a backup before doing any changes. // NEW CODE IN POST BELOW Note: This is just a quick/dirty solution, you are welcome to experiment wit...
by wiz
Wed Nov 08, 2017 12:31 pm
Forum: 2.x.x support
Topic: [SOLVED] URLs
Replies: 5
Views: 12441

Re: URLs

Hey Captain, the slug function is activated automatically. So you should have clean URLs since version 2.1.0 (including with the latest version 2.3.2).

Let us know if you have any more questions!
by wiz
Sat Nov 04, 2017 12:46 am
Forum: 2.x.x support
Topic: [SOLVED] import directly html file
Replies: 3
Views: 6854

Re: import directly html file

When I open the HTML document, I see some images are missing. You can see this by opening the HTML document in Firefox/Chrome. In your case, which is not just HTML but also images, the easiest would be: - Save as PDF or another image and upload the file, you can then link to it or display it. Anothe...
by wiz
Fri Nov 03, 2017 3:52 pm
Forum: 2.x.x support
Topic: [SOLVED] Table of contents like a wiki
Replies: 5
Views: 8468

Re: [SOLVED] Table of contents like a wiki

You are welcome. :)
by wiz
Fri Nov 03, 2017 3:42 pm
Forum: 2.x.x support
Topic: [SOLVED] import directly html file
Replies: 3
Views: 6854

Re: import directly html file

Can you please paste an example of the HTML file?
by wiz
Thu Nov 02, 2017 10:32 am
Forum: 2.x.x support
Topic: [SOLVED] Table of contents like a wiki
Replies: 5
Views: 8468

Re: Table of contents like a wiki

@michelw, sorry as we don't have that type of template yet. One way to achieve this would be to: 1. Export the GitHub template. 2. Create the (wiki) pages in your WonderCMS. 3. List them in the exported GitHub template, and customize it to work with theme.php. Another way: 1. Create a simple table l...
by wiz
Tue Oct 31, 2017 10:38 pm
Forum: 2.x.x support
Topic: [SOLVED] Table of contents like a wiki
Replies: 5
Views: 8468

Re: Table of contents like a wiki

Hi michelw. The easiest way to do this is: 1. Go to http://divtable.com/generator/ 2. Generate a table, specific to your needs. 3. Paste table into and edit it in WonderCMS. If you need others way to do this, let me know and I'll be glad to help you out. If you are looking for a similar wiki like ht...