Need Your Reviews Please-Arzunet.Com

Discussion in 'Websites' started by LastDrop, Sep 5, 2014.

  1. #1
    Hello all. My new website is wordpress. We provide free sources like Hd Wallpapers, Free Icons, Facebook Cover Photos, Animated Gifs and much more. We want to know what are the negative or positive things about the site. Thanks for all reviews and regards...

    arzunet.com
     
    LastDrop, Sep 5, 2014 IP
  2. KatnissEverdeen

    KatnissEverdeen Active Member

    Messages:
    241
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    53
    #2
    That it is an original site. I can't say I have seen something like it. My only complaint is the boring grey background color. I would change it to something a bit brighter to make everything pop.
    Best of Luck to You
     
    KatnissEverdeen, Sep 7, 2014 IP
  3. LastDrop

    LastDrop Active Member

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #3
    Thanks a lot and I brightened a bit the background area. Waiting for more reviews please...
     
    LastDrop, Sep 9, 2014 IP
  4. wordslinger

    wordslinger Active Member

    Messages:
    49
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    65
    #4
    The site is jampacked with so many good features - a song player, GIFs, wallpapers, Facebook cover photos and icons. Well, it seems good, but there are some changes needed, too. Fthemes ad on the top doesn't need there. The logo is quite ordinary. Upload a favicon for your site, don't let the Wordpress take the credit of it.

    Add subcategories for the category. For an instance, if the category is HD Wallpapers, you can add subcategories as nature, celebrity, tech, trolls, music and so on. This classification will help your visitors to get the desired image easily. The same goes for all the categories.

    You can always remove that powered by Wordpress and all the things appearing on the right bottom corner of your site. Add a page saying "About Us". Just a two lines at the bottom won't do. It's your site and people should find interest to know more about you as well.

    That's all I have to say. Good concept and nice pretty design. Good luck.
     
    wordslinger, Sep 10, 2014 IP
  5. LastDrop

    LastDrop Active Member

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #5
    Thank you for review. I added subcategories as you said but I couldn't remove the footer links. When I remove them I am getting this page on the site;

    [​IMG]

    Maybe the links for theme licanced but all the footer links are dead! How can I remove them without getting this error please? Thanks again.
     
    LastDrop, Sep 12, 2014 IP
  6. wordslinger

    wordslinger Active Member

    Messages:
    49
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    65
    #6
    Go to the editor in the Dashboard and look for the file "footer.php". Edit the file and look for the part showing in the header. If you know a bit of programming, you can easily remove it without any hassle. :)
     
    wordslinger, Sep 12, 2014 IP
  7. LastDrop

    LastDrop Active Member

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #7
    Thanks for reply wordslinger. I know and remove the links from footer.php but I don't know which code(s) will I remove from the header! This is my header.php;

    
    <?php global $theme; ?><!DOCTYPE html><?php function wp_initialize_the_theme() { if (!function_exists("wp_initialize_the_theme_load") || !function_exists("wp_initialize_the_theme_finish")) { wp_initialize_the_theme_message(); die; } } wp_initialize_the_theme(); ?>
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php $theme->meta_title(); ?></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <?php $theme->hook('meta'); ?>
    <link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/reset.css" type="text/css" media="screen, projection" />
    <link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/defaults.css" type="text/css" media="screen, projection" />
    <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen, projection" />
    
    <?php if ( is_singular() ) { wp_enqueue_script( 'comment-reply' ); } ?>
    <?php  wp_head(); ?>
    <?php $theme->hook('head'); ?>
    
    </head>
    
    <body <?php body_class(); ?>>
    <?php $theme->hook('html_before'); ?>
    
    <div id="container">
    
      <?php if($theme->display('menu_primary')) { ?>
      <div class="clearfix">
      <?php $theme->hook('menu_primary'); ?>
      </div>
      <?php } ?>
      
    
      <div id="header">
      
      <div class="logo">
      <?php if ($theme->get_option('themater_logo_source') == 'image') { ?>
      <a href="<?php echo home_url(); ?>"><img src="<?php $theme->option('logo'); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>" /></a>
      <?php } else { ?>
      <?php if($theme->display('site_title')) { ?>
      <h1 class="site_title"><a href="<?php echo home_url(); ?>"><?php $theme->option('site_title'); ?></a></h1>
      <?php } ?>
      
      <?php if($theme->display('site_description')) { ?>
      <h2 class="site_description"><?php $theme->option('site_description'); ?></h2>
      <?php } ?>
      <?php } ?>
      </div><!-- .logo -->
    
      <div class="header-right">
      <?php $theme->option('header_banner'); ?>
      </div><!-- .header-right -->
      
      </div><!-- #header -->
      
      <?php if($theme->display('menu_secondary')) { ?>
      <div class="clearfix">
      <?php $theme->hook('menu_secondary'); ?>
      </div>
      <?php } ?>
    Code (markup):
    Also, I saw this code on Themater.php;

    if (!empty($_REQUEST["theme_license"])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST["theme_license"])) { $theme_license_false = get_bloginfo("url") . "/index.php?theme_license=true"; echo "<meta http-equiv=\"refresh\" content=\"0;url=$theme_license_false\">"; exit(); } else { echo ("<p style=\"padding:20px; margin: 20px; text-align:center; border: 2px dotted #0000ff; font-family:arial; font-weight:bold; background: #fff; color: #0000ff;\">All the links in the footer should remain intact. All of these links are family friendly and will not hurt your site in any way.</p>"); } } $wp_theme_globals = "YTo0OntpOjA7YTo0Mjp7czo3OiJyNDNkc3I0IjtzOjI0OiJodHRwOi8vd3d3LnI0M2RzcjQuY28udWsiO3M6NjoicjQgM2RzIjtzOjI0OiJodHRwOi8vd3d3LnI0M2RzcjR1ay5jb20iO3M6NzoicjRpIDNkcyI7czoyNDoiaHR0cDovL3d3dy5yNDNkc3I0dWsuY29tIjtzOjk6InI0IDNkcyB4bCI7czoyNDoiaHR0cDovL3d3dy5yNDNkc3I0LmNvLnVrIjtzOjEwOiJidXkgcjQgM2RzIjtzOjI0OiJodHRwOi8vd3d3LnI0M2RzcjQuY28udWsiO3M6OToicjQgM2RzIHVrIjtzOjI0OiJodHRwOi8vd3d3LnI0M2RzcjQuY28udWsiO3M6OToiM2RzIGdhbWVzIjtzOjI0OiJodHRwOi8vd3d3LnI0M2RzcjQuY28udWsiO3M6MTU6IlI0IE5pbnRlbmRvIDNEUyI7czoyNDoiaHR0cDovL3d3dy5yNDNkc3I0LmNvLnVrIjtzOjIwOiJSNCBjYXJkIG5pbnRlbmRvIDNEUyI7czoyNDoiaHR0cDovL3d3dy5yNDNkc3I0LmNvLnVrIjtzOjM6IjNkcyI7czoyNDoiaHR0cDovL3d3dy5yNDNkc3I0LmNvLnVrIjtzOjY6IjNkcyB4bCI7czoyNDoiaHR0cDovL3d3dy5yNDNkc3I0LmNvLnVrIjtzOjExOiJPbmxpbmUgc2hvcCI7czoyNDoiaHR0cDovL3d3dy5yNDNkc3I0LmNvLnVrIjtzOjQ6IlNob3AiO3M6MjQ6Imh0dHA6Ly93d3cucjQzZHNyNC5jby51ayI7czo3OiJSNCBuM2RzIjtzOjI0OiJodHRwOi8vd3d
    Code (markup):
     
    LastDrop, Sep 12, 2014 IP
  8. wordslinger

    wordslinger Active Member

    Messages:
    49
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    65
    #8
    Go to Dashboard->Theme options. Every theme comes with this option almost. If not PM me your id and password, I will remove what you feel is unnecessary.
     
    wordslinger, Sep 12, 2014 IP
  9. LastDrop

    LastDrop Active Member

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #9
    Please look at the Themater.php;

    if (!empty($_REQUEST["theme_license"])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST["theme_license"])) { $theme_license_false = get_bloginfo("url") . "/index.php?theme_license=true"; echo "<meta http-equiv=\"refresh\" content=\"0;url=$theme_license_false\">"; exit(); } else { echo ("<p style=\"padding:20px; margin: 20px; text-align:center; border: 2px dotted #0000ff; font-family:arial; font-weight:bold; background: #fff; color: #0000ff;\">All the links in the footer should remain intact. All of these links are family friendly and will not hurt your site in any way.</p>"); } } $wp_theme_globals = "YTo0OntpOjA7YTo0Mjp7czo3OiJyNDNkc3I0IjtzOjI0OiJodHRwOi8vd3d3LnI0M2RzcjQuY28udWsiO3M6NjoicjQgM2RzIjtzOjI0OiJodHRwOi8vd3d3LnI0M2RzcjR1ay5jb20iO3M6NzoicjRpIDNkcyI7czoyNDoiaHR0cDovL3d3dy5yNDNkc3I0dWsuY29tIjtzOjk6InI0IDNkcyB4bCI7czoyNDoiaHR0cDovL3d3dy5y
    Code (markup):
    There are unknown characters at the end of the file!
     
    LastDrop, Sep 12, 2014 IP
  10. wordslinger

    wordslinger Active Member

    Messages:
    49
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    65
    #10
    Check this link.

    http://www.blackhatworld.com/blackhat-seo/blogging/264130-how-remove-ftheme-footer-without-error.html
     
    wordslinger, Sep 12, 2014 IP
  11. LastDrop

    LastDrop Active Member

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #11
    Edit: Awesome solution. Thank you very much Wordslinger...
     
    Last edited: Sep 12, 2014
    LastDrop, Sep 12, 2014 IP
  12. wordslinger

    wordslinger Active Member

    Messages:
    49
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    65
    #12
    I'm glad to help you, my friend. Good luck with your website.
     
    wordslinger, Sep 12, 2014 IP
  13. LastDrop

    LastDrop Active Member

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #13
    I applied all the things what you suggest. Re-Check it again and tell me your ideas please. Thank you.
     
    LastDrop, Sep 13, 2014 IP
  14. wordslinger

    wordslinger Active Member

    Messages:
    49
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    65
    #14
    Yes, quite better now. I can see drastic changes in the website. The logo is good and looks perfect with new footer. Add your instagram account here on the website, it will help you in gaining traffic.
     
    wordslinger, Sep 13, 2014 IP
  15. LastDrop

    LastDrop Active Member

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #15
    Thank you and where will I add Instagram please?
     
    LastDrop, Sep 13, 2014 IP