fullworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Display Eventbrite Events] Deleted event displayedHi,
The plugin that this plugin depends on ( Eventbrite API ) automatically caches events for 1 day so not to stress EventBrite and also slow your website waiting for responses from EventBrite.
If you area coder – it is fairly simple to change the cache time ( see https://github.com/Automattic/eventbrite-api-cache-one-hour )
Or the premium version of my plugin has cache control as a setting.
Or you can simply wait a day and it will expire, and as you are testing I don’t think that should be an issue.
Many thanks for taking an interest in this plugin.
Forum: Plugins
In reply to: [Get Directions Map] Version 2.0 ReleasedThanks
Forum: Reviews
In reply to: [Get Directions Map] Works really Great! Amazing features and supportThanks for your kind words, Alan
Forum: Plugins
In reply to: [Get Directions Map] directions wont showThere was a bug in v2.2 that caused this. It is now fixed in v2.3
Thank you so much for bringing it to my attention and providing me the details so I could get this fixed.
Forum: Plugins
In reply to: [Get Directions Map] directions wont showHi I’d need a login to check things, don’t provide details here of course.
Please note I don’t normally provide direct support for the free version, but I’d like to get to the bottom of this, you can contact me via support (at) fullworks.net
Alan
- This reply was modified 7 years, 10 months ago by fullworks.
Forum: Plugins
In reply to: [Get Directions Map] directions wont showOK
It looks like you copied and pasted the shortcode and quotation marks are wrong ( if you look carefully ), this is the way WordPress renders them in the readme page – but I will fix that by making the examples ‘code’ …
However the solution is simply manually retype the quotation marks
as suchThis should work
[get-directions latlng="51.504254,-0.540655" controls="true" showroute="true"]Forum: Plugins
In reply to: [Get Directions Map] directions wont showIt should work, I’ll take a look and get back to you, do you have a URL too so I can check for any console errors?
Forum: Plugins
In reply to: [Swift Performance Lite] Script Meta Box on Settings PageIgnore this, coded differently.
Forum: Reviews
In reply to: [Display Eventbrite Events] Easy to use, good priceMany thanks for your kind feed back.
I am open to suggestions for additional options, let me know what you more you think would be good and I can see.
Forum: Plugins
In reply to: [Stop User Enumeration] Please verify if Plugin is Working for meMany thanks.
Forum: Reviews
In reply to: [Stop User Enumeration] Plugin Works! And, Great Support!Thank you. Nice to be appreciated.
Alan
Forum: Plugins
In reply to: [Stop User Enumeration] Inverted “checked” attributes on settings checkboxesRelease 1.16 should have fixed the issues caused by all empty checkboxes.
Forum: Plugins
In reply to: [Stop User Enumeration] Please verify if Plugin is Working for meHi, yes you are right in that it is the theme, and also supporting this free plugin isn’t really a viable thing to also give free consultancy 🙂
However, it is your theme leaking data as it uses CSS to ‘hide’ the author info
.blog_holder article .post_info {
display: none !important;
}But that doesn’t hide it from robots or anyone inspecting source code.
Rather than hiding with css, the blog template / archive template should have those elements removed. This is what I can see ( obviously I have changed the id for your sake…. )
<div class="post_info"> <span class="time">Posted at 08:44h</span> in <a href="https://cosanusa.net/category/education/" rel="category tag">Education</a> <span class="post_author"> by <a itemprop="author" class="post_author_link" href="https://cosanusa.net/author/LOOKTHISWASTHEIDRIGHTHERE/">Administrator</a> </span> <span class="dots"><i class="fa fa-square"></i></span><a itemprop="url" class="post_comments" href="https://cosanusa.net/water-composition-of-the-human-body/#respond" target="_self">0 Comments</a> </div>Forum: Plugins
In reply to: [Stop User Enumeration] Inverted “checked” attributes on settings checkboxesThanks Pierre,
there definitely is an issue when all options are unset nothing gets saved ( so they stay ‘on’ ).
I’ll work on this and release an update in the short term.
An interim ‘fix’ is to ensure that at least one is ticked.
- This reply was modified 7 years, 11 months ago by fullworks.
Forum: Plugins
In reply to: [Stop User Enumeration] Inverted “checked” attributes on settings checkboxesI’ll investigate.
Meanwhile can you advise
1. what version of PHP are you running
2. what additional plugins are enabled when this occurs ( I ask as the CMB2 library gets loaded from the first plugin that utilises it )- This reply was modified 7 years, 11 months ago by fullworks.