Josh Pollock

Results 46 issues of Josh Pollock

🙏 Thanks so much for this repo, it was exactly what I needed 🌲 I added a Github action to run the tests.

PR for issue #336 This PR introduces a new method into the Loader called remove. It removes a hook. In order to do this I have made the following changes...

This issue is basically a dupe of #217 #314 but I have a PR incoming and hate jumping on other people's old threads.

Right now, you are removing WordPress core's jQuery and loading an older version instead. Plugin developers like myself rely on the version of jQuery that WordPress ships with. For example,...

Related: https://github.com/pods-framework/pods/issues/2304 I need to figure out how (if possible) to use shortcode atts and not use shortcodes, which I think @Desertsnowman said is doable.

documentation

Using the filter added in #38 there should be a setting in the UI for entering the name of a shortcode to add to that filter.

enhancement

Need to - create a function in frontier, with one param $content that accepts the template code, as a string. - Include_once pods/components/Templates/includes/functions-view_template.php - pass $content to frontier_do_shortcode( $content )

enhancement

This may already exist. I just can't find it. Currently in readme I recommend using `do_shortcode( '[frontier id="123456789"]' );` but we need a cleaner solution. Related https://github.com/pods-framework/pods-frontier-auto-template/issues/24

enhancement

As we discovered in #30 WPML Multilingual CMS 3.1.5 causes issues in the Frontier layout editor.

bug