Orange Ambition
Forum Replies Created
-
It’s 100% a theme issue. Thanks for your follow up and replies.
Here’s the error:
Error log seems to be showing something Theme related. I have submitted to them and of course their (AI/support regurgitating AI) team says it’s not them. Seems like the theme isn’t rendering the shortcode for the Accept Stripe Payment plugin.
They said the following:
The error logs you provided indicate a problem with the dynamic content handling in Divi, specifically related to the
maybe_add_appended_canvas_content()function. This issue often arises when the shortcode or the dynamic content is not properly linked to a valid post ID, which is required for the function to execute correctly.Ensure that the shortcode used for the donate button is correctly implemented and that it references a valid post or page ID. If the shortcode is part of a plugin, verify that the plugin is up-to-date and compatible with your current version of Divi.
Stack trace:
#0 /home/.../public_html/wp-content/themes/Divi/includes/builder-5/server/FrontEnd/Assets/DynamicAssets.php(996): ET\Builder\FrontEnd\Assets\DynamicAssets->maybe_add_appended_canvas_content()
#1 /home/.../public_html/wp-includes/class-wp-hook.php(341): ET\Builder\FrontEnd\Assets\DynamicAssets->pre_initial_setup()
#2 /home/.../public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /home/.../public_html/wp-includes/plugin.php(570): WP_Hook->do_action()
#4 /home/.../public_html/wp-includes/class-wp.php(838): do_action_ref_array()
#5 /home/.../public_html/wp-includes/functions.php(1343): WP->main()
#6 /home/..../public_html/wp-blog-header.php(16): wp()
#7 /home/.../public_html/index.php(17): require('/home/...1/...')
#8 {main}
thrown in /home/f...1/public_html/wp-content/themes/Divi/includes/builder-5/server/FrontEnd/Assets/DynamicAssets.php on line 2868Thanks for your help.
Forum: Plugins
In reply to: [Time Tracker] Fatal Error – can’t activateAnd now it cannot be activated because it “is not yet configured to work with block themes.” Is there any kind of work around available for this yet?
Just wanted to drop a thank you to the OP for posting your solutions. Was facing the same issue this morning and this worked for me too as a solution.
Thanks for your fast response @gripgrip. I’ve tried using safe mode as suggested. It’s not a snippet causing the conflict; I’ve tried deactivating all the snippets one by one also to see if that’s the cause. This only happens when I have the Admin Notices Plugin active. I’ve done a screen recording so you can see what happens. Today the page at least loads. It’s slow–takes about 3-4 seconds and it doesn’t load quite right, but eventually the snippets load today. I haven’t reported this bug to ANM, but I can if you want me to. Here’s a link to the screen recording so you can see what I’m seeing today.
@marie-aude what was the option you found in the settings please? I have a similar issue.
I understand they are only shown to admins, but the problem is that it’s covering the entirety of my site menu on the front end so I can’t navigate without having to deal with the extra click of closing it. On every page.
I used some CSS to hide this ad. Why? Becuase it covers my entire site menu on the front end of my site when I’m trying to edit. Not precisely a good way to convince me to go pro. Here’s my CSS solution for anyone else who doesn’t want to edit plugin files:
/* hide the rankmath bar that covers the site menu with an advertisement for their pro version--get out of my admin RankMath! */ #rank-math-analytics-stats-wrapper { display: none!important; } #rank-math-analytics-stats { display: none!important; } #rank-math-analytics-stats-content{ display: none!important; } #rank-math-analytics-stats-footer{ display: none!important; } #rank-math-analytics-stats-content { display: none!important; } #rank-math-analytics-stats-wrapper.hide-stats a.rank-math-analytics-close-stats svg { display: none!important; }You could try this plugin https://wordpress.org/plugins/wp-rollback/
Which is mentioned as a solution on this thread https://wordpress.org/support/topic/how-to-downgrade-version?replies=3Hope that helps!
This link describes how you can achieve through ftp about half way down the thread. The versions of WP are older but the same practice applies. https://wordpress.org/support/topic/downgrade-from-39-to-383?replies=9
Forum: Fixing WordPress
In reply to: is htacces limit to ip enough for wordpress securityThis plugin has, among other things, a great interface with a tab where you can change the login URLs very easily to anything you want. Might be worth checking out…
https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/Forum: Fixing WordPress
In reply to: Trying to download a theme including dataYou can find some sample data here
http://codex.wordpress.org/Theme_Unit_TestForum: Plugins
In reply to: [IMPress for IDX Broker] post permalinks not working goodThis worked on an IDX plugin for me–change the permalink structure to this
/%postname%
Note that there is no trailing back slash on the end.
Hope that helps.
Forum: Fixing WordPress
In reply to: custom side menusHi,
I think Jetpack should be able to achieve this using the customization features.Forum: Fixing WordPress
In reply to: Categories could't showHello,
What is your website? And how many posts do you have published in the category you are wishing to add to your menu?