Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #936883

    There seems to be a limit to the number of posts the selector shows in the Fullwidth Easy Slider Image > Caption > Image Link > Single Entry > Post dropdown. I have thousands of posts on this site and the dropdown selector only seems to show posts up to those starting with the letter P. Have you heard of this issue? Maybe it’s just a browser/Chrome default limit for those kinds of selectors? Any fix for it, by chance?

    Thanks!

    #937151

    Hey sky19er,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Which page should we be looking at?

    Best regards,
    Victoria

    #937333

    Sure thing (in private content) — If you edit the Fullwidth Easy Slider on the Frontpage/Home and try to link one of those slides to a post via the Image Link option under the Caption tab, you should see that only posts up through the letter P are available, even though we have plenty of posts available with titles starting with letters after that in the alphabet.

    Thanks!

    #937833

    Hi, I have a slightly different problem: I DO NOT want to show any images at the entry slider.
    In the entry itself, there are no images added, so the entry slider displays a strange looking icon area above entry title – how can I remove this?
    Thanks for help!

    #937946

    Hi,

    Can you please create a different ticket?
    The issue is related to the usage of the slider, so we need to see if we can do it with a way.

    Thank yiuy

    Best regards,
    Basilis

    #940196

    But what about the original ticket — you still haven’t responded since I gave you access on the 4th.

    Thanks!

    #940724

    Hi,

    Sorry – which ticket could you please link it for us – or reply into it again please?

    Best regards,
    Basilis

    #940733

    Huh? This is the original ticket. @dlikat jumped in and asked some other question and you told here to create a different ticket, but nobody has gotten back to me on this one. Right before @dlikat jumped in, I had given you access (on April 4th, above). If I try to reply to that ticket, it just jumps me down here again. Am I missing something?

    #941295

    Hi sky19er,

    Looks like there is a limit to the posts that are queried for the fullscreen slider but I cannot find it anywhere in the code.

    Best regards,
    Victoria

    #941637

    Thanks for looking, Victoria — is there anyone else on the team you could ask?

    #942299

    Hi,

    We are reviewing it with out Developers so please allow us some time while we do.

    Thank you very much

    Best regards,
    Basilis

    #942733

    OK, thanks, standing by.

    #943456

    Hi,

    Thank you for your patience. How many posts are there in your installation exactly? Please try this filter in the functions.php file.

    add_filter('avf_dropdown_post_number', 'avf_dropdown_post_number_mod');
    function avf_dropdown_post_number_mod() {
        return 10000;
    }

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Fullwidth Easy Slider > Image Link > Single Entry > Post limit in dropdown?’ is closed to new replies.