Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Qurl

    (@qurl)

    I guess the AJAX is the culprit here. Dynamic Widgets has no clue anymore which widgets are being loaded within the sidebar when you start loading widgets into the sidebar via AJAX.

    Thread Starter elghana

    (@elghana)

    HI Qurl,
    Thanks for the response. I am wondering if there is a way to reinitialize the plugin after the ajax load so as to get it to work on the ajax loaded contents.
    It works perfectly on other contents except those loaded by ajax.
    I had encountered a problem once with a plugin and i was able to reinitialize it by creating a function in my ajax js file for the js script used in that plugin for the function effect i wanted and recalled after ajax load.
    This time I have run out of ideas. Please I need help.
    Thank you
    Thanks for any ideas.

    Plugin Contributor Qurl

    (@qurl)

    DW does not run at the client side. It runs on the server side So, no JavaScript here and therefor unfortunately no way to reinitialize it.

    You might have a small chance when the AJAX call is running at the server to request DW to supply the ‘remove list’. This list contains the widgets that should not be included in the sidebar.

    This ‘remove list’ can be found in $DW->removelist

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget not working with Ajax or 4.2.2’ is closed to new replies.