Cyber735
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to put custom menu in headerAlright thanks a million Andrew, I’ll try that ??
Forum: Fixing WordPress
In reply to: How to put custom menu in headerYep I’m using a child theme,
Maybe if you could just show me how to shorten actual length of the menu bar, I could figure out how to move it in front of the search bar?
As for Genesis, it’s a super open, really customizable theme… that’s the only reason I picked it, so I shouldn’t be restricted at all in terms of placement.
How about “widgetizing” the left side of the header, how would I go about doing that?…as the right side with the search bar is already “widgetized” meaning that I can add a menu bar above/below the search, but not to the right of it.
Thanks,
Forum: Fixing WordPress
In reply to: How to put custom menu in headerJust an update, was over on the studiopress forum and was pretty much told that it’s “outside the scope of the forum, as it would require custom code”
any takers?
thanks, ??
Forum: Fixing WordPress
In reply to: Fatal errorGreat, finally a question I can answer ??
I’m pretty new too, but I figured out how to fix this after many hours hahaha
Here’s a pretty informative guide
In short, you’ve got 5 options.
FTP your site and
1. Create php.ini and add
memory_limit = 64M
on the first line
2. Stick indefine('WP_MEMORY_LIMIT', '64M');
in wp-config.php
3. Addphp_value memory_limit 64M
to .htaccess
4. Placeini_set('memory_limit','64M');
in install.php
5. Contact your hosting provider.In my case, I was on a shared hosting server, and I needed to get my host to migrate it to a new one and then I added
define('WP_MEMORY_LIMIT', '64M');
in wp-config.phpIf you just need to access your dashboard, ftp your site and remove any unnecessary plugins (just move them temporarily) and you should get in.
Good Luck ??
Forum: Fixing WordPress
In reply to: WordPress permalinks and database issueMaybe try Dean’s Permalinks Migration?
Keep me posted, as I’ll be migrating my site from a local build soon too!…and I’m hoping this should fix any problems.
Good luck,
Forum: Fixing WordPress
In reply to: How to put custom menu in headerNope, haven’t contacted them, …I think I’m going to need a more “custom fix” ..as I’m not able to do this using any of the built in options.
thanks,
Forum: Localhost Installs
In reply to: permalink not workingHi,
I’ve got the exact same problem, however I’m using Instant WordPress.
It’s not that big of an issue, as I’m sure it will resolve itself when I publish the site on the web, right?
Thanks,