Candlelite
Forum Replies Created
-
Thanks – happy to send you the file or to paste code into a message. If I am sending a file please provide details how to do that – thanks
No problem – I am making use of your very good plugin – thanks for your great support. Sadly good support is often missing from many other WordPress plugins.
Kasia – many thanks – problem solved. If I now click on the tick box or on the text then I get an indication that the option has been selected.
Once again many thanks to you all.
RegardsHi Patrick
I was clicking on the tick box. I have now tested the page in Chrome, Firefox and Edge and as you rightly say if you click on the words it works in all three browsers. To make it more intuitive is it possible to make the words appear like a link. I tried to wrap them in ‘a’ tags but of course that did not work.
REgardsAdam – apologies – I had cut and copied the code but did not click publish – duh!!
The code is now active. As you will see in the front end I have the small tick boxes but now I am unable to select any of the options. In the back end the form is working fine in the pop out preview.
RegardsHi Adam
Many thanks for your efforts to resolve this problem, however this update does not seem to do anything – not even in Preview.
Regards
Hello Kasia
Many thanks for reply. I have added the CSS as advised (please check the page) and this has moved the checkboxes to the left which has hidden the “ticks” but now you can not see which checkboxes have been selected. You only know that a selection has been made by the fact that the Number of Pay-As-You-Go Classes calculation field increments.
When checking the form using the Preview button in the back end the checkboxes display correctly in the pop out window which proves that there is a CSS clash when displayed in the front end on a webpage.Regards
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] CF7 Google Sheet Connector Version 4.0 UpdatesTried every combination – changed tabs – changed sheet – updated the form details – updated the authentication. Nothing appearing in the spread sheet. Using version WP 5.3.2–en_GB and php 7.2. If I reinstall v3 works no problem.
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] CF7 Google Sheet Connector Version 4.0 UpdatesGone through this with a fine tooth comb, made all the changes recommended for the new version and sadly does not work anymore – no data appearing in spreadsheet. V3 worked without any problems – v4 needs a fix.
Forum: Plugins
In reply to: [Contact Form 7] Tel field in Bootstrap responsive website designI have contacted Template Toaster and they say they will fix this problem in their next build. However anyone using templates created using their software should NOT update your plugin to 4.6 – version 4.5.1 works with the current build of Template Toaster (version 6.0.0.10477). Best regards.
Forum: Plugins
In reply to: [Contact Form 7] Tel field in Bootstrap responsive website designHi Takayuki I went back to Template Toaster and they supplied a small css change:
input[type="tel"] { width:100%; }
and this solved the problem however the field is a different shape compared to the other fields (now square with outline). What is worse is that field input error reporting no longer works. I reinstalled version 4.5.1 (with WordPress 4.7) and I do not have any of these problems with the template – i.e. tel field is adaptive and field input error works.
Do you still feel this is a template problem or an issue with your update to 4.6?Forum: Plugins
In reply to: [Contact Form 7] Tel field in Bootstrap responsive website designMany thanks for your fast response Takayuki. The theme has been created using Template Toaster – I will ask them for a fix. I have another non bootstrap responsive website where the tel field does adapt to screen size. This is part of the code:
<div style="float:left; width: 100%; margin-bottom: 10px;">[tel* phone-num minlength:11 placeholder "*Phone Number"]</div>
Clearly the problem is related to the bootstrap framework.
Yep also have this problem. Running the latest WordPress (4.5) and I have checked my theme jQuery v1.9.1. Would appreciate any help.
Regards PeterForum: Plugins
In reply to: [Custom Post Type UI] Add New buttonHi Michael I’m still trying to resolve this. This seems to be the best solution: https://stackoverflow.com/questions/3235257/wordpress-disable-add-new-on-custom-post-type which I assume has to go somewhere in the custom post declaration that the plugin creates. If I go to the plugin and change the Add New label text to something else – that text in shows up in the button – I assume it is passed to an array somewhere. Therefore the capability of that button (i.e. to add another post) must be defined within the plugin – all I want to do is disable it. Any ideas most welcome.
RegardsForum: Fixing WordPress
In reply to: SMTP and lost password linkFound the problem it was with WP-Mail-SMTP have now switched to Postman SMPT!