Andy60103
Forum Replies Created
-
Yes, lots of potential but basic issues need fixing.
Lower blocks overlapped by higher blocks (z-index), the word Slider overlaps editing block (also z index issue)
Using 2021 theme
After 4 months since last update I presume the project has been abandoned.
Also happens with preset layouts.
Shamena
Forum: Plugins
In reply to: [Participants Database] Check box validation errorI changed the field validation to multiselect checkbox, with the one option, and it worked. Changed it back to single check box, it failed the validation. So have left it at multiselect for the time being!
I have noticed some other behaviour changes. On multiselect/other boxes the ‘other’ field appears next to the main, dropdown, one by default. Before it only appeared if ‘other’ was selected. Clicking into the ‘other’ box automatically selects ‘other’ (and populates it with a lot of guff from autocomplete!).
As all was ok up to 17th May perhaps a recent update has changed things?
Best wishes and thanks for your help
Forum: Plugins
In reply to: [Participants Database] Check box validation errorValidation : Required.
Default : blank
Sign Up : checked
Element: checkbox
Values : yesOS is W10 64 using Chrome. also tested with MS Edge and with the box shortcode removed
Using Tabs and the default PDB signup template
All software bang up to date
(Sorry should have been clearer but it was a late night falling asleep in the chair post…)Hi, I am only a part time, self-taught configurer and maintainer of websites. Could you give me a steer on the container name? I have used Firefox developer tools but I cant find what you are referring to. I may then be able to have a go at finding and changing the CSS but this sounds like it would be a good feature for your configuration pages. It must be a common requirement. At the moment there are only two buttons in use and they are oversized.
It would also be useful to have them say ‘Share to’ to distinguish them from those buttons that take visitors to our FB and Twitter pages floating on the RH side.
https://blackheathfencing.org.uk/
Many thanksThanks very much, the only alternative is to click every image to show the ID in the browser address bar.. I am sure the image ID used to be shown under the list view of the Media libary..
Thanks again and for your responsiveness.
Andrew
The error msg is:
SSO Notice: “Media Library image ID 1296 ignored — the resulting image of 291×293 is smaller than the minimum of 400×160 allowed by the Google / Schema standard. etc, etc ”There is no direct way to go to that image ID or search for it or list images by ID. At least not anymore. The Media Library just does not use it.
ThanksOops Sorry, I thought the support link went straight to the correct forum.
Thanks for your reply. Well, I am using Chrome but it seems to be ok today!!
Forum: Plugins
In reply to: [Custom Contact Forms] Custom Contact Forms experiencing issuesAlso getting this message on a new install, working fine on two sites. Have deleted, reinstalled, optimised database, installed from github master zipfile, etc, etc.
Sorry, both sites are behaving the same. The columns being displayed in a different order confused me!
No, submit is reversing Date_recorded dd/mm to mm/dd. So doing it twice corrects this!
Hi Roland, The only modified template I am using, in the 2012 child theme folder, is to pdb-list-default.php which has a couple of field links to edit record pages. I cannot see how that might affect the signup email.
I am not competent enough with reading native html to see what is going on at that level. ??
On a slightly different note I find it difficult to find this forum. There are no links to it or to https://xnau.com/work/wordpress-plugins/participants-database/ in the plugin itself.
From the plugins menu ‘Details’ takes you only to the above site. The only way I get to the forum is through older emails that I have kept. BTW https://xnau.com/work/wordpress-plugins/participants-database-1-6/#support gives a 404
Best wishes
Forum: Themes and Templates
In reply to: [Twenty Fourteen] center the page twenty fourteenThanks very much. Big improvement!
Is this something that should be looked at by the 2014 theme team?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] center the page twenty fourteenHi, I certainly do want to centre the page and get rid of the space on the right. Was ok until 4.5.
If you could assist I would appreciate it
Forum: Plugins
In reply to: [Participants Database] Team CreationAppreciate this is a while back but I have achieved this to some extent.
Using post->post_name in a field called ‘event’ I first use field groups to get the team signed up by the ‘team manager’ and send him the confirmation email with a link to another field group for team members with its own event code on a page that is not accessible to the public. So only he has this link.
When entering the team members the ‘team manager’ has to enter the private_id listed in the confirmation email for the Team ie the ‘team_code’.
There is no validation for this of course (no doubt could be done) so needs monitoring. It is probably possible to use an SQL addon to relate the table entries to itself (a pigs ear join) using the private_id to the team_id but as it is a one-off situation I just download by CSV using each event_code into Excel spreadsheet and use vlookup() to join them and tweak the data if there are errors ;).