Search found 2 matches

by arshem
Sat Oct 26, 2024 3:13 pm
Forum: Support
Topic: Wish List
Replies: 25
Views: 679837

Re: Wish List

Header Block can be added pretty easily from your theme.php file in your existing theme, and adding a line in database.js, actually all of those mentioned would be easy.

theme.php:
<?=wCMS::block('headerArea');?>
<?=wCMS::block('navigationArea');?>
<?=wCMS::block('mainArea');?> (though wouldn't ...
by arshem
Sat Oct 26, 2024 2:56 pm
Forum: Support
Topic: Plugin "Contact Form" does not send mails
Replies: 5
Views: 52553

Re: Plugin "Contact Form" does not send mails

Your server may not allow PHP Mail or doesn't have a mail server installed on it. Some shared hosting services do not allow emails to go through their server, and you're required to use a 3rd party service or a SMTP server to send out email. Definitely check with your hosting provider to confirm if ...