• Resolved branquinho

    (@branquinho)


    The Image Display Type option features 3 possibilities:
    – Pagination
    – Load More Button
    – Infinite Scroll

    I would like to know if it is possible not to choose any of the above. Meaning I want my feed to display for example 10 random images and not more. So there is no chance that the visitor can see more than 10 images from that feed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey, @branquinho!

    Thanks for posting your question!

    You can add your feed using Load More option, then hide the button with the following CSS code:

    #wdi_feed_0 .wdi_load_more_container {
        display: none;
    }

    Please add it to Instagram Feed WD Settings > Custom CSS panel. Make sure to clear the cache of your web browser before checking the changes.

    Let us know if this works.
    Cheers!

    Thread Starter branquinho

    (@branquinho)

    Thank you for the quick answer and for the CSS.
    Nevertheless I have to say that this option it’s not practical as in same cases I want the load more button and in other cases I don’t. Sorry, I don’t mean to make it complicated.

    Cheers,

    Antonio

    Plugin Contributor Tigran Nazaryan

    (@progmastery)

    Thank you very much for your feedback!
    We will add that fourth option to the setting field in one of the future versions of the plugin.

    Thread Starter branquinho

    (@branquinho)

    Great news @progmastery! I have been waiting for a long time for the opportunity to re-direct the feed to a link of my choice.

    I just would like to share a small note with you.
    By adding a 4th option webmasters will be able to set a link to re-direct the feed. The drawback is that in cases where you have more than 1 feed put up together the only possibility is for you to re-direct both to that specific link.
    I thought about two options to overcome this issue.

    1st: instead of adding a 4th option you would actually provide an option to add in front of the added feed a link option. (drawback: limited number of feeds)

    2nd: add a 4th option but create the possibility to have a feed that basically is a bundle of an unlimited number of chosen feeds. Example: Create a new feed where instead of only being able to add the instagram feed you would be able as well bundle previously created feeds. for e.g. [wdi_feed id=”1″] with [wdi_feed id=”24″] [wdi_feed id=”17″] This would allow to have a feed where different accounts are bundle and most important mixed together each with its own re-direct link.

    Cheers,
    Antonio

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image Display Type Switch Off’ is closed to new replies.