• Whenever I ajaxify an element by putting it in “Multiple sub ajax container IDs/CLASSes:”, the div or class is duplicated inside the element I ajaxified. I can’t get my layout to stop being broken by this plugin!

    For example, if I ajaxify:

    <div class="comments-area">
    </div>

    I get:

    <div class="comments-area">
        <div class="comments-area">
        </div>
    </div>

    Please help!

    https://wordpress.org/plugins/ajaxify-wordpress-site/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Charles Mabe

    (@charlesmabe)

    Alright, I found the solution to that, I think. The problem is, no matter what I do, I can’t ajaxify comments-area without ajaxifying the Reply links to the comments. No ajax container IDs/CLASSes: does almost nothing!

    Plugin Author Manish Kumar Agarwal

    (@manishkrag)

    did you provided proper value for No ajax container IDs/CLASSes: like dot(.) for class and hash(#) for ID

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘AWS breaks my layout by duplicating and nesting elements.’ is closed to new replies.