TMCusa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can't login to WordPress dashboard (wp-admin/wp-login)Thank you contentiskey for your help. I indeed had an ecommerce plugin that is a one page checkout that I disabled, but re-enabled it and everything is in order.
My next mission is to re-make the child theme and see if everything checks out then.
Forum: Fixing WordPress
In reply to: I can't login to WordPress dashboard (wp-admin/wp-login)Update 2!
I figured it out. I did not disable my Flatsome theme, however I did disable all of my plugins (by renaming the folder in FTP client). I enabled my plugins (renamed plugins folder back to original name) and it worked!
Forum: Fixing WordPress
In reply to: I can't login to WordPress dashboard (wp-admin/wp-login)Here is my code on global.php (line 27 is bolded):
if(is_checkout() || is_cart() ){
$wp_admin_bar->add_menu( array(
‘parent’ => false,
‘id’ => ‘admin_bar_helper’,
‘title’ => ‘Checkout Settings’,
‘href’ => $adminUrl.’admin.php?page=wc-settings&tab=checkout’,
));
}Forum: Fixing WordPress
In reply to: I can't login to WordPress dashboard (wp-admin/wp-login)Update!
I managed to log in after trying my FTP account login username…which I’m surprised was different than the wp_user???? I logged into my dashboard, but am having this issue:
Fatal error: Call to undefined function is_checkout() in /home#/myserver/public_html/wp-content/themes/flatsome/inc/helpers/global.php on line 27
Forum: Fixing WordPress
In reply to: I can't login to WordPress dashboard (wp-admin/wp-login)can you delete your child theme to revert back to a theme like twentyfifteen or twentysixteen?
Yes, I believe I can…I’ll try it on the FTP host software. **update: I tried it and I still can’t login.
have you done much customization already?
Not a lot. I just changed the theme by removing product images.
can you delete your the plugins in your plugin folder?
Yes, I believe I can. If I delete my plugins in the folder, would I have to reinstall if I access my dashboard and will all the changes be erased?
do you have a backup of your files and database?
I do not have a backup…how do you suggest I do an effective backup with my current files?