Title: SEOJ Plugin not working
Last modified: March 20, 2017

---

# SEOJ Plugin not working

 *  Resolved [bahbahtoonday](https://wordpress.org/support/users/bahbahtoonday/)
 * (@bahbahtoonday)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/seoj-plugin-not-working/)
 * I have two of the shortcodes running at the same time (one is for the mobile 
   view). The mobile version is updating the URL correctly, but the desktop does
   not. Scrolling to the current page doesnt work for either.
 *     ```
       // Desktop
       <div class="posts row hidden-xs">
               <?php echo do_shortcode('[ajax_load_more seo="true" post_type="post" repeater="default" posts_per_page="10" transition="fade" button_label="Load More" scroll="false" exclude="'.$excluded.'"]');?>
           </div>
       // Mobile
           <div class="posts row hidden-sm hidden-md hidden-lg">
               <?php echo do_shortcode('[ajax_load_more seo="true" post_type="post, featured-articles, videos" repeater="default" posts_per_page="10" transition="fade" button_label="Load More" scroll="false"]');?>
           </div>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/seoj-plugin-not-working/#post-8936761)
 * Hi [@bahbahtoonday](https://wordpress.org/support/users/bahbahtoonday/),
    You
   can only you SEO on a single instance. Other the plugin has no idea which instance
   it should be using as the primary for URL updates and other functions.
 * My suggestion would be to use CSS to adjust the layout for mobile/desktop vs 
   using multiple instances.
 * Hope this helps.
 *  Thread Starter [bahbahtoonday](https://wordpress.org/support/users/bahbahtoonday/)
 * (@bahbahtoonday)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/seoj-plugin-not-working/#post-8939773)
 * That works, thanks.
    -  This reply was modified 9 years, 2 months ago by [bahbahtoonday](https://wordpress.org/support/users/bahbahtoonday/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘SEOJ Plugin not working’ is closed to new replies.

 * ![](https://ps.w.org/ajax-load-more/assets/icon-256x256.png?rev=2944639)
 * [Ajax Load More – Infinite Scroll, Load More, & Lazy Load](https://wordpress.org/plugins/ajax-load-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-load-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-load-more/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-load-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-load-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-load-more/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bahbahtoonday](https://wordpress.org/support/users/bahbahtoonday/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/seoj-plugin-not-working/#post-8939773)
 * Status: resolved