philipsacht
Forum Replies Created
-
Forum: Plugins
In reply to: [Dashboard Sticky Notes] not working any longer in WORDPRESS 5.3.2nothing appears on dashboard
Ehmm… and what about the rest of us? Could you please elaborate what solved the issue? I have the same issue after upgrading and I suppose that more will have the issue in the future…
This is a support forum, so fixing issues via. mail seems a bit off?Forum: Plugins
In reply to: [Widget CSS Classes] ID of widget not working on only one siteFIXED this by recreating the page having the problem… weird.
Forum: Plugins
In reply to: [Insert Pages] multiple pages on frontpage, empty div'sTHIS WORKED FOR ME!
this was definitely a slug-related problem.
thank you ‘figureone’
Forum: Plugins
In reply to: [Insert Pages] multiple pages on frontpage, empty div'sOkay, here’s the latest:
First of;
I didn’t test turning of the deep nesting, because I’m not sure how to turn it off.
Should I write$should_apply_nesting_check = false;
?or comment out this whole section?
/** * Filter the flag indicating whether to apply deep nesting check * that can prevent circular loops. Note that some use cases rely * on inserting pages that themselves have inserted pages, so this * check should be disabled for those individuals. * * @param bool $apply_the_content_filter Indicates whether to apply the_content filter. */ $should_apply_nesting_check = apply_filters( 'insert_pages_apply_nesting_check', $should_apply_nesting_check ); // Don't allow inserted pages to be added to the_content more than once (prevent infinite loops). if ( $should_apply_nesting_check ) { $done = false; foreach ( $wp_current_filter as $filter ) { if ( 'the_content' == $filter ) { if ( $done ) { return $content; } else { $done = true; } } } }
Secondly;
If I create a new Page and insert it into the frontpage. It correctly inserts that page and its content…?The process:
I created a new page. Called it “test” and slug=”test”.
Then inserted it into the frontpage with the others, – and it works…
I then deleted the INFO-page (+ emptied the trash) and renamed the ‘test’-page to Info and slug=”info”. It still works…So that is both good and really bad. The problem seems fixable, BUT i have no idea what the problem was, and I’m stuck with the fear of this happening again randomly at some point int he future, when the project is delivered to the customer…
What do you suggest i do?
Forum: Plugins
In reply to: [Auto Last Youtube Video] ERROR!Any news on the topic???
Forum: Plugins
In reply to: [Auto Last Youtube Video] ERROR!glad i could be of help. please post a notits on the fix, when it’s done, so I and everyone else know its done