I'm using OSClass 3.2.2 and real estate theme. I like it even though I don't use it for real estates.
Problems:
1) all ads are shown on main page slideshow. I tried the fix mentioned on another post to show only premium. It works, but then the price of the product disappears and "Check with seller" shows instead, as a
link,
below the picture, not above.
I think the problem is in this code line suggested by the fix, but I don't know how to make it work as it should...
<?php if( osc_price_enabled_at_items() ) { ?><div class="price-premium"><?php echo osc_premium_formated_price().osc_premium_currency_symbol() ; ?></div> <?php } ?>
2) all images on main page are distorted. They are somehow "strerched" and this is really ugly! How/where do I fix that?
3) I love the multi-currency option. But I don't like that prices are shown as "XX.XX Dollar US$". Why can't the SYMBOL become BEFORE the
value? "US$ XX.XX"
4) And then the options as "EUR", "GPB". Why can't it show as "€ [value]", "£ [value]"?
5) No need to write "Other currencies". It explodes beyond the title bar and, again, it's ugly. Can it be removed?
Thanks for your help.