digitex
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: script specific errorHi,
Open cookie.php and find:
function ul($user_id){ if(!isset($_COOKIE[’session’])){ update_usermeta( $user_id, ‘lastvisit’, time() ); return true; } return false; }
change to
function ul($user_id){ if(isset($_COOKIE[’session’])){ update_usermeta( $user_id, ‘lastvisit’, time() ); return true; } return false; }
Forum: Themes and Templates
In reply to: Any recommendations for a good “corporate theme?How about my new theme (not release yet – beta testing)
Forum: Fixing WordPress
In reply to: Category listing problem..OK, solved!
Forum: Plugins
In reply to: I need post rating plugin with this….Already tried those, but not good…
any “generic” script?
Forum: Themes and Templates
In reply to: 3 columns theme: TriColumn@ AaronPratt
You must make sure the folder containing this theme is named “TriColumn” when uploading to your /wp-content/themes directory.
This should fix the problem.
Matt
Forum: Themes and Templates
In reply to: 3 columns theme: TriColumnUpdate: TriColumn v1.2
What’s new:
1 major error fixed (Sidebars cannot display well in IE and Opera This is a v1.1 bug NOT v1.0b)New feature added: Translation (Translate content from English to others)
Link: TriColumn v1.2 (Latest)
Download: TriColumn v1.2 (Latest)
Matt
Forum: Themes and Templates
In reply to: 3 columns theme: TriColumnTriColumn v1.1 realeased!
Major changes:
Colors (now Engadget.com styles)
Header (now Kubrick styles)
Bugs fixedLink: TriColumn v1.1 (Three Columns theme for WordPress)
Download: TriColumn v1.1 (Latest)
Forum: Themes and Templates
In reply to: 3 columns theme: TriColumn1 bug corrected in comments.php
matt
Forum: Themes and Templates
In reply to: 3 columns theme: TriColumnHi thanks for the comments on the colours…
So, what colours you all preferred?
BTW, you can freely change the colours to meet your needs.
Forum: Fixing WordPress
In reply to: Display Google AdsAdding Google ads in the sidebar/header/footer.php will have your ads showed in every page because every page will load sidebar/header/footer.php.
You can manually add it(adsense code) using Notepad.
Matt
[Edited to remove sig link]
Forum: Themes and Templates
In reply to: Change 2 column to 3 column layoutIt’s quite complicated to change 2 col. to 3 col. as it involve css tweaking. The link posted by alrescha is quite handy.
Matt
blogiseverything.comForum: Your WordPress
In reply to: BlogIsEverything.com@ Marzar
Thanks….
Matt
Forum: Themes and Templates
In reply to: Double sidebarLook at my blog,
Is this type you want?
https://www.blogiseverything.com
If you want it I’ll release my theme officially..
Forum: Fixing WordPress
In reply to: All of a sudden, font issues.I think it’s your IE setting that caused the problem,
When you are on IE, hold down [Ctrl] key scroll your mouse wheel up/down to change its font..IF this still not fix your problem, I might be your css problem, when editing your css/theme, ALWAYS preview it with these THREE browser: IE, Firefox and Opera!Hope helps
Forum: Themes and Templates
In reply to: New Theme Viewer !Thanks, thanks, and thanks again!!!