• Latest
2 votes
Bricks Builder Support

With the market share growing for Bicks and more developers moving from Elementor to Bicks, it would be nice to see this support Bricks as well.

Open 0 comments
1 vote
Use optional menu fields in a template

Is it possible to get optional menu field parameters, such as menu_class?This has been posted on the forum (discourse.tangible.one/t/use-optional-menu-fields-in-a-template/1136)

Open 0 comments
0 votes
Templates in Menus

Stefan I think it would be a nice feature if we could use templates as menu items, for example to display post loops in a megamenu. This would be especially helpful for existing websites, e.g. if the structure of the header was created with a ready-made theme and you don’t want to build the header…

Open 0 comments
2 votes
Encryption function

A tag to encrypt a string like an email or a phone number and avoid robots reading it.Could be useful to encrypt/decrypt URL variable as well.

Open 0 comments
1 vote
A Components Library

If you go here: getbootstrap.com/docs/5.3/examples/ and here: docs.flutter.dev/ui/widgets and here: vuetifyjs.com/en/components/all/ You will notice that these are Component Libraries for BootStrap, Flutter and Vue. On your website( loopsandlogic.com/snippets), I noticed that you have a Snippets Page. Can you copy Components examples from BootStrap and Flutter, and build all these Components in your Snippets Page— so that those of us…

Open 0 comments
1 vote
Format Tag: Add html strip functionality.

Could simply run tag content through wp_strip_all_tags function.Useful for cases where field content containing HTML tags needs to be stripped, like @craig’s use-case on the forum: discourse.tangible.one/t/is-there-any-way-to-remove-html-tags-from-a-field-when-outputting

Open 0 comments
0 votes
Allow the `custom_field_compare` to accept a value of `exists` or `not_exists`

Currently, the custom_field_compare query parameter only accepts the following values: “equal” (default), “not”, “before”, “before_inclusive”, “after”, “after_inclusive”. If it’s possible to test for an empty string, we should expand this to allow a value of “exists” or “not_exists” to easily filter out posts where the meta is empty instead of needing to write custom_field_compare=”not” custom_field_value=””

Open 0 comments
0 votes
Calendar loop: add ability to generate a calendar loop in descending order

As noted by @Birkeholm on the forum: discourse.tangible.one/t/sorting-ordering-months-in-a-calendar-loop/999 In the current version of the plugin, the calendar loop generates years/months/days chronologically (lowest/oldest date to highest/latest date). It’s possible to use the sort_field and sort_order attributes to sort the items in the loop after it’s been generated, but this doesn’t sort the fields within the loop, so…

Open 0 comments