Plugin compatibility with child themes and multilang
-
Hello
I’m testing the pluginFor the plugin compatibility with child themes
line 176in the file:
recipepress-reloaded\admin\views\rpr-options-page\rpr-options-page-appearance\class-rpr-options-page-appearance-layout.php
should be:
$baseurl = get_stylesheet_directory_uri(). '/rpr_layouts/'. $file;
instead of
$baseurl = get_template_directory_uri(). '/rpr_layouts/'. $file;
One more thing I noticed, but still didn’t solve is the index page ( result of [rpr-recipe-index] ) that is incompatible with non-Latin languages: it’s encoding is not UTF8 without BOM + A-B-C-D-E-F-E is not multilang ?? )
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Plugin compatibility with child themes and multilang’ is closed to new replies.