mrppp
Forum Replies Created
-
Using latest WPFC Version 0.8.4, and done nothing except update plugin using `
[events_calendar long_events=1 full=1 country="UK" ]Forum: Plugins
In reply to: [WP Super Cache] Gzip compression not working?What method of caching are you using, FTP site look in wp-content/cache/supercache/sitename/ see if you have a GZ file
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Microdata MarkupSet as so
<div itemscope itemtype="http://schema.org/Event"> <div itemprop="name"><strong>#_EVENTNAME</strong></div> <div><meta itemprop="startDate" content="#_EVENTDATES #_EVENTTIMES">#_EVENTDATES #_EVENTTIMES</div> </div> <div itemprop="location" itemscope itemtype="http://schema.org/PostalAddress"> <div itemprop="streetAddress">#_LOCATION</div> <div><span itemprop="addressLocality">#_LOCATIONTOWN</span>, <span itemprop="addressRegion">#_LOCATIONSTATE</span></div></div> #_EVENTNOTESFor some reason though it is fine on single events, but on my page with Default event list, using
[events_list_grouped ]it just will not save the information not sure how i get round this?Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Microdata MarkupNot sure on dates that span more than one day as i can’t use #_EVENTDATES as that lists as start date but shows the full date start and finish
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Microdata MarkupFound this helped.
Now working
http://schema-creator.org/event.phpwhen you say latest update you mean Version 5.5.4 ?
Forum: Fixing WordPress
In reply to: [WP Super Cache] WP-Super-CacheIf i set Donβt cache pages for known users. (Recommended)
Then i get no cached files even if logged in.So why am i ONLY getting SUPERCACHED files not normal CACHED files?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Microdata MarkupCould you give an example so i can use that to try what you suggest?
Do you mean in say Default event list format{has_location}<br/><i><span itemprop="name">#_LOCATIONNAME</span>, <span itemprop="name">#_LOCATIONTOWN</span> #_LOCATIONSTATE</i>{/has_location}Forum: Fixing WordPress
In reply to: [WP Super Cache] WP-Super-Cacheset (for testing) at 30 seconds
The trouble is it does not auto generate cache files, it only generates supercahe files.
So i have to use supercahe.
If i login visit all my pages while logged in i generate cache files, but once the timer expires and garbage runs, these do NOT get generated again unless i log in and visit each page again
Forum: Plugins
In reply to: [BulletProof Security] IP ban for login brute force attemptsSorry don’t mean to hijack, but i know the normal recaptcha was a pain logging in, but this one may help you for now, the new nocaptcha
https://wordpress.org/plugins/are-you-robot-recaptcha/
Hope you don’t mind just thought it may be useful until BPS release something much better πForum: Plugins
In reply to: [BulletProof Security] # BEGIN WordPressActually i will leave in,
it makes a difference with Leverage browser caching especially on jpgi just commented out
# Test which ETag setting works best on your Host/Server/Website # with Firefox Firebug, Firephp and Yslow benchmark tests. # Create the ETag (entity tag) response header field #FileETag MTime Size # Remove the ETag (entity tag) response header field #Header unset ETag #FileETag nonePage speed prefers it, so so long as it is an improvement.
Forum: Plugins
In reply to: [BulletProof Security] # BEGIN WordPressExcellent, I,ll go delete that speed code
Thank YouForum: Plugins
In reply to: [BulletProof Security] # BEGIN WordPressOk i,ll add there,
i guess if it is a cache code then i do not need the Speed Boost Cache Code i already have? or is this in addition, just put my plugin code for WP supercache before it?
assume still need it to set browser expirations.
You mention
root htaccess file is not locked.Should this be locked for security?
Many thanksForum: Plugins
In reply to: [BulletProof Security] # BEGIN WordPressNo, but the WP Super cache adds it in the Root htaccess
at the bottom
as so
# END WPSuperCache# BEGIN WordPress
# END WordPress
But this is correct, the rewrite rule for this wp supercache to go in the root not protected htaccess?
seems to workForum: Fixing WordPress
In reply to: [WP Super Cache] WP-Super-CacheThis is my situation.
I am using Use mod_rewrite to serve cache filesi have a site with 20 pages that i would like to have a fresh cache ones a week.
What settings will allow cached files to do thisWhy do the supercache files get generated by not being logged in, but the main /wp-content-cache/wp-cache-32c1exxxxxxxxxx.html file only load if i am logged in?
This means i need to visit each page myself?
I have set also in preload Refresh preloaded cache files every set (for testing) at 30 seconds,
and ticked
Preload mode (garbage collection only on legacy cache files. Recommended.)This rewrites all the supercached but not those generated by me when logged in at main /wp-content-cache/wp-cache-32c1exxxxxxxxxx.html
So unless i log in once a week and refresh these by visiting my pages, visitors will always see the old file, is this correct?
Am i better off not generating these /wp-content-cache/wp-cache-32c1exxxxxxxxxx.html only have supercached?