• Resolved subashbist123

    (@subashbist123)


    Hi

    I have an issue in mobile view with you plugin. for desktop it’s working fine but when we comes to mobile view or tablet view. it calling unwanted ajax call which create a issue in UI. we focus on the search box then it focus out from it. if we change the option from select box it’s disappear the box.

    Please check and let us know how to resolve it.

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter subashbist123

    (@subashbist123)

    Hi Anyone having similar problem related to above mention issue. Please suggest any idea to tackle this problem.

    Thanks

    Plugin Author Darren Cooney

    (@dcooney)

    Hi @subashbist123

    This is because of the following CSS in your theme.
    .alm-btn-wrap { display: none !important; }

    Try removing that or setting it to
    .alm-btn-wrap { opacity: 0; visibility: hidden; height: 1px; }

    Let me know if this helps!

    Thread Starter subashbist123

    (@subashbist123)

    Hi @dcooney

    I got this and it’s solving the keyboard disappearing issue but i tried this css .alm-btn-wrap { opacity: 0; visibility: hidden; height: 1px; } not working. When we scroll down in mobile section waiting for the next post batch till than it’s does not allow to scroll more bottom of the screen and fluctuate whole screen. Do you have another way to remove load more button?

    If i remove the whole section using code

    jQuery(document).ready(function ($) {
    $('.alm-btn-wrap').remove(); // Removes the Load More button container from the DOM
    });

    then keyboard disappearing issue occurs in mobile that’s means we have to keep the dom for .alm-btn-wrap but looking for the fluctuation issue.

    Shortcode i am using currently:
    echo do_shortcode('[ajax_load_more ransition_delay="1" loading_style="infinite classic" container_type="div" post_type="deal" posts_per_page="30" scroll_distance="-600" order="DESC" mages_loaded="true" ]');

    Plugin Author Darren Cooney

    (@dcooney)

    @subashbist123 I’m honestly not seeing an issue on mobile. Can you please explain exactly what I need to be looking for?

    The fix I gave you fixed an issue were ajax calls were dispatching after every scroll action, so that looks good now.

    Thread Starter subashbist123

    (@subashbist123)

    Ohh i see it’s working fine on Iphone mobiles but on andriod you will the fluctuation of the screen on bottom of page. let check i can provide you video.

    Thread Starter subashbist123

    (@subashbist123)

    Hi @dcooney
    Please check this video : https://youtube.com/shorts/8wdTVEStN0o?feature=share

    I have added the problem of scrolling do you have any fixes for this in android?

    • This reply was modified 2 months, 4 weeks ago by subashbist123.
    Plugin Author Darren Cooney

    (@dcooney)

    Hi @subashbist123 Thanks for the video. That doesn’t look good!

    Does the same thing happen on my website examples?
    https://connekthq.com/plugins/ajax-load-more/examples/paging-urls/

    I don’t have an Android to test at this moment.

    Thread Starter subashbist123

    (@subashbist123)

    No it’s not sowing but you are using the button there. I do not want to show the next load button in ajax load more.

    Plugin Author Darren Cooney

    (@dcooney)

    @subashbist123 Sorry, I’m not following.

    Does it happen in Android here?
    https://connekthq.com/plugins/ajax-load-more/examples/infinite-scroll/

    Thread Starter subashbist123

    (@subashbist123)

    it is solved now. Thanks for replying. It was some css issue.

    Plugin Author Darren Cooney

    (@dcooney)

    Ok great. thanks for following up @subashbist123

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.