• dangerdanj

    (@dangerdanj)


    I have a child theme that I am trying to use CodeStyling Localization with. I added the load_child_theme_textdomain('supertheme', get_stylesheet_directory().'/languages'); code in my child theme’s functions.php file and my theme shows up but when I try to scan it, I get the Access Error below:

    You are trying to rescan files which expands above your PHP Memory Limit at 0.0019168853759765625 MB during the analysis.
    Please enable the low memory mode for scanning this component.

    I have already checked the box that says “enable low memory mode” and still get the error.

    If I remove the added code in my child theme’s functions.php file, I have no problem scanning anything but of course my child theme does not show.

    Any clue what I can do to get this working with my child theme?

    https://www.ads-software.com/extend/plugins/codestyling-localization/

Viewing 1 replies (of 1 total)
  • Thread Starter dangerdanj

    (@dangerdanj)

    Well, I figured out the memory problem which was due to code I had in the child theme’s functions.php file.

    The problem now is that there are no errors and everything seems in order, but the translation will not show.

    I’m using this plugin to be able to change a button to say “Read More” instead of “Details” which I set it up to do and generated a new .mo file, but no luck.

Viewing 1 replies (of 1 total)
  • The topic ‘Access Error’ is closed to new replies.