LGRstaff
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't write .htaccess fileNow it’s loading quickly, but still says the .htaccess files are unwriteable. Which isn’t a huge deal, but it’d be nice if it was writeable. Had the same problem with WP Super Cache.
Forum: Fixing WordPress
In reply to: Can't write .htaccess fileI think permalinks are enabled…I did manually copy those rules. I talked to my web host and they checked and said my permissions were fine and the file should be writeable.
This has only occurred since I followed the wordpress codex for “Giving WordPress Its own Directory” (site was on billbayer.net/wordpress; now points to billbayer.net)
Forum: Fixing WordPress
In reply to: Site running so slowThat’s surprising, because it’s still running incredibly slow at times. Randomly–sometimes it’s fine, then it’ll take forever to load a page.
Forum: Fixing WordPress
In reply to: Site running so slowLol I don’t know that I have time for all of that today!
The web address is billbayer.net
Thanks
Forum: Fixing WordPress
In reply to: Site running so slowIf I do that, will I lose any of my theme settings or other data?
Agelonwl- yes, I’ve tried both multiple times. No matter what I do it reverts back to post and eliminates my sidebar.
Marcus- with all due respect, I did not double post. What you replied to was a different problem entirely from this one.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event Page FormatYes, I finally figured that out. Somehow I kept missing that other placeholder’s existence. When I finally saw it, it was an “oh, duh” moment.
Thanks!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event Page FormatOkay, so I figured out how to put the image and custom content at the top by adding the placeholder #_EVENTNOTES before the other content in the page template.
But now the information shows up twice–once before the details, and once after.
I can’t figure out how to get it to appear JUST at the top.
billbayer.net/wordpress/events/2013-economic-update
Forum: Fixing WordPress
In reply to: Urgent: Admin login page disappeared!!Just looked at my htaccess file. All it says is:
“Order allow,deny
Deny from all”Forum: Fixing WordPress
In reply to: Urgent: Admin login page disappeared!!I’ve tried most of those (the ones I feel comfortable enough to try) and nothing has worked so far. All I get is a 404 page not found on my domain when I try to open the admin panel.
I’ve tried:
-clearing cookies/cache and making sure cookies and cache are enabled
-couldn’t find “DOMAIN_CURRENT_SITE” value in the wp-config file
-disabling the plugin I was working on updating/settings when the admin page disappeared (Backup)
-Checked the wp-login.php file. It already said $user_login = $user_data->user_login; and I don’t feel comfortable deleting it
-Edited users table
-checked siteurl in wp-options; it was correct
-under Site URL redirecting, this is what my wp-login.php reads: if ( defined( ‘RELOCATE’ ) && RELOCATE ) { // Move flag is set
if ( isset( $_SERVER[‘PATH_INFO’] ) && ($_SERVER[‘PATH_INFO’] != $_SERVER[‘PHP_SELF’]) )
$_SERVER[‘PHP_SELF’] = str_replace( $_SERVER[‘PATH_INFO’], ”, $_SERVER[‘PHP_SELF’] );$url = dirname( set_url_scheme( ‘https://’ . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘PHP_SELF’] ) );
if ( $url != get_option( ‘siteurl’ ) )
update_option( ‘siteurl’, $url );Nothing is working…
Forum: Fixing WordPress
In reply to: Fatal Error Message and Site not Working!Thank you. I figured out what was wrong shortly after posting this. Memory size is updated and site fixed.
Thanks!