Filter does not work in the portfolio page
Hi!
I have a big problem.
Filter does not work in the portfolio page.
Now I have got 11 categories ...
'07, '08, ... R&D ... only three categories not working :-o
If I click load more button (1x, 2x, sometimes 3x) the categories items load
BUT, the thumbnail zoom link dose not work ... load only picture a blank page .... not a lightbox
my server settings:
allow_url_fopen On
date.timezone UTC
display_errors Off
error_log error_log
error_reporting E_ALL
file_uploads On
include_path .:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php
log_errors On
mail.force_extra_parameters no value
max_execution_time 1000
max_file_uploads 20
max_input_time 1000
max_input_vars 10000
memory_limit 128M
open_basedir no value
post_max_size 8M
session.save_path /tmp
short_open_tag On
upload_max_filesize 2M
upload_tmp_dir no value
Thx,
Comments
it's because of "Load more" option. jQuery filtering and "Load more" and technically incompatible. You can use one of them at the same time only.
Thanks!