• Resolved bendtho

    (@bendtho)


    Hello,

    LOVE this theme, but it is clogging up my Apache error log.

    Here is an excerpt of the error message:

    Kirki: Typo found in field itrans_slide1_linktext (“setting” instead of “settings”)
    Kirki: Typo found in field itrans_slide1_image (“setting” instead of “settings”)

    There’s about 100 different lines that have various field “” values.

    I’ve looked at these files and cannot find a way to fix this. Any advice would be appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there!

    The error message is pretty self-explanatory: Some customizer fields use setting instead of settings.
    The kirki plugin allows that and renders the controls regardless, but the proper syntax is settings and not setting as per the WordPress Customizer API. It’s possible that at some point in the future the Kirki plugin will remove these extra fallbacks it has for some common typos, which is why it shows these warnings.

    These should be fixed in the theme and it’s simply a matter of replacing setting with settings.

    Thread Starter bendtho

    (@bendtho)

    Thanks, and I do get that part. But are you saying that it’s something I can fix on my own, or have to wait for an update from the theme and/or Kirki?

    Sorry, I’m fairly new to this.

    • This reply was modified 7 years, 5 months ago by bendtho.

    This is something that should be fixed by @marsian on the theme.
    However due to the themes update process in www.remarpro.com, there are usually some delays when it comes to that, so if you want to fix it on your site immediately until an update for the theme is available, you can manually edit the nx-customizer.php file in your theme and replace all instances of setting with settings.
    Or just copy-paste the contents of this gist: https://gist.github.com/aristath/e59b6c12e72fcf4a97c6733716733dec

    Thread Starter bendtho

    (@bendtho)

    Thank you! I knew what needed to be edited but I didn’t know what file it was in. Very helpful, thanks.

    Theme Author marsian

    (@marsian)

    Thank you for reporting ??

    i will try to update the theme in next update ASAP.

    Theme Author marsian

    (@marsian)

    Fixed in recent update

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Excessive Errors in Apache Log’ is closed to new replies.