Forum Replies Created

Viewing 10 posts - 5,041 through 5,050 (of 6,341 total)
  • Author
    Posts
  • in reply to: Theme looks different #3374

    For first question, it’s weird that I have checked it on safari and it’s normal too. What’s your safari version?
    For the other questions, please add the following CSS into “OldCar options > Custom codes > CSS codes”

    .primary-navigation{margin-bottom:-40px;}
    body{background:#fff;}

    Thanks

    in reply to: Change config item thumbnail height #3373
    You must have valid license to access this content.
    in reply to: Problems Getting Portfolio to Appear #3372
    You must have valid license to access this content.
    in reply to: New Logo? #3371
    You must have valid license to access this content.
    in reply to: Site not displaying correctly #3370
    You must have valid license to access this content.
    in reply to: Site not displaying correctly #3362
    You must have valid license to access this content.
    in reply to: change the menu position #3359
    You must have valid license to access this content.
    in reply to: 3 images for portfolio #3358
    You must have valid license to access this content.
    in reply to: Configuring for SEO #3357

    Hi

    You have to change the php file, edit “/wp-content/themes/oldcar/includes/theme-functions.php” file, find the following code

    /*Post meta info*/
    if( !function_exists( 'van_posted_on') ){
      function van_posted_on(){
    ?>     
       <span class="blog-article-info"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><?php printf(__('By %s','OldCar'),get_the_author());?></a> / <?php printf( __( 'in %2$s', 'OldCar' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> / <?php the_time(get_option('date_format'));?></span>
    <?php
      }
    }

    Replace it as below

    /*Post meta info*/
    if( !function_exists( 'van_posted_on') ){
      function van_posted_on(){
    ?>     
       <span class="blog-article-info"><a href="YOUR PROFILE PAGE"><?php printf(__('By %s','OldCar'),get_the_author());?></a> / <?php printf( __( 'in %2$s', 'OldCar' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> / <?php the_time(get_option('date_format'));?></span>
    <?php
      }
    }

    Please use your actual profile page to instead of “YOUR PROFILE PAGE” above.

    Thanks

    in reply to: New Logo? #3353
    You must have valid license to access this content.
Viewing 10 posts - 5,041 through 5,050 (of 6,341 total)