Free WordPress Theme: Prosumer

  • 242 comments
  • 242 Comments
    Posted 21 Mar 2009 in WordPress Themes

    prosumer-theme

    Prosumer WordPress Theme, is popular wordpress theme that develop by Nurudin Jauhari. After long time with Creative Commons license, Nurudin Jauhari decided to move to GPL Licence theme. Because of that fact. Nurudin Jauhari move theme hosting to WP GPL. We hope after Prosumer hosted on WP GPL, this theme will be got more user and better support.

    [adsense]

    What’s on Prosumer

    • Right and Left Sidebar
    • Widget Ready
    • Custom Header
    • Change About text via Admin Profile
    • Threaded Comment
    • WP-Comment
    • Tested on WordPress 2.1.x, 2.2.x, 2.3.x, 2.5.x,  2.6.x and WordPress 2.7

    Download

    You can Download Prosumer on this post or from Free WordPress Themes Directory

    Demo

    Check Prosumer Demo for test drive this theme


    230 Comments

    1. CW

      Im having the same problem as Ward W relply 108.

      I’ve been trying to figure out how to avoid having all pages go on the navigation bar as well. If you figure it out I hope you’ll come back to let me know. I’ve been striking out

      Reply
      • agallia

        Easy to keep selected pages (or posts too) from being displayed on Nav bar. Just go to Site Adm and click on Pages. Edit each page that you don’t want listed. In the Publish box on right, edit Visibiltiy. Selecting Private will prevent the page from being listed on the Nav bar or from being accessed by the public. Same for posts too.

        Reply
        • Ward W

          Agallia (post #110),

          I want the page to be public, but I don’t want in the nav bar. Basically I want the first level pages to show on the nav bar and not 2nd level, 3rd, etc

          Reply
          • agallia

            Sorry, can’t help on that one.

            Reply
          • WPGPL Team

            Hi Ward W, try to open your Prosumer FUNCTIONS.PHP and in around line 30, you’ll find this code

            function j_globalnav() {
            $menu = wp_list_pages('title_li=&echo=0'); // Params for the page list in header.php
            echo str_replace(array("\r", "\n", "\t"), '', $menu);
            }

            Tweak this code become like this one

            function j_globalnav() {
            $menu = wp_list_pages('title_li=&depth=1&echo=0'); // Params for the page list in header.php
            echo str_replace(array("\r", "\n", "\t"), '', $menu);
            }

            I hope this tips fix your problem

            Reply
            • agallia

              Good tip to limit dropdown menu level. Thanks.

              Reply
    2. Debbie

      Hello…..Great Theme it only took me 48 man hours to find one that I understand. I have read through the entire list of problems and the fixes everyone has provided. Which is a blessing in itself. My problem too is with the header. I changed the “head.jpg” file with my own image and everything went well. I understand that to change the “you.jpg” file will allow me to upload a new photo for that section. (unless of course I am mistaken about that!) however what I want to do is make the header one size instead of the two that are there so I can just upload the one image to span across the whole page. Is that possible? Anyone? Please?Help!!!

      Reply
      • bob

        I have that problem as well. Someone please help!

        Reply
      • WPGPL Team

        Please Replaced original picture in some size and width for the best result

        Reply
    3. Perf

      I am having the same problem as reply 107 -109.
      is there a way to control the buttons in the upper menu-bar

      Reply
    4. Oelil

      Mas…piye merubah favicon tuh ya..
      di theme mas yg laen bisa kok di theme ini gak bisa yo…?? 😀

      Reply
    5. Ian

      I’d love to be able to change the colour of the links when I use them in the text. I’m sure that’s a simple adjustment in the code – does anyone know where I should look? (I’m not very knowledgeable about CSS but can follow instructions!)

      Reply
      • agallia

        Try going to Dashboard/Appearance/Editor. Select Stylesheet (style.css). Find the line (~212): .entry a {
        color: #7a6c00;
        }
        Changing the color hex value 7a6c00 to another value will change the post link color.

        Reply
    6. Scott

      For those of you trying to order the pages on the top nav bar, you can set the order for each page by going to the edit screen for each page and setting the order in the area on the right of the screen. You can hide pages by setting them as a child of another page and it won’t show up. For example, go to my page and see how Isabella has her own category but is not shown in the nav bar.

      This is how I changed the About button to appear on the right hand side. It is new code, not something that is modified in the stylesheet.

      #menuv li.page-item-94 a {
      background: #FF36AB;
      float: right;
      padding: 3px 10px;
      margin-right: 0.0em;
      display: block;
      }

      Place it under the section that starts with:
      /* Top Navigation Style
      ********************* */
      /* Menuv
      ******************** */

      I recommend getting the Firebug plugin for firefox… it makes editing and viewing changes easier to see without having to mod the css file directly.

      Hope that helps.

      Reply
      • Ward W

        Scott (#120),

        The pages that I have set as a “child” are still showing up in the nav bar. When you hover over the parent page shown on the nav bar the list of 2nd level “child” pages comes up. Anyway to avoid that??

        Reply
    7. Pete Jones - Desmoinesisnotboring.com

      WPGPL Team, I have not been able to fit all my text into the Customer header portion (right side). Either my picture is pushing the text to the right or it is a little too big. How can I shift the text left or shrink it to fit into the header portion? I love your theme and am working on a reformat of my blog, so the link above does not direct you to my preview option. Thanks.

      Reply
    8. Swati Kalei,

      Hi,

      I am trying to replace the head.jpg in “topi” with another jpg image. However it does not show me the new jpg. It shows me the original “head.jpg” image. How can I replace this?
      Please help.

      Thanks,
      Swati Kale

      Reply
    9. Julie

      I really love the look of your prosumer theme that I have installed.

      I can’t seem to get gravatars to show in the comments with my test, even though I have switched avatars on in the WordPress settings. I’ve looked at your code, and it looks like it includes avatars. I know enough code to be dangerous, but not enough to really understand what is going on. Any pointers as to what I can check out?

      Reply
      • WPGPL Team

        I was check it on this post http://grantandjulie.com/emtt/2009/06/29/winds-of-change/ and the gravatar work without any worries

        Reply
      • Julie

        Thank you WPGPL team for having a look. It made me realise that it was my web browser. I was using IE 7, and wasn’t able to see the gravatar (could be some internet option that I’ve selected that was the problem). Anyway, after your response, I downloaded the latest Firefox and could see the gravatar too. Thanks again, it’s an awesome theme.

        Reply
    10. Gerhard W. Loub

      Really nice Theme, but 1.7 doesn´t work on my site:
      “Fatal error: Only variables can be passed by reference in /var/srv/www/htdocs/web6/html/wp-content/themes/prosumer17/functions.php on line 107”
      Didn´t get any solution till today? Anyone got an idea?

      Reply
      • WPGPL Team

        Hi Gerhard, please download Latest version

        Reply
        • Sue

          hi. I hv problem uploading pics when i write a post/page. Previously, I manage to upload pics but now I can’t. I choose add a media>choose file>from computer>choose files to upload but nothing happens.did i miss something?Pls help.

          Reply
    11. Jen

      wordpress.org forums that answer a few of these questions like how to control pages in the nav bar

      Reply
    12. ANdrea

      Hi, I found your theme today and changed my website to your theme. But I do not want the “home” tab in my navigation as I got another tab that acts as “home” page. So how do i get rod pf ot, and move all teh other tabs to the left.
      Also teh tab “Site Admn” will that appears in everyones computer?

      Thanks
      Andrea

      Reply
      • WPGPL Team

        Site Admin only appear for registered user

        Reply
        • ANdrea

          Hi, thanks for your answer. I stehre a way of getting rid of the home tab and move all tabs to the left?

          Thank you
          Andrea

          Reply
    13. Kent

      I seen this mentioned before, but can not find any comments to fix this.
      I understand that it is only in IE that the error is shown but I would still like it fixed.
      If there is no fixed, please so let me now.

      I am getting this error:

      Line:5
      Char:2
      Error:’document.getElementByID(…)’ is null or not an object
      Code:0

      Reply
      • WPGPL Team

        Would you sent me some screen shot about this error?

        Reply
      • Kent

        Hello,
        The website is at : http://university-life-success.com/wordpress/

        The error is shown on the bottom left in the status bar.

        Reply
      • Kent

        Still no response on this error

        🙁

        I have just moved my wordpress to: http://www.university-life-success.com/
        As you can see on the status bar bottom left, there is an error message.

        Clicking on this error message gives the following details

        Line:5
        Char:2
        Error:’document.getElementByID(…)’ is null or not an object
        Code:0
        URL:http://www.university-life-success.com/

        Any ideas ??

        Reply
        • WPGPL Team

          I was check it and there are no error that I found.
          You still use OLD WordPress please updated to the latest version

          Reply
    14. Brent Burgess

      Hi,
      I’m having trouble getting thickboxes to show up in this theme. I had installed the wp e-commerce plugin, and the images are supposed to open in a thickbox, but they don’t in this theme. I get the same errors that several others have gotten here, and I think it may be connected to my thickbox problem. I’ve tried changing themes, deactiviating plugins, and changing settings. Nothings worked. Here’s the error I’m getting:

      Error:’document.getElementByID(…)’ is null or not an object

      Any help with this is greatly appreciated!

      Thanks,
      Brent

      Reply
    15. Freelance Jobs

      I think everybody agree that this theme is MUST INSTALLED theme for many wordpress user.
      Easy and Just Perfect!

      Reply
    16. KC

      I like the theme however I would like to know how I can rid the dark gray box in the header and replace it with a photo or logo. Any suggestions?

      Reply
      • WPGPL Team

        Show me with some screen shot about your problem please

        Reply
        • KC

          How do I attach a screen shot in a blog? Do you have an email address? Or better yet, go to the site to see the header at http://www.firemaven.net. You will see the logo, a sailing photo and the dark gray space to the right.

          Reply
    17. agallia

      Two Thumbs up for Prosumer! Still one of the best and most easily customized themes. I have never had any problems with it. Great theme!

      Reply
    18. RicD

      In Prosumer the grey right block in the header reads “Theme Demo”. I’m attempting to input my own text however I cannot find where nor how to change it. We’d like to turn it into a clickable link as well. We’re using WP 2.8.4

      TIA

      Reply
    19. Peter

      Hey,

      maybe you could help me.
      I would like to change the header image of the theme to a 4-image rotating header, fading and in 3-4 seconds interval.
      I found many possible plugins, but I could not insert the code in the php’s.
      I found ‘head.jpg’ in style and in functions.
      Could you please help me with that?

      Thanks!

      Péter

      Reply


    Your Comment to Thorwald Westmaas

    Enter your comment*:

    * Required fields