k8fisher9
Forum Replies Created
-
Forum: Plugins
In reply to: [TwentyTwenty] Widgets behave strangely in TwentyTwenty themeIve added some javascript to hide the nth widget :/ hopefully might be helpful if anyone else bumps into this and cant find a better fix.
var elems = document.querySelectorAll(".abc"); var n = 5; for (var i = n; i < elems.length; i++) { elems[i].style.display = "none"; }Example URL with a 301 redirect
https://codauk.org/?s=birmingham
It should redirect to a specific url:
https://codauk.org/meetings/?tsml-day=any&mode=location&search=birmingham&distance=50
And has been – but has stopped firing (there’s rules for most England cities, and counties setup) – but suddently stopped working.Other possibility the interface between my screen and keyboard did something) obvs
Will revisit many thanks for checking in Alexandru. Its been working for more than 6 months via 301 redirect – but somethings changed.
Its really helpful to note the structure of the relative link – Ive hundreds of them setting up – and working – till WordPress released “something” – which has stopped them all working.
*sigh of relief* you’re seeing it landing just fine at your end.
Ty
Forum: Plugins
In reply to: [AddToAny Share Buttons] Share links / individual assets in page (audio)Many thanks @micropat appreciate support the team offer those supporting wordpress sites large and small.
Forum: Plugins
In reply to: [12 Step Meeting List] URL LinksBeen using a useful wordpress plugin called “Header and Footerscripts” to add javascript to adjust the behaviour of content on page load. Re the query above a piece of javascript (once referenced) – would find and make any web link active on page load (borrowed from discussions on stackoverflow).
Thankful for the work of the whole team keeping tens of thousands of 12 steppers uptodate with meeting info btw.
function rep(text) {
// Put the URL to variable $1 and Domain name
// to $3 after visiting the URL
var Rexp =
/(\b(https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim;// Replacing the RegExp content by HTML element
return text.replace(Rexp,
“<span class=\”color-accent\”>$1</span><br>”);
}Forum: Plugins
In reply to: [DW Question & Answer] Show category listWould definitely be interested in this also. I wonder if the video features areas of the Pro version ?