Element Postioning in Firefox – yak-view-confirm.php
-
This is dependent on the theme being used, but the fix is so simple, I’m hoping you might add it to the next release. I’ve tested it in Firefox, Chrome, IE, and Safari on Windows.
I was having a problem with the confirmation table jumping over to the right in Firefox. After NUMEROUS attempts to fix it using CSS, I finally ended up hacking yak-view-confirm.php.
I’ve seen this before and it has to do with the way the FORMS are handled.
All I did is add:
<br>
After the opening FORM tag – Nothing else.Here’s the surrounding code:
<h3><?php _e('Confirm your order', 'yak'); ?></h3> <?php include 'yak-view-address-snippet.php'; ?> <p> </p> <h3><?php _e('Order Detail', 'yak'); ?></h3> <form name="confirm2" method="post" action="<?php echo yak_get_permalink('stage=confirm') ?>"> <strong><br></strong> <table class="yak_order"> <tr> <th><?php _e('Item', 'yak'); ?></th> <th class="yak_numeric"><?php _e('Price', 'yak') ?></th> <th class="yak_numeric"><?php if (!$hide_quantity) { _e('Qty', 'yak'); } ?></th> <th class="yak_numeric"><?php _e('Subtotal', 'yak') ?></th> </tr>
https://www.ads-software.com/extend/plugins/yak-for-wordpress/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Element Postioning in Firefox – yak-view-confirm.php’ is closed to new replies.