Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter t.inoue

    (@tinoue)

    修正バージョンのリリースありがとうございます。

    アップデート出来ました。

    Thread Starter t.inoue

    (@tinoue)

    Thanks!

    Thread Starter t.inoue

    (@tinoue)

    Please excuse any awkward phrasing—this message was translated with the help of an AI agent.

    Thank you for your reply. The site where the issue occurred uses a theme that was created by another developer and which we have since inherited. Because of that, we don’t yet have a clear picture of how Kirki is integrated in the theme (e.g. which files load Kirki, where the customizer options are defined, or whether the theme bundles Kirki).

    To add a bit more context: after the site auto-updated from 5.1.1 to 5.2.0, we saw the WordPress fatal error screen. There was nothing relevant in the server error log; the debug log only showed repeated lines of “DynamicCss::construct called.” We downgraded to 5.1.1 and the site has recovered.

    We would also appreciate it if the plugin-side fixes we described earlier (the control vs controls path and the autoload base directory in the 5.2.0 package) could be addressed in an official update. That way we can test again with both an updated theme integration and a patched plugin. Thank you for your help.

    Best regards,

    Thread Starter t.inoue

    (@tinoue)

    Thank you.
    There is no 2, so it might be 1.
    Due to changes in the required specifications, I have temporarily stopped using the plugin, so I will try it again when I have time.

    Thread Starter t.inoue

    (@tinoue)

    I updated one of the problematic WordPress sites to 4.0.3.
    I was able to confirm that there are no more errors when logging in.
    Thank you.

    Thread Starter t.inoue

    (@tinoue)

    I was able to confirm the solution in version 2.2.5.

    Thank you for your support many times.

    Thread Starter t.inoue

    (@tinoue)

    Thank you.
    Sent from firelightwp.com/contact

    Thread Starter t.inoue

    (@tinoue)

    Thank you for your response.
    The upload method was automatic plugin update.

    When I installed Version2.2.3 from the WordPress administration screen by uploading a ZIP file, the plugin could not be activated due to the following error.

    Parse error: syntax error, unexpected ‘)’ in /wp-content/plugins/easy-fancybox/inc/class-easyfancybox-admin.php on line 748

    I have used the plugin quite a few times, and I checked all the sites, but there were 3 that had the same error, and it is below the configuration.

    A Site | PHP7.2.34/WordPress 6.4.5
    B Site | PHP7.2.34/WordPress 6.2.6
    C Site | PHP7.2.34/WordPress 5.7.12

    Thread Starter t.inoue

    (@tinoue)

    Thank you.
    Verified it is resolved in version 5.0.11

    Thread Starter t.inoue

    (@tinoue)

    Thank you.
    I downloaded it from github and confirmed it works.

    Thread Starter t.inoue

    (@tinoue)

    With or without checking “Prevent the loading the core CSS styles. When selected, the appearance options from above will be ignored.” in Advanced, the export of the following CSS cannot be controlled in version 2.0.37 or later.
    I don’t want to write this out.

    <style>.ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item;}.ez-toc-counter nav ul li a::before {content: counters( item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}.ez -toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item;}.ez-toc-widget-container nav ul li a::before {content: counters(item , “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}</style >

    Thread Starter t.inoue

    (@tinoue)

    I tested it locally and it was the same.

    Freshly installed WordPress 6.1
    no other plugins
    Theme: Twenty Twenty-Three

    “Easy Table of Contents” is left as default

    even if checked
     <style>.ez-toc-container-direction … I’m worried about the following being written out

    ————————
    Easy Table of Contents 2.0.38

    ■ Advanced / CSS : no check

    <head>
    <link rel=’stylesheet’ id=’ez-toc-css’ href=’/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css?ver=6.1.1′ media=’all’ />
    <style id=’ez-toc-inline-css’>div#ez-toc-container p.ez-toc-title {font-size: 120%;}div#ez-toc-container p.ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 95%;}div#ez-toc-container nav ul ul li ul li {font-size: 90%!important;}</style>

    <style>.ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item;}.ez-toc-counter nav ul li a::before {content: counters(item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}.ez-toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item;}.ez-toc-widget-container nav ul li a::before {content: counters(item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}</style>
    </head>

    </footer>
    </body>

    ■ Advanced / CSS : checked

    <head>
    <style>.ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item;}.ez-toc-counter nav ul li a::before {content: counters(item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}.ez-toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item;}.ez-toc-widget-container nav ul li a::before {content: counters(item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}</style></head>

    </head>

    </footer>
    <link rel=’stylesheet’ id=’ez-toc-css’ href=’/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css?ver=6.1.1′ media=’all’ />
    </body>

    ————————
    Easy Table of Contents 2.0.37

    ■ Advanced / CSS : no check

    <head>
    <link rel=’stylesheet’ id=’ez-toc-css’ href=’/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css?ver=6.1.1′ media=’all’ />
    <style id=’ez-toc-inline-css’>
    div#ez-toc-container p.ez-toc-title {font-size: 120%;}div#ez-toc-container p.ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 95%;}div#ez-toc-container nav ul ul li ul li {font-size: 90%!important;}
    </style>

    <style>.ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item;}.ez-toc-counter nav ul li a::before {content: counters(item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}.ez-toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item;}.ez-toc-widget-container nav ul li a::before {content: counters(item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}</style>
    </head>

    </footer>
    </body>

    ■ Advanced / CSS : checked

    <head>
    <style>.ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item;}.ez-toc-counter nav ul li a::before {content: counters(item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}.ez-toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item;}.ez-toc-widget-container nav ul li a::before {content: counters(item, “.”, decimal) “. “;display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left;}</style></head>

    </head>

    </footer>
    <link rel=’stylesheet’ id=’ez-toc-css’ href=’/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css?ver=6.1.1′ media=’all’ />
    </body>

    ————————
    Easy Table of Contents 2.0.36

    ■ Advanced / CSS : no check

    <head>
    <link rel=’stylesheet’ id=’ez-toc-css’ href=’/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css?ver=6.1.1′ media=’all’ />
    <style id=’ez-toc-inline-css’>
    div#ez-toc-container p.ez-toc-title {font-size: 120%;}div#ez-toc-container p.ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 95%;}div#ez-toc-container nav ul ul li ul li {font-size: 90%!important;}
    .ez-toc-container-direction{direction:ltr}.ez-toc-counter ul{counter-reset:item}.ez-toc-counter nav ul li a::before{content:counters(item,”.”,decimal) “. “;display:inline-block;counter-increment:item;flex-grow:0;flex-shrink:0;margin-right:.2em;float:left}.ez-toc-widget-direction{direction:ltr}.ez-toc-widget-container ul{counter-reset:item}.ez-toc-widget-container nav ul li a::before{content:counters(item,”.”,decimal) “. “;display:inline-block;counter-increment:item;flex-grow:0;flex-shrink:0;margin-right:.2em;float:left}
    </style>
    </head>

    </footer>
    </body>

    ■ Advanced / CSS : checked

    <head>
    </head>

    </footer>
    </body>

    Thread Starter t.inoue

    (@tinoue)

    Thank you

    Forum: Plugins
    In reply to: [Search Regex] fatal error

    WordPress 6.0.1
    Search Regex 3.0.1
    PHP 7.2.34

    Parse error: syntax error, unexpected ‘)’ in /home/xxx/xxx.com/public_html/wp-content/plugins/search-regex/includes/source/class-source.php on line 356

    Forum: Plugins
    In reply to: [Search Regex] fatal error

    I got the same symptom after updating to 3.0.1.

Viewing 15 replies - 1 through 15 (of 15 total)