bugscout
Forum Replies Created
-
Hi Ben,
I played arround with my Wordfence settings and then suddenly it worked
Regards Walter 🙂Forum: Themes and Templates
In reply to: [OceanWP] Posts Page (Blog) without formated TextThanks a lot for your help
i made a child of Entry Content and changed “echo oceanwp_excerpt…..”
to “the_content…..” and every thing is fine
will continue my pro, that a had from 2021-23Forum: Themes and Templates
In reply to: [OceanWP] Posts Page (Blog) without formated TextHi,
might be that you put $excerpt into your template and the other once do $content
found something simplecommented out row 4064 in wp-includes/formatting.php
$original_text = $text;
// $text = wp_strip_all_tags( $text );
to remove tzhe function wp_strip_all_tags
when you could tell me where your template is dealing the excerpt function, i would prefer to change the template, because every update of wp could destroy my solution
RegardsForum: Themes and Templates
In reply to: [OceanWP] Posts Page (Blog) without formated TextThanks for the solution,
i have seen some themes that come with HTML in Post Page.Perhaps i can find something in the source
or i try to find the filter in wp-includes/formatting.php
.
RegardsForum: Themes and Templates
In reply to: [OceanWP] Posts Page (Blog) without formated Textthe post page shows an excerpt of the post.
can i manage this with OceanWP oder do i have to change the code- This reply was modified 1 year, 3 months ago by bugscout.
Forum: Themes and Templates
In reply to: [OceanWP] Posts Page (Blog) without formated TextHello,
The post is missing line breaks altogether and if I don’t put a space at the end of the line, the words are contracted. All control characters are missing [p], [br], [em]unformatted on the post page:
https://sabinehoenck.de/textwerkstatt/Today a poem about the approaching spring: Silent song The suburbs are growing Daffodils in rows were ordered to grow blooming deafly without nectar Clear-cutting on the hedge surviving trunks cling to each other Tinnitus larks in the ear blind on the celestial eye are we a panopticon disguised as stars who are afraid to shine? Sabine Hönck, 2018
formatted on the Single Post Page
https://sabinehoenck.de/2025/02/11/stummer-gesang/[p]Today a poem about the approaching spring:[/p] [h3]Silent Song[/h3] [p]The suburbs are growing wild [br]daffodils in rows [/p] [p]were ordered to grow [br]blooming deafly without nectar [/p] [p]clear-cutting on the hedgerows [br]surviving trunks cling [br]to each other [/p] [p]tinnitus larks in the ear[br]blind to the eye of the sky[br]are we [/p] [p]a panopticon[br]of disguised stars[br]that are afraid[br]to shine? [/p] [p][em]Sabine Hönck, 2018[/em][/p]
the corresponding image
https://ibb.co/R4dmkg2kRegards
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Has been removed?If there is a security problem, it would be nice to read about it.
They don´t need to explain the problem, only a notice that there is one.Thank you antihacker for sending me a notice
Forum: Plugins
In reply to: [ReportAttacks — Brute Force & Login Protection] Wrong User or PasswordEverything is ok
Thanks
Forum: Plugins
In reply to: [ReportAttacks — Brute Force & Login Protection] Wrong User or PasswordHi Bill,
I have activated the Plugin again and it runs fine.
Don´t know what happened.
I will check the memory and the troubleshooting to see if there is a problem.
Thanks Walter
Forum: Fixing WordPress
In reply to: Unable to add a new page since updaterestore defaults should solve the problem
https://ww.wp.xz.cn/support/topic/warning-strtolower-expects-parameter-1-to-be-string-2/I had the problem with updating the menue, restore defaults solved the problem
Forum: Fixing WordPress
In reply to: Unable to add a new page since updateThanks a lot, got the same problem
“Google Sitemap by BestWebSoft” still makes that problem after 4 monthForum: Plugins
In reply to: [FBF Facebook page Feed Widget] A feed could not be found at ….First of all the old Page Feed is not the same as the Notification feed.
secondly to get a feed you have to fetch an “Access token”
http://stackoverflow.com/questions/23739039/how-to-read-facebook-page-feed-via-app-access-token.
The feed widget was last updated in 2013, so it can´t manage
the new facebook requirements from January 2015.Change the widget
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] A feed could not be found at ….Hi,
to find my Viewer and Key is very easy,
But I have some RSS-Feeds that are not mine, so I can´t see the notification rss
How do i get this one?
Regards
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Widget FAQI found it
don´t show !is_page(Page_ID)&&!is_tax(‘faq-topic’)&&!is_singular(‘question’)
show is_page(Page_ID)||is_tax(‘faq-topic’)||is_singular(‘question’)