Search found 7 matches
- Sat Sep 23, 2023 4:16 pm
- Forum: Plugin support
- Topic: Frontpage Plugin: 'All' Option Not Deselecting When Another Category is Selected
- Replies: 1
- Views: 122
Frontpage Plugin: 'All' Option Not Deselecting When Another Category is Selected
Hello everyone, I'm currently experiencing an issue with the Front Page plugin for FlatPress. The issue is specific to the section where I can select a default category for the front page from the plugin's admin panel. When I select a different category, the 'All' option does not get deselected as I...
- Sun Feb 12, 2023 5:40 pm
- Forum: General Support
- Topic: Lock all comments automatically
- Replies: 3
- Views: 1593
Re: Lock all comments automatically
My thought is for the entire website to disable comment entry.
Otherwise I have to disable each new post individually.
Otherwise I have to disable each new post individually.
- Sun Feb 12, 2023 11:55 am
- Forum: General Support
- Topic: Lock all comments automatically
- Replies: 3
- Views: 1593
Lock all comments automatically
Would it be possible to set somewhere that comments are generally not possible?
Greetings
Hariko
Greetings
Hariko
- Sat Feb 11, 2023 10:56 pm
- Forum: General Support
- Topic: Add contact form
- Replies: 8
- Views: 2176
Re: Add contact form
Unfortunately, I can't make it work, it's always the same problem with these open-source projects. As a normal mortal user are always quickly reached the limits, and it is assumed that you have to learn before using the program various things, in this case HTML, PHP, CSS and so on. Simply applying i...
- Sat Feb 11, 2023 8:00 pm
- Forum: General Support
- Topic: Add contact form
- Replies: 8
- Views: 2176
Re: Add contact form
Hello, I wanted to create a simple plugin that displays the text directly over the submit button, but I can't do it. No text appears. What is the reason for this? Greetings Hariko add_filter('fp_contactform_before_submit_button', 'add_notice_text'); function add_notice_text($form) { $notice_text = &...
- Wed Feb 08, 2023 3:55 pm
- Forum: General Support
- Topic: Add contact form
- Replies: 8
- Views: 2176
Re: Add contact form
Hello Frank, I have now simply found the right place by trial and error and entered the text there (see below) It works, but this can not be correct way? Firstly, this looks completely unprofessional and secondly, it will be overwritten during an update or? greetings Hariko </fieldset> <fieldset><le...
- Tue Feb 07, 2023 8:35 pm
- Forum: General Support
- Topic: Add contact form
- Replies: 8
- Views: 2176
Add contact form
I would like to add a note to the contact form that the data will be processed according to the privacy policy. (With link to privacy policy) How can I add the text to the form?