Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ewhitaker

    (@ewhitaker)

    Interesting! No, I still cannot get it to center. I have tried Firefox, IE and Chrome. In all three browsers it’s still to the left. It’s also doing it on https://www.deutscheshaus.cc. This is driving me crazy…

    Thread Starter ewhitaker

    (@ewhitaker)

    Anybody?

    Thread Starter ewhitaker

    (@ewhitaker)

    That explains it! I did not have perfect woocommerce brands installed on the other site. Disabled it for this one and it worked fine. Also disabled the fly-outs. Back to normal. Thank you so much!

    Forum: Fixing WordPress
    In reply to: http to https
    Thread Starter ewhitaker

    (@ewhitaker)

    Below is the contents of the file. I did not copy all of the individual 301 redirects and left one as a sample. Because the site is still new, there are still pages showing up in the Search Console that need to be redirected to the new pages. I have tried entering the redirects and pointing to the https version, but all this does is cause a loop and the browser throws back an error on too many redirects. So, I then tried redirecting the pages to the http version, but I still get the redirect error in the browsers. It seems I can’t do anymore redirecting at all for any of the pages showing up in the search console. Not sure how to let google know that the pages have moved to a new URL anymore.

    **I do have 4 versions of this site set up in the console and set the preferred domain. I am also using Jetpack and Cloudflare.

    Header set Strict-Transport-Security “max-age=31536000” env=HTTPS

    #Redirect all traffic to https
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    #End redirect all traffic to https

    # BEGIN YOAST REDIRECTS
    <IfModule mod_rewrite.c>
    RewriteEngine On
    Redirect 301 “/shop/cuckoo-clocks/souvenir-cuckoo-clock-battery-operated” “/shop/cuckoo-clocks/souvenir-cuckoo-clock-wind-up”
    </IfModule>
    # END YOAST REDIRECTS

    # Yoast SEO – XML Sitemap Rewrite Fix
    RewriteEngine On
    RewriteBase /
    RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
    RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
    RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=geo [L]
    RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
    RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 [L]
    # END Yoast SEO – XML Sitemap Rewrite Fix

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    ## EXPIRES HEADER CACHING ##
    ExpiresActive On
    ExpiresByType image/jpg “access 1 year”
    ExpiresByType image/jpeg “access 1 year”
    ExpiresByType image/gif “access 1 year”
    ExpiresByType image/png “access 1 year”
    ExpiresByType text/css “access 1 month”
    ExpiresByType application/pdf “access 1 month”
    ExpiresByType application/javascript “access 1 month”
    ExpiresByType application/x-javascript “access 1 month”
    ExpiresByType application/x-shockwave-flash “access 1 month”
    ExpiresByType image/x-icon “access 1 year”
    ExpiresDefault “access 2 days”
    ## EXPIRES HEADER CACHING ##

    Options +FollowSymLinks

    # redirect from old site as of 2-4-18
    redirect 301 /html/newsletters.html https://www.deutscheshaus.cc/articles/

    hehe, I see it now – had to click on “quick edit” instead of just plain “edit”.

    Thanks!

    I must be blind. I have wordpress 2.7 and I don’t see anywhere in the edit panel for posts where there is an option to make the post sticky.
    The post I’m trying to stick is already on the front page, but I want to keep it at the top instead of having it pushed down. Is this what the built in sticky does in 2.7? If so, can somebody explain exactly where to find it to a blind bat? I tried wp-sticky 1.40 but that did not keep my post at the top either.

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