Forums
(@ahcfchurch)
8 years, 6 months ago
I’ve decided to go another way – to use Form Tools in a separate (non-Wordpress) part of the site.
Custom db tables on the site.
11 years, 8 months ago
But now I find that the slide show glitches badly at the start of each slide … But only on some browsers (worst on Safari on iPad)
Managed eventually to solve this myself. The PHP code has changed so that the slideshow ID has to be included.
So, if the previous version had:
<?php shslideshow(); ?>
This needs to be updated to
<?php shslideshow(1); ?>