easygees
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] [Audio_Player] ShortcodeThanks, it’s working but instead of the classic player with seek and minutes, there is just a single play button.
Forum: Plugins
In reply to: [Download Manager] Append package id to file name during uploadThanks for the response. Am getting a number 0 appended to the file name(eg filename_0.jpg) instead of packageID.
I managed to solve it myself by using specificity. I just added body tag and it worked !
thanks
Forum: Plugins
In reply to: [Download Manager] Display downloads count as 1000 as 1K, 1,000,000 1MSure. 😊
Forum: Plugins
In reply to: [Download Manager] Display downloads count as 1000 as 1K, 1,000,000 1Mits perfect, thank you very much.
Forum: Plugins
In reply to: [Download Manager] Display downloads count as 1000 as 1K, 1,000,000 1Mi was getting ‘Too few arguments’ after i removed $template, $type from this line add_filter(“wdm_before_fetch_template”, function($vars, $template, $type) its working now! one more thing is possible to add a decimal like eg 2.3K for 2340 plus downloads. thank you for the help I really appreciate your assistance and patience.
Forum: Plugins
In reply to: [Download Manager] Display downloads count as 1000 as 1K, 1,000,000 1MI was getting an error than fixed when I saw there was typo on (“
wdm_before_fetch_template”…) I added a p to (“wpdm_before_fetch_template”…) now am not a getting an error its just not having any effect at all.Forum: Plugins
In reply to: [Download Manager] Display downloads count as 1000 as 1K, 1,000,000 1Mthanks for the response but am getting an error ‘Cannot redeclare number_format()’