Hi David,
Working on a new site and new theme.
In the above page located here:
{link saved}
You can see that the "buy" product details are to the right of the page rather than directly underneath the main product image. I guess it has something to do with the but don't know how to fix.
Any suggestions at all?
Regards
Paul
Hi David,
Sorry bout the maintenance mode plugin just while I play about with the site, that is now deactivated
I've made your suggested amends, but rather than describe it perhaps you should have a look yourself
{link saved}
???
Cheers!
Paul
Hi Paul,
Looks like quite a bit of conflict between the Price Tapestry HTML and your WordPress theme - the first thing I would suggest is to add the following right at the end of html/product.php
<br clear='all' />
Fingers crossed that should force the price comparison table below the product section...
Cheers,
David.
--
PriceTapestry.com
Hi David,
Your amend worked perfectly, though it meant that the product title, description and price appeared under the main image and also and left a gaping blank space to the right of the main image, so I un-edited the first mod you suggested and that seems to have corrected it!
Thanks again for your help!
Regards
Paul
Hi Paul,
Link is showing "maintenance mode" at the moment, but the default html/product.php does show the product description / main "Visit Store" link to the right of the product image.
If you wanted to change the description / price to below the image, you can simply insert a new table row into the HTML as the easiest way. In html/product.php you will find this code starting at line 9:
</td>
<td valign='top'>
...so replacing that with:
</td>
</tr>
<tr>
<td valign='top'>
...should do the trick!
Cheers,
David.
--
PriceTapestry.com