
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 23, 2021, 11:12
Hello
Ok! Please drop me exact link to the issue and wp-admin access - https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png
Hello
Ok! Please drop me exact link to the issue and wp-admin access - https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 24, 2021, 10:37
Hello
Please drop me exact link to the page with the filter
Hello
Please drop me exact link to the page with the filter

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 24, 2021, 13:14
Hello
This is a custom pagination and will not work with the filter. You need to adapt this code ( https://c2n.me/4bqreTt.png )for your pagination
An Example:
<?php if (class_exists('MetaDataFilter') AND MetaDataFilter::is_page_mdf_data()): ?>
<script >
jQuery(function () {
//pagination fix
var pag_links = jQuery('.nav-links').find('a.page-numbers');
jQuery.each(pag_links, function (index, a) {
jQuery(a).attr('href', jQuery(a).attr('href').replace('#038;', '&'));
var l = jQuery(a).attr('href');
var res = l.split("/page/");
var p = 1;
if (res[1] !== undefined) {
p = parseInt(res[1]);
}
jQuery(a).attr('href', l + '&mdf_page_num=' + p);
});
});
</script>
<?php endif; ?>
Hello
This is a custom pagination and will not work with the filter. You need to adapt this code ( https://c2n.me/4bqreTt.png )for your pagination
An Example:
<?php if (class_exists('MetaDataFilter') AND MetaDataFilter::is_page_mdf_data()): ?>
<script >
jQuery(function () {
//pagination fix
var pag_links = jQuery('.nav-links').find('a.page-numbers');
jQuery.each(pag_links, function (index, a) {
jQuery(a).attr('href', jQuery(a).attr('href').replace('#038;', '&'));
var l = jQuery(a).attr('href');
var res = l.split("/page/");
var p = 1;
if (res[1] !== undefined) {
p = parseInt(res[1]);
}
jQuery(a).attr('href', l + '&mdf_page_num=' + p);
});
});
</script>
<?php endif; ?>

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 7, 2021, 10:35
Hello
Yes pagination works fine with normal themes( themes that are created according to Wordpress standards )
Hello
Yes pagination works fine with normal themes( themes that are created according to Wordpress standards )

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 8, 2021, 09:39
Hello
My test - https://c2n.me/4cjdUgl - this is the search template
Hello
My test - https://c2n.me/4cjdUgl - this is the search template

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 10, 2021, 11:02
Hello
I changed only settings
Please watch a video - https://wp-filter.com/video-tutorials#video_1291 and https://wp-filter.com/video-tutorials#video_1293
Hello
I changed only settings
Please watch a video - https://wp-filter.com/video-tutorials#video_1291 and https://wp-filter.com/video-tutorials#video_1293