Find MagPress on Google+

Quazilium

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

Quazilium WordPress Theme

Quazilium WordPress theme is a 3 columns fixed width Responsive WordPress template by MagPress.com. This WP theme supports CSS3/HTML5 and has featured slider and categories, Adsense ready, etc.

Tags: , , , , , , , , , , , , , , , ,
Zip http://www.magpress.com/wp-content/uploads/2012/08/quazilium-wordpress-theme-thumb-170x150.png
Version 1.3

- add is_wp_error() for feed php error notice and added 2 columns page template
* file effected - style.css and lib/functions/option-functions.php
* added new template - template-two-columns.php

Version 1.2

- fix pagination issue

Version 1.1
Version 1.0

- Initial release v1.0

WordPress
Download (2754) Demo/Preview 25 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.3

- add is_wp_error() for feed php error notice and added 2 columns page template
* file effected - style.css and lib/functions/option-functions.php
* added new template - template-two-columns.php

Version 1.2

- fix pagination issue

Version 1.1
Version 1.0

- Initial release v1.0

25 Comments Already

  1. Say Cheese Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    How in god’s name do I remove the post default header!? I can’t find it anywhere and I’m getting rather annoyed now as I’ve looked in all the codes.

    I can replace the picture using the same file name but I just don’t want it there. Please help.

    How in god’s name do I remove the post default header!? I can’t find it anywhere and I’m getting rather annoyed now as I’ve looked in all the codes.

    I can replace the picture using the same file name but I just don’t want it there. Please help.

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      try open index.php line 38 edit this code

      <div class="post-thumb">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
      <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
      </a>
      </div>

      to this new code

      <?php if( has_post_thumbnail() ) { ?>
      <div class="post-thumb">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
      <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
      </a>
      </div>
      <?php } ?>

      cheers

      try open index.php line 38 edit this code

      <div class="post-thumb">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
      <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
      </a>
      </div>

      to this new code

      <?php if( has_post_thumbnail() ) { ?>
      <div class="post-thumb">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
      <?php echo get_featured_post_image(500, 200, "alignnone", "large", 'image-'.get_the_ID() ,get_the_title()); ?>
      </a>
      </div>
      <?php } ?>

      cheers

  2. David Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    I’m testing this theme in my web, but i have a problem. When i try to create a Featured Gallery Slider i only see a black block. i try with various categories, same result.. any help.

    Thanks, and sorry for mi English.

    I’m testing this theme in my web, but i have a problem. When i try to create a Featured Gallery Slider i only see a black block. i try with various categories, same result.. any help.

    Thanks, and sorry for mi English.

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      try disable plugin one by one and see which plugin causing the conflict. the slider should work under the box but sometime plugin js
      will conflict with it.

      try disable plugin one by one and see which plugin causing the conflict. the slider should work under the box but sometime plugin js
      will conflict with it.

  3. Clay Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    Hi,

    How do I disable the mobile version? …for some reason, when I test the site in ie7 and ie8… I’m seeing the mobile layout on my desktop.

    Thanks for the theme!

    Hi,

    How do I disable the mobile version? …for some reason, when I test the site in ie7 and ie8… I’m seeing the mobile layout on my desktop.

    Thanks for the theme!

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      hi clay try redownload the theme and replace only /lib/styles/base.css
      some issue were fixed regarding the ie media query bug in v1.1

      hi clay try redownload the theme and replace only /lib/styles/base.css
      some issue were fixed regarding the ie media query bug in v1.1

  4. ola Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    thank to that themes

    thank to that themes

  5. manga Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    How to get rid of credits on the right sidebar? Can I buy it?

    How to get rid of credits on the right sidebar? Can I buy it?

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      yes..just use the developer purchase button to proceed. cheers

      yes..just use the developer purchase button to proceed. cheers

  6. Mary Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    For the Social Box at the top of the right bar, how do i add the links to the social properties. and if i do not have all those social properties, how do i remove them.

    For the Social Box at the top of the right bar, how do i add the links to the social properties. and if i do not have all those social properties, how do i remove them.

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      you can setup the social properties/links in theme options, remember to enter full url with http://
      if you want to remove any social label which you not use, open lib/templates/social-box.php and delete it or comment it out

      you can setup the social properties/links in theme options, remember to enter full url with http://
      if you want to remove any social label which you not use, open lib/templates/social-box.php and delete it or comment it out

  7. Ahmed Ali Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    hello, I really like this theme but I face some problems on it

    The first problem that I want to remove author Icon, how?
    I remove author title by plugin but can’t to remove Icon
    and this image show what I mean http://img90.imageshack.us/img90/2108/iconproblem.jpg

    The Second problem that I want to increase the width of my template and be flexible in any monitor and this image shows http://img189.imageshack.us/img189/844/widthoftampleteproblem.jpg

    The third problem that I want to make this area in background is White, and this the image shows http://img850.imageshack.us/img850/9024/backgroundproblem.jpg

    hello, I really like this theme but I face some problems on it

    The first problem that I want to remove author Icon, how?
    I remove author title by plugin but can’t to remove Icon
    and this image show what I mean http://img90.imageshack.us/img90/2108/iconproblem.jpg

    The Second problem that I want to increase the width of my template and be flexible in any monitor and this image shows http://img189.imageshack.us/img189/844/widthoftampleteproblem.jpg

    The third problem that I want to make this area in background is White, and this the image shows http://img850.imageshack.us/img850/9024/backgroundproblem.jpg

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      1. go to lib/templates/post-meta.php and delete this

      <?php if( !is_page() ): ?>
      <span class="post-author"><i class="icon-user"></i><?php the_author_posts_link(); ?></span>
      <?php endif; ?>

      2. go to lib/styles/base.css line 507+

      footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {
      margin: 0px auto;
      padding: 0px;
      max-width: 1120px; /*edit this line*/
      width:auto;
      }

      3. go to lib/styles/base.css line 1072+

      .widget-area aside {
      	float: left;
      	width: 100%;
      	list-style: none;
      	margin: 0px 0px 2em;
      	padding: 0%;
              background: white; /*add this*/
      }

      1. go to lib/templates/post-meta.php and delete this

      <?php if( !is_page() ): ?>
      <span class="post-author"><i class="icon-user"></i><?php the_author_posts_link(); ?></span>
      <?php endif; ?>

      2. go to lib/styles/base.css line 507+

      footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {
      margin: 0px auto;
      padding: 0px;
      max-width: 1120px; /*edit this line*/
      width:auto;
      }

      3. go to lib/styles/base.css line 1072+

      .widget-area aside {
      	float: left;
      	width: 100%;
      	list-style: none;
      	margin: 0px 0px 2em;
      	padding: 0%;
              background: white; /*add this*/
      }
  8. Ahmed Ali Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    it looks great really :)

    - but in the right & left sidebar want to reduce their width after increase the width of template

    Thanks agian

    it looks great really :)

    - but in the right & left sidebar want to reduce their width after increase the width of template

    Thanks agian

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      you can adjust the width percentage% for each in css. look for #left-sidebar, #right-sidebar and #post-entry.

      you can adjust the width percentage% for each in css. look for #left-sidebar, #right-sidebar and #post-entry.

  9. jun Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    hi i have a problem.When you go to another page hi Show me Error
    404 Error File Not Found.and this image show what I mean
    http://im31.gulfup.com/drPpy.gif

    • jun Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      There is no solution to this problem
      http://im31.gulfup.com/drPpy.gif

      • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

        hi jun. download v1.2 and replace only lib/templates/paginate.php and lib/functions/theme-functions.php
        that should fix the paging issue.

        hi jun. download v1.2 and replace only lib/templates/paginate.php and lib/functions/theme-functions.php
        that should fix the paging issue.

  10. علي Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    Thanks works now

    Thanks works now

  11. Ahmed Ali Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    how can I remove social widgets from the sidebar ?

    how can I remove social widgets from the sidebar ?

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      open sidebar.php and comment in this line like this

      <!--<aside class="widget">
      <h3 class="widget-title"><?php _e('Stay Update:',TEMPLATE_DOMAIN); ?></h3>
      <?php get_template_part( 'lib/templates/social-box' ); ?>
      </aside>-->
      

      open sidebar.php and comment in this line like this

      <!--<aside class="widget">
      <h3 class="widget-title"><?php _e('Stay Update:',TEMPLATE_DOMAIN); ?></h3>
      <?php get_template_part( 'lib/templates/social-box' ); ?>
      </aside>-->
      
      • Ahmed Ali Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

        it looks great really, after i remove all widgets in right sidebar but i want to wide (post-entry) more than default in specific page, can i do that. and the problem of theme option still there.

        Sorry for the large number of my questions

        it looks great really, after i remove all widgets in right sidebar but i want to wide (post-entry) more than default in specific page, can i do that. and the problem of theme option still there.

        Sorry for the large number of my questions

        • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

          hi you can redownload the latest v1.3 which remove the php error in theme options and i added template-two-columns so you can used them in any page you want using page template in write page right panel. also update the style.css, if you already had any custom css in style.css. just open the style.css(v1.3) and copy the new css code (1 line only) to your current style.css

          hi you can redownload the latest v1.3 which remove the php error in theme options and i added template-two-columns so you can used them in any page you want using page template in write page right panel. also update the style.css, if you already had any custom css in style.css. just open the style.css(v1.3) and copy the new css code (1 line only) to your current style.css

  12. Ahmed Ali Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

    and why when the magpress.com was off I couldn’t edit in theme option. ?

    and why when the magpress.com was off I couldn’t edit in theme option. ?

    • Ronald Quazilium http://www.magpress.com/wordpress-themes/quazilium.html

      sry about that, we recently move to new vps host and the site seem down and up sometime, we are fixing this issue. meanwhile open lib/functions/option-functions.php line 741 edit this

      $feed = fetch_feed('http://www.magpress.com/category/premium-themes/feed'); 

      to

      $feed = @fetch_feed('http://www.magpress.com/category/premium-themes/feed'); 

      that should disable any error message and php warning.

      sry about that, we recently move to new vps host and the site seem down and up sometime, we are fixing this issue. meanwhile open lib/functions/option-functions.php line 741 edit this

      $feed = fetch_feed('http://www.magpress.com/category/premium-themes/feed'); 

      to

      $feed = @fetch_feed('http://www.magpress.com/category/premium-themes/feed'); 

      that should disable any error message and php warning.

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