Search documentation
Please add a search box for loop.tangible.one/
Add location option to allow rendering an L&L layout before the closing `head` or `body` tags
Requested by Ben in an internal discussion. L&L layouts could theoretically be used as a replacement for those single-purpose plugins that insert headers and footers. To do this, there would need to be an option in the “location” menu of an L&L layout that would allow selecting whether the template should be loaded before the…
Allow the Format tag to trim characters from the beginning and end of a string
original thread on the forum:discourse.tangible.one/t/removing-the-https-from-a-url-field/955 Description:“In php (ACF) I do this: $website = get_field(‘website’);$website_nice = parse_url( $website, PHP_URL_HOST ); Wondering if there’s something that will do the same thing in L&L? I have tried the Format tag which works great but it still retains the trailing / which the php code removes.“ This could be…
Please provide premade templates
Please provide premade templates, with layouts and styles. Such as– display 10 recent posts in grid format– display 10 recent posts based on current category or search– display recent posts based of post assigned categories.
Allow for dynamically adding HTML attributes that don't accept a value
As requested by @julia here: discourse.tangible.one/t/best-approach-to-conditionally-adding-an-html-attribute/142 And @markofapproval here: discourse.tangible.one/t/how-to-i-dynamically-output-the-selected-attribute-for-the-html-select-options-tags/674
Solve issue with Beaver Builder preview and current post
discourse.tangible.one/t/issue-with-beaver-builder-preview-when-adding-templates-with-acf-relationship-loop-to-a-layout/646
Content “split” with search/replace
Custom Content Shortcode has a “split” feature to get different parts of a string based on the nth occurrence of a specified character. It would be nice to have the same option in Loops & Logic, but enhanced to: Extract a substring, eg. [string, start, end]Option to start selection from the start or end of…