login page collapsed after vk-all-in-one-expansion-unit update
-
I am not sure if I ask this kind of trouble but nothing to do with this…..
I did vk-all-in-one-expansion-unit update this afternoon and I could not see login page since then.
I can just see some script below instead.=======
args = array( ‘slug’ => ‘veu_head_title’, ‘cf_name’ => ‘veu_head_title’, ‘title’ => __( ‘Head Title’, ‘vk-all-in-one-expansion-unit’ ), ‘priority’ => 50, ); parent::__construct( $this->args ); } /** * metabox_body_form * Form inner * * @return [type] [description] */ public function metabox_body_form( $cf_value ) { global $post; $post_meta = get_post_meta( $post->ID, $this->args[‘cf_name’], true ); $title = ! empty( $post_meta[‘title’] ) ? $post_meta[‘title’] : ”; $checked = checked( ! empty( $post_meta[‘add_site_title’] ), true, false ); $form = ”; $form .= ‘
‘ . esc_attr( $title ) . ‘
‘; $form .= ‘
‘ . __( ‘If there is any input here, the input will be reflected in the title tag.’, ‘vk-all-in-one-expansion-unit’ ) . ‘‘; $form .= ‘
‘ . __( ‘Please note that the notation on the page will not be rewritten.’, ‘vk-all-in-one-expansion-unit’ ) . ‘‘; $form .= ”; $form .= ”; $form .= __( ‘Add Separator and Site Title’, ‘vk-all-in-one-expansion-unit’ ); $form .= ”; return $form; } } // class VEU_Metabox_Head_Title { $VEU_Metabox_Head_Title = new VEU_Metabox_Head_Title();
======
Someone help me?
Thanks in advance.The blog I need help with is: (visible only to logged in users)
-
Hello there,
I can’t see that sunnyspot-career.com is hosted with WordPress.com, so our support is limited.
You would need to reach out to the plugin developers for help regarding the error above.
-
Hello
I see your site is hosted by a third-party registrar, You are in the wrong forum you should ask the above query in the WordPress.org forum. Please visit this link here http://wordpress.org/support to post to those forums and generate a ticket.
These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and WordPress.org you can read this document:
Regards:
- The topic ‘login page collapsed after vk-all-in-one-expansion-unit update’ is closed to new replies.