Tom Usborne
Tom Usborne
I'm not sure using utility classes for alignment is a great idea, as they don't really work for responsive aligning on tablet/mobile. You'd need separate classes for each device. Perhaps...
Thanks for the feedback here! Working on this, but I see one major issue. What about `:hover`? Those utility classes work fine for simple elements (the Container block), but they...
Strange, shortcodes should render normally as they do outside of the Query Loop block. I wonder if the shortcode itself is having trouble within the given context (the loop). However,...
Exactly, you would basically overwrite the value returned by GenerateBlocks with your own custom value. Better integration with these kinds of things is the goal, but filters will be needed...
I think we should do something similar to what core is doing: https://www.screencast.com/t/zrygbvJ6kF
This gets a little weird as the link is within `the_title()` function. Instead, we can just turn the title off, and then add in a link-less title: add_action( 'wpsp_before_header', 'tu_add_linkless_title'...
As of 1.1, you'll be able to do this: add_filter( 'wpsp_disable_image_link', 'tu_disable_links', 10, 2 ); add_filter( 'wpsp_disable_title_link', 'tu_disable_links', 10, 2 ); function tu_disable_links( $output, $settings ) { if ( 177...
@GregoryPorter Showing multiple terms is already in the master branch. However, choosing multiple taxonomies is definitely more tricky. Not sure if it will make it into the next update or...
@amberhinds Thanks so much for this - really helpful! We're in the process of re-thinking our Navigation Search feature and may end up deprecating the current version of it in...
We've added a new Navigation Search Modal feature to GP 3.3.0: https://generatepress.com/a-new-navigation-search/ Would love any feedback on its accessibility.