Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Tigran Nazaryan

    (@progmastery)

    hi @enginozsahin,

    thanks for using Instagram Feed WD plugin!
    Just add some custom CSS.

    
    .body.page-id-4640 #wdi_feed_0 .wdi_load_more{
    display:none;
    }
    

    use other body class instead of .page-id-4640. ID #wdi_feed_0 is for first feed on the page.

    Thread Starter enginozsahin

    (@enginozsahin)

    if I use following code it works.
    .wdi_load_more{
    display:none;
    }

    but .body.page…. code is not working. what is wrong i don’t understand.

    Plugin Contributor Tigran Nazaryan

    (@progmastery)

    sorry, small typo, body without dot.
    The style you wrote will hide all loading buttons in all feeds.

    Thread Starter enginozsahin

    (@enginozsahin)

    Thank you Nazaryan it works now:)
    My code sample;
    body.page-id-483 #wdi_feed_1 .wdi_load_more{display:none;}

    Hi!
    I am trying to disable my load more button and this code is still not working for me. Can you please walk me through how to do this (specifically where in the plugin to insert the code)?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Load more disable’ is closed to new replies.