derjungeinhd
Forum Replies Created
-
wierdly, If you enable Quary Monitor and Debug Bar the formatted Sites Work just normal…
yes and no… like i said earlier:
derjungeinhd
After some testing, simply deactivating the formatting for the single Category and Tag Pages “solves” the issue (by fallbacking to a wordpress archive)found this warning today in the logs:
[16-Dec-2024 08:34:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at wp-includes/functions.php:6114) in wp-includes/pluggable.php on line 1435
[16-Dec-2024 08:34:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at wp-includes/functions.php:6114) in wp-includes/pluggable.php on line 1438also got this error: Warning: Attempt to read property “post_type” on null in /wp-content/plugins/events-manager/classes/em-event-post.php on line 207
but it doesn’t seem to do much…nope, that formatting don’t seem to be the issue, i tried it with a semi fresh wordpress install with the Raft FSE Theme in English and it has still the error (but I also found no HTML formatting error in the Page)
there seems to be a HTML formatting error in the german version of these pages:
<section class="em-item-header" style="--default-border:#_CATEGORYCOLOR;">
{has_image}
<div class="em-item-image">
#_CATEGORYIMAGE{medium}
</div>
{/has_image}
<div class="em-item-meta">
<section class="em-item-meta-column">
<section class="em-location-next-event">
<h3>Nächste Veranstaltung</h3>
{has_events}
<div class="em-item-meta-line em-taxonomy-events em-category-events">
<span class="em-icon-calendar em-icon"></span>
<div>
<p>#_CATEGORYNEXTEVENT</p>
<p><a href="#upcoming-events">Alle anzeigen</a></p>
</div>
</div>
{/has_events}
{no_events}
<div class="em-item-meta-line em-taxonomy-no-events em-category-no-events">
<span class="em-icon-calendar em-icon"></span>
<div>Keine bevorstehenden Veranstaltungen</p></div>
</div>
{/no_events}
</section>
{no_loc_image}
</section>
<section class="em-item-meta-column">
{/no_loc_image}
<section class="em-taxonomy-description">
<h3>Beschreibung</h3>
#_CATEGORYDESCRIPTION
</section>
</section>
</div>
</section>
<section class="em-taxonomy-events">
<a name="upcoming-events"></a>
<h3>Kommende Veranstaltungen</h3>
#_CATEGORYNEXTEVENTS
</section>It seems that it might cause issues with some plugins while parsing, but changing it in super advanced formatting mode doesn’t help…
Ok, like my initial thought, the Raft FSE Theme actually is the problem. After some testing, simply deactivating the formatting for the single Category and Tag Pages “solves” the issue (by fallbacking to a wordpress archive)
I’m going to dig deeper why the formatting causes such a big error…
I just reset the plugin on our website and still nothing, Categories and Tags pages are pointing to the new automaticly created pages. Lists / Archives of all Categories and Tags are working now, but the lists / archives for all events in one category / tag are still missing… Debug also still doesn’t show anything…
Hey @joneiseman, sorry for my late reply. I already tried that, same effect. Even plugins like Debug Bar and Quary Monitor don’t show anything about it.