folowc
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Disappearing visual text editor on edited themeYes,
but when I’m changing to clear Vogue Theme from my Vogue child Theme, again I can use text and visual editor. Does it necessarily mean I made mistakes in function.php using wp_editor()?
$settings = array( 'textarea_name' => 'tresc_posta', 'editor_class' => 'frontend-edytor-artykulow', 'textarea_rows' => 15, 'teeny' => true, 'quicktags' => true, 'media_buttons' => true, ); wp_editor( '', 'editor_id', $settings );When I’m deleting last line nothing changes on backend;
Forum: Developing with WordPress
In reply to: Adding new record to DB by $wpdb->insert()yup:)
Forum: Fixing WordPress
In reply to: logging in failsBIG thank you for this valuable answer!
Forum: Fixing WordPress
In reply to: logging in failsthx for your answer.
Yes, she can get to herdomain.com/wp-login.php? but after inputing login credentials we can see this obvious error…“ERROR: Incorrect username or password.
3 attempts remaining.”Is there any other way to get there?
Viewing 4 replies - 1 through 4 (of 4 total)