MikeFrisbee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Prices not displaying with two decimalsI tried the theme support first and they then suggested WooCommerce support.
WooCommerce support gave me the functions.php code. When that didn’t work, they suggested posting a ticket on here.
I think it may be something I have to live with, or get specialist help.Thanks, Maybellyne.
I used a free online generator to produce the sitemap.xml file. (To be honest, I can’t remember which one!)
I had a look at the File Manager and couldn’t find the Yoast sitemap in the public_html folder, despite using the search facility. Whereabouts is it located, please?Forum: Plugins
In reply to: [GDPR] Translate LOCODoh – that’s me being stupid!
Thanks, Fernando.
Forum: Plugins
In reply to: [GDPR] Translate LOCOIs it possible to change the word ‘Center’ (as in Privacy Preference Center) to ‘Centre’, the UK English version?
I tried Loco Translate but couldn’t see the word ‘Center’.
Unfortunately, I tried that WordPress.com link and they said that as the site is not hosted on WordPress.com, they cannot help.
They then said to try the ww.wp.xz.cn forum – so I’ve come full circle!
Thanks, Gaspar.
Thanks, Gaspar.
I tried searching for the scripts on Google but without success. Obviously I was using the wrong search terms.
I used:
script for tk_lr
cookie script for tk_lr
script for tk_lr cookieAll that seems to come up is the standard script for the cookie consent box.
Likewise, how / where will I find the scripts for the unclassified cookies I use on our site?
tk_lr
tk_or
tk_r3d
tk_tcForum: Plugins
In reply to: [Contact Form 7] Making the Checkbox text a hyperlinkThat’s perfect.
I will do as you say.
Thanks for your patience and perseverance!
Forum: Plugins
In reply to: [Contact Form 7] Making the Checkbox text a hyperlinkI’m still getting the same issue.
I started afresh with a new form, deleted the syntax in the form template, then copied and pasted the syntax you gave me and this is the result, on this test page: https://www.latorre.co.uk/attractions/
PS Bizarrely, looking at my previous post on this, the line of code that I pasted has appeared on the post exactly as I wanted it (‘I accept the Terms & Conditions’).
Forum: Plugins
In reply to: [Contact Form 7] Making the Checkbox text a hyperlinkI’m afraid this looks like it’s beaten me!
I’ve read and re-read the instructions and all about syntax and I can’t get it right.
This is the code (with backticks):
[text 1="your-name" language="*"]Your Name[/text*] [email* your-email]Your Email[/email*] [text your-subject]Subject[/text] [textarea your-message]Your Message[/textarea] [acceptance acceptance-956 invert]I accept the<a href="https://www.latorre.co.uk/terms-and-conditions" target="_blank"> Terms & Conditions</a>[/acceptance] [submit "Send"]I’m still getting the line of text :- I accept the Terms & Conditions
Forum: Plugins
In reply to: [Contact Form 7] Making the Checkbox text a hyperlinkSorry – the * (asterisk) after the word ‘text’ keeps converting to a ‘1’ when I post.
Forum: Plugins
In reply to: [Contact Form 7] Making the Checkbox text a hyperlinkShould be:
‘[text 1="your-name" language="*"]Your Name[/text*]
[email* your-email]Your Email[/email*]
[text your-subject]Subject[/text]
[textarea your-message]Your Message[/textarea]
[acceptance acceptance-956 invert]I accept the Terms & Conditions[/acceptance]
[submit “Send”]’Forum: Plugins
In reply to: [Contact Form 7] Making the Checkbox text a hyperlinkI’ve created a new contact form by clicking new and then inserting the one line of syntax into it, which should be the T&Cs as a hyperlink.
This is it (Including a backtick at the start and end):
‘[text 1="your-name" language="*"]Your Name[/text*]
[email* your-email]Your Email[/email*]
[text your-subject]Subject[/text]
[textarea your-message]Your Message[/textarea]
[acceptance acceptance-956 invert]I accept the Terms & Conditions[/acceptance]
[submit “Send”]’Unfortunately, the link is not showing as still appears as ‘I accept the Terms & Conditions‘
Forum: Plugins
In reply to: [Contact Form 7] Making the Checkbox text a hyperlinkThat’s very strange.
This is the exact code I’ve used:
[text 1="your-name" language="*"]Your Name[/text*]
[email* your-email]Your Email[/email*]
[text your-subject]Subject[/text]
[textarea your-message]Your Message[/textarea]
[acceptance acceptance-956 invert]I accept the Terms & Conditions[/acceptance]
[submit “Send”]It’s still showing a line of text at the bottom instead of a hyperlink.