• Ok, I know this is a “real” general topic I have and my sincere apologies if this is a simple fix. But I installed the plugin. I read the —-Theme Support—- section. I looked in the index.php file in my theme folder. In fact I have an index.php and index2.php and neither have a “div” tag. They both had only a few lines of code but did have a get_template_part() function with ‘archive’ as the parameter. So I grep’d for ‘get_template_part’ and got a list of files that the function lives in. That’s as far as I got. I’m a Perl programmer and can follow and hack my way through code, just having a hard time understanding the “starting” point for a WordPress page to get this working.

    My website is: http://www.elliotholden.com and would really like to get this working so my fullwidth media player can keep playing as users go through the site.

    I know you time is valuable so “Any” help or pointing me in the right direction would be greatly appreciated.

    Sincerely

    E.

    https://wordpress.org/plugins/advanced-ajax-page-loader/

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

    (@elliotholden)

    Just a couple notes:

    1. I do have JQuery Check and Debug turned on.
    2. JQuery check tells me that JQuery may be outdated because I have version 2.1.1 and the plugin uses 1.8 (so I don’t think this is my issue).
    3. I get WARNING that says: Could not bind to search form… could not find ‘form’ tag with class=’searchform’ or action=” missing.

    Those are the only messages I get. I will try to find the ‘serachform’ issue.

    In the page.php file I was able to find the ‘div’ that contains: ” if (have_posts()) : while (have_posts()) : the_post(); “
    That ‘div’ had a class named “container” so I created an ID inside the div and assigned it the value “container” as well. And added that name to the Content Element ID on the AAPL config page. Still no luck.
    Then I noticed a ‘div’ tag in page.php that had a class of “content_wrapper”. I again created an ID of the same name for this in that div and also update the AAPL config page, still no luck.

    E.

    Try to add <div (or section, or…) id=”your_ID_from_settings”></div>

    in index.php and single.php

    For me it helped to solve these problems

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ajax Page Loader not working on custom theme’ is closed to new replies.