sturley
Forum Replies Created
-
Forum: Plugins
In reply to: [Export All URLs] I have a blank page when trying to use the pluginUnfortuenately I’m not able to follow the instructions you provided. When I try to go to the plugin it is just a blank page and I don’t have any of the above showing.
Forum: Plugins
In reply to: [Export All URLs] I have a blank page when trying to use the pluginThank you so much for your quick responses. This is the error that is showing, we use a third party company to assist us in support of our WordPress site. They provided me the error information and the below explanation. I’m still learning some of the admin things for WordPress and really appreciate any guidance.
Error:$ tail ../mnt/log/38222-php.error.log
[13-Jun-2024 21:41:19 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /wordpress-versions/6.5.4/wp-includes/class-wp-fatal-error-handler.php on line 76Reason Provided: It seems that the plugin is executing PHP queries that are consuming to much PHP memory, which is a common issue when outdated plugins use deprecated code. WordPress was recently updated to version 6.5.4, and the plugin in question has only been tested up to version 6.4.4 with no updates in the past 7 months. You may review this on their site’s documentation:
Forum: Plugins
In reply to: [Export All URLs] I have a blank page when trying to use the pluginHello – we took a look and it appears to the plugin is having trouble due to not being compatible with WordPress which was recently updated to version 6.5.4
Thank you for your reply!
The smooth scroll toggle is off. It is only impacting one existing article and not all the headings. Some work and some do not. All the rest of our published articles are working fine. Its just this one page that is having issues.
When I create a new a article the same TOC issue happens. We lost our WordPress expert at the beginning of 2023 and so I’m filling in and trying to learn as fast as possible to be able to troubleshoot things like this. We have some developers and I will try to have them sit with to troubleshoot what is going on.Forum: Plugins
In reply to: [Joli Table Of Contents] Unable to indent sub-headers on V2Thank you so much! That CSS worked! I really appreciate the help
Forum: Plugins
In reply to: [Joli Table Of Contents] Unable to indent sub-headers on V2Thank you so much for replying. The issue I’m finding with padding/margins for Table of Contents Body or Headings is they move/adjust everything. In the past H2 was lined up on the left, and H2 was indented under the H1 headings.
I’m going to try and upload the images again. And I am also including the CSS we used in version 1 to achieve this:
/* indentation and spacing between items in TOC MAIN SECTION HEADERS in bullet lists*/
joli-toc-wrapper nav#joli-toc ul.joli-nav li.item {
margin-bottom: 1.3em;
margin-left: -18px;
}/* indentation and spacing between items in TOC SUBSECTION HEADER items in bullet lists */
joli-toc-wrapper nav#joli-toc ul.joli-nav li.subitem {
margin-bottom: 1.0em;
margin-top: 1.0em;
margin-left: 0px;
}TOC v1
I hope the images are viewable this time. Thank you again for any help you can provide!
- This reply was modified 1 year, 10 months ago by sturley.