Results 1 to 1 of 1

Thread: Request to change the standard of the sidebar

  1. #1
    Thread Starter
    gremminger's Avatar
    Join Date
    Nov 2013
    Location
    Germany
    Posts
    344
    Thanks
    43
    Thanked 20 Times in 20 Posts

    Request to change the standard of the sidebar

    In some languages the sidebar will look ugly (linebreak within the button).

    Please consider changing
    sidebar.php
    from
    Code:
    						<a href="<?php echo CP_DASHBOARD_URL; ?>" class="mbtn btn_orange"><?php _e( 'Manage Ads', APP_TD ); ?></a>&nbsp;&nbsp;&nbsp;<a href="<?php echo CP_PROFILE_URL; ?>" class="mbtn btn_orange"><?php _e( 'Edit Profile', APP_TD ); ?></a>
    to
    Code:
    						<a href="<?php echo CP_DASHBOARD_URL; ?>" class="mbtn btn_orange"><?php _e( 'Manage Ads', APP_TD ); ?></a><br /><br /><a href="<?php echo CP_PROFILE_URL; ?>" class="mbtn btn_orange"><?php _e( 'Edit Profile', APP_TD ); ?></a>
    or similar.




    I changed that block to
    Code:
    					<div class="user">
    
    						<p class="welcome-back"><?php _e( 'Welcome back,', APP_TD ); ?> <strong><?php echo $display_user_name; ?></strong>.</p>
    						<p class="last-login"><?php _e( 'You last logged in at:', APP_TD ); ?> <?php echo appthemes_get_last_login( $current_user->ID ); ?></p>
    
    						<div class="pad5"></div>
    
    
    						<p><a href="<?php echo CP_PROFILE_URL; ?>" class="mbtn btn_orange"><?php _e( 'Edit Profile', APP_TD ); ?></a></p>
    
    						<div class="pad5"></div>
    
    						<p><?php _e( 'Manage your ads or edit your profile from your personalized dashboard.', APP_TD ); ?></p>
    
    						<div class="pad5"></div>
    
    						<p><a href="<?php echo CP_DASHBOARD_URL; ?>" class="mbtn btn_orange"><?php _e( 'Manage Ads', APP_TD ); ?></a></p>
    
    						<div class="pad5"></div>
    
    						<div class="clr"></div>
    
    					</div><!-- /user -->
    to make the buttons more visible belonging to the texts.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Feature request: Show banners on the sidebar/Sidebar placement
    By mdehaan in forum Banners Galore ClassiPress
    Replies: 3
    Last Post: January 11th, 2014, 11:48 PM
  2. Dimitris Vantage standard template - sidebar problem
    By enrique_traun in forum Vantage General Discussion (Legacy)
    Replies: 5
    Last Post: January 9th, 2014, 09:40 AM
  3. Dimitris Vantage standard template - sidebar problem
    By enrique_traun in forum Report Vantage Bugs (Legacy)
    Replies: 5
    Last Post: January 9th, 2014, 09:40 AM
  4. Change log request
    By fidij in forum Mydentity
    Replies: 3
    Last Post: November 8th, 2013, 06:32 AM