Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1345774

    Hi,
    I would like to change Heading/Textblock content programmatically.
    Could you please give me the right syntax ?
    Regards
    Jorge

    #1345798

    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

    #1345846

    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

    #1345981

    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

    #1347945

    Hi Ismael,
    Many tanks for your feedback.
    Please close this topic.
    Best regards
    Jorge

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Heading / Textblock – Change Content programmatically’ is closed to new replies.