bluemo126
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Automatically increasing number ( +80 shipments per day)now it works ;)))))
Forum: Developing with WordPress
In reply to: Automatically increasing number ( +80 shipments per day)Oh sorry – i think it was a cache problem only – i tested on another website and now the new start number is displayed. But at the website i first implemented with “80” an “0” (start) – it still displays the 80….i dont know why and resetted all cache/data
Forum: Developing with WordPress
In reply to: Automatically increasing number ( +80 shipments per day)The “Startnumber” schould not be “0”, should be “15.012”
I just replaced 80 with 25 and the $current_count “0” with my starting number (15012) but it didnt workForum: Developing with WordPress
In reply to: Automatically increasing number ( +80 shipments per day)Hey @narolainfotech,
just found this, and have to say thank you – this is very useful!
Could you help me just a little bit (i´m no coding pro) – i want to display a different start number and a different value for increase the number (+ 25 every day). I tried to edit your code, but it keeps stuck at 80.
Can you help me please?
Best Regards,
MoritzForum: Plugins
In reply to: [WP Downgrade | Specific Core Version] Does not work?same here: tried to rollback to 5.3, and the plugin installed 5.7….
ok – got it !
had to hide : .mtphr-dnt-title
and NOT: .mtphr-dnt-inline-titleand adding:
.mtphr-dnt-tick,
.mtphr-dnt-tick * {
font-size:large;
}helped for the font size. Hope someone can use this for a quick solution.