Guido
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Pre-load page number seems not to workI don’t think that is the right answer.
First, I don’t see two different html files for each post in /cache/all. Second, as I said, there are many minutes in which only 2 pages (4 loads according your hypothesis) are cached, very less than 10.Forum: Plugins
In reply to: [WP Fastest Cache] Pre-load page number seems not to workMy settings page -> here
Looking at /cache/all through FTP, I don’t have duplicated html for each page, if this is your suspicion.
Forum: Plugins
In reply to: [WP Fastest Cache] Mobile doesn't trig cache, just desktop doesThanks for the fast answer.
I bought premium features right now, works like a charm.Hello brother,
Nice job, as always.
Tks!
Nice job Alex, tks!
“If any one of you is without sin, let him be the first to throw a stone at her”
Good luck buddy, we are all relying on you.
Forum: Plugins
In reply to: [Simple Social Page Widget & Shortcode] Plug In not showingNow worked for me to (because now I’m logged in).
You’re a genius man, tks!Forum: Plugins
In reply to: [Simple Social Page Widget & Shortcode] Plug In not showingSame for me, box not showing.
Worked well during one year, but now it doesn’t show anymore.Shortcode that always worked fine:
[facebook-page href=”123mercadordeideias4″ width=”500″ height=”300″ align=”center” hide_cover=”false” show_facepile=”true” show_posts=”false”]Page link:
https://mercadordeideias.com.br/obrigado/Please help.
It’s one of my favorite plugins!Hi Boris,
Some questions I solved after research, as follows:
1) change email box opacity, like 50%
#optinforms-form1-email-field {opacity: 0.5;}2) BOLD fonts
#optinforms-form1-disclaimer{font-weight: bold;}3) narrower “sign up” button
Still unsolved (help!!)4) Fix a minimum box height
Using CSS ‘min-height’ I couldn’t vertically center texts and boxes, so I solved it raising padding from 15px to 35px instead of using ‘min-height’: #optinforms-form1 {padding: 35px 3%;}5 [new]) I see a formatting problem in mobile devices, as you can see in these Image 1 and Image 2.
Any idea how to fix it?Here is the link to one page with optin-form (embedded) in the end of the page.
Thank in advance!Just one more, very important:
4) Fix a minimum box heightForum: Plugins
In reply to: [YUZO] Fast help on CSS.. where is this line?Forum: Plugins
In reply to: [Comments - wpDiscuz] Fast help on CSS!I want to delete this line, but I didnt find where this <hr> is.
Please tell me where.By now, after lots of research and attempts, I’m very satisfied.
I don’t have mod_expires.c installed at my server so every functionality related to it isn’t possible for me. “Browser Cache” W3TC option relays on lots of mod_expires, so I deactivated it. I kept “Page Cache” only.
After that, I rewrited my .htaccess implementing a cache system with mod_headers.c only.. less effective I think, but that’s what I can do.
I placed some compressing code using mod_deflate.c to.
As measured, 25-30% performance increase.
I wish I could have mod_expires.c.
Still opened for new opinions.By the way, I tested CDN with Amazon CloudFront, works fine. I had problems but after I selected “HTTP only” everything went right.
Resulting .htaccess is as follows:
# BEGIN Compress text files <ifModule mod_deflate.c> <filesMatch "\.(css|js|x?html?|php)$"> SetOutputFilter DEFLATE </filesMatch> </ifModule> # END Compress text files # BEGIN Cache-Control Headers <ifModule mod_headers.c> # 1 YEAR <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$"> Header set Cache-Control "max-age=29030400, public" </FilesMatch> # 8 DAYS <FilesMatch "\.(jpg|jpeg|png|gif|swf)$"> Header set Cache-Control "max-age=691200, public" </FilesMatch> # 8 DAYS <FilesMatch "\.(txt|xml|js|css)$"> Header set Cache-Control "max-age=691200, private" </FilesMatch> # NEVER CACHE <FilesMatch "\.(html|htm|php|cgi|pl)$"> Header set Cache-Control "max-age=0, private, no-store, no-cache, must-revalidate" </FilesMatch> </ifModule> # END Cache-Control Headers # BEGIN Turn ETags Off <ifModule mod_headers.c> Header unset ETag </ifModule> FileETag None # END Turn ETags Off # BEGIN W3TC Page Cache core <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_COOKIE} w3tc_preview [NC] RewriteRule .* - [E=W3TC_PREVIEW:_preview] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} ="" RewriteCond %{REQUEST_URI} \/$ RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC] RewriteCond "%{DOCUMENT_ROOT}/wordpress/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html" -f RewriteRule .* "/wordpress/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html" [L] </IfModule> # END W3TC Page Cache core # 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
Forum: Plugins
In reply to: [Comments - wpDiscuz] My sidebar loads where comments should be loadedHi,
You are right, I forgot deactivating Jetpack Comments.
After deactivating it, wpDiscuz works like a charm.
Thx, Lucas GuidoForum: Plugins
In reply to: [Simple Social Page Widget & Shortcode] Center Align?Nice job Dylan, congrats!