Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #455589

    Can you please read this problem I am having and let me know if you think it may be caused by the Enfold theme as the plugin author mentions:
    https://wordpress.org/support/topic/juicebox-error-config-xml-file-not-found?replies=3

    Thanks
    -Mark

    #455959

    Hi moltenman!

    Thank you for using Enfold.

    I’m sorry but I am not familiar with the plugin. Have you tried asking the plugin authors? Maybe they can point us directly to the issue. A link to your website will help as well.

    Regards,
    Ismael

    #457007

    Does Enfold set the pluginUrl to an empty string?

    Thanks
    -Mark

    #457056

    Hi!

    Not sure what you mean by that but if you do a little test by adding this in the functions.php:

    add_action('wp_head', function() {
      $url = plugins_url();
      echo $url;
    });

    ..check any page on the site, you’ll see the plugins directory text at the very top of the site. The plugins’ url is set to default. The theme doesn’t manipulate the plugins directory.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.