Hello, in my functionality i used master-detail plugin with basic wpdatatables plugin
in my single page editor in admin panel i used my custom shortcode in which i added dynamical variables https://prnt.sc/10cun7y [widget_finance_data name="%spacname%" type="%spactype%" common="%common%" unit="%unit%" warrant="%warrant%" right="%right%" completed_common="%completedsymbolcommon%" completed_warrant="%completedsymbolwarrant%"] and it worked before but now when i updated wordpress and wpdatatables anb master-detail table addone then these dynamical variables can't be parsed by shortcode.
before it [widget_finance_data name="%spacname%"] replaced by backend to [widget_finance_data name="some_name"] but for now it doesn't replace it.
pls provide why it happens and what should i do for good reading these dynamical variables in my custom shortcode?
Hello, in my functionality i used master-detail plugin with basic wpdatatables plugin
in my single page editor in admin panel i used my custom shortcode in which i added dynamical variables https://prnt.sc/10cun7y
[widget_finance_data name="%spacname%" type="%spactype%" common="%common%" unit="%unit%" warrant="%warrant%" right="%right%" completed_common="%completedsymbolcommon%" completed_warrant="%completedsymbolwarrant%"]
and it worked before but now when i updated wordpress and wpdatatables anb master-detail table addone then these dynamical variables can't be parsed by shortcode.
before it [widget_finance_data name="%spacname%"] replaced by backend to [widget_finance_data name="some_name"] but for now it doesn't replace it.
pls provide why it happens and what should i do for good reading these dynamical variables in my custom shortcode?
it's working in simple way of adding variable https://prnt.sc/10cvvyf but doesn't work in shortcode's body https://prnt.sc/10cvvg7
it worked in previous version Version 2.8.3
pls tell me what can i do here for using these variables in shortcode?
Hello Roman
Sorry for the inconvenience.
Please go to wp-content/plugins/wdt-master-detail/wdt-master-detail.php and on line 124 you'll see this:
Replace it with this:
Delete cache from your website and browser, and let me know if that helped.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
but if i change it in plugin's file then i can't update it in future?
Yes, it works with your code but , it helped.
but what about updated in next version of plugin?
it's not a good practice to change plugin's code because it will be lost after next updating
Hello Roman
The bug will be fixed with the next update, so there'll be no need to do it again.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
ok, thank you
You're welcome Roman.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
yes, i have one more question in another ticket https://tmsplugins.ticksy.com/ticket/2714575/
pls check it
Will do, Roman.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables