JacobTheDev
@revxx14 on WordPress.org
- Member Since: May 30th, 2013
-
Posted a reply to BUG REPORT: “highlight” parameter forces page_for_posts to load at base URL, on the site WordPress.org Forums:
Alright, I went in and made that change, at least that makes the page accessible… -
Created a topic, BUG REPORT: “highlight” parameter forces page_for_posts to load at base URL, on the site WordPress.org Forums:
We've discovered an issue affecting multiple sites whe… -
Posted a reply to Indexing menu items, on the site WordPress.org Forums:
Aha! Perfect, thank you so much for your help! -
Posted a reply to Indexing menu items, on the site WordPress.org Forums:
Ah! That's perfect, thanks. I ended up doing it with the following: php /** *… -
Created a topic, Indexing menu items, on the site WordPress.org Forums:
My client has asked me to figure out a way to include … -
Posted a reply to Great plugin, needs improvement, on the site WordPress.org Forums:
In fact, here's how to do it: js document.querySelectorAll("[id^='acwp-toggler-'").forEach((input) => { if (sessionStorage.getItem(input.id) === "true")… -
Created a topic, Great plugin, needs improvement, on the site WordPress.org Forums:
This plugin's great for a quick remedy to various acce… -
Posted a reply to Highlight misses some instances of a phrase, on the site WordPress.org Forums:
Just submitted a pull request, but I understand if you need to test this yourself… -
Posted a reply to Highlight misses some instances of a phrase, on the site WordPress.org Forums:
Aha! I just Googled "html entities regex" and found this StackOverflow thread which contained a… -
Posted a reply to Highlight misses some instances of a phrase, on the site WordPress.org Forums:
Says my last post is still awaiting moderation, but I've made progress in identifying the… -
Posted a reply to [Relevanssi - A Better Search] Highlight misses some instances of a phrase, on the site WordPress.org Forums:
The accordions open because they contain highlighted text. I just wrote a bit of JS… -
Created a topic, Highlight misses some instances of a phrase, on the site WordPress.org Forums:
This is a custom built theme that I developed for this… -
Posted a reply to How do I change the title for the “404” page?, on the site WordPress.org Forums:
@alexe5 You'd just do something like this in your header.php... <?php if (is_404()): ?> <title><?php… -
Posted a reply to How do I change the title for the “404” page?, on the site WordPress.org Forums:
Ah, so I'll have to just do it manually then, alright... hopefully you guys can… -
Posted a reply to How do I change the title for the “404” page?, on the site WordPress.org Forums:
Hmm, I've added the following but it doesn't seem to be working. If I do… -
Created a topic, How do I change the title for the “404” page?, on the site WordPress.org Forums:
I'm not seeing any settings for controlling the title … -
Posted a reply to Rename Login Page error with WP 5.7 RC3, on the site WordPress.org Forums:
Seeing this as well, hoping it'll be fixed quickly... we manage hundreds of websites, many… -
Created a topic, Please add an option to move all scripts to the footer, on the site WordPress.org Forums:
I'm trying to improve my Lighthouse score and running … -
Posted a reply to Logo stopped importing, on the site WordPress.org Forums:
Might be related, but that post sounds like the logos are being attached and not… -
Created a topic, Logo stopped importing, on the site WordPress.org Forums:
I think this started occurring after the 4.6.4 update … -
Posted a reply to postL10n is not defined, on the site WordPress.org Forums:
Ah, yes, I'm running the following: PublishPress Authors Pro PublishPress Capabilities Pro PublishPress Permissions Pro… -
Created a topic, postL10n is not defined, on the site WordPress.org Forums:
Since the update to WordPress 5.5, we've been seeing a… -
Posted a reply to How can I blacklist caching for certain browsers?, on the site WordPress.org Forums:
Made an issue and a pull request for this: https://github.com/Automattic/wp-super-cache/issues/715 https://github.com/Automattic/wp-super-cache/pull/716 -
Posted a reply to How can I blacklist caching for certain browsers?, on the site WordPress.org Forums:
Okay, I did some R&D, and I've discovered a solution for my problem. First, I… -
Created a topic, How can I blacklist caching for certain browsers?, on the site WordPress.org Forums:
I've got a bit of an issue with this plugin when it co… -
Posted a reply to How can I apply Yoast formatting to custom titles?, on the site WordPress.org Forums:
Can I request that such a function be added to the plugin at some point… -
Created a topic, How can I apply Yoast formatting to custom titles?, on the site WordPress.org Forums:
Is there a function or filter that will automatically … -
Created a topic, Where do outbound links show up in Analytics?, on the site WordPress.org Forums:
Forgive me if this may be off-topic as I don't know if… -
Created a topic, Labels aren’t properly associated to their inputs, on the site WordPress.org Forums:
The label elements that this plugin generates are simp… -
Created a topic, PNG images sometimes appear with a black background, on the site WordPress.org Forums:
I'm not quite sure why this is only happening sometime… -
Created a topic, Wait for jQuery to load before running (solution enclosed), on the site WordPress.org Forums:
I defer all scripts loading on my websites to improve … -
Posted a reply to google recaptcha v2 JS error when ticked, on the site WordPress.org Forums:
@wpsolutions excellent, thank you! -
Posted a reply to google recaptcha v2 JS error when ticked, on the site WordPress.org Forums:
I just ran in to this as well, I think the problem has to do… -
Created a topic, How can I programatically disable Query Monitor?, on the site WordPress.org Forums:
I want to disable query monitor under certain conditio… -
Posted a reply to Uncaught Error: Class ‘WPSEO_Configuration_Options_Adapter’ not found, on the site WordPress.org Forums:
Yes, everything's up to date. -
Created a topic, Uncaught Error: Class ‘WPSEO_Configuration_Options_Adapter’ not found, on the site WordPress.org Forums:
I'm working on a theme which uses REST requests and I'… -
Posted a reply to Broken in WordPress 4.8, on the site WordPress.org Forums:
Awesome, thanks :) It might be worthwhile to update your plugin one last time to… -
Posted a reply to Broken in WordPress 4.8, on the site WordPress.org Forums:
Ah, that's awesome! Took 'em long enough :) Thanks for all your work maintaining this… -
Created a topic, Broken in WordPress 4.8, on the site WordPress.org Forums:
I'm thinking some of the changes to the way links are … -
Created a topic, Include additional days in a month query, on the site WordPress.org Forums:
This is kind of hard to explain, so please bear with m… -
Posted a reply to Defer the script?, on the site WordPress.org Forums:
Really would like a solution for this. If you could just add an action to… -
Created a topic, Defer the script?, on the site WordPress.org Forums:
Is there a way to add the defer property to the script… -
Created a topic, DONOTCACHEPAGE isn’t working, on the site WordPress.org Forums:
I'm trying to set up a custom field (via ACF) to allow…