Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter pv2008

    (@pv2008)

    Hi Joe,

    Yes, I have kept the option you mentioned unchecked.

    The current situation is that if I started off with https on any page/post/”home” page, links to all the posts do start with https so everything is working as expected. Now, if I happen to type in https://domain.com it I will automatically get redirected to https://domain.com (by the plugin I presume) which is also what I expected. However, there is no automatic redirection from http to https for posts/pages, unless I check the option to have https for individual pages. Is THIS the expected behaviour too? I mean, should I be doing this using a redirection plugin instead??

    Thanks.

    Just realised that I might not have been very clear, when I said “page stays blank”, I actually didn’t meant that the whole browser window was not showing anything. The usual sidebar (with its options) in WordPress admin panel was visible, but no text followed after the heading “Migration Assistant”. There was no text indicating the status of the operation, e.g. “Creating databas backup”, etc. By the way, there were problems creating backup files because all I can see in the backup older is an SQL file of zero length. Is there a log of error messages?

    By the way, is there some form of progress indicator? For example, in my case, the Migration Assistant page remains blank after I submitted the form to migrate my site to an external server (with a change of domain name too). What is the name of the back up file I can expect at the remote server?

    OK, thanks for that. It’s quite clear now!

    Cheers.

    Hi Mert

    Just discovered your plugin and wanted to try it out. A question though: where is the documentation you were referring to, unless you meant single-page FAQ?

    In my case I am migrating a site to a different server AND different domain. I take it that I need to install Move on both current (call it the ‘old’) site and the new server? Can I confirm that I should initiate the migration from the old site (not very clear from the FAQ) before I start? By the way the main reason I am looking into using a plugin for migration is to preserve my Media Library since I have quite a few images and pdf files. Do you know if your plugin can help preserving the links?

    Thanks!

    Louis

    Hi AW,

    On my site I have consolidated a few calendars. However I noticed that sometimes there is an empty line between events from different calendars which happen on the same day and sometimes no extra line, but there doesn’t seem to be any logic to this. Is this what all of you are seeing too?

    Thanks for that! It’s working now.

    Cheers.

    Hi AW, atQuest,

    I am very interested in using this modification. I am using stout-google-calendar v1.2.3 but I can’t find the line (229 or 292) you are talking about? Can you please be clearer on the lines before/after in gcalendar-wrapper.php where I need to make the change? Thanks!!

    Cheers,

    If what you want to hide are the titles of WordPress pages, you can try something like to wrap around the part where the title of the post/page is displayed in the template. You can also use is_home() instead if that is what you need.

    <?php if (!is_front_page()): ?>
      ...existing code to display title in the template...
    <?php endif; ?>
Viewing 9 replies - 1 through 9 (of 9 total)