• Resolved bibliata

    (@bibliata)


    Everything worked fine, but now breaks loop at slide #4 and never recovers afterword. Please, advise! //THANKS

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter bibliata

    (@bibliata)

    Loop still breaks after plugin update this morning.

    Starting to wonder if there is something in the post itself?

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Your website is not working so can you please create a new fresh page add a shortcode and share your test page link so we can check properly…

    Please refer to the below screenshot…

    https://prnt.sc/VKLvlmCgYW6K

    Thanks

    Thread Starter bibliata

    (@bibliata)

    Thanks. We block most Asian IP requests for security reasons.

    Can you view it via a Western world VPN/IP please?

    Why would it break at slide 4 precisely ?

    • This reply was modified 1 year, 4 months ago by bibliata.
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please check your console.log you are showing any display console.log error so please share screenshot…

    Can you please share which shortcode you are using so we can check properly on my local server…

    Thanks,

    Thread Starter bibliata

    (@bibliata)

            <div class="featuredtop">
                <!--This section is where the Featured Content plugin is called.-->
            <?php echo do_shortcode( '[recent_post_slider
            design="design-1" 
            media_size="full"
            show_read_more="false"
            show_date="false"
            show_author="false"
            content_words_limit="false"
            limit="3"
            ]' ); ?>
            </div>

    No errors in the console.log except for some mixed content warnings not related to the plugin. No php errors either. What should we be looking for in the console.log? //THANKS

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please pass limit parameter value “-1” and check…

    Can please create a new test page and please add to the below shortcode in your test page and check…

    [recent_post_slider design="design-1" media_size="full" show_read_more="false" show_date="false" show_author="false" content_words_limit="false" limit="-1"]

    Thread Starter bibliata

    (@bibliata)

    Just changed to -1 on main page where you can still see it. It began breaking earlier after slide #1-2. Before it would break around slide #4-6

            content_words_limit="false"
            limit="-1"
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    We have checked your shortcode in local server and it’s working…

    Please unblock Asian IP requests then we will check properly…

    Actually, this issue coming on website so i need to check….

    Thanks,

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Breaks loop at slide #4’ is closed to new replies.