Quazilium
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: Adsense Ready, CSS3, Custom Header, Custom Menu, Featured Content, Fixed Width, HTML5, Left Sidebar, Responsive, Right Sidebar, Sidebar Footer, Theme Options, Threaded Comments, Three Columns, Twitter Ready, White, Widget Ready
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.
try open index.php line 38 edit this code
[php]
<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]
to this new code
[php]
<?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 } ?>[/php]
cheers
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.
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.
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 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
thank to that themes
How to get rid of credits on the right sidebar? Can I buy it?
yes..just use the developer purchase button to proceed. cheers
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.
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
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
1. go to lib/templates/post-meta.php and delete this
[php]<?php if( !is_page() ): ?>
<span class="post-author"><i class="icon-user"></i><?php the_author_posts_link(); ?></span>
<?php endif; ?>[/php]
2. go to lib/styles/base.css line 507+
[php]footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {
margin: 0px auto;
padding: 0px;
max-width: 1120px; /*edit this line*/
width:auto;
}[/php]
3. go to lib/styles/base.css line 1072+
[php].widget-area aside {
float: left;
width: 100%;
list-style: none;
margin: 0px 0px 2em;
padding: 0%;
background: white; /*add this*/
}[/php]
it looks great really 🙂
– but in the right & left sidebar want to reduce their width after increase the width of template
Thanks agian
you can adjust the width percentage% for each in css. look for #left-sidebar, #right-sidebar and #post-entry.
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
There is no solution to this problem
http://im31.gulfup.com/drPpy.gif
hi jun. download v1.2 and replace only lib/templates/paginate.php and lib/functions/theme-functions.php
that should fix the paging issue.
Thanks works now
how can I remove social widgets from the sidebar ?
open sidebar.php and comment in this line like this
[php]
<!–<aside class="widget">
<h3 class="widget-title"><?php _e(‘Stay Update:’,TEMPLATE_DOMAIN); ?></h3>
<?php get_template_part( ‘lib/templates/social-box’ ); ?>
</aside>–>
[/php]
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
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
and why when the magpress.com was off I couldn’t edit in theme option. ?
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
[php]$feed = fetch_feed(‘https://magpress.com/category/premium-themes/feed’); [/php]
to
[php]$feed = @fetch_feed(‘https://magpress.com/category/premium-themes/feed’); [/php]
that should disable any error message and php warning.
Hi.
I want decrease dropdown menu’s animation time. Animation time is very long and i dont have any coding knowledge. How i can do it?
open and edit lib/scripts/superfish-menu/js/superfish.js line 88
delay: 800,
make it 100 or 0 for faster
because facebook is not working with this theme when I try to share a post?
did you try update the theme to v1.4?
hi there
how i can fix next button in quazilium theme ?
___________
I have a page articles fixed and when I try to navigate between articles or press the button Next Page number shows me the following error:
The requested URL /NEWKAUH//page/2 was not found on this server.
How can this error and originally rendered only shows with the template of your
Thanking you for your cooperation
latest version should had fixed this.
how i can remove the last side bar (15hairloss.com – unbiased reviews of best hair loss treatment by online medical researchers) from The Template ..Please How Can Do It That ?
Please Reply Quicly …
you can by purchasing the developer version of the theme.
how i can move right sidebar to left
and left sidebar to right how ????
why would you want to do that? its already have left and right sidebar. make no difference..
hi
How can I change the font type or larger or smaller?
I own the developer version of the theme
Thank you
add this to style.css
[css]body {font-family: your font;} /*or use theme option->fonts*/
#wrapper-main, header .innerwrap,#main-navigation .innerwrap, footer {font-size: 0.6875em;} /*increase for larger font*/[/css]
How close sidebar In the pagesØŸ
Left or right
Thank you
what do you mean? if you mean full width no sidebar, use the page template – full width when creating the page.
Thank you
I mean the closure of one side.
I used the option: TWO COLUMNS
Thanks again
How to 970×90 ad unit below the navigation/menu
bar
Hiq very nice themeq but I can’t chage the color s of the backgroundq menuq sidebars and color of the title??
/*
Theme Name: Quazilium
Theme URI: https://magpress.com/wordpress-themes/quazilium.html
Description: 3 Column Dark HTML/CSS3 Responsive WordPress Theme
Version: 1.4
Author: MagPress
Author URI: https://magpress.com
License: Creative Commons Attribution-Share Alike 3.0
License URI: http://creativecommons.org/licenses/by-sa/3.0/us/
Tags: white,black,three-columns,left-sidebar,right-sidebar,fixed-width,editor-style,custom-menu,custom-header,featured-images,full-width-template,theme-options,threaded-comments
The CSS, XHTML and design is released under Creative Commons Attribution-Share Alike 3.0 License:
http://creativecommons.org/licenses/by-sa/3.0/us/
*/
/*
changelog
v1.4
– update to wp 3.8.1
– added 600+ Google web fonts options
– fixed social sharing issues
– fix paging issue in search
– update theme options
v1.3
– add is_wp_error() for feed php error notice and added 2 columns page template
v1.2
– fix pagination issue
v1.1
– fix credit text
v1.0
– initial release
*/
.two-columns #post-entry {
width:100%;
}
Sorry,
very nice theme, but I can’t change the colors of the background, menu, sidebars and color of the title??
On the “stylle css code” is mising elements!?
the theme is released before introduction of customizer, you’ll need to do it manually via css. try add this to customizer->addtional css
[css]body {background-color:#ddd;}
#custom .sidebar h3.widget-title {background:#cc0000 none;color:#fff;text-shadow:none;}
#main-navigation,#main-navigation ul {background:#cc0000 none !important;text-shadow:none;}
#main-navigation ul li a,#main-navigation .nav_desc {color:#fff !important;}
#main-navigation ul li {border:0 none !important;}
#main-navigation ul li.current-menu-item a {background:#960d0d none;text-shadow:none;}[/css]
you’ll need to adjust the color to your own.
Thank You, everything’s all right now.
Hi
Is there an update for this template?
Thanks
afraid no planning right now. why? is there issue? demo use latest wp and still working, let me know.
I apologize because I responded late because I was not notified. The problem with the drop-down menus, especially in the mobile theme, when clicking on the link does not respond and does not move to the requested page.
You can try this page:
https://hekme.net/
Thank you
seem fine to me, try using mobile and browse the quazillium theme’s demo, see if the mobile nav working.
Can you test this theme on the latest version of WordPress? I think it does not work with it! Thank you