I still have difficulty in solving this enigma since it includes a price and its currency and period
Jetengine Shortcode Generator saves my life but ... something is missing ...
term field shortcode
Demonstration
Until now I had to use two widgets which I find not very optimized and no longer suit me..
As we are in the era where we must reduce the number of widgets and simplify the design to optimize the rendering as much as possible.. this is where Shortcode Generator comes into play.
My second solution with a single widget (Dynamic Field) price works well with shortcodes but only if it's a meta field..
what if we added a term field?
it will be necessary to have parameters , to do the same thing as the widgets like activating the links or not,
where can be parent or child depth etc ...
we will call them Advanced Shortcode Generator.
The interest is to allow us to do more advanced things combine terms and meta ,freedom to combine information into a single widget . inserting options like (currency) globally on all the prices on the site without juggling between several widgets and redoing the same inline style widget several times in several single page locations , cards, archive page, etc....
I take this opportunity to show you how I manage this problematic before jetengine with my old Frankenstein DIY php code
It might help you understand what I expect to be able to do with jetengine Shortcode Generator
In this example I tried to display the cities and countries
Kyiv, Ukraine
or
Kyiv
or
Ukraine
hello friends,
I still have difficulty in solving this enigma since it includes a price and its currency and period
Jetengine Shortcode Generator saves my life but ... something is missing ... term field shortcode
Demonstration
Until now I had to use two widgets which I find not very optimized and no longer suit me..
As we are in the era where we must reduce the number of widgets and simplify the design to optimize the rendering as much as possible.. this is where Shortcode Generator comes into play.
My second solution with a single widget (Dynamic Field) price works well with shortcodes but only if it's a meta field..
what if we added a term field?
it will be necessary to have parameters , to do the same thing as the widgets like activating the links or not, where can be parent or child depth etc ... we will call them Advanced Shortcode Generator.
The interest is to allow us to do more advanced things combine terms and meta ,freedom to combine information into a single widget . inserting options like (currency) globally on all the prices on the site without juggling between several widgets and redoing the same inline style widget several times in several single page locations , cards, archive page, etc....
I take this opportunity to show you how I manage this problematic before jetengine with my old Frankenstein DIY php code
It might help you understand what I expect to be able to do with jetengine Shortcode Generator
In this example I tried to display the cities and countries Kyiv, Ukraine or Kyiv or Ukraine
The idea is to explore as much as possible the possibilities of the Shortcode Generator and allow parameters :)
Solution
-allow to make terms shortcodes -allow to make parameters in shortcodes (look at my example code)
-allow to make formatted numeric shortcodes [format number]
-allow to make shortcodes more developer friendly and safely