Find MagPress on Google+

Freshbit

http://www.magpress.com/wp-content/uploads/2012/10/freshbit-wordpress-theme-thumb-170x150.png Wordpress Themes Ronald ,,,,,,,,,,,,,,

   Running a Business and Monetize site?

    Using the theme but need to remove our links
    for commercial and business use. please consider:
Price - $37.00
License - GNU General Public License
Unlimited concurrent domain and multisite domain uses for personal or clients and commercial projects

Freshbit WordPress Theme

Freshbit is a 3 columns corporate Responsive WordPress theme by MagPress.com. This WP template has featured content and categories, theme options, adsense ready, etc.

Tags: , , , , , , , , , , , , , ,
Zip http://www.magpress.com/wp-content/uploads/2012/10/freshbit-wordpress-theme-thumb-170x150.png
Version 1.0

- Initial release v1.0.

WordPress
Download (1865) Demo/Preview 15 Comments

   Running a Business and Monetize site?

    Using the theme but need to remove our links
    for commercial and business use. please consider:
Price - $37.00
License - GNU General Public License
Unlimited concurrent domain and multisite domain uses for personal or clients and commercial projects

Version and Changelog

Version 1.0

- Initial release v1.0.

15 Comments Already

  1. Mike Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

    I am interested in purchasing the developers edition of freshbit theme.
    How much does it cost?
    Does it contain encrypted code in theme files?

    thanks,

    Mike

    I am interested in purchasing the developers edition of freshbit theme.
    How much does it cost?
    Does it contain encrypted code in theme files?

    thanks,

    Mike

    • Ronald Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

      hi mike, yes all encrypted code will be removed.
      you can go to developer license page to purchase a dev license.

      hi mike, yes all encrypted code will be removed.
      you can go to developer license page to purchase a dev license.

  2. Juan Garcia Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

    Excellent theme.
    The only thing I dón`t like is widget’s font. Where can I change fonts in widget’s title and widget’s content?

    I do like fonts in posts. I want to use these fonts into the widgets.

    Excellent theme.
    The only thing I dón`t like is widget’s font. Where can I change fonts in widget’s title and widget’s content?

    I do like fonts in posts. I want to use these fonts into the widgets.

    • Ronald Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

      hi juan
      all fonts are control by theme options in backend.
      but if you want to change the sidebar header and widget font, try add this to style.css

      #custom #right-sidebar h3, #custom #right-sidebar .widget, #custom #left-sidebar h3, #custom #left-sidebar .widget { 
      font-family: YOUR FONT HERE !important; /* arial, sans-serif; */
      }
      

      hi juan
      all fonts are control by theme options in backend.
      but if you want to change the sidebar header and widget font, try add this to style.css

      #custom #right-sidebar h3, #custom #right-sidebar .widget, #custom #left-sidebar h3, #custom #left-sidebar .widget { 
      font-family: YOUR FONT HERE !important; /* arial, sans-serif; */
      }
      
      • Juan Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

        Thanks. I will try.

        Thanks. I will try.

  3. interested Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

    The article body seems narrow. Is there a way to expand it and other few changes if I buy the developers licence?

    Plus is this wordpress 3.5 compatible and do you update your theme regularly?

    Is there a help desk as such if i purchase this theme?

    Thanks in advance.

    The article body seems narrow. Is there a way to expand it and other few changes if I buy the developers licence?

    Plus is this wordpress 3.5 compatible and do you update your theme regularly?

    Is there a help desk as such if i purchase this theme?

    Thanks in advance.

    • Ronald Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

      yes, i’ll update the themes if any new wordpress version had major core change that affected the theme.
      depend on what kind of customization you wanted, we do charges a few bucks if customization are extend.
      all purchase will received free support via email or support forums.

      cheers

      yes, i’ll update the themes if any new wordpress version had major core change that affected the theme.
      depend on what kind of customization you wanted, we do charges a few bucks if customization are extend.
      all purchase will received free support via email or support forums.

      cheers

  4. Saujiro Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

    Is this theme ready for H1, H2 and H3 configured ?
    It’s necessary for SEO purposes.

    Is this theme ready for H1, H2 and H3 configured ?
    It’s necessary for SEO purposes.

    • Ronald Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

      yes, it is seo optimized.

      yes, it is seo optimized.

  5. Saujiro Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

    I like this theme and i tried install freshbit in my blog. I analyzed with “gtmetrix” then the score showed me 74, it’s slow.
    Do you have idea how to solve it ? to make it faster access.

    I like this theme and i tried install freshbit in my blog. I analyzed with “gtmetrix” then the score showed me 74, it’s slow.
    Do you have idea how to solve it ? to make it faster access.

    • Ronald Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

      the metrix results depend on many area. you can disable timthumb usage maybe or disable any unneccesary plugin to start. anything goes above 80 should be standard with 4-5 sec load time.

      the metrix results depend on many area. you can disable timthumb usage maybe or disable any unneccesary plugin to start. anything goes above 80 should be standard with 4-5 sec load time.

  6. Lucius Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

    Hello,

    I’m using this theme on my website. How can I give each side bar entry a box-like enclosure with a grey background like you have on this website? The css code to do that will be awesome. Thanks in advance!

    Hello,

    I’m using this theme on my website. How can I give each side bar entry a box-like enclosure with a grey background like you have on this website? The css code to do that will be awesome. Thanks in advance!

    • Ronald Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

      try adding this to style.css

      #custom .widget-area aside {
          background: none repeat scroll 0 0 #F3F3F3;
          border: 1px solid #DDDDDD;
          padding: 4%;
          width: 92%;
      }

      try adding this to style.css

      #custom .widget-area aside {
          background: none repeat scroll 0 0 #F3F3F3;
          border: 1px solid #DDDDDD;
          padding: 4%;
          width: 92%;
      }
      • Lucius Freshbit http://www.magpress.com/wordpress-themes/freshbit.html

        Thanks a lot Ronald! This goes a long way. Please if this wouldn’t be asking too much, do you know how I can make the top menu scroll and the stick(float) on top of the browser when one is scrolling down – using just css? It will be awesome if you can give me the css codes here. You are the best! Regards.

        Thanks a lot Ronald! This goes a long way. Please if this wouldn’t be asking too much, do you know how I can make the top menu scroll and the stick(float) on top of the browser when one is scrolling down – using just css? It will be awesome if you can give me the css codes here. You are the best! Regards.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <span style="">

«