fastfasterfastest
Forum Replies Created
-
FYI, there is a spelling error in that screen shot – “Alterative title…”
Forum: Plugins
In reply to: [Contact Form 7] Title of contact fields appear smaller and smaller<label>
vs</label>
Forum: Plugins
In reply to: [Contact Form 7] Unable to submit or send an attachment via emailHe might be hinting at
file-476
vsfile-976
Forum: Plugins
In reply to: [Contact Form 7] Retrieving Select value using JQueryThere are no
select
elements on that page with anid
attribute. Either addid
attributes to theselect
elements and use the code you have tried, or use another suitable selector, e.g. Attribute Equals Selector to find the desiredselect
element (and if you are using thename
attribute then make sure thename
is unique in the document.)Forum: Plugins
In reply to: [Contact Form 7] How to reduce the width of a text field?Probably
Note that order of those parts is important. Options can’t come before name, and values can’t come before options.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingTo fix the syntax error the closing curly brace needs to come after setting
location
.<script> document.addEventListener('wpcf7mailsent', function(event){ if ('1558' == event.detail.contactFormId){ location = '...'; } }, false ); </script>
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 redirect URL not workingYour code as posted here, and on https://beta.rep.direct/why-rep-download-thank-you/ is incorrect. The
if
statement is missing a closing curly brace.Forum: Plugins
In reply to: [Gutenberg Blocks with AI by Kadence WP – Page Builder Features] Broken linksFYI, W3C Link Checker reports similar errors for https://www.kadenceblocks.com/info-box-block/ , see W3C Link Checker result for https://www.kadenceblocks.com/info-box-block/
I notice inconsistent behavior in Chrome 81.0.4044.138 as well.
- navigate to https://wheeler-con.com/wh522n18m2/landscape-supply/more-products/#PaverAccessories – seemingly works ok
- Click on “Pavers And Walls” in the menu bar
- Click on Chrome’s “Back” button – now the accordion header is rendered as expanded, but the accordion panel/content is empty
- This reply was modified 4 years, 6 months ago by fastfasterfastest.
Forum: Plugins
In reply to: [Contact Form 7] Wrong recaptcha-version with PolylangFWIW, I can confirm the behavior that @liquid8 describes – the Swedish version of the site (you need to click the Swedish flag in the menu bar, which takes you to https://poco.fi/sv/framsida/) loads https://www.google.com/recaptcha/api.js?onload=recaptchaCallback&render=explicit&hl=sv&ver=2.0
Forum: Plugins
In reply to: [Contact Form 7] Does Contact Form 7 save form submissions anywhere?Forum: Themes and Templates
In reply to: [Virtue] Sidebar options not appearingI was just commenting to confirm @marshall-beck observations…
> then make another small sizing adjustment
Then it appears to render correctly.> this only happens to you if you resize the screen from large to small
I don’t think I can reproduce the issue resizing the browser from small to large.Forum: Themes and Templates
In reply to: [Virtue] Sidebar options not appearing> https://childstudy.ca/about/study-sites/
> https://childstudy.ca/wp-content/uploads/2018/08/Capture2.jpgFYI, I see the same in Chrome – no extensions, no errors in console. Also the same in Edge. Not always reproduced – easiest to reproduce if browser is large to begin with and then resized smaller and then hover over Alberta.
Forum: Themes and Templates
In reply to: [Virtue] Home SliderJust try using the “Feed Them Social” plugin again – it may very well work. But, if it currently “just” deactivated, I suggest you then first delete that plugin. Then, reinstall it from scratch and then activate it.
If it then again “does not work”, you should post and ask in the “Feed Them Social” plugin support forum.
Forum: Themes and Templates
In reply to: [Virtue] incorrect menu classesThanks.
- This reply was modified 6 years, 4 months ago by fastfasterfastest.