• Resolved taviocan

    (@taviocan)


    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

    (@codepeople)

    Hello @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

    (@taviocan)

    Unfortunately it doesn’t work.

    This is the page: 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

    (@codepeople)

    Hello @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.