Results 1 to 2 of 2

Thread: Need help on self customization.

  1. #1
    Thread Starter
    Amateur
    Not a Verified Customer
    blueplue's Avatar
    Join Date
    Jan 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Need help on self customization.



    As you can see I run a job portal, I have some question on customization on my main page.

    Red Box:
    How to I make away the description box in the main page?

    Green Box aka title:
    How do I make it bigger text and auto color it?

    Please help me on this.

    Thanks.

  2. #2
    Thread Starter
    Amateur
    Not a Verified Customer
    blueplue's Avatar
    Join Date
    Jan 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    WHere to remove it & is it safe to remove the code?

    <?php
    // if not charging for any ads
    if ( get_option('activate_paypal') != "yes" ) { _e('All ad listings are FREE.','cp'); }

    // if paypal is turned on and NO category-level pricing
    elseif ( get_option('cp_price_scheme') == "single" && get_option('activate_paypal') == "yes" ) { ?>
    <?php _e('One ad listing costs','cp'); ?> <?php echo get_option('currency'); ?><?php echo get_option('ad_value'); ?>
    <?php _e('for','cp'); ?> <?php echo get_option("prun_period"); ?> <?php _e('days.','cp'); ?>
    <?php }

    // if paypal is turned on and category-level pricing
    elseif ( get_option('cp_price_scheme') == "category" && get_option('activate_paypal') == "yes" ) { ?>
    <?php _e('Ad listing prices vary based on category. List your item for','cp'); ?> <?php echo get_option("prun_period"); ?> <?php _e('days.','cp'); ?>
    <?php }

    // if paypal is turned on and category-level pricing
    elseif ( get_option('cp_price_scheme') == "percentage" && get_option('activate_paypal') == "yes" ) {?>
    <?php _e('Ad listing price equates to','cp')?> <?php echo get_option('cp_ad_percent'); ?>% <?php _e('of your item price. List your item for','cp');?> <?php echo get_option("prun_period"); ?> <?php _e('days.','cp'); ?>
    <?php } ?>
    IS it safe to delete the codes?
    I don't want it to show the free ads and pricing of the ads.

    Thanks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)