thetooon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: new theme install errorI would [resolved] this topic than 🙂
Forum: Fixing WordPress
In reply to: Click Link – Pg “reload”What about jQuery?
Forum: Fixing WordPress
In reply to: How do I load a background gif?Cool down, dcannon1.
I didnt’ mean to harm you in any way.
And this Forum is not good place for such discussions, especially about “3000+” lines in stylesheet (use @inludes, btw).Css code from your first message simply doesn’t work.
That’s it.Ok?
Forum: Fixing WordPress
In reply to: Click Link – Pg “reload”What this technic has to do with WP?
Forum: Fixing WordPress
In reply to: Lost all categories & tagsIt might be Sun’s radiation or Aliens.
I would better find out why it does happened.
Forum: Plugins
In reply to: Family blog site – need simple photo sharing plug inThe simplest solution is to host pictures on Picasa and to install Picasa plugin on WP.
You will get nice gallery and bunch of tools to play with your pictures.
And no disk space on WP will be allocated. Well, except few kbytes for plugin.
Forum: Fixing WordPress
In reply to: Lost all categories & tagsI would go to olo.lo/wp-admin/options-permalink.php and update permalinks.
Forum: Fixing WordPress
In reply to: Embed Video Into PostI didn’t know that WP supports [youtube] by default.
From point of view there is some plugin’s missing.
Forum: Fixing WordPress
In reply to: new theme install errorWhat do you have in here – olo.lo/wp-admin/options-misc.php
?Forum: Fixing WordPress
In reply to: 404 error on comments – please helpYou are welcome.
Forum: Fixing WordPress
In reply to: Click Link – Pg “reload”Sorry, but what is I-Frame?
Forum: Fixing WordPress
In reply to: allow comments showing immediately without approve?Check out Admin control panel – olo.lo/wp-admin/options-discussion.php
Forum: Fixing WordPress
In reply to: Unable to change Blog Address URLIf you have an access to database, you can change Blog Address directly in there.
Check out wp_options table:
SELECT * FROM <code>wp_options</code> WHERE option_name = 'siteurl' OR option_name = 'home'Forum: Fixing WordPress
In reply to: How do I load a background gif?You need to hook background this way:
background-image: url('images/background.gif');Check twice that background.gif is accessible.
Also you can play with:
background-position-x: 50%; background-position-y: 64%;and with this one:
background-repeat-x: no-repeat; background-repeat-y: repeat;Forum: Fixing WordPress
In reply to: Getting rid of /wordpress in domain name, locked out of accountYou are welcome.