Hi,
I would like to change Heading/Textblock content programmatically.
Could you please give me the right syntax ?
Regards
Jorge
Hey Jorge,
Thank you for the inquiry.
What changes are you trying to make to the heading and text block elements? In order to change or add something to those elements, you have to directly modify the shortcode files which are located in the aenfold/config-templatebuilder/avia-shortcodes file.
Best regards,
Ismael
Hi Ismael,
I would like to change either Heading/Textblock content programmatically (JQuery) with something like This :
<script>
$( ‘#id-element’ ).text = “content”>
</script>
Regards
Jorge
Hi,
Would you mind giving us a link to the page containing the heading element? You may need to apply a custom css class name or ID to the element in the Advanced > Developer Settings panel. The following documentation might help.
// https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/
Best regards,
Ismael
Hi Ismael,
Many tanks for your feedback.
Please close this topic.
Best regards
Jorge