Please Review my NEW gaming Website

Discussion in 'Websites' started by log0008, Mar 15, 2013.

  1. #1
    Hey guys

    I am looking for reviews of my new gaming website - 'Game Town' by Out Of Control Videos

    Link: http://gametown.outofcontrolvideos.com/

    Thanks!!
     
    log0008, Mar 15, 2013 IP
  2. competent123

    competent123 Notable Member

    Messages:
    1,752
    Likes Received:
    71
    Best Answers:
    6
    Trophy Points:
    255
    #2
    a good design.

    make sure the link is in entire div of the tile, instead of heading only, i had to move mouse a bit to see IF there is a link there.
     
    competent123, Mar 16, 2013 IP
  3. wonay

    wonay Well-Known Member

    Messages:
    468
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    140
    #3
    Like the concept of showing the the picture of the games but I think that those pictures should be clickable too. That is, when a user clicks on it then they can directly go to the game page and play the game.
    The box add on the lower left panel should probably be shifted to the right hand side for a much higher CTR.
    A more detailed review of each game would be great. You could possibly add it below the game on the game page itself.
     
    wonay, Mar 16, 2013 IP
  4. log0008

    log0008 Active Member

    Messages:
    679
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    80
    #4
    Thanks guys - Looking into both your opinions, this site is actually running in wordpress so....

    Also - This is the code for the images/links - how can i make the whole image clickable?
    <?php
    /**
    * @package web2feel
    * @since web2feel 1.0
    */
    ?>
     
     
    <article id="post-<?php the_ID(); ?>" <?php post_class('portfolio-box grid_3'); ?>>
               
                <?php
                    $thumb = get_post_thumbnail_id();
                    $img_url = wp_get_attachment_url( $thumb,'full' ); //get full URL to image (use "large" or "medium" if the images too big)
                    $image = aq_resize( $img_url, 255, 255, true ); //resize & crop the image
                ?>
                                   
                <a href="#" class="hoverblock">   
                <?php if($image) : ?>  <img class="portpic" src="<?php echo $image ?>"/> <?php endif; ?>
                </a>
                <div class="cover">
                    <div class="coverinfo">
                    <h2><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'web2feel' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
                    <?php wpe_excerpt('wpe_excerptlength_index', ''); ?>
                    </div>
                </div>   
    </article>
                        
    PHP:
     
    log0008, Mar 16, 2013 IP
  5. wonay

    wonay Well-Known Member

    Messages:
    468
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Programming or modifying WP codes is something I am not very good at. But if you start a thread in the programming section for the clickable pictures thing then that would get your question answered promptly.
     
    wonay, Mar 16, 2013 IP
  6. log0008

    log0008 Active Member

    Messages:
    679
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    80
    #6

    Posted it there now - Thanks!
     
    log0008, Mar 16, 2013 IP