Shay
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Character before Track ButtonThank you for your response. The mobile version in the customizer does not populate correctly for me for some reason. I did look further in the code and found where it’s coming from.
td.order-actions::before { content:attr(data-title) ":";}Is there a way to eliminate this in the area that displays the “Track” button when you have the heading disabled? I cannot find this coded in my theme CSS, seems to be coded in the plugin.
It shows up like this:
<td class="order-actions" style="text-align: left; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-size:12px;font-weight:400; color: #212121 ; border: 1px solid #dddddd; padding: 12px;line-height: 21px;text-align:center;"> ::before ==0$ <a href="https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=9999999999" target="_blank" class="button" style="color: #ffffff ;background:#de678c;padding: 10px;">Track</a> </td>Thanks for your assistance.
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Character before Track Button@zorem Unfortunately, I cannot switch to mobile and tablet view on the tracking display customizer in the plugin. However, I did look at the source code and there seems to be an extra semicolon (;) in the code, could that be what’s making it appear? here is the code I found for the section that is showing the colon:
<td class="order-actions" style="text-align: left; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-size:12px;font-weight:400; color: #212121 ; border: 1px solid #dddddd; padding: 12px;line-height: 20px;;text-align:center;">There is an extra semicolon behind line-height: 20px;;
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Character before Track ButtonHere is an actual view from my mobile device: https://ibb.co/xDJLf38
Forum: Plugins
In reply to: [Helpful] Critical Error after updating to 4.4.1The update fixed it! Everything is back to normal! Thanks!