Frequently Asked Questions


General Questions

Ajax Load More is available for download from the WordPress Plugin repository.

We have an Implementation Guide that can help you here… but essentially, it’s a 3 step process:

  1. Create your [ajax_load_more] shortcode
  2. Add the shortcode to your page via the WordPress content editor or directly within a theme template file.
  3. Load a page with your shortcode in place and watch Ajax Load More fetch your content.

Pro Tip: You can visit the Help section inside the Ajax Load More plugin for a visual guide.

Your server must be able to read/write/create files. Ajax Load More creates the default repeater on plugin activation and in order to modify the output it is required to write to the file as well.

No, Ajax Load More 5.0 removed all JavaScript dependancies including jQuery.

Repeater Template data is saved into a custom table in your WordPress database and written directly to a template (default.php) file within the WordPress uploads directory under the alm_templates folder.

Yes, with the help of the Single Posts add-on.

Yes it is… it’s really simple with the WooCommerce add-on.

Copy and paste the copy snippet below into your template.

The do_shortcode method simply refers to the manner in which a shortcode is added to your website.

do_shortcode is a WordPress function that is used to allow shortcodes to be rendered in backend scripts and template files.

When implementing Ajax Load More on archive pages or custom page template you will most likely be required to use this method.

When adding a shortcode through the WordPress content editor to a simple page, you do not need do_shortcode and can use the shortcode as plain text.

This issue appears most often because prior to activating Ajax Load More your theme was not resizing uploaded media to exactly 150×150 as required by the default repeater template.

When activated, Ajax Load More adds an image size of 150×150 (alm-thumbnail) to your theme so all future uploads will be resized into proper dimensions for display.

If updating the default repeater to use an image size already in your theme is not an option we recommend using the Regenerate Thumbnails plugin to batch process your previously uploaded media library images.

Note: Don’t forget to back up your site prior to running the thumbnail regeneration process.

Yes, please visit https://connekthq.com/donate/ and you will be redirected to PayPal.

Yes, Ajax Load More has a built-in right-to-left Repeater Template layout. To enable this, add css_classes=”rtl” to your shortcode.

Example Shortcode[ajax_load_more css_classes="rtl"]

The Search Engine Optimization can be used to send a visitor back to the same position they left off. This add-on creates paging URLs as you scroll and provide visitors the ability to use their back browser buttons to navigate back to their previous position.


Developers

Yes, in Ajax Load More 4.1.0, I quietly released a new alm_render function that provides a method to initiate Ajax Load More without the use of a shortcode.

In the code sample above, I’m passing shortcode parameter values as an $args array.

Note: the parameter values must always be strings. Booleans and/or integer values may have undesired results.

Yes, to access the $post object you declare global $post; it at the start of the template.

To access custom field values in a Repeater Template you must define global $post; at the top of the repeater and pass the $post->ID to the custom field function.

The example below illustrates how to access standard post meta fields as well as fields create with Advanced Custom Fields plugin.

Yes, Ajax Load More provides various templates variables that are available for use within repeater templates. Please see the Variables section for more details.

Yes, however not out of the box. Ordering by random requires a custom query to be run before the Ajax Load More shortcode – view  code sample.

You can remove the alm-thumbnail image size by adding the following snippet to your functions.php.

Yes, you can use the no_results_text parameter or the almEmpty callback function can be used to render a message to visitors.

When zero posts remain in an Ajax Load More query the Load More button will receive a class of done – you can target this element with CSS to hide the button.

Yes, in your wp-config.php add the following ALM constant.

With this constant defined, ALM will not save data to your database.

Pro Tip: Use the Theme method to load Repeater Templates from your theme directory.

To access the browser querystring parameters inside a Repeater Template you must retrieve and parse the HTTP_REFERER variable of the global PHP $_SERVER array.

Yes, the Repeater Template directory path is able to be filtered using the alm_repeater_path hook seen below.


Errors

To trigger click events on dynamically created content you need to make use of the jQuery .on() event handler.

This error can mean you have issues in your Repeater Template or your server is preventing access to wp-admin/admin-ajax.php.

If this error occurs, check the browser console > Network > Response and look for the following error:

Accessing author info via REST API is forbidden.

If this error is present, the All in One WP Security and Firewall plugin is blocking access. This can be resolved in the plugin settings, see this article for more information.

This error usually means there is an extra (or missing) closing div (or other container type) in your Repeater Template. This can cause ALM to lose it’s reference to the load more button.

This error also appears for users running Smush and the Lazy Load component. There is an issue in that plugin that has yet to be resolved which causes display issues in Ajax Load More. The only way to fix the issue is to disable Smush Lazy Loading on the URLs that use Ajax Load More.

This white screen error may appear when a 3rd party JavaScript file calls a document.write function on the Ajax results.

If this is happening, check the Network tab in your browser console to see which scripts are being loaded after the Ajax request.

A Mixed Content Error message will appear in your browser console if the frontend and the backend of the website are not using the same HTTPS protocol.

Make sure you’re using HTTPS for both the WordPress Address (URL) and Site Address (URL) fields in WP Admin > Settings > General.


Add-ons

No, there is not a trial version of any Ajax Load More add-on or Pro available. Please note that there is a 14 day refund policy pending a support request that cannot be resolved. For more information please see the Terms and Conditions.

Yes, you can activate a license on both instances, however your development/localhost website must follow one of the following domain patterns.

  • localhost
  • 10.0.0.0/8
  • 172.16.0.0/12
  • 192.168.0.0/16
  • *.dev
  • *.test
  • .*local
  • dev.*
  • stage.*
  • staging.*
  • *.wpengine.com
  • *.flywheelstaging.com
  • *.kinsta.cloud
  • *.cloudwaysapps.com
  • *.stage.site
  • *.myftpupload.com
  • *.pantheonsite.io
  • *.wpenginepowered.com

Yes, to increase/upgrade the number of available license activations, log into your account and then visit Purchase History > {Product} > View Licenses > Upgrades.

All license upgrades are discounted at a prorated charge where you only pay the difference.

Yes, to update a payment method, log into your account and then visit Account > Subscriptions > Update Payment Method.

Note: Payment methods can only be updated for credit card purchases. PayPal payments can not be updated and you will need to repurchase using the license key as the renewal key.

Invoices can be saved and printed from the Account > Purchase History section on the website.

If you did not create an account, send us a support request and provide the email used when purchasing and we can set one up for you.

If you are receiving an unauthorized error when updating an add-on, please try deactivating and then re-activating the license(s) from Ajax Load More > Licenses. Once you’ve done that, try running the update again.

If the issue persists, send us a support request and provide each license key so we can confirm license activations.

Yes, license keys can be added as constants to the wp-config.php of the site.
When adding keys via PHP constants, license activation is still required to be triggered from the Ajax Load More Licenses admin screen in WordPress.

Replace AJAX_LOAD_MORE_PRO and CUSTOM_REPEATERS in the constants above with the name of your add-on(s).