This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Plugin seems not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41176
    pimd1988pimd1988
    Participant

    I cannot get the plugin working. Please help me out. What am I doing wrong?
    The shortcode is placed in the correct template file. When I change for example the placeholder text in the WordPress backend I see the changes occur (through the element-inspector).

    #41181
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you for the details, it helps a lot!

    There is a fatal error reported on the error console, referring to this file. It looks like a combined+minified javascript file for all of the script files on the page. The issue is not caused by the plugin, it is originated from this line of the file.
    It is very likely, that the javascript minifier is removing a line break, or modifies a regular expression which causes the whole script execution to fail after that line. First, you should try to disable the minification/combine to see if the error is fixed. If not, then check the error console to see which file exactly is at fault.

    #41182
    pimd1988pimd1988
    Participant

    Hello Ernest,

    I got it fixed. The issue was I had 2 optimizing plugins which causing conflicts with eachother. Disabling one of them solved the issue.

    #41183
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #41184
    pimd1988pimd1988
    Participant

    Sure, thanks for the quick response!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Plugin seems not working’ is closed to new replies.