• Resolved darkreixor

    (@darkreixor)


    i have set the statuses correctly with the percentages, but when i test the page some of them are wether overlapping or way outside the page.

    • This topic was modified 9 years, 6 months ago by darkreixor.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    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

    Thread Starter darkreixor

    (@darkreixor)

    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!

    Thread Starter darkreixor

    (@darkreixor)

    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.
    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    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.

    Thread Starter darkreixor

    (@darkreixor)

    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.
    Thread Starter darkreixor

    (@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

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    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;
    }
    
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘status overlapping’ is closed to new replies.