• Resolved hidegandras

    (@hidegandras)


    When trying to select on which page to display the sidebar nothing happens and in the browser’s console the following error shows up:

    [Error] TypeError: undefined is not an object (evaluating ‘n.replace’)
    template
    initialize
    View
    s
    addConditionView
    forEach
    forEach
    (anonymous function)
    render
    initialize
    View
    s
    addGroupView
    f
    trigger
    _onModelEvent
    f
    trigger
    set
    add
    addGroupModel
    (anonymous function)
    dispatch
    handle

    It only works with Static Pages and Articles, anything else generates the error above.

    https://wordpress.org/plugins/content-aware-sidebars/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    Thank you for reporting this.

    Unfortunately I cannot reproduce your issue. Please provide me with the following info:

    What browser are you using?
    What other plugins are you using? Did you try deactivating them?
    What is the name of your theme?
    Did it work in version 3.1?

    Thread Starter hidegandras

    (@hidegandras)

    Thanks for the reply, it turned out that it was an issue on server side: the asp_tags were turned on. Because of this some js code didn’t run correctly.

    If anyone else experiences the same error as I did add this to your .htaccess file:

    php_value asp_tags 0

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TypeError: n is undefined’ is closed to new replies.