• Resolved Rudolph Smits

    (@rudolph-smits)


    Dear Mister Breedvelt

    With apologies because I might have asked this ever before…

    But the thumbnailpictures beneath the photo showed in a diashow do not show anymore. That is to say, when I press “Next Photo” they do. I have looked at the settings for diashow but found no solution. Could you tell me what to do?

    Rudolph Smits, Netherlands

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

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You have js errors on the page:

    TypeError: $.ui is undefined jquery-ui-timepicker-addon.min.js:4:17
    TypeError: $.timepicker is undefined jquery-ui-timepicker-nl.js:4:2
    TypeError: a.ui is undefined slider.min.js:11:126
    

    Most likely this breaks the execution of the js page initialisation.

    Suggestions:

    – Try disabling WP-Super-Cache
    – Fix possible bug in calender code
    – Try in the wppa settings:
    Table IX-A15.1 Extended resize count, set to 1;
    Table IX-A15.2 Extended resize delay, set to 1000.

    If nothing works so far, add at the top of the page (use the editor in HTML mode!!!):
    <script>$=jQuery;</script>

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Wow, this isn’t going very well. I have tried most of your sugestions (except Super-Cache because I want to keep this functionality) but nothing worked.

    When timepicker is the problem (I am not aware of using that, probably part of CF7-datepicker) then things are getting worse. For some reason it is loaded twice (and I have never been able to find out how or where) and the pluging has not been maintained for more then 3 years. It seems that is has been abandoned by the auther. But nevertheless I will put a questions on the appropriate WP-forum.

    Mr Breetvelt, thanks again for helping me sofar!!

    • This reply was modified 4 years, 7 months ago by Rudolph Smits.
    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Try this near the top of the page (using the HTML mode!!) instead of my previous suggestion:

    <script>
    setTimeout(function(){wppaDoAllAutocols();},2000);
    </script>

    2000 is 2000 ms, i.e. 2 sec. Maybe you need longer.
    You should clear cache after any change made!!

    You could try de-activating caching temporarely just for testing…

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Thanks again for this great support!

    But now grandchildren are here, so I will have little time to do and try this.
    I will report back later on!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Maybe simpler and more effective: Untick Table IV-A19: Lazy load

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If Table IV-A19 is not ticked, make sure you do not have any other plugin that causes ‘lazy load’ to be active. Maybe your caching plugin has such a setting, if so, switch the lazy load feature off.

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Thank you, thank you.
    As I said, we have grandchildren here. Monday they are at school. I will then follow your instructions.

    Regards.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I am afraid that the following is approximately at the end of my inspiration:

    Add with te html editor:

    <script>
    setTimeout(function(){
    	jQuery('#sub_huis_2').on('click', function(){jQuery(window).trigger('resize');});
    },2000);
    </script>

    Maybe the time (2000) must be larger or may be smaller, but the principle is believed to be working. I tested it on the console and it worked.

    Make sure you copy-paste it from the forum, not from the email!!!

    By the way, there is an error on the page that you should be able to fix:
    it reads:
    <!== OPBOUW KALENDERSCRIPT VOOR PHONE ==>
    This should be:
    <!-- OPBOUW KALENDERSCRIPT VOOR PHONE -->

    Reminder: clear all caches after any modification made!!

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    I feel ashamed a bit because of no reacting.

    Maar… wij zijn momenteel oppas van twee kleinkinderen (3 en 6), dat duurt nog tot de rest van de week. Is leuk maar kost veel tijd en het lukte me tot nu toe niet om de voorgestelde aanpassingen uit te voeren.

    But I will try to realize your solutions as soon as possible. In the meantime I am also contacting the author of CF7 Datepicker. I hope to get solutions for that timepicker issue.

    Regards
    Rudolph Smits

    PS <!== OPBOUW KALENDERSCRIPT VOOR PHONE ==>: has been solved, thanks!

    • This reply was modified 4 years, 7 months ago by Rudolph Smits.
    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Don’t hurry, take your time. Ik ben ook opa.

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Mr Breetvelt

    Bad news, none of your suggestions worked.

    I disabled CF7 datepicker (suggestion of its author) and also WP Super Cache. No change.
    The scripts and both A15-settings didn’t work too.
    Setting A19 was already unticked.

    I am using some old CF7 plugins and PHP Execution. Not maintained for more years. If the cause is there I am afraid to be unable to solve it at all.

    Above the diashow I can add some text to indicate how to obtion the thumbnails. That might be second best to do.

    Thanks nevertheless for all your time and effort!

    Regards
    Rudolph Smits

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I would very much fix this, its now a challenge for me. If you allow me admin access. i could possiby do more. Pls mail me at opajaap at opajaap dot nl

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    This fixed it:

    // Make sure filmthumbs will show up
    echo '
    <script>
        jQuery(document).ready(function() {
            jQuery(\'#sub_home_2\').click(function() {
                setTimeout(function(){
                    jQuery(window).trigger(\'resize\')
                    },25);
            });
        });
    </script>';
    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Mr Breedvelt

    Thank you for all your effort and your tenacity. It really works!

    Regards
    Rudolph Smits

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Diashow does not show thumbnails beneath’ is closed to new replies.