Search found 760 matches

by wiz
Fri Jul 25, 2025 3:44 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)

Hi Mark, first of all cheers for giving WonderCMS a go.

Is there any chance you could upload your code to GitHub? That was it makes easier to test it and possibly package it up as an officially supported WonderCMS plugins or some sort of re-usable slider that is also configurable with pictures.

If ...
by wiz
Fri Jul 25, 2025 3:40 pm
Forum: Support
Topic: Update of the italian language pack.
Replies: 3
Views: 138419

Re: Update of the italian language pack.

Nox, seriously thanks for keeping things in check.
@eagle also thank you for the updates translations.

https://github.com/robiso/translation-italian repository has been updated with your changes.
Additionally, everyone that uses Italian translation plugin will now have the latest changes.

@Nox ...
by wiz
Mon Jun 30, 2025 4:49 pm
Forum: Community chat
Topic: Love WonderCMS
Replies: 6
Views: 93116

Re: Love WonderCMS

WonderCMS is not personal, whatever the idea is, it should be public.
by wiz
Sun Jun 29, 2025 9:14 pm
Forum: Support
Topic: Even ?page=loginURL doesn't work...
Replies: 6
Views: 76907

Re: Even ?page=loginURL doesn't work...

@yebba24 happy to hear this was resolved for you. Happy WonderCMS-ing.
by wiz
Sun Jun 29, 2025 2:22 pm
Forum: Support
Topic: Even ?page=loginURL doesn't work...
Replies: 6
Views: 76907

Re: Even ?page=loginURL doesn't work...

Hi to both,

@yebba24, your specific issue is that .htaccess it not working, which takes care of clean URLs, this is confirmed by your home page working, since its on example.com/home and example.com?page=loginURL working. Try something like this: https://ubiq.co/tech-blog/how-to-enable-mod_rewrite ...
by wiz
Tue Jun 03, 2025 7:29 am
Forum: Support
Topic: After installing a Caché plugin [SOLVED]
Replies: 2
Views: 37347

Re: After installing a Caché plugin I have a blank page

If you are in a rush to revert changes, log into your website via FTP or SSH, open plugins folder and remove the cache plugin.

Then locate any error_log and please provide us with any errors found there, so we can see what caused the issue.
by wiz
Wed May 21, 2025 10:50 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 273362

Re: contact form plugin - how to activate?

Still haven’t gotten around to checking your logs and trying to debug what might go wrong with your installation/server requirements. I’m usually more active over the weekends, when we are all off work and life duties.

I support both ideas in the meantime, if your problem isn’t solved it’s always ...
by wiz
Sat May 17, 2025 6:29 pm
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 273362

Re: contact form plugin - how to activate?

Odd.

1. Which PHP version and server type are you using?
2. Does any error_log file generate in your WonderCMS installation or plugin folder?

I'm leaning towards the assumption that either your requirements, or server setup might not be allowing the contact form to display.

This can include ...
by wiz
Sat May 17, 2025 9:31 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 273362

Re: contact form plugin - how to activate?

Great, you're almost there.

Open your theme.php

and find

<div class="container-fluid CTA">
<div class="text-center padding40">
<?=$Wcms->block('subside')?>
</div>
</div>

change it to
<div class="container-fluid CTA">
<div class="text-center padding40">
<?=$Wcms->block('subside ...
by wiz
Sat May 17, 2025 8:50 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 273362

Re: contact form plugin - how to activate?

That’s awesome to hear.

In the parallax theme, where would you like it to be displayed? It will be easier to suggest where to put the contact form after we figure that out.