I think this issue (feature?) is general and not related to the GregCustom theme. Please let me know!
Try this: replicate what I have at https://gregchapman.uk under the "Games" option.
That is a page with links to two sub-pages "Table" and "Board", with the two sub-pages visible on the menu ...
Search found 188 matches
- Thu Apr 02, 2026 3:09 pm
- Forum: Support
- Topic: BUG: Navigation Issue
- Replies: 0
- Views: 375
- Thu Apr 02, 2026 8:48 am
- Forum: Support
- Topic: URGENT: Auto-save not working
- Replies: 1
- Views: 2510
Re: URGENT: Auto-save not working
Have you solved this issue yet?
Are you saying that after pasting in the text and clicking outside the page's edit area your pasted text just disappears?
Are you saying that after pasting in the text and clicking outside the page's edit area your pasted text just disappears?
- Fri Feb 13, 2026 1:57 pm
- Forum: Themes
- Topic: different layouts on one site?
- Replies: 4
- Views: 3128
Re: different layouts on one site?
Be aware that it all depends on the theme, what it offers and, almost more important, how you use it. Saying "NO website looks exactly the very same on each and every page" suggests to me that you may not be aware of how to add html tags to your content to ensure you can take advantage of the ...
- Fri Feb 13, 2026 1:07 am
- Forum: Themes
- Topic: different layouts on one site?
- Replies: 4
- Views: 3128
Re: different layouts on one site?
The short answer is you can only use one theme on a site.
However, it depends a bit on what you mean by a "different layout" and on the facilities the theme offers.
It's quite possible to wrap all the content of a page in
<div class="subpage">...</div>
tags and such a subpage would appear with ...
However, it depends a bit on what you mean by a "different layout" and on the facilities the theme offers.
It's quite possible to wrap all the content of a page in
<div class="subpage">...</div>
tags and such a subpage would appear with ...
- Mon Jan 05, 2026 12:37 pm
- Forum: Support
- Topic: Drop Down Menu Problem
- Replies: 21
- Views: 432222
Re: Drop Down Menu Problem
I have looked at my favourite source for menu code, Stu Nicholls CSSPLAY site and turned up a couple of examples that should achieve my goal.
Where Wcms currently generates:
<li class="nav-item subpage-nav">
<a class="nav-link" href="#">Option 3</a>
<ul class="subPageDropdown">
<li class="nav ...
Where Wcms currently generates:
<li class="nav-item subpage-nav">
<a class="nav-link" href="#">Option 3</a>
<ul class="subPageDropdown">
<li class="nav ...
- Sat Jan 03, 2026 9:45 pm
- Forum: Support
- Topic: Drop Down Menu Problem
- Replies: 21
- Views: 432222
Re: Drop Down Menu Problem
Thanks for trying, Wiz.
Unfortunately, that behaves exactly like the default on v3.5.0 (Haven't tried 3.6.0 on any device yet.)
I haven't looked at the code behind your greg5 test and the video link appears broken so I can't see how things work for you. I wonder if you're trying to solve a problem ...
Unfortunately, that behaves exactly like the default on v3.5.0 (Haven't tried 3.6.0 on any device yet.)
I haven't looked at the code behind your greg5 test and the video link appears broken so I can't see how things work for you. I wonder if you're trying to solve a problem ...
- Thu Jan 01, 2026 12:35 am
- Forum: Support
- Topic: Drop Down Menu Problem
- Replies: 21
- Views: 432222
Re: Drop Down Menu Problem
I'm firmly convinced that it can be kept in my comfort zone (I e. HTML/CSS only) with the addition of some further tags attached some of the elements of the menu list structure.
I'll try to come up with some proposals in the next week or so.
I'll try to come up with some proposals in the next week or so.
- Thu Jan 01, 2026 12:12 am
- Forum: Support
- Topic: Drop Down Menu Problem
- Replies: 21
- Views: 432222
Re: Drop Down Menu Problem
Bless you Wiz!
And I should add that here, at least you're one minute into 2026.
Happy New Year!
By strange coincidence, someone followed me on Mastodon two days ago and we planned to start posting here to try to move things along.
And I should add that here, at least you're one minute into 2026.
Happy New Year!
By strange coincidence, someone followed me on Mastodon two days ago and we planned to start posting here to try to move things along.
- Thu Nov 13, 2025 12:33 am
- Forum: Support
- Topic: Copy existing theme ?
- Replies: 3
- Views: 229032
Re: Copy existing theme ?
Apologies! I should have said more.
I was assuming that having copied the theme you'd want the original to stay available to activate.
To do that you'd need to edit the json file in your copy and use the facility at the bottom of the themes page to tell your site where to find it.
I was assuming that having copied the theme you'd want the original to stay available to activate.
To do that you'd need to edit the json file in your copy and use the facility at the bottom of the themes page to tell your site where to find it.
- Thu Nov 13, 2025 12:21 am
- Forum: Support
- Topic: Added Search but not finding text in a sub page I created?
- Replies: 3
- Views: 222688
Re: Added Search but not finding text in a sub page I created?
If the page is accessible to a visitor without logging in, or excluded from public view in some way, then a search tool should be able to find it - unless the search tool has been instructed not to crawl a particular area of the site. That could be a rule in a robots.txt file or a switch in the ...