Title: Plugin doesn&#8217;t show in page
Last modified: August 29, 2018

---

# Plugin doesn’t show in page

 *  Resolved [taviocan](https://wordpress.org/support/users/taviocan/)
 * (@taviocan)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-show-in-page/)
 * Hello,
 * From what I understood so far, there is a problem between Calculated Fields Form
   and Encyclopedia Pro. Do you have a fix for that?
 * Also, checking the console log in Chrome Inspector, I have the following error:
   
   Uncaught ReferenceError: x is not defined.
 * If there is no fix for any of these, is there any way to bring in the public 
   page at least the “Preview” pop-up from Dashboard?
 * Thank you!

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-show-in-page/#post-10636537)
 * Hello [@taviocan](https://wordpress.org/support/users/taviocan/),
 * Please, follow the steps below:
 * – Go to the settings page of the plugin, through the menu option: “Settings/Calculated
   Fields Form”
 * – Select the “Direct” option for the attribute: “Script load method” attribute.
 * – And finally, press the “Update” button.
 * If the issue persists, please, indicate the URL to the webpage where is inserted
   the form.
 * Best regards.
 *  Thread Starter [taviocan](https://wordpress.org/support/users/taviocan/)
 * (@taviocan)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-show-in-page/#post-10636731)
 * Unfortunately it doesn’t work.
 * This is the page: [https://www.torch.ro/varsta-sarcinii-2/](https://www.torch.ro/varsta-sarcinii-2/)
 * Please log in to view the page
    account: alan pass: team23
 * If i’m deactivating the Encyclopedia Pro plugin it works fine, but i need both
   of the plugins..
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-show-in-page/#post-10636919)
 * Hello [@taviocan](https://wordpress.org/support/users/taviocan/),
 * The issue is simple, your “Encyclopedia Pro” plugin takes the javascript code
   in the page’s content, and replace it with a text similar to:
 *     ```
       {STRINGCACHE:MD5:d11b2b4173b42ddd1c27ce6038c3e0c9}
       ```
   
 * Removing the code of thirds, like our plugin.
 * Please, follow the steps below:
 * 1. Open the “/encyclopedia-lexicon-glossary-wiki-dictionary/classes/cross-linker.
   php” file with the text editor of your choice.
 * 2. Go to the piece of code:
 *     ```
       if (!is_Array($tags)) return $content;
       ```
   
 * and edit it as follows:
 *     ```
       if (true || !is_Array($tags)) return $content;
       ```
   
 * Best regards.

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

The topic ‘Plugin doesn’t show in page’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-show-in-page/#post-10636919)
 * Status: resolved