• Hello,

    I have created a popup template using elementor. I want to add it to a button/icon box so when the user clicks on any of this, the popup should show up. However, I set the dynamic link and select the popup, but page update button is not available after doing this, so my setting doesn’t save.
    When I do anything else, the update button becomes green and I can update my change to the page. Only when trying to set dynamic link is not working. If i put an url to external page, without configuring dynamic links it works. What can I do to make dynamic links available and update page after setting them?

    Thank you

    • This topic was modified 6 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You cannot enter code into page content, it’s a security risk. Plus the WP parser will corrupt any code syntax anyway. If you desire dynamic content, one approach is to create a custom shortcode and enter the shortcode into page content. The shortcode handler can do anything that’s possible with PHP. Whatever is returned by the callback is echoed out to the browser.
    https://developer.wordpress.org/apis/handbook/shortcode/

Viewing 1 replies (of 1 total)

The topic ‘Dynamic link not saving on page update Elementor’ is closed to new replies.