Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello Mariestads,

    Can you please share URL of auction created on your site so that we could debug the problem and fix it.

    Thread Starter Mariestads

    (@mariestads)

    https://www.trosaauktion.se/

    It worked before.. I must have done smoething, but what?

    You have edited the file named “ultimate-auction-template.php” present in plugin and while doing it you have removed the <span> tag which displays the end time of auction.
    Search class=”wdm-auction-ending-time” in file and replace it with the below code:

    <div class="wdm-auction-ending-time">
    <?php printf( __( 'Ending in: %s', 'wdm-ultimate-auction' ), '<span class="wdm-single-auction-ending">' . $rem_tm . '</span>' ); ?>
    </div>

    If you wish to change the text “Ending in” you can just edit the text.

    Thread Starter Mariestads

    (@mariestads)

    I can only find the (function wdm_ending_time_calculator) in: ultimate-auction.php

    i cant find: ultimate-auction-template.php

    i searched for class=”wdm-auction-ending-time” in every file but it wont show.

    Sorry Mariestads,

    Please find the above code in file plugins/ultimate-auction/auction-shortcode.php

    Thread Starter Mariestads

    (@mariestads)

    So i found the code and changed it but it still does’nt work.

    Thread Starter Mariestads

    (@mariestads)

    Any ideas?

    WisdmLabs

    (@wisdmlabs)

    Mariestads,

    Can you please write at nitesh[at]auctionplugin[dot]net so that we can resolve the problem.

    Plugin Author Nitesh

    (@nitesh_singh)

    Have you sent email?

    Plugin Author Nitesh

    (@nitesh_singh)

    Resolving

    What is the resolution to this issue? I am suffering the same problem, https://positivelypewaukee.com/2014/online-auction/?ult_auc_id=1949

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘"ends in" time not showing’ is closed to new replies.