bea68
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Second CF7 form (translation) not being foundWe have exactly the same problem with WPML: The forms are not found on the translated pages. After the rollback of CF7 it works again as described above.
We ask for information from support whether the error will be fixed in the next update.I have solved the second problem in the meantime.
(php do_shortcode…)The first problem still exists
I look forward to help
Hi Angelo, the site is running on version php 7.4. The support team at Raidboxes believe that the problem is caused by the plugin and would like you to comment on the error log, see above. Thank you very much!
Forum: Plugins
In reply to: [Contact Form 7] Issue with Contact Form 7 MultilingualAfter deactivating and activating WPML they were displayed again.
Thank You!!!!!
Thank you!
- This reply was modified 6 years, 2 months ago by bea68.
The tags and categories disappeared from the event edit page but they can be added from the list using quick edit.
You have to accept that.
As to date picker (when) it is just at the bottom now on my edit page not the top.
I hadn’t complained about the position. When I click in the field I have to write the date manually. The date picker does not appear.
Yes, I enabled Gutenberg with
define('EM_GUTENBERG', true);But when I edit Events with Gutenberg editor, there are no categorys and the datepicker does not work.
After disable Gutenberg, categorys are visible in editor and datepicker works fine.
Hello timrv, thank you for your response.
With the help of your instructions I can not test the error, because without the theme “GeneratePress Pro” the hook does not works and I can’t see any output.
Now I solve it like this:
<?php $catdescription = '#_CATEGORYDESCRIPTION'; $catdescription = str_replace('<p>','',$catdescription); $catdescription = str_replace('</p>','',$catdescription); ?> <div class="description"><?php echo $catdescription; ?></div>- This reply was modified 6 years, 2 months ago by bea68.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Enable GutenbergThank you, now it works!
- This reply was modified 6 years, 2 months ago by bea68.
Forum: Themes and Templates
In reply to: [OnePress] Gallery IssueThanks, I solved it.
- This reply was modified 6 years, 10 months ago by bea68.
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] How to disable saveing IPThank you!