Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Never mind, I got it fixed. To anyone else experiencing this issue, if the fixes mentioned above don’t work, and you have the W3 Total Cache plugin installed, try disabling the ‘Minify’ option in the W3TC General Settings. I did and now the Easy FancyBox plugin works beautifully. ??

    My Easy FancyBox is doing the same thing. It has <?php wp_footer(); ?> in the proper place, so it’s not the theme, and there is no option for fade. Any ideas?

    Forum: Hacks
    In reply to: 404 Redirect
    Thread Starter njras5

    (@njras5)

    Well that’s bizarre. It’s working now ??
    Now if I can find a custom “Not Found” page (or whatever page that is) when someone does a search I think I’ll be all set.

    I don’t know what happened, maybe it was a cache issue, but it’s working now. Thank you so much for your help.

    Forum: Hacks
    In reply to: 404 Redirect
    Thread Starter njras5

    (@njras5)

    That one was in the folder /example/

    Here is the one in the root folder

    [110 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    And I *thought* it could be done somehow, that just didn’t sound right, that it *couldn’t* be done. I just wish I knew how :/

    Forum: Hacks
    In reply to: 404 Redirect
    Thread Starter njras5

    (@njras5)

    That’s all there is in it.

    Forum: Hacks
    In reply to: 404 Redirect
    Thread Starter njras5

    (@njras5)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /EXAMPLE/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /EXAMPLE/index.php [L]
    </IfModule>
    
    # END WordPress
    Forum: Hacks
    In reply to: 404 Redirect
    Thread Starter njras5

    (@njras5)

    You would have to remove all other links to the homepage from anywhere in your WP theme where they exist. Probably one in the Menu –
    go to Dashboard Nav / Appearance / Menus

    and anywhere else in the theme that links to Home

    Well NOW I feel stupid, lol. Of course that’s not what I meant, but I can see where it could be taken like that. And in the 404.php file, ok, I guess that would ensure the error page redirects to the home page. (As opposed to the error page, the about page, the contact page, etc. – without clicking on the home page link. HOWEVER, I think I’m being confusing now. But anyway, I tried as you suggested, but it’s not working :/ I still get the error page.

    I asked my host, they said this can not be done. I don’t think this is accurate information, but I could be mistaken. CAN it be done in WP 3.3.1 or 3.3.2?

    Forum: Hacks
    In reply to: 404 Redirect
    Thread Starter njras5

    (@njras5)

    It says that’s a pluggable function, found in wp-includes/pluggable.php
    I guess I’m not really getting this…do I add the following code somewhere in that file (replacing, obviously, example.com with the domain home page),
    <?php wp_redirect( 'https://www.example.com', 301 ); exit; ?>

    and if so, does it matter where, and how do I ensure ONLY the error page redirects to the home page?

Viewing 8 replies - 1 through 8 (of 8 total)