Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #568935

    Hi,

    on our site http://grizzlies.de, I cannot move to other pages on the blog than the first one. When I click on page 2 or 3 or on the forward error, the page is loading again but it only shows the last 8 blogposts, nothing else.

    I tried it on Windows with different browsers (Chrome, FireFox, MS Edge, IE) and it’s always the same. I did disable the cache plugin – still the same.

    I don’t know since when this behaver begun.

    Please scroll down on the home page to get to the blog.

    Any Ideas?

    Thanks

    Alexander

    • This topic was modified 8 years, 11 months ago by Cevik_Kuersad.
    #569227

    Hi Alexander,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #569621

    Hi,

    I created an account for your, please find below.

    Thanks

    Alexander

    #570142

    Hey!

    Please make your functions.php file writable by changing the file permission

    then from Appearance > Editor > functions.php add the below code at the bottom

    
    add_filter('redirect_canonical','pif_disable_redirect_canonical');
    
    function pif_disable_redirect_canonical($redirect_url) {
    
    if( is_singular() && in_category('1,128,129') ) {
        $redirect_url = false;
    }
    return $redirect_url;
    }
    
    

    Cheers!
    Vinay

    #570377

    Hi,

    I made the changes but unfortunatelly, nothing has changed.

    Any other ideas?

    Thanks

    Alexander

    #571088

    Hey!

    Please follow the instructions on the following thread then add the query.php file patch as suggested on the wp.org thread: https://kriesi.at/support/topic/pagination-not-working-after-wordpress-4-4-1-and-enfold-3-4-7/#post-565212

    Or give us the FTP details so that we can check it.

    Regards,
    Ismael

    #571563

    Hi,

    if you please could have a look would be great.

    Please find the details below.

    You need to move to the folder “grizzlies”.

    Thanks

    Alexander

    #572588

    Hi!

    We added the query.php patch and then modified the postslider.php file. The pagination is working now: http://grizzlies.de/page/4/

    Regards,
    Ismael

    #572656

    great, thanks a lot for the support

    Best

    Alexander

    #573523

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

    #583329

    Hi,
    experience the same problem as above. I tried to apply those fixes but nothing worked so far. My site: http://www.super-gsi.net/
    I have the latest WP version 4.4.2 and use the Enfold theme
    any ideas?
    thx!
    Mark

    #583338

    Hi!


    @mbuz
    You are currently using an old version of the theme. Please update Enfold to the latest version 3.4.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #583346

    hi Yigit,
    thx, it worked!
    cheers,
    Mark

    #583347

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Cannot open other pages on blog than the first one’ is closed to new replies.