Pagination links cause page to not load properlly
-
I have a site that has its content loaded with pagination. With this plugin activated, when you click on the pagination links, the page reloads but with the same page as you are currently looking at. If you go directly through the address bar, the page does load.
I tried adding a class to the pagination links of “wpgb-pagination-link” and putting that in the exception list, but that does not fix the issue.
Please let me know any other direction I can look at to fix this issue.
Thanks.
WP URL: https://awcidev.wpenginepowered.com
WP version: 6.4.3
PHP version: 8.2.14
Active Theme: Hello Getfused, version: 1.0
Active Plugins:- ACF OpenStreetMap Field, version: 1.5.6
- Advanced Ads, version: 1.51.1
- Advanced Ads Pro, version: 2.26.0
- Advanced Ads – Tracking, version: 2.5.2
- Advanced Custom Fields, version: 6.2.7
- Advanced Editor Tools, version: 5.9.2
- Custom Taxonomy Order, version: 4.0.0
- Dynamic Visibility for Elementor, version: 5.0.10
- Elementor, version: 3.19.4
- Elementor Pro, version: 3.19.3
- Email Address Encoder, version: 1.0.23
- FileBird Lite, version: 5.6.2
- Gravity Forms, version: 2.8.4
- Gravity Forms Google Analytics Add-On, version: 2.2.0
- Gravity Forms reCAPTCHA Add-On, version: 1.4.0
- GTM4WP – A Google Tag Manager (GTM) plugin for WordPress, version: 1.20
- Max Mega Menu, version: 3.3.1
- Media Sync, version: 1.4.1
- Page Links To, version: 3.3.6
- Permalink Manager Lite, version: 2.4.3.1
- Post Duplicator, version: 2.32
- Redirection, version: 5.4.2
- Scriptless Social Sharing, version: 3.2.4
- SVG Support, version: 2.5.5
- UpdraftPlus – Backup/Restore, version: 2.24.1.26
- WP Add Mime Types, version: 3.1.1
- WP External Links, version: 2.60
- WP File Manager, version: 7.2.4
- WP Grid Builder, version: 1.8.2
- WP Grid Builder – Elementor, version: 1.2.6
- WP Grid Builder – Map Facet, version: 1.4.3
- WP Mail SMTP, version: 4.0.1
- Yoast SEO, version: 22.2
WPEL Settings:
array(
‘wpel-external-link-settings’ => array (
‘apply_settings’ => ‘1’,
‘target’ => ‘_blank’,
‘target_overwrite’ => ‘1’,
‘rel_follow’ => ”,
‘rel_follow_overwrite’ => ”,
‘rel_noopener’ => ‘1’,
‘rel_noreferrer’ => ‘1’,
‘rel_external’ => ‘1’,
‘rel_sponsored’ => ”,
‘rel_ugc’ => ”,
‘title’ => ‘{title}’,
‘class’ => ”,
‘icon_type’ => ”,
‘icon_image’ => ‘1’,
‘icon_dashicon’ => ‘dashicons-menu’,
‘icon_fontawesome’ => ‘fa-external-link’,
‘icon_position’ => ‘right’,
‘no_icon_for_img’ => ‘1’,
),
‘wpel-internal-link-settings’ => array (
‘apply_settings’ => ”,
‘target’ => ”,
‘target_overwrite’ => ”,
‘rel_follow’ => ”,
‘rel_follow_overwrite’ => ”,
‘rel_noopener’ => ‘1’,
‘rel_noreferrer’ => ‘1’,
‘title’ => ‘{title}’,
‘class’ => ‘wp-internal-link’,
‘icon_type’ => ”,
‘icon_image’ => ‘1’,
‘icon_dashicon’ => ‘dashicons-menu’,
‘icon_fontawesome’ => ‘fa-address-book’,
‘icon_position’ => ‘right’,
‘no_icon_for_img’ => ‘1’,
),
‘wpel-excluded-link-settings’ => array (
‘apply_settings’ => ”,
‘target’ => ”,
‘target_overwrite’ => ”,
‘rel_follow’ => ”,
‘rel_follow_overwrite’ => ”,
‘rel_noopener’ => ‘1’,
‘rel_noreferrer’ => ‘1’,
‘title’ => ‘{title}’,
‘class’ => ‘wpgb-pagination-link’,
‘icon_type’ => ”,
‘icon_image’ => ‘1’,
‘icon_dashicon’ => ‘dashicons-menu’,
‘icon_fontawesome’ => ‘fa-address-book’,
‘icon_position’ => ‘right’,
‘no_icon_for_img’ => ‘1’,
),
‘wpel-exceptions-settings’ => array (
‘apply_all’ => ‘1’,
‘apply_post_content’ => ‘1’,
‘apply_comments’ => ‘1’,
‘apply_widgets’ => ‘1’,
‘skip_post_ids’ => ”,
‘ignore_classes’ => ‘wpgb-pagination-link’,
‘subdomains_as_internal_links’ => ”,
‘include_urls’ => ”,
‘exclude_urls’ => ”,
‘excludes_as_internal_links’ => ”,
‘ignore_script_tags’ => ‘1’,
‘ignore_mailto_links’ => ‘1’,
),
‘wpel-exit-confirmation-settings’ => array (
‘exit_preview’ => ”,
‘background’ => ‘#FFFFFF’,
‘title’ => ‘You are leaving our website’,
‘title_color’ => ‘#FFF’,
‘title_background’ => ‘#999’,
‘title_size’ => ’18’,
‘text’ => ‘This link leads outside our website and we are not responsible for its content. If you still want to visit the link, click here:’,
‘text_color’ => ‘#444’,
‘text_size’ => ’14’,
‘popup_width’ => ‘400’,
‘popup_height’ => ‘200’,
‘overlay’ => ‘1’,
‘overlay_color’ => ‘#000’,
‘button_text’ => ‘Stay on the site’,
‘button_size’ => ’14’,
‘button_color’ => ‘#FFF’,
‘button_background’ => ‘#1e73be’,
),
);The page I need help with: [log in to see the link]
- The topic ‘Pagination links cause page to not load properlly’ is closed to new replies.