Search found 5 matches

by markjones
Wed Jul 30, 2025 4:38 pm
Forum: Community chat
Topic: AI used to make a slider (picture rotator)
Replies: 2
Views: 189397

Re: AI used to make a slider (picture rotator)

I am new to GitHub but have been exploring prior to your response in my attempt to get themes working. I posted here part from excitement, part from trying to let others know the AI route may actually be useful. One "trick" is to tell the AI you don't want external style sheets. For me, that makes ...
by markjones
Thu Jul 24, 2025 8:40 pm
Forum: Community chat
Topic: AI used to make a slider (picture rotator)
Replies: 2
Views: 189397

AI used to make a slider (picture rotator)

Reporting on 2 things here. First is that, after some playing, I'm having luck with letting AI help me code things in WonderCMS. Second is that I've created a slider that can be pasted into WonderCMS.

Starting with the second, here is the code:
<div>
<!-- Slider Styles -->
<style>
.wcms-slider ...
by markjones
Wed Jul 16, 2025 1:27 pm
Forum: Support
Topic: [SOLVED] visibility option is unavailable in the theme I'm creating
Replies: 1
Views: 5818

Re: visibility option is unavailable in the theme I'm creating

I solved it! My mistake was using menu-toggle as a defined style in my style sheet. menu-toggle is used in the index.php. Specifically, it is used in the settings menu creation code.

The solution is to change menu-toggle to something else. In my case I used menu-toggle-mobile since the class is ...
by markjones
Wed Jul 16, 2025 2:09 am
Forum: Support
Topic: [SOLVED] visibility option is unavailable in the theme I'm creating
Replies: 1
Views: 5818

[SOLVED] visibility option is unavailable in the theme I'm creating

I've gotten enamored with making a theme. I have a theme that works beautifully with one vexing little problem. Settings -> Menu works to add pages and subpages, but the eyes, the indicator of visibility, are not present. The pages are created hidden with no "switch" to change to make visible ...
by markjones
Wed Jul 16, 2025 1:55 am
Forum: [NEW] Show off your WonderCMS website
Topic: fork of Norfolk Greg's theme
Replies: 1
Views: 183217

fork of Norfolk Greg's theme

I want a quick and easy way to make sites for our local American Chemical Society's meetings, somewhat duplicating the acs.org branding. I developed this theme: https://github.com/markjonesphd/acs

Site is cerm.midlandfsm.org

It is responsive and, while I can always find room for improvement, is ...