• Resolved allencg

    (@allencg)


    Hello

    I have your plugin installed on to my site, but it’s using a bespoke theme (basically it’s a standard HMTL site with WordPress put on the back of it). Therefore when I insert your schort code to display posts within a certain category, nothing loads. Do I need to put a particular call in the PHP or the functions to connect to you plugin? I set up a repeater template and pasted the code but nothing happened.

    Can you let me know if in this case I should put any particular calls, either in the page template’s php or the functions file. I even tried the do_shortcode call to try it but get no on screen feeddback whatsoever.

    Pointer much appreciated.

    https://www.ads-software.com/plugins/ajax-load-more/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Im not sure sure. I have never implemented in a non-standard WP environment.

    Im guessing it’s juts renders the shortcode text directly on the screen?

    Thread Starter allencg

    (@allencg)

    It does not render anything at all on the screen. So this plugin is good with themes like 2015 etc. rather than custom made themes?

    Plugin Author Darren Cooney

    (@dcooney)

    It should be good with any theme… Maybe i miss understood the issue.

    Can you confirm the JS is being rendered in the footer?
    and you have wp_footer() function in footer.php?

    Thread Starter allencg

    (@allencg)

    Ah no. I don’t call wp_footer()

    This is my footer.php. So I could call wp_footer() then?

    <div id="side">
    <?php get_sidebar();?>
    </div>
    <!-- #sidebar1 -->
    </div>
    <!-- #mainContent -->
    <br class="clearfloat" />
    <div id="footer">
    <?php get_template_part('site_footer'); ?>
    </div>
    <!-- #footer -->
    </div>
    <!-- #container -->
    </body>
    </html>
    Plugin Author Darren Cooney

    (@dcooney)

    Yea, right before the closing </body>

    Thread Starter allencg

    (@allencg)

    Well well well, that did the trick. Thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Installation to custom HTML site’ is closed to new replies.