jkobishop
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Posts won’t loadThanks! That was it! Looks like some of the posts got turned back to drafts.
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Blocking a modal popupThanks! I’ll just switch to a custom code like the one you provided and hopefully that will be a fix. Not sure why it stopped working after one of the updates – nothing changed within the .js file.
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Blocking a modal popupIt looks like it’s in the base.js file and is kind of complicated haha. It takes the element by the ID and sets the display of the pop up to block when the button is clicked on.
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Blocking a modal popupCustom code. Just some javascript.
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Blocking a modal popupThis is the site I had it installed on: https://www.bankofkaukauna.com
It was the Log In button that was being disabled.
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Blocking a modal popupUnfortunately I do not. I was using the plugin on a website for a bank and it was preventing people from logging in to their account so I had to remove the plugin from the site.
Forum: Fixing WordPress
In reply to: Return new layout based on get_post_metaThis works perfectly! Thank you so much for pointing me in the right direction. I also implemented your suggestions regarding query_posts and if/elseif/else/endif.