Forum Replies Created
-
AuthorPosts
-
comitzuuPost count: 16
+Bump
comitzuuPost count: 16Sorry, 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 11 years, 2 months ago by comitzuu.
comitzuuPost count: 16Please 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
comitzuuPost count: 16This 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 11 years, 2 months ago by comitzuu.
comitzuuPost count: 16I 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
BrunocomitzuuPost count: 16Hey,
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
BrunocomitzuuPost count: 16This reply has been marked as private.comitzuuPost count: 16This reply has been marked as private. -
AuthorPosts