Viewing 15 replies - 1 through 15 (of 15 total)
  • Can you add a jquery sliding efect?

    Any reply will be great ??

    Thread Starter happyapple

    (@happyapple)

    Hey swenflea, I can certainly try to add a sliding effect, which way were you thinking? (up? down? left? right?)

    HappyApple.

    fyi, with the Titan theme, it doesn’t work. Click a link to a Page, and it ends up redirecting back to home page.

    Thread Starter happyapple

    (@happyapple)

    Sorry it took so long for me to notice, I’ll take a look at it.

    Thanks,
    HappyApple.

    Thread Starter happyapple

    (@happyapple)

    Gravitydk, I just tried the titan theme on the ajaxpageloader.yi.org site and it works just fine…. Maybe there is another plugin you are using that is causing it to not work?

    How use permamentlink to link for other site?

    OK i fix it.

    I downloaded a .js files from https://ajaxpageloader.yi.org/ and edited a overwrite files.

    How use permamentlinks?

    Hi,

    Thank you for this excellent plugin. Have been looking for something like this for a long time. It works perfectly with the pages and posts. There is just one area which probably needs some attention.

    For example, we display “Recent Comments” on the side bars like most blog sites. As you know, they are displayed along with their permalinks so that when clicked they are supposed to take the user directly to the specific comment, using its unique URL (eg: https://post-url/#comment-101) as an anchor. This is where it seems the problem is. Because when comment URLs are clicked from the side bar (from the list of recent comments) it just opens the post, and does not anchor/direct to the specifc comment.

    I was wondering if there is any way to get around the problem. Any help would be greatly appreciated. We are now using the plugin on our test site running wp2.8.4 at:
    https://www.nirmaaan.com/wptest

    Cheers,
    R

    barachuda

    (@barachuda)

    cannot use search blog and cloak link :[ https://adm11.vndv.com

    Thread Starter happyapple

    (@happyapple)

    Use the theme guide on the plugin’s FAQ page to learn how to get search working.

    As for cloak links… You will have to edit ajax-page-loader-15.php file and look for the following:

    var siteurl="<?php echo get_settings('siteurl');?>";
        var home="<?php echo get_settings('home')?>";

    Change the data inside the quotes to your cloak link, eg: https://adm11.vndv.com/

    Now it should look something like:

    var siteurl="https://adm11.vndv.com/";
        var home="https://adm11.vndv.com/";

    Hope this helps. ??
    —–
    Hey Nirmaaan, sorry it took so long to get back to you. Anyway yes, anchors are common problem using AJAX period. lol. But there are ways to get it to work. I just need to research and implement one into A.P.L. 1.5 to make it work again. ??

    Hopefully I’ll something, sometime in the near future. ??

    Great plugin!

    A few questions:

    * How can I get permalinks to keep working? right now a Google search result pointing to a permalink will show the index page – e.g. https://fiskerstudio.com/wordpress/2009/07/interview-guy-sargent/

    * How can I get certain plugins to reload when a post/page is loaded via AjaxPageLoader – e.g. FlickrTips which shows image on rollover the link pointing to that image. It only shows on index apge right now.

    Thanks!

    Thread Starter happyapple

    (@happyapple)

    Thanks for your questions rafdevis,

    Both of these problems are the major issues/conflicts using AJAX, the URL and compatibility with other plugins.

    Since AJAX changes web content without reloading the page/URL, bookmarks and direct links don’t work, or at least as of yet. It will take a method of using the anchor (#) to get them to work.

    These problems are difficult to solve, so it will take awhile before I can fix them.

    HappyApple.

    Thanks HappyApple. I eagerly await the update to address issues with permalinks! Keep up the great work.

    It seems like the page that’s being called through AJAX won’t find any jQuery I have put in the header of my site. Any ideas on what I can do about this?

    Hi there

    I see a couple of people saying that it works with 2.9.2, but when I upgrade to 2.9.2 it stops working.

    Is there something I need to do to get it working, or is there any news on a 2.9.2 compatible update?

    Many thanks

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘AJAX Page Loader 1.5 Support Topic’ is closed to new replies.