AimeeTheGreat
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: 3.3 admin-bar color scheme (text contrast)I hate it when people post stuff that’s vaguely related but has nothing to do with the subject, but… you can remove it on the front-end (it’s somewhere in the settings). But on the backend you cannot except by downgrading and that’s not recommended to downgrade. (I did for a while because I was moving house and didn’t have time to troubleshoot conflicting plugins.)
Forum: Everything else WordPress
In reply to: I would like to post a compliment here.That’s good.
On the older version, when I was editing one of my longer pages (it’s basically a really long table of data) I remember typing a few characters and w…a…i…t…i…n…g f…o…r e…a…c…h letter to appear. If it wasnt so frustrating it would be funny.
Forum: Fixing WordPress
In reply to: Need Help PleaseUse an FTP program and go to the WordPress. Open up wp-config.php and at the top add something like this
define(‘WP_MEMORY_LIMIT’, ‘256M’);
It’s gotta be at the top or it don’t work.
Forum: Themes and Templates
In reply to: Dropdown menus broken with all themes?I just noticed a new oddity. I hadn’t really done anything to muck around with the menus, but suddenly it works on every page except the homepage. Hmm.
Forum: Themes and Templates
In reply to: Dropdown menus broken with all themes?Well it’s not really ready for the public yet.
Forum: Fixing WordPress
In reply to: Having issues trying to make a search page.Well I don’t really like to use third-party searchers as often my site is updated faster than the crawlers go through it — the WordPress search works fine if I remove searchpage.php except for the fact that it shows the entire pages, which makes it ridiculously long sometimes.
The search already shows the “snippets” which is a feature of Relevanssi (sp?) and it says to use the_excerpt or something like that… it’s past my head.