• Resolved mawi022

    (@mawi022)


    Hello,

    I have a big problem:

    In the settings I made my homepage a static frontpage and – I don’t know since when this is happening, because my website is in maintenance mode – the frontpage shows “…too many redirections!”. Even if I enable the maintenance mode, there still remains same problem!

    The frontpage itself shows the URL “www.examplepage.com/home/” – but when I deactivate your plugin, it shows not.

    In another support thread I saw that there is someone having the same issue.

    Please urgently help. Thank you in advance.

    Cheers
    mawi

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hi mawi ( @mawi022 )

    Sorry to have this issue. I have made the resolution of it. Would push the changes in the new version tomorrow or day after tomorrow.

    To immediate solve this issue just put the below code in your functions.php

    
    function remove_static_page($prev_front_page_id, $new_front_page_id) {
    	global $wpdb;
    	$wpdb->query($wpdb->prepare("DELETE FROM $wpdb->postmeta WHERE meta_key = 'permalink_customizer' AND post_id = %d", $new_front_page_id));
    }
    add_action( 'update_option_page_on_front', 'remove_static_page', 10, 2 );
    

    and then go to settings and Save the Static Page settings again. So, the Permalink of that static page would be deleted and everything works fine for you.

    After doing this, Please check the Front Page if all works well so, remove the above mentioned code from the functions.php. As that function would be added in the New version so, you don’t need to take this code multiple time on your site.

    Let me know, if you have any other issue.

    Thanks,
    Sami

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hi mawi ( @mawi022 )

    Please check the Latest Version of the Plugin. I have solved your issue, some other bugs and added some new features in it.

    Please make sure to update the Front Page (Just click on update button doesn’t need to do anything else) or save the Settings of WordPress by which you have choose your Static Page as a Front Page. So, your problem would be resolved

    Note: Please do not use the code mentioned in my previous comment. You doesn’t need it anymore.

    Let me know if the problem still persist for you.

    Thanks,
    Sami

    Thread Starter mawi022

    (@mawi022)

    Hi Sami,

    thank you for your reply and your update.

    Just updated to latest version, but unfortunately the problem is not solved. The homepage still not loading and the URL still shows “www.examplepage.com/home/”.

    Also, there seems to be another bug: under “Convert Custom Permalink” the page is empty!

    Okay, I am not using your code you mentioned before.

    Can you please urgently help? Thanks a lot in advance.

    Kind regards
    Mawi

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hi Mawi,

    Have you resaved the HomePage again as i mentioned that you need to resave the Homepage or resave the settings of wordpress where you make the static as the homepage?

    Thanks,
    Sami

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Mawi, Thanks for pointing this issue. Issue has been fixed.
    there seems to be another bug: under “Convert Custom Permalink” the page is empty!

    Just needs to push it to WordPress.

    Please confirm about your Homepage Issue so, i can make a quick fix.

    Thanks,
    Sami

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    @mawi022 Have you tried my above solution?

    If the problem still persist for you so, can you provide me your server info to me to view the issue or would you like to have an skype call for a quick review of the issue?

    Thanks,
    Sami

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    @mawi022 One more Option you can try:

    1. Remove the Static HomePage and save the settings
    2. Again, Add the HomePage and Save the Settings
    3. Check Whether the page starts working for you or not.

    Thanks,
    Sami

    Thread Starter mawi022

    (@mawi022)

    Hi Sami,

    thank you for the new updates.

    I did it as per your advice: On my Front Page I pressed “update” button and in settings of WordPress I confirmed my Front Page as Static Page. But unfortunately the same issue: still shows https://www.example.com /home/ .

    Any idea? Thank you in advance.

    Kind regards
    mawi

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    @mawi022 do you use skype? Can we have some chat and screen share?

    Thanks,
    Sami

    Thread Starter mawi022

    (@mawi022)

    Hey Sami,

    sorry for my late reply. No, I do not use skype. Do you have any new outcome on this?

    Best regards
    mawi

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hey mawi

    I have fixed the issue on the latest release. I suggested you to remove the static homepage from the settings and re-enabled the static homepage from the settings.

    The issue may resolved. As i have tried this method it works for me with the latest version of the plugin as i have added some patch in it. This issue may not occur again.

    But, if you have tried that and still facing the issue. So, One more you can try. You can create another page and selected that page as Homepage and check whether that works for you or it gives you the same result.

    Please provide feedback after applying both above defined methods.

    Thanks,
    Sami

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Homepage does not load – message: Too many redirections!’ is closed to new replies.