Advertisement:

Author Topic: Help Please! Little problem in codex!  (Read 1643 times)

Rudy1978

  • Guest
Help Please! Little problem in codex!
« on: August 14, 2015, 02:34:47 am »
Hi,

I try already everything but don't get out of it!
How to move this text down in corner?

Hope someone can help!
Thanks
« Last Edit: August 14, 2015, 02:37:57 am by Rudy1978 »

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Help Please! Little problem in codex!
« Reply #1 on: August 14, 2015, 03:00:45 am »

Rudy1978

  • Guest
Re: Help Please! Little problem in codex!
« Reply #2 on: August 14, 2015, 08:21:01 am »
Some extra help Please

Where i need to add?


          <div class="info">
                                <div>
                                    <h3><a href="<?php echo osc_item_url() ; ?>"><?php if(strlen(osc_item_title()) > 60){ echo substr(osc_item_title(), 0, 55).'...'; } else { echo osc_item_title(); } ?></a></h3>
                                </div>
                                <div class="data"><?php item_realestate_attributes(); ?>
                                </div>                                               
                                <div class="author">
                                    <?php echo osc_format_date(osc_item_pub_date()); ?><br />
                                    <?php echo osc_item_city(); ?> (<?php echo osc_item_region();?>)
                                </div>
                            </div>
                        </div>
                    <?php } ?>
                <div class="clear"></div>
                <?php View::newInstance()->_erase('items') ;
                } ?>
            </div>
            <?php if( osc_count_latest_items() == osc_max_latest_items() ) { ?>
                <div class="pagination-box">
                    <a href="<?php echo osc_search_show_all_url();?>" class="ui-button ui-button-grey"><?php _e("See all offers", 'realestate'); ?> &raquo;</a></p>
                </div>
            <?php } ?>
        </div>
        <?php osc_current_web_theme_path('footer.php') ; ?>


Thanks