Home Forums WordPress Plugins Hide My WP HMWP breaks my Logo and the icons

This topic is: resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #334
    comitzuu
    Post count: 16

    Hi,

    can´t find my problem in your forum and I think that I followed your instructions and read your FAQ, but as you can see is my english not the best.

    I´am just wanna use HMWP for cleaning my Sourcecode and as I see it makes a awesome job. Thanks for it, it´s exactly what I need 🙂

    But now my Logo is gone and it seems that all my icons are crashed.

    A few days ago I asked you some questions as pre-purchase.

    I still wanna use Better WP Security to hide the login-area. I use a renamed wp-content-folder.
    I don´t want to change this, because it works fine for me.

    Please can you take a look for what is going wrong?

    Best regards
    Bruno

    #335
    comitzuu
    Post count: 16
    This reply has been marked as private.
    #336
    comitzuu
    Post count: 16
    This reply has been marked as private.
    #337
    comitzuu
    Post count: 16

    Hey,

    I´am really sorry. It seems that the most of my problems are homemade, because I used the HTML-Replace wrong.

    The Icons works now, my breadcrumb is fine. The “for” are erased by myself…

    Logo is fine, too…

    The following sentence is still in my Sourcecode:
    // Google Analytics for WordPress by Yoast v4.3.3 | http://yoast.com/wordpress/google-analytics/

    I want it to change just to Google Analytics. How can I do this please?

    I´ve tried it with

    “Google Analytics for WordPress by Yoast v4.3.3 | http://yoast.com/wordpress/google-analytics”=Google Analytics

    and also with a ‘ ** ‘ but it don´t work.

    There are also some ID´s to see (almost in the Header) from bbpress, woocommerce, avia, prettyphoto, Layerslider, Ubermenu and some more… How can I hide them please, without crushing my site… 🙂 … ?

    And in Header there are still some Links to Stylesheets where you can see that I am using woocommerce and more…

    Best regards
    Bruno

    • This reply was modified 10 years, 5 months ago by comitzuu.
    • This reply was modified 10 years, 5 months ago by comitzuu.
    #340
    comitzuu
    Post count: 16

    I really hope you read this post here first. Forget all the stuff from above. Your PlugIn works so nice! I will make you a big Testimonial…! 🙂

    Now I know that I can rewrite all ID´s and URL´s and it works great!

    I love to read my Sourcecode now!

    There are still just 2 Questions:

    1. The following sentence is still in my Sourcecode:
    // Google Analytics for WordPress by Yoast v4.3.3 | http://yoast.com/wordpress/google-analytics/
    I want it to change just to Google Analytics. How can I do this please?

    2. If I use on General Settings Page the Replace Mode on Quick, all works fine. If I use it on Fullpage mode, it breaks my Logo.
    What is the better mode? And how can I fix the issue with the Logo for Fullpage Mode?
    After finished my site, I will use W3 Total Cache with CDN.

    Best regards
    Bruno

    #341
    comitzuu
    Post count: 16

    This is still inside my Header. Any chance to change it?

    Tried with HTML-Remover, but it was not a good idea… It´s a variable, I mean woocommerce_remove_updated_totals

    <script type="text/javascript"> var woocommerce_remove_updated_totals = "0"; </script>

    <!-- UberMenu CSS - Controlled through UberMenu Options Panel 
    ================================================================ -->
    • This reply was modified 10 years, 5 months ago by comitzuu.
    #343
    comitzuu
    Post count: 16

    Please just have a look from post #340 on.

    It seems that your PlugIn has a problem with the following entries in my htaccess

    # www just to http (SEO)
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]
    DirectoryIndex index.htm index.php

    and

    ################################## Own Caching
    
    ## Turn Gzip Compression On
    <ifModule mod_deflate.c>
    <FilesMatch ".(js|css)$">
    SetOutputFilter DEFLATE
    </FilesMatch>
    </ifModule>
    
    ## EXPIRES CACHING ##
    # Turn on Expires and set default to 0
    ExpiresActive On
    ExpiresDefault A0
     
    # Set up caching on media files for 1 year (forever?)
    <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$">
    ExpiresDefault A29030400
    Header append Cache-Control "public"
    </FilesMatch>
     
    # Set up caching on media files for 1 week
    <FilesMatch "\.(gif|jpg|jpeg|png|swf)$">
    ExpiresDefault A604800
    Header append Cache-Control "public"
    </FilesMatch>
     
    # Set up 2 Hour caching on commonly updated files
    <FilesMatch "\.(xml|txt|html|js|css)$">
    ExpiresDefault A7200
    Header append Cache-Control "proxy-revalidate"
    </FilesMatch>
     
    # Force no caching for dynamic files
    <FilesMatch "\.(php|cgi|pl|htm)$">
    ExpiresActive Off
    Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
    Header set Pragma "no-cache"
    </FilesMatch>
    ## EXPIRES CACHING ##
    
    ################################## Own Caching

    It crushes my Page completely, and shows a database error.
    After I rename your PlugIn over FTP, everything looks fine…
    On another WordPress Side this works perfect and it´s nice for SEO and Pagespeed
    Any idea?

    Regards

    #345
    comitzuu
    Post count: 16

    Sorry, one more

    It seems that my internal css-links (Theme-CSS) to images are broken.

    Something like this doesn´t work:

    div a.remove {
    background: url(images/remove.png) #CCC;
    }

    The image can´t load.

    • This reply was modified 10 years, 5 months ago by comitzuu.
    #354
    comitzuu
    Post count: 16

    +Bump

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.