overlander
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar Drops Down in Every Themethanks guys, do i make size readjustments in the style.css?
Forum: Fixing WordPress
In reply to: Sidebar Drops Down in Every ThemeI have the same problem, I found that the categories and shopping cart widgets cause a problem with my sidebar in IE, that cause the sidebar to display below the page entries….but only in IE.
I have tried adjusting the width of my theme settings in style.css but that hasnt solved the problem
I did the validator test, I got 24 errors, so do I have to go into the html of each of those errors and make changes?
Forum: Plugins
In reply to: looking for a video thumbnails widget for sidebarended up using a blip.tv widget see http://dufftv.com.au/
Forum: Fixing WordPress
In reply to: creating a bi-lingual sitetried installing latest versions of wordpress and K2 theme, but still get this error with genko:
Fatal error: Call to undefined function get_currentuserinfo() in /home/overland/public_html/wp-content/plugins/gengo/gengo.php on line 1080
not sure how to fix?
Forum: Themes and Templates
In reply to: chaotic soul, removing header textI’ve solved this one myself, here is the solution
CHMOD style.css to 666
then go to manage – file in your admin section, make changes in html and update…job done!
Forum: Fixing WordPress
In reply to: A mapping solution that allows html linksadded a map page http://www.overlander.tv/map/ zeemap provides the goods
Forum: Fixing WordPress
In reply to: A mapping solution that allows html linkswow, just what I am after
thanks jeffr0
Forum: Fixing WordPress
In reply to: creating a bi-lingual siteI deactivated the genko plugin, but still get this text on my homepage, I will have to remove the plugin entirely I think. Can anyone decipher what has happened, here is the text:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘))’ at line 1]
SELECT p2l.post_id AS original_post_id, p.ID AS translation_post_id, u.display_name AS translation_post_author, p.post_date AS translation_date, p2l2.language_id AS translation_language_id, s.summary_id, s.language_id AS summary_language_id, s.summary FROM wp_post2lang AS p2l LEFT JOIN wp_post2lang AS p2l2 ON (p2l.translation_group = p2l2.translation_group AND p2l.translation_group != 0 AND p2l.language_id != p2l2.language_id) LEFT JOIN wp_posts AS p ON p2l2.post_id = p.ID LEFT JOIN wp_users AS u ON u.ID = p.post_author LEFT JOIN wp_summaries AS s ON p2l.summary_group = s.summary_group WHERE p2l.post_id IN (62,61,58,56,52) AND (s.language_id IS NULL OR s.language_id IN ())Forum: Fixing WordPress
In reply to: creating a bi-lingual sitethanks moshu
tried using gengo plugin, but got this error:
Fatal error: Call to undefined function get_currentuserinfo() in /home/overland/public_html/wp-content/plugins/gengo/gengo.php on line 1080Forum: Fixing WordPress
In reply to: A mapping solution that allows html linksthanks jeff, that looks good. I had a look into google maps, but wrote it off as too hard to bother setting up, just want an easy solution
Forum: Plugins
In reply to: monitoring flash banners, click tracking and click fraudThanks David
Openads looks good
Forum: Fixing WordPress
In reply to: creating a bi-lingual sitethanks crysacraig I will work through this list http://codex.ww.wp.xz.cn/Plugins/Translation_and_Languages
Also found this handy reference page http://poplarware.com/bilingualblog.html
Forum: Plugins
In reply to: google sitemap no work, what permissions do I need to changethanks guys, this worked:
If you get permission errors make sure that the script has writing rights in your blog directory. Try to create the sitemap.xml resp. sitemap.xml.gz at manually and upload them with a ftp program and set the rights to 777 with CHMOD. Then restart sitemap generation on the administration page.
straight outta readme.text…oops
Forum: Fixing WordPress
In reply to: static homepage with latest post sectionYes, but I would like a static frontpage, with a section that features my latest post, how do I do this?
Forum: Fixing WordPress
In reply to: After upgrade, told ‘database is out-of-date’ok, worked it out, went to wp-admin/options.php and just got rid of the /wordpress prefix whereever I saw it