Find MagPress on Google+

Whimag

http://www.magpress.com/wp-content/uploads/2012/09/whimag-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

Whimag WordPress Theme

Whimag WordPress theme is a 2 columns fixed width CSS3/HTML5 Magazine and Blogging Responsive WordPress theme with theme options, featured slider and categories, Adsense ready, etc.

Tags: , , , , , , , , , , , , , , , ,
Zip http://www.magpress.com/wp-content/uploads/2012/09/whimag-wordpress-theme-thumb-170x150.png
Version 1.1

- fixed pagination issue

Version 1.0

- Initial release v1.0.

WordPress
Download (2918) Demo/Preview 34 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.1

- fixed pagination issue

Version 1.0

- Initial release v1.0.

34 Comments Already

  1. binawara Whimag http://www.magpress.com/wordpress-themes/whimag.html

    tq very much for the free theme. inside options are very helpful to custom my themo.

    tq very much for the free theme. inside options are very helpful to custom my themo.

  2. Takatawan Whimag http://www.magpress.com/wordpress-themes/whimag.html

    iam newbie. how to edit style.css file or change background color? thanks

    iam newbie. how to edit style.css file or change background color? thanks

    • Takatawan Whimag http://www.magpress.com/wordpress-themes/whimag.html

      and cannot edit … to “Read More..” in the_content() function any suggestion?

      and cannot edit … to “Read More..” in the_content() function any suggestion?

      • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

        open lib/functions/theme-functions.php and go to line 629+ for function get_the_excerpt_featured() and find this line
        $more_link_text=”Read More”
        change the ‘Read More’ to any text you want.

        open lib/functions/theme-functions.php and go to line 629+ for function get_the_excerpt_featured() and find this line
        $more_link_text=”Read More”
        change the ‘Read More’ to any text you want.

    • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

      hi, edit for background should be in lib/styles/base.css or add this line to style.css
      body {
      background: #HEX-COLOR;
      }

      hi, edit for background should be in lib/styles/base.css or add this line to style.css
      body {
      background: #HEX-COLOR;
      }

  3. Noera Whimag http://www.magpress.com/wordpress-themes/whimag.html

    Call to undefined function wp_get_theme() in /home/agusnur/public_html/wp-content/themes/whimag/lib/functions/option-functions.php on line 60

    Call to undefined function wp_get_theme() in /home/agusnur/public_html/wp-content/themes/whimag/lib/functions/option-functions.php on line 60

    • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

      hi noera, its the new functions in wp 3.4+, you need to upgrade your wp to fixed the function error.

      hi noera, its the new functions in wp 3.4+, you need to upgrade your wp to fixed the function error.

  4. VoIP Conference Calls Whimag http://www.magpress.com/wordpress-themes/whimag.html

    How to increase the excerpt length in this theme? I hope to get positive response.

    How to increase the excerpt length in this theme? I hope to get positive response.

    • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

      hi open index.php line 46+ and edit this code

      <?php get_the_featured_excerpt($excerpt_length=55); ?>

      change 55 to any number you prefered.

      hi open index.php line 46+ and edit this code

      <?php get_the_featured_excerpt($excerpt_length=55); ?>

      change 55 to any number you prefered.

  5. lasha Whimag http://www.magpress.com/wordpress-themes/whimag.html

    when clicking page 2 it’s gavemes me this error…
    The requested URL /page/2 was not found on this server.

    when clicking page 2 it’s gavemes me this error…
    The requested URL /page/2 was not found on this server.

    • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

      hi iasha, redownload the v1.1 (just updated) and replace lib/templates/paginate.php and lib/functions/theme-functions.php
      that should fixed the paging issue.

      hi iasha, redownload the v1.1 (just updated) and replace lib/templates/paginate.php and lib/functions/theme-functions.php
      that should fixed the paging issue.

      • lasha Whimag http://www.magpress.com/wordpress-themes/whimag.html

        thanks my friend :)

        thanks my friend :)

  6. Benjamin Whimag http://www.magpress.com/wordpress-themes/whimag.html

    This theme worked well on my system (wamp server), but when I uploaded it to my website, it completely shuts down my site. I had to delete it before my could come back to life again. plz I need assistance..

    This theme worked well on my system (wamp server), but when I uploaded it to my website, it completely shuts down my site. I had to delete it before my could come back to life again. plz I need assistance..

    • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

      check and compare your local install and live install wordpress version and plugins install.
      must be something in live site causing this.

      check and compare your local install and live install wordpress version and plugins install.
      must be something in live site causing this.

  7. Saurabh Whimag http://www.magpress.com/wordpress-themes/whimag.html

    Hello, It is a responsive theme but can you please tell me how to make it non-responsive ?

    Hello, It is a responsive theme but can you please tell me how to make it non-responsive ?

    • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

      all u need to do is go to lib/styles/base.css and scroll to bottom and delete css starting from

      /*//////////////////////////////////////////////////////////////////////////////
      // mobile css
      /////////////////////////////////////////////////////////////////////////////*/

      all u need to do is go to lib/styles/base.css and scroll to bottom and delete css starting from

      /*//////////////////////////////////////////////////////////////////////////////
      // mobile css
      /////////////////////////////////////////////////////////////////////////////*/
      • Saurabh Saha Whimag http://www.magpress.com/wordpress-themes/whimag.html

        Thanks Ronald. I’ve removed the code from the line that you mentioned. Yeah, the elements like sidebar are not going down to fit content on screen but still, the website is shrinking when i change size of my browser window and the sidebar is also shrinking now, while remain static with webpage.

        Is there anything more to do ?

        Thanks Ronald. I’ve removed the code from the line that you mentioned. Yeah, the elements like sidebar are not going down to fit content on screen but still, the website is shrinking when i change size of my browser window and the sidebar is also shrinking now, while remain static with webpage.

        Is there anything more to do ?

        • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

          hi saurabh, its the media query css3 causing the resize. opne lib/styles/base.css and scroll to bottom and delete starting from line

          /*//////////////////////////////////////////////////////////////////////////////
          // mobile css
          /////////////////////////////////////////////////////////////////////////////*/

          delete all line after this

          hi saurabh, its the media query css3 causing the resize. opne lib/styles/base.css and scroll to bottom and delete starting from line

          /*//////////////////////////////////////////////////////////////////////////////
          // mobile css
          /////////////////////////////////////////////////////////////////////////////*/

          delete all line after this

          • Saurabh Saha Whimag http://www.magpress.com/wordpress-themes/whimag.html

            Yeah, I’ve done with that but now the problem is about that flexible width. I wants to make it fix.

            How to do that now ?

            Yeah, I’ve done with that but now the problem is about that flexible width. I wants to make it fix.

            How to do that now ?

            • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

              try edit lib/styles/base.css
              line 594+

              .content {
                  float: left;
                  width: 70%; /*change to 800px */
              }

              line 618

              #right-sidebar {
                  float: right;
                  padding-bottom: 2%;
                  padding-right: 2%;
                  padding-top: 2%;
                  width: 27%; /*change to 290px */
              }

              try edit lib/styles/base.css
              line 594+

              .content {
                  float: left;
                  width: 70%; /*change to 800px */
              }

              line 618

              #right-sidebar {
                  float: right;
                  padding-bottom: 2%;
                  padding-right: 2%;
                  padding-top: 2%;
                  width: 27%; /*change to 290px */
              }
              • Saurabh Saha Whimag http://www.magpress.com/wordpress-themes/whimag.html

                Hello Ronald!
                I tried that. Now, the sidebar and content are not shrinking/expanding but still the header part and widgets of footer are shrinking/expanding that’s why if i continuously minimize the theme, sidebar is getting down.

                ?? We are just about to reach.

                Hello Ronald!
                I tried that. Now, the sidebar and content are not shrinking/expanding but still the header part and widgets of footer are shrinking/expanding that’s why if i continuously minimize the theme, sidebar is getting down.

                ?? We are just about to reach.

                • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

                  did you remove all the style for media query like i mention in previous comment. it shouldn’t shrunk or minimize if removed.

                  did you remove all the style for media query like i mention in previous comment. it shouldn’t shrunk or minimize if removed.

                  • Saurabh Saha Whimag http://www.magpress.com/wordpress-themes/whimag.html

                    Yeah, I have tried by removing code below Moblie CSS and editing content & sidebar width but there are lots of other elements which are having size in percent. I think those all are needed to make fixed.

                    Yeah, I have tried by removing code below Moblie CSS and editing content & sidebar width but there are lots of other elements which are having size in percent. I think those all are needed to make fixed.

                    • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

                      yes, most container div were percentage css for the flexible width and mobile friendly framework.
                      i would recon after the edits i mention previously, edit the wrapper, content, sidebar css from % to px.

                      yes, most container div were percentage css for the flexible width and mobile friendly framework.
                      i would recon after the edits i mention previously, edit the wrapper, content, sidebar css from % to px.

  8. Saurabh Saha Whimag http://www.magpress.com/wordpress-themes/whimag.html

    Hey… Thanks !
    While doing all the tweaking to your theme, I learnt a lot new things. Now, check out my site TechGYD.COM, Hope you will like the tweaking out there :D .

    And, thanks for the support :)

    Hey… Thanks !
    While doing all the tweaking to your theme, I learnt a lot new things. Now, check out my site TechGYD.COM, Hope you will like the tweaking out there :D .

    And, thanks for the support :)

    • Saurabh Saha Whimag http://www.magpress.com/wordpress-themes/whimag.html

      But Now, There is a small problem. The Site becomes too much static that the innerwrap function is not working. The Margins alongside are also making users to scroll horizontally. Footer Code is responsible for it. Can you please tell me how to resolve this small issue? I will be highly grateful.

      But Now, There is a small problem. The Site becomes too much static that the innerwrap function is not working. The Margins alongside are also making users to scroll horizontally. Footer Code is responsible for it. Can you please tell me how to resolve this small issue? I will be highly grateful.

      • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

        hi saurabh, this is normal since your tweak your css #wrapper and #wrapper-main to 1349px. in 1440px above monitor, it look normal but lower resolution will cause the horizontal scroll.

        hi saurabh, this is normal since your tweak your css #wrapper and #wrapper-main to 1349px. in 1440px above monitor, it look normal but lower resolution will cause the horizontal scroll.

  9. Tiana Martin Whimag http://www.magpress.com/wordpress-themes/whimag.html

    Why this theme for free download where as you mentioned its price 37 USD? Should i go for free or it will cameup with external footer links? Please guide me before I proceed.

    Why this theme for free download where as you mentioned its price 37 USD? Should i go for free or it will cameup with external footer links? Please guide me before I proceed.

    • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

      hi tiana, yes its free to download and use in unlimited sites but if you run a monetize site or business and want to remove our links, you have the option to purchase the clean footer/sidebar (developer version) without our links attached. cheers

      hi tiana, yes its free to download and use in unlimited sites but if you run a monetize site or business and want to remove our links, you have the option to purchase the clean footer/sidebar (developer version) without our links attached. cheers

      • Tiana Martin Whimag http://www.magpress.com/wordpress-themes/whimag.html

        Thanks for your quick response. Is it safe to run website having footer links in it? how many footer links are there in this theme?

        Thanks for your quick response. Is it safe to run website having footer links in it? how many footer links are there in this theme?

        • Ronald Whimag http://www.magpress.com/wordpress-themes/whimag.html

          hi tiana, all our free themes are safe to use. there are 3 contributors link in whimag theme.

          hi tiana, all our free themes are safe to use. there are 3 contributors link in whimag theme.

  10. Sid Whimag http://www.magpress.com/wordpress-themes/whimag.html

    Seems great. But I found that the interwrap function doesn’t work well. Any fix or is it the mistake by me? Please help

    Seems great. But I found that the interwrap function doesn’t work well. Any fix or is it the mistake by me? Please help

  11. Jono Whimag http://www.magpress.com/wordpress-themes/whimag.html

    This is a really great looking theme, I look forward to giving it a go.

    This is a really great looking theme, I look forward to giving it a go.

  12. william Whimag http://www.magpress.com/wordpress-themes/whimag.html

    Great theme, i was looking it for long time, thanks for free download link option, I am sure footer links will not harm my website. Please tell me in how much websites can I run this theme.

    Great theme, i was looking it for long time, thanks for free download link option, I am sure footer links will not harm my website. Please tell me in how much websites can I run this theme.

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="">

« 
 »