Hi Dark,
It could be a CSS conflict with another plugin or the theme. It’d be hard to tell without seeing it. Could you provide a link to your tracking page?
Thank you
http://signs.mqb.com/wordpress/index.php/tracker/
you can type from 01 to 05 in the order number box
thanks for the help btw!
i have also noticed there’s a status that is not suppose to show up (complete – set a 100%) it shows everytime, even if the order status is at 25 / 50 / 75
-
This reply was modified 9 years, 6 months ago by
darkreixor.
Hi Dark,
Thank you for the link. The 0% and 100% statuses (Quoting and Complete, in your case) will, by default, always show under the graphic. If you wanted to hide these, you could do so with bit of custom CSS (which you can add to the “Custom CSS” box in the “Basic” area of the “Options” tab). Something like the following should do the trick:
#ewd-otp-initial-status, #ewd-otp-ending-status {
display: none;
}
Hiding those would also eliminate the overlapping issue.
it worked ! thanks so much
and my last question is: when i look at this from a smartphone and hold my screen on its side the graphics will cut into the text, what can i do to fix this?
and is there a way to remove the title : “Order Information” when tracking a status
-
This reply was modified 9 years, 6 months ago by
darkreixor.
-
This reply was modified 9 years, 6 months ago by
darkreixor.
when i use internet explorer, the status graphics doesn’t show up properly
i will see the default (normal size) and the default_full very small in the top right corner
If you use one of the default graphics (i.e. the ones generated by the Default, Streamlined, Sleek, Minimalist and Round options), instead of the custom graphic you’ve put in there, does the iPhone overlapping still happen? I tested on my end and it displays correctly on an iPhone with all of the included graphics.
For the Internet Explorer issue, the default graphic setting makes use of two different images, one for the empty and one for the filling/full. I don’t know if you took that into account when creating your custom images, but it doesn’t look like it’s rendering properly. If you use the standard graphic generated by the Default option, instead of your custom images, does it display correctly? You can also try using the Minimalist status tracking graphic setting, which uses just CSS instead of images.
You can hide the “Order Information” text with the following custom CSS:
.ewd-otp-main-title {
display: none;
}