Web Hosting

Free Magazine Style Red Carpet WordPress Theme

Written by EarnBlogger on March 5, 2009 Posted in: Wordpress

  • Stumble it
  • Digg it
  • del.icio.us
  • Reddit

Looking for a free premium quality WordPress theme? Take a look at the brand new Red Carpet theme, which is a free magazine style WordPress theme inspired by the popular ‘People’ magazine site. Some of it’s features includes automatic thumbnails generation, short code support for tens of video sites, gravatars, custom photo and video templates, built-in feedburner subscription, article sharing, and 4 widgetized sidebars. It is colorful, easy to customize and perfect for entertainment blog. I can’t believe that it is available for free download! Take a look at the screenshot below and grab a copy today!

Red Carpet Magazine Theme

Red Carpet Magazine Theme

Features of Red Carpet WorPress WordPress theme:

  • Free premium quality WordPress theme.
  • One configuration file for theme setup.
  • Can post stories, photos, or videos easily!
  • Advertisement spots can be managed through configuration file.
  • Different template for News, Photos, and Videos.
  • Custom photo gallery script to display the photos.
  • Custom video gallery for video display.
  • Custom Archives page.
  • Displays most read stories, or most viewed photos/videos.
  • Automatic thumbnail creation.
  • Built-in FeedBurner subscription form.
  • Supports tens of video sites and formats for short code video postings.
  • Widget-ready, 4 dynamic sidebars!
  • Built-in Gravatars support.
  • Compatible with WordPress 2.7.

Theme Demo | Download Link (Sorry, the theme is no longer free!)

Loading

So far, 131 responses to “Free Magazine Style Red Carpet WordPress Theme”. Add your own!

  1. Good it, Go to down it!

  2. Ahmad says:

    Thanks as usual for taking a look at our brand new theme. :)

  3. saint8282 says:

    very good i like this

  4. someone says:

    EarnBlogger, but I can’t publish news on my theme. When I publish photogallery or news I always get video post and not news or photogallery. Look at the picture. I publish post with title “POST” and text but when i publish it and clicked on it, I get video post. I don’t know if you understand me what I’m asking you.

    • someone says:

      EarnBlogger, can you give me example of this:
      “The theme assumes that you have regular (news) category, and have (photos) category
      and have (videos) category. If you visit config.inc.php you will be able to enter the photos/videos category IDs”

      Now, give me example what i have to enter in config.inc.php in

      /*******************************************************
      Setup primary categories (Very important)
      *******************************************************/
      $carpet['photos_id'] = 3; // The ID for Photos/Galleries category
      $carpet['videos_id'] = 6; // The ID for Videos category

      ?

      • EarnBlogger says:

        First for photos. Go to your categories tab inside wordpress admin panel. Put your mouse on the category named ‘Photos’ or whatever you want to show as photos. Then look at the status bar and you will see the link to your category. At the end of the link there is cat_ID= a number. Look for that number. It is the ID for that category. Now write that number in place of 3 in the code you referred above.

        Similarly find the ID for videos category and replace the ‘6′ with that number. Save your file and everything should be fine.

        • someone says:

          I DID IT!!!! THANK YOU MAN!!!!!!!!!!!! YOU’RE THE BEST!!!!!!!!!!!!!!!!!!!! YOU ARE MY HERO!!!!!!! THANK YOU! !!!

  5. someone says:

    Can somebody else help me? When I post some news article I put some text in it with title and I mark “NEWS” category. BUT! When I want to read it, when I click on it, i get video page and not news page where goes that news article. WHY? Please, help me…

    http://img24.imageshack.us/img24/5348/00000001k.jpg

  6. Jessi says:

    You’re trying to ask for free help. They have premium support now (which is understandable considering the fact that their themes are FREE), so you’re going to have to pay if you need help with this theme. Everyone else has to do it.

    • opal says:

      Jessi, why bother replying? And if you’re not here to read the q and a, what are you here for?
      From the posts below, looks like there are still people out here happy to give each other a hand.
      Just take your misery and buzz off.

  7. Ahmad says:

    Hi,

    I thought the readme files were enough for a freebie included with theme package.. seems no? Okay, most of these issues can be resolved by setting up category IDs properly in config.inc.php really.

  8. king says:

    Yahoo buzz link doesn’t work. it asks all the fields to be entered manually once you click on the share yahoo buzz link? any idea.
    title
    url
    des

  9. bayu says:

    article in this site very grade and benefit for me, am will be save this blog link in my favorite
    page and am will be to visit again to here

  10. Eddie Garcia says:

    I appreciate the time it takes to develop a theme but to be honest, this one is just too busy for me. I tend to like things toned down just a bit. Sorry! I know it will be a real hit with many. Keep up the great work!

    Friends 4 Life!
    Eddie

  11. sebko says:

    hi folks, congratulations, this theme is awesome! i´m configurating it right now, everything works, but only the news/photo/video thumbs where not shown..have i forgotten something? (ive changed config file correctly)

    best regards
    sebko

  12. mauri says:

    same problem
    i cant get the thumbs to work on post video or photos

    it says

    Warning: parse_url() expects exactly 1 parameter, 2 given in /home/whiteb5/public_html/eastvillage/theurbanreport2/wp-content/themes/redcarpet/functions.php on line 80

    • EarnBlogger says:

      I am trying to find the reason. But the problem is I test themes on my local server and many time I play with my own codes. For example, I have replaced phpThumb with one of my custom codes. Now, I have installed the original theme and trying to find why you are facing the problem.

      You have at least one image associated with those problem posts? If yes, look whether or not your /scripts/phpThumb/cache folder is writable. It should be writable automatically.

      BTW, I am not the original theme developer. I am just promoting this great theme. You can always contact the original developer i.e., Ahmad of http://deluxethemes.com

  13. Superior says:

    Mauri,
    I have solution for your problem. you must check php version at your server. if you are on PHP 4. than you will get this error always. The solution is change your php version to php5 and it will work absolutly fine.

    I hope this will help. You can change your php version simple through you .htaccess file or contact your hosting provider.

  14. mauri says:

    thanks i will try that
    im using php4
    i will try php5

    i had similar problems with wordpress and the thumbs before on a different theme and i gave up

    i will try this and it is a great theme!!!!!!!!!!

  15. Marco says:

    Mauri,

    or you can change all the code in functions.php.
    at lines: 87, 120, 331 and 342

    Search for:
    $img_url = parse_url($img[0], PHP_URL_PATH);

    and replace this with

    $img_url = parse_url($img[0]);
    $img_url = $img_url['path'];

    • ice_hot says:

      hi! im having the thumbnails problem too. i tried using php5 but to no avail… i also tried, replacing the codes, still the same… please help…

  16. Doubs says:

    Thank you Marco it walks now for me!

  17. Marco says:

    hi folks, this theme is nice, but when i go to the demo site with ie7 explorer the gallery doesn’t work good. I see all the thumbs but nothing happend when i click on it to show the foto. With firefox i have no problem.

    When i try the theme with my site, i have the same problem.

    Who have the same problem and solution for it?

    Regards,

    • Doubs says:

      Hi Marco,
      I am having the same problem!
      If somebody find the solution to resolve this problem please don’t forget to share it here!

      • Doubs says:

        In my 1st post I uploaded 3 photos and all was perfect. 2nd post I uploaded 5 photos and then I started having the same trouble than you Marco. When I delete 2 photos from the 2nd post then the gallery is working again perfect.

  18. Airess says:

    This theme is wonderful. I was able to do some modifications to make it match the look and feel of my site. The only concern about this theme is it does not work with iE6. A few people who aren’t up to date with their web browsers have complained. Otherwise the theme is excellent.

  19. Marco says:

    Hello,

    I have a solution for the foto gallery to show it correctly with ie7 explorer. i have tested with firefox an ie7. I have change the code and place the thumbnails under the big foto.

    in functions.php search this code;

    print ”;
    $i = 0;
    foreach($imgs as $id => $attachment) {
    $i++;
    $img = wp_get_attachment_image_src($id, ‘full’);
    //$img_url = parse_url($img[0], PHP_URL_PATH); //this is for php5
    $img_url = parse_url($img[0]); //this is for php4
    $img_url = $img_url['path']; //this is for php4
    print ‘‘;
    }
    print ”;

    $i = 0;
    foreach($imgs as $id => $attachment) {
    $i++;
    $img = wp_get_attachment_image_src($id, ‘full’);
    //$img_url = parse_url($img[0], PHP_URL_PATH); //this is for php5
    $img_url = parse_url($img[0]); //this is for php4
    $img_url = $img_url['path']; //this is for php4
    print ‘


    ‘;
    if (count($imgs) > 1) {
    print ‘
    « Previous Photo
    Next Photo »
    You are viewing image number ‘.$i.’ of total ‘.count($imgs).’ images.
    ‘;
    }
    print ”;
    }

    print ‘

    var photos=new ddtabcontent(“photos”)
    photos.setpersist(true)
    photos.setselectedClassTarget(“link”)
    photos.init()

    ‘;

    Replace the whole code with this code;

    $i = 0;
    foreach($imgs as $id => $attachment) {
    $i++;
    $img = wp_get_attachment_image_src($id, ‘full’);
    //$img_url = parse_url($img[0], PHP_URL_PATH); //this is for php5
    $img_url = parse_url($img[0]); //this is for php4
    $img_url = $img_url['path']; //this is for php4
    print ‘

    ‘;
    if (count($imgs) > 1) {
    print ‘
    « Previous Photo
    Next Photo »
    You are viewing image number ‘.$i.’ of total ‘.count($imgs).’ images.
    ‘;
    }
    print ”;
    }
    print ”;

    print ”;
    $i = 0;
    foreach($imgs as $id => $attachment) {
    $i++;
    $img = wp_get_attachment_image_src($id, ‘full’);
    //$img_url = parse_url($img[0], PHP_URL_PATH); //this is for php5
    $img_url = parse_url($img[0]); //this is for php4
    $img_url = $img_url['path']; //this is for php4
    print ‘‘;
    }
    print ”;

    print ‘

    var photos=new ddtabcontent(“photos”)
    photos.setpersist(true)
    photos.setselectedClassTarget(“link”)
    photos.init()

    ‘;

    If you don’t like the stripes by the thumbnails, you can remove this.
    search for the:

    .photos {
    display: block;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    padding: 15px 0 0 0;
    }

    and replace this with this;

    .photos {
    display: block;
    border-top: 0px dashed #aaa;
    border-bottom: 0px dashed #aaa;
    padding: 15px 0 0 0;
    }

    in my code for functions.php you see that the next code 2 times. change this if you work with php5;

    //$img_url = parse_url($img[0], PHP_URL_PATH); //this is for php5
    $img_url = parse_url($img[0]); //this is for php4
    $img_url = $img_url['path']; //this is for php4

    Change the code for php5 in this code;

    $img_url = parse_url($img[0], PHP_URL_PATH); //this is for php5
    //$img_url = parse_url($img[0]); //this is for php4
    //$img_url = $img_url['path']; //this is for php4

    Greetings,
    Marco

  20. Mao says:

    Doubs, I am using also wordpress 2.7.1. You need to have more than 8-9 articles in celebrities and news in order for the two purple blocks to appear.

  21. Mao says:

    And yes …i checked with IE6 and the entire right column is placed on the left bottom side….also the search box is placed over the sitelogo on(top left)…Pretty annoying…

  22. Ahmad Fouad says:

    Hello,

    I am sorry guys I have not caught this discussion earlier.

    I’ve completely fixed the layout for IE6 (See demo or updated version) the galleries were not working (excuse me..) for IE, there was a mis placed position: relative and i fixed that as well. I confirmed here from my localhost that galleries work fine on IE6 browser. So get your update..

    The search box was fixed aswell, the right column was fixed too..

    Regards

  23. Ahmad Fouad says:

    Marco,

    I am impressed. Thanks for this little hack. I updated the themes with his little modification to avoid php version issues

    $img_url = parse_url($img[0]);
    $img_url = $img_url['path'];

    I assume any user with PHP4 no longer experience thumbnail issue?

    • ice_hot says:

      hi! i really love your theme… but still im having the thumbnail issues… im using php5 already… please help…

      • Ahmad Fouad says:

        Sorry I can’t help any further having explained everything above, php5 is not the issue for sure. Could be a security level on your host not allowing thumbnails or could be that you are not attaching any images to your post — many possibilities but it’s not a theme issue after all so my help here would be so limited. Apologies

        • ice_hot says:

          hi! it was a series of webhost issues. first, i didnt have an uploads directory. second, the permissions were not configured for writing into the directory.. it ok now!

  24. Tico says:

    Hello Ahmad. First of all, thank you so much for this awesome theme. You’ve done a great job.

    Now, I’m wondering if you can help me here. I’ve done a lot of modification in the files (ie.: language translations) so could you please provide us a list of the files you updated for the IE6 fix?? Or did you update only the stylesheet?

    thanks in advance!

    cheers

    • Ahmad Fouad says:

      The stylesheet.css will be sufficient for major issues, but some template files were edited too. They are very few though.

  25. ice_hot says:

    hi i have a question. why is it that when i upload a photo from the web using a correct url, a thumbnail of that photo will not be visible? do i have to upload every photo to my webhost in order for thumbnails to appear? thanks ahmad!

  26. Superior says:

    Thank you Ahmed for your great theme and Help. waiting for the latest version of this theme.
    Regards,
    M. Umar

  27. Grando says:

    I get this error on my pages at the top header only in categories. On main page i dont see the error. Error appears only after i click a category.

    Warning: preg_match() [function.preg-match]: Unknown modifier ‘V’ in /home/test.com/wp-content/themes/redcarpet/functions.php on line 143

    I didnt done nothing to the template just added some posts and categories. This are the only changes on the fresh install.

  28. Grando says:

    You will not believe it where this error come from :
    Warning: preg_match() [function.preg-match]: Unknown modifier ‘V’ in /home/test.com/wp-content/themes/redcarpet/functions.php on line 143

    If you create a category for example : Test / Videos you will get that error because of the “/”.
    How to fix it? It’s a bug for sure.

  29. Billy says:

    Where is the README file ?

    I downloaded the latest redcarpet version from Deluxethemes but no readme file.

    Only Installation, license and support.

  30. Ahmad Fouad says:

    I do not think it’s a huge issue. Rarely you will need to name a category using a slash or backslash.. so no solution for this at least. try to avoid / in your category names.

    What readme file you look for there? The 3 documents are sufficient for the free user.

    • EarnBlogger says:

      Thanks for replying to the user comments. Yes, there is no need to create a category with a /. I just replied to the comment without thinking must about it. :)

      Same with the readme file. I thought it was all about installation instruction file. :) The installation.txt file is enough for installation.

      BTW, I have seen that people are not respecting your hard work. Many bloggers are now using your theme without your footer link. This is BAD really BAD. People are you listening?

  31. I setup the theme but can’t get the thumbs to work.

    I checked the source where the thumb should be and this is what i get. If i follow the link i get an error.

    Any help?

    http://www.guapo.ro/wp-content/themes/guapo/scripts/phpThumb/phpThumb.php?src=/wp-content/uploads/2009/03/kim_kardashian1.jpg&w=308&h=308&zc=T&q=95

  32. Dan Tanasecu says:

    Thats because it’s posted on this site. But if you follow the link from my site http://www.guapo.ro you will get a error.

  33. Dagan says:

    It’s very good theme, and It’s better than many WP primium theme. My probleme is with Video Category, How I post the video, I tried, in Post with HTML code form youtube, and form cutom field, but still no thing appear on the Right col. Videos,,,
    How we post video, and how it appear like the demo,
    Thanks to EarnBlogger , and Ahmad for their reply on this Blogg…

    • EarnBlogger says:

      Hi,
      No custom fields or HTML codes are required for videos. Just use the video ID. For example: If you want to add this video http://www.youtube.com/watch?v=k4iSxGzViVs, just use the codes after the ‘=’. That means copy ‘k4iSxGzViVs’ and paste it like this way [youtube k4iSxGzViVs] on your blog post. That’s it.

      For thumbnails to appear on the right use at least one image while writing your video post.

      • Dagan says:

        I do not know how to thank you, It worked very well..
        But videos appear in the middle category, no thing on the right..
        Thanks again Earn

        • EarnBlogger says:

          Did you entered the right category ID for videos and photos? It is in the config.inc.php file. Look for “Setup primary categories (Very important)” below which you will see two lines of code. For example:

          $carpet['photos_id'] = 1; // The ID for Photos/Galleries category
          $carpet['videos_id'] = 2; // The ID for Videos category

          Find the category ID for your video and photo category. Then replace 1 and 2 in the above two lines with the respective category IDs.

          I think this will solve your problem.

          Update:

          On my local wordpress installation this theme is working fine. So, I think there is no trick here from Ahmad’s side. But, after testing it on different browsers, I found that in Internet Explorer the right column goes down and appears with middle column. This issue was in initial version of the theme. If you are using Internet Explorer try a fresh copy. Also to confirm try to test your site on Firefox. If everything appears nicely, then the issue is definitely with IE. Get a fresh copy and everything should be fine.

          • Dagan says:

            Yes I did that before, and everything is working fine, only in the first page “home page”, the right column is not appearing…its blanck.
            I tried to work with style sheet, but it’s not the reason.
            This theme is really good theme, but few tricks Mr. It’s his right to earn money for it…
            Thanks’ again

  34. jamilyn says:

    I just installed wordpress 2.7.1 and uploaded your theme redcarpet. I have no errors but my homepage is blank. I have tried everything including editing the style.css and style.php Adjusting the @import url did not work, thinking my host wasnt compatible with dynamic stylesheet. Any ideas why it isn’t working for me. View source shows a blank page so it has to do with the stylesheet I am guessing.
    Please help I installed wordpress just so I could use this theme, I love it, great work!

  35. jamilyn says:

    I figured it out. The header file was calling for an seo title in the title attribute. This caused an error and wouldn’t load the page. I replaced it with the normal call for blog title and my homepage loaded.
    Thanks for a great theme. I also wanted to point out my download of the theme had no installation instructions or readme file at all. I had to search the web to figure out how to configure it.

    • EarnBlogger says:

      Add some content to your site. Then only you will learn whether on not everything is working fine. Actually this is a premium quality theme (in my view at least $100 value) that Ahmad released for free download. So, for any further theme related problems Ahmad provides premium support. I think this is fair as the theme is free for all. Still, Ahmad openly replied to many theme related problems here. I think this is more than enough for installation. Thanks.

  36. rahul says:

    hey,

    Awesome theme love it…I just have problem with photo posts….i got the photo category correct as it does show the posts in the photo gallery format….but i want to know for example if i want to make a post with 10 photos how do i make it show up as a gallery…where do i post the links of all 10 photos, is it in a custom field or just simply inside the post….?

    Cheers

    • EarnBlogger says:

      If you are talking about the default gallery format then just upload your photos via the image uploader and publish your post. The gallery will appear automatically. Just make it sure that your have posted it under photos category.

  37. jamilyn says:

    I understand he has done a lot of work and this theme is worth $100 or more, I appreciate that and agree. My problem is I downloaded the theme and now have no readme or installation txt so I am trying to figure out how to use it. I have added content to my site and the thumbs won’t display. I don’t know how to add a photo to my post. I read here about a video so that is clear. Do I just click on “upload image” button in my post and it’s supposed to appear. My files are set to be writable, I have tried adding custom field “thumbnail” I have done the config file correct. The photo is in my uploads folder but won’t appear, any help would be greatly appreciated.

    • EarnBlogger says:

      This theme automatically generates thumbnails. If you have added at least one photo via the image uploader (by clicking upload image) and then published the post, the thumbnail should appear. No need to add a custom field.

      After looking at your source code, I can see that something is wrong with your theme files. You have three posts but none of them appears on the site? I would recommend you to download a fresh copy of the theme and upload it. Don’t touch the codes except on the configuration file.

      • jamilyn says:

        Ok, have reverted back to default theme. But before I re-download and upload redcarpet one question. In theme doctor it is telling me that I do not have dt_library installed and it is a required component. This might be my problem but don’t have this in my copy. Any ideas?

        • jamilyn says:

          That was the problem. The copy I had downloaded from somewhere else didn’t have the library plugin. Re-downloaded and it works. Now have to play around and try and figure out how to get photos to show in photos column and get categories right. Have changed config file for video and photo categories correctly but entering post and adding photo to post it comes into news section but not photos. Hopefully I can figure this out at least theme is now working.
          Thankyou very much for taking the time to help me out, I appreciate it

  38. Billy says:

    Ahmad made a great job with the theme.

  39. Dagan says:

    I tried to tranfer the theme from my local server to hostingserver, but the theme is not working…
    at all, …

  40. Ahmad says:

    I tried to make everything simple whether you post photos or videos, but people just want the complicated, custom field stuff.. can’t complain. :)

    Dagan, get your copy from deluxethemes dot com, the newest version of red carpet is 2.5. It has a built in control panel that will do everything for you, it has its own built in video publisher, and it has a sample data generator. other than that you will be able to define which categories are what; photos and videos.

    This new version has threaded comments and comment navigation.

    Just get a fresh copy, and upload plugins to plugins and theme folder to themes. Then everything will be fine. If you see blank homepage or error, then its probably one of the plugins. I mean you should deactivate /delete any old version before trying this one.

    Dagan, the theme is working. The demo uses the exact version I release for you to download, no trick here.. believe it or not.

    • Edwin says:

      Hi Ahmad. I have a little problem with the theme. I think you can resolve it. Please look at this page:
      http://thedailyraise.com/?p=31
      As you can see on the right side (“More Posts”), the pictures are not thumbs. I already installed the latest theme and plugins. Can you please tel me the problem? Thanks!

  41. Dagan says:

    Dear Ahmad:
    Thanks to your efforts for RedCarpet theme, and the other s nice themes you did…
    They are free, and they are Premiums theme

    I tried the new version of the theme, on my local server, it worked, but when I changed few things in categories, it comes back to have right columns white…

    On the server “hostmonster server”, When I select the theme, which Wordpress is in the root directory under public html, /public_html/wp-content/themes/redcarpet

    The theme does not work…The server ignore the style sheet!!!

    I like the theme, but first, I tried for a week to test it on my local server, I discovered that it’s the IE explorer V. 7, is the problem, so the right columns do not appear.

    On the server I think that the problem is with the root directory, so It’s not working at all, the server Ignore the styelsheet ..

    When I will use the theme, I will change a little bit in it, but before that, I must control the basic, that‘s mean if we change few thing in the style sheet the theme must be stable

    At the end, my idea about the theme, it’s a quality control development process…
    With all browsers, this is not always controllable with fancy structure…

    Sorry, but I was a University professor, the last 6 year, and for accident reason, I did not teach any more… Even I taught structured languages, and OO languages,

    I appreciate your good work, and your themes are better than many Premiums theme
    Thanks’ for your previous answer

    Dagan

  42. bayu says:

    i have a problem when posting a video.where i should put the link for video on youtube or metacafe

  43. Simao says:

    thanks for this theme a lot..
    i’m usinh this theme @ http://www.magazin10.com

    bu i’ve a little problem. if u click this u can see;

    http://www.magazin10.com/victoria-plajlara-geri-dondu.html

    previous photo, next photo sections are’nt at the right places.. they go up
    hwo can i fix it..

  44. Mao says:

    Hi earnblogger or Ahmed. I can’t find any registration form…please provide a link or tell us how we can register to deluxethemes?! Best of luck!

  45. Nieva says:

    how can download red carpet theme? i cannon find.

  46. idntt says:

    great theme, unfortunately the demo and download link are not working.

  47. laron says:

    here is how you your thumbs right paste this where you see this

  48. Jetonr says:

    Actualy they are selling it now: single license 29$ and the funny thing is that theme is full of bugs!!!
    Fatal error: Call to undefined function popular_posts() in /home/gabfire/public_html/deluxethemes.com/redcarpet/wp-content/themes/redcarpet/home.php on line 68

    • EarnBlogger says:

      This error means you don’t have “Popular Posts” plugin activated. Check whether or not you have the plugin activated. Otherwise remove the call to function popular_posts() from your home.php file.

  49. someone says:

    Earn, i get this message:

    Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

    And i can upload picture on my wordpress blog. What should I do?

  50. someone says:

    And I CAN’T upload picture on my wordpress blog. What should I do? ***

  51. someone says:

    Ok, i fix this error:

    Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

    BUT, when I want to upload pictures i get this message:

    Failed to write file to disk.

    PLEASE HELP ME EARN!

  52. someone says:

    It’s okay. I’m not using WordPress anymore so thanks Earn anyway.

  53. stech says:

    I just installed the theme. new version of wordpress

    and everything works

    great work Ahamed. this the best theme ever !!!!

  54. rahil says:

    Thanks Macro

    It is working for me fine..

  55. verytruth says:

    Many thanks! I could not understand on one hosting, the theme did not work. But on the friend all has turned out. I do not know English (I from russia), but also that have consulted!!!

  56. abrablog says:

    cool. i love to have this theme or something else looks similiar with this.

  57. ChubbyCarrol says:

    having the same php Thumb issue as everyone else – did anyone ever find a solution?

  58. The Noize says:

    Having the same problem here with thumbs. Running PHP5 too…

    Anyone got any other suggestions?

    • EarnBlogger says:

      Your thumbnail files refers to ImageMagick codes. So, I think the problem is with your web host. Consult your host. Mind it, phpThumb creates thumbnails via GD or ImageMagick.

      • The Noize says:

        Thanks for the reply. I contacted host and checked, the path to ImageMagick was correct, so I don’t think it’s this.

        The biggest mystery is the fact it was working, then overnight it stopped!

        I’m going to backup the database and re-install and see if that works. If not, I might have to start looking for another theme.

        • EarnBlogger says:

          So sad! I have no clue why it is not working. Still, if you want to stay with this wordpress theme, you can try a different thumbnail script instead of phpThumb. For example, timthumb. Or you can also display images without using a script. But you need to modify your theme files. For any kind of help, feel free to contact me via email.

          Happy Blogging.

  59. AWWI says:

    Hi,

    I have the new version of the Red Carpet theme – installed in mid May. However, it still shows all columns in left when viewed in IE6 or IE7.

    Please help …..

    Thanks in advance

  60. pratik says:

    A great theme over all..
    But even I can get the thumbnails to work… chk http://www.fashdesigns.com

    I get an error.
    What values I must change the phpthumb.config.php?
    I am confused

    • EarnBlogger says:

      I think the problem is either related to your functions.php file or your server. I am not sure, but an error in the functions.php file may prevent thumbnail generation. Check that file for errors. And also check PHP version on your server. PHP 5 is required for proper functioning of certain parameters.

      Note that, Red Carpet is no longer a free theme and the developer is offering paid support. But still, some sites are sharing it. The problem is those sites often modifies a theme to insert their own links. Look at your footer. It may be a security threat too. So, always try to get the themes from the original source.

      Thanks

  61. toni says:

    hi,
    i dont have in cpanel teaser manager, any idea for excerpt, i really need it
    and how should i put ad in cpanel ad manager, i cant sem to understand…?”
    thank you

  62. toni says:

    i cant upload my logo, it is png file

  63. eGlossy.com says:

    hello, i have a problem with the redcarpet theme. When i post an article in the left sidebar were the latest stories are and i click the article it redirects me to the home page or do a refresh insted of opening the article. U can look here http://www.eglossy.com to see what is happening. pls if u can help i’ll be gratefull. thanks

    • EarnBlogger says:

      You need a solution? Just resize your logo. It is too big and breaking your theme. That’s why instead of the article link, the home page link (on logo) is displayed. Remove the extra white space from your logo and resize it to around 76px height. Everything will be fine.

  64. kashif says:

    i am also using this theme and it looks so great have a look at it
    http://showbiz99.com

  65. skandal says:

    any tutorial for this?

Leave a Reply