tvejacques
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Edit (on this) suddenly extremely slow“Page Edit (on this) suddenly extremely slow”
should be
“Page Edit (only this) suddenly extremely slow”Forum: Plugins
In reply to: [Accordion Toggle] Where’s more info on Accordion ToggleHi Amit
Thanks. So it can be done with HTML, which is fine.
However, this is very long-winded – and we have about 800 such accordion items in total on all the pages on the site. One has to find the code for the image (which is in another window), copy and paste it, adjust style for display size… far too time-consuming.
It would be very nice if your Accordion would allow image inputs from the Media Library.
Perhaps when you update to a new version?
RegardsForum: Fixing WordPress
In reply to: WP_Fatal_Error_Handler after fixing wp-settings.phpHi Jainish, yes, I read that before submitting.
We use neither Yoast, nor Wordfence.
debug.log reports a problem in Line 929, but there is nothing on that line and inside a comment. Here’s the code:#8 /home/XXX/public_html/wp-includes/class-wp-fatal-error-handler.php(49): load_default_textdomain()
#9 [internal function]: WP_Fatal_Error_Handler->handle()
#10 {main}
thrown in /home/XXX/public_html/wp-includes/pluggable.php on line 929
08/05/24 08:28:50 – ? Failed to connect Memcached server!
LINEs 925 - 939:
/**
* Filters the list of enclosure links before querying the database.
* <-- THIS IS LINE 629
* Allows for the addition and/or removal of potential enclosures to save
* to postmeta before checking the database for existing enclosures.
*
* @since 4.4.0
*
* @param string[] $post_links An array of enclosure links.
* @param int $post_id Post ID.
*/
$post_links = apply_filters( 'enclosure_links', $post_links, $post->ID );Forum: Plugins
In reply to: [Accordion Toggle] Where’s more info on Accordion ToggleOops, I clicked before finishing.
What we miss from your plugin is the ability to customise the top line (a title). We’d like to add an image and headline, not only text. Also, we’d like to customize the style of that text. It seems yours only allows that in the block part that is hidden.Forum: Plugins
In reply to: [Accordion Toggle] Where’s more info on Accordion ToggleThank you very much Amit Barai Alit
Forum: Plugins
In reply to: [Accordion Toggle] Where’s more info on Accordion ToggleThanks Amit
We use Gutenberg blocks – so if yours is the one in that suite, we’ll be ok.
As we’re testing different plugins, there are several icons for Accordions, and we’re trying to figure out which one is yours.
Its a pity in WP there is no easy method to know which block belongs to which plugin (except woocommerce ones).Forum: Installing WordPress
In reply to: After reinstalling – WP is deadThis is what we did:
* Core WordPress files were uploaded again manually
* PHP debugging reported as below (our domain replaced by XXX):[type] => 1
[message] => Uncaught Error: Failed opening required ‘/home/xxx/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php’ (include_path=’.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php’) in /home/xxx/public_html/wp-settings.php:342
Stack trace:
#0 /home/xxx/public_html/wp-config.php(128): require_once()
#1 /home/xxx/public_html/wp-load.php(50): require_once(‘/home/xxx/pu…’)
#2 /home/xxx/public_html/wp-blog-header.php(13): require_once(‘/home/xxx/pu…’)
#3 /home/xxx/public_html/index.php(24): require(‘/home/xxx/pu…’)
#4 {main}
thrown
[file] => /home/xxx/public_html/wp-settings.php
[line] => 342
The site now works perfectly and even quicker.
Thanks for your support!Forum: Installing WordPress
In reply to: After reinstalling – WP is deadAaah, we found an error in wp-settings.php
It was fixed and everything fine.
Could you kindly tell me what the problem happened?Forum: Installing WordPress
In reply to: After reinstalling – WP is deadThanks for your quick reply.
* All Plugins were deactivated before starting the process.
* On renaming theme – twentytwentyfour was the default theme, and it is listed in the new installation. So I don’t understand. If I rename, WP won;t find the default installaiton. Do you mean it will then automatically redefine the default theme?Forum: Fixing WordPress
In reply to: Pages (from Dashboard) and Pages (Appearance –> Edit –> Pages)Thanks Birgit Pauli-Haack
You couldn’t replicate, which indicates that the WP became unstable again.
We’ll reinstall.
WP was the wrong decision for us. It seems that the moment one does something more complicated than basic brochureware or basic commerce, lots of stuff begin to clash. We’ve had to chuck 10+ plugins over the past months because of conflicts. It would have been quicker to just do the coding ourselves.
But we’re now so far down the path, we’re stuck with WP.Forum: Fixing WordPress
In reply to: Pages (from Dashboard) and Pages (Appearance –> Edit –> Pages)As images cannot be added here to text, explanations of screenshots cannot be given here, so I put the details in a PDF at https://www.care4tulbagh.org.za/Page-access.pdf
Forum: Fixing WordPress
In reply to: Pages (from Dashboard) and Pages (Appearance –> Edit –> Pages)On this
You can change the view of the Page list via the layout options:
https://cldup.com/hHzBHflH8d.png
This is not the change I am referring to. In the past when clicking All Pages, the showed up in the same black column/panel on the far left. Now they open a new column/panel (in white), while the left black panel does not close.Forum: Fixing WordPress
In reply to: Pages (from Dashboard) and Pages (Appearance –> Edit –> Pages)Another related issue:
In the past a template part could be renamed by clicking the three dots. Now that seems to have disappeared.
Now what shows when clicking the three dots are: Edit | Duplicate | delete — Rename disappeared. Where do we now rename template parts?Forum: Reviews
In reply to: [Conditional Logic for Woo Product Add-ons] Kills Twenty Twentyfour themeAndrew Young
thanks for your quick attendance to this problem!!Forum: Developing with WordPress
In reply to: wp_die() problemThanks bcworkz