• Resolved tarun17

    (@tarun17)


    Hi,
    Crypto price is not updating automatic on my website i have to manually update that on elementor also i am using advance table tab for my website

    Requesting you to please help me out with this

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there

    You will need to add some code to get the data automatically update for table.

    1)open this file wp-content\plugins\cryptocurrency-widgets-for-elementor\includes\ccew-ajaxhandler.php

    2)Add below code after line no 59 just like the screen shot.https://prnt.sc/9NztnuyGn2Qr

    $cache_data = get_transient(‘ccew_data’);
    // Updating database if cache is not available
    if (false == $cache_data ) {
    $data = ccew_widget_insert_data();
    }

    if still you face this issue please let me know.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Crypto price is not updating automatic’ is closed to new replies.