Subscribe

Search


25
Sept '08

Fixes for WordPress 2.3.1

With WordPress 2.3, the developer had merged and created three new tables Three new terms tables (schema) : term_relationships, term_taxonomy and terms support combined post categories, link categories, and the new tags. Which means old tables like categories, link2cat, and link2post are gone ! Now this had affected few themes on GFXedit as most themes used to query the “gone” tables for showing up with the style instead of just using a single line of code <?php get_links()?>.

The Fix

  • Open the file containing the sidebar code (usually sidebar.php) and look for the code, something which starts with

    <?php
    $link_cats = $wpdb->get_results…….

  • Delete the whole line of code, i.e till it ends with ?> For e.g delete the code

    <?php
    $link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
    foreach ($link_cats as $link_cat) {
    ?>

  • Now delete the next coming closing tag i.e <?php } ?>

That should fix the error but in order to show up the Link heading you have replace the code within the <h2></h2> (h3,h4 in some themes) tags with any text like “Links” or “BlogRoll

25
Sept '08

Internet-Sharing : 2 Column [WordPress Theme]

Internet-Sharing, another professional theme by luka cvrk. Design looks like a professional corporate or directory integrated portal. It has a highlighted search area with navigation just above it more like Yahoo! ;)

Tested on Internet Explorer 6 (Mac/Win), Firefox 2.0.0.1 (Mac/Win) & Opera 9.10 (Mac/Win) and it seems to be working fine.

Highlights / Notes

  • Automattic widget support
  • Custom edit from admin panel.
  • Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
  • Use class=”articleimg” tag for images to appear on right , and class=”articleimgleft” tag for images to appear on left.
  • Contact Sreejith for any suggestions, modifications or help.
25
Sept '08

Fixes for WordPress 2.1 Ella

Some of the themes are experiencing some errors in the codes after upgrading to wordpress 2.1 . The reason is wordpress has changed few codes like integrated links into category table. Unfortunately for some reason I will not be able to update all theme files on GFXedit.com for few days. So for the time being, those who have the errors please correct it by changing this line …

Open the file where your links apear (most probably sidebar.php) and replace

$link_cats = $wpdb->get_results(”SELECT cat_id, cat_name FROM $wpdb->linkcategories”);

with

$link_cats = $wpdb->get_results(”SELECT cat_id, cat_name FROM $wpdb->categories WHERE link_count!=’0′”);

Then replace

<?php wp_get_links($link_cat->cat_id); ?>

with

<?php get_links($link_cat->cat_id, ‘<li>’, ‘</li>’, ‘<br />’, FALSE, ‘id’, FALSE, TRUE, -1, TRUE); ?>

25
Sept '08

Fixes coming up

Some of the themes are experiencing some errors in the codes after upgrading to wordpress 2.1 . The reason is wordpress has changed few codes like integrated links into category table. Unfortunately I am on a small vacation till Feb 4`th and will update the themes after that.

Fixes here

Thanks for the patience !

– Sreejith R Krishnan

25
Sept '08

Dark Ritual: 2 Column [WordPress Theme]

Dark Ritual is a nicely done art by Viktor Persson. It was tested on Internet Explorer 6, Firefox 1.5.0.7 & Opera 9 and it seems to be working fine everywhere.

Highlights / Notes

  • Automattic widget support
  • Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
  • Use class=”articleimg” tag for images to appear on right , and class=”articleimgleft” tag for images to appear on left.
25
Sept '08

Internet-Broadcast : 2 Column [WordPress Theme]

Internet-Broadcast : 2 Column [Wordpress Theme]Internet-Broadcast is another corporate looking theme designed by Luka Cvrk, Solucija.com. This indeed would be a great WordPress theme for news/media blogs. It was tested on Internet Explorer 6, Firefox 1.5.0.7 & Opera 9 , where it seems to be working fine.

Highlights / Notes

  • Automattic widget support
  • Supports Mozilla Firefox, Internet Explorer, Opera, Camino.
  • Fancy Open/Hide Sidebar Menu using moo.fx / Prototype
  • Three Highlight options which can be edited from admin panel.
  • Use class=”articleimg” tag for images to appear on right , and class=”articleimgleft” tag for images to appear on left.
  • Contact Sreejith for any suggestions, modifications or help.

Download : Internet-Broadcast v1.0 WordPress Theme

Wordpress Themes

Quote

I am currently accepting web design projects. Mainly CSS / XHTML, Wordpress Themes, small PHP projects, PSD coding and themes or styles for other PHP systems. You can contact me for a free quote.

Contact

Via contact form or
Email, Gtalk, MSN : design AT gfxedit.com
Mobile : +91 9995028441