Support Forum

Was building the forum and then its gone?

21 Answers

New Answer

CS Conny Svitzer
Conny Svitzer
Member

Done some more testing.

Seems it aint related to the page title but to the fact that i hit update(to save) inside the post.

CS Conny Svitzer
Conny Svitzer
Member

Fixed that issue, still vanishes on removing the page title tho

MP Mr Papa
Mr Papa
Member

sorry, late to the game… can you reiterate what issue you still have?  you remove the page title from your wp page template and the forum disappears?

CS Conny Svitzer
Conny Svitzer
Member

Original Code:

if( $px_meta_page->page_content == “on” && get_the_content() <> ”){
echo ‘<div class=”rich_editor_text pix-content-wrap”>’;
if( $px_meta_page->page_content == “on” && get_the_content() <> ”){
the_content();
Changed Code:
 
 
 
the_content();
if( $px_meta_page->page_content == “on”){
echo ‘<div class=”rich_editor_text pix-content-wrap”>’;
if( $px_meta_page->page_content == “on”){
the_content();
MP Mr Papa
Mr Papa
Member

sorry, confused… what does that have to do with page title?  and what was the change from original to changed for?

and why does the second one output the page content twice?

is that a code fragment?  I dont see any closing braces?

CS Conny Svitzer
Conny Svitzer
Member

Code fragment yes, not sure why and what.

I submitted the bug to the theme maker and got a page.php with that change in it and it worked.