안녕하세요~~
워드프레스 게시판 KBoard 사용중입니다.
어제까지는 링크 거는 것이 잘 되었는데, 업데이트 이후 오늘 갑자기 링크가 안걸립니다~~
저희 website는 oneandwon.com 입니다.
한 번 도움 부탁드려요~~ 감사합니다~~~~
게시판의 문제는 아닙니다.
테마쪽 문제일 가능성도 있습니다.
크롬 브라우저 개발자도구의 콘솔로 확인해보면 아래 스크립트 오류가 나오고 있습니다.
테마를 업데이트 하셨으면 되돌려 보시길 바랍니다.
Uncaught ReferenceError: THEMEREX_GLOBALS is not defined
모든 페이지 하단에 아래 스크립트 코드가 추가되어 있으며 모든 페이지에서 위 오류가 나네요.
<script type="text/javascript">jQuery(document).ready(function() {THEMEREX_GLOBALS["strings"] = {bookmark_add: "Add the bookmark",bookmark_added: "Current page has been successfully added to the bookmarks. You can see it in the right panel on the tab 'Bookmarks'",bookmark_del: "Delete this bookmark",bookmark_title: "Enter bookmark title",bookmark_exists: "Current page already exists in the bookmarks list",search_error: "Error occurs in AJAX search! Please, type your query and press search icon for the traditional search way.",email_confirm: "On the e-mail address <b>%s</b> we sent a confirmation email.<br>Please, open it and click on the link.",reviews_vote: "Thanks for your vote! New average rating is:",reviews_error: "Error saving your vote! Please, try again later.",error_like: "Error saving your like! Please, try again later.",error_global: "Global error text",name_empty: "이름 영역이 비어 있습니다.",name_long: "이름이 너무 깁니다!",email_empty: "Too short (or empty) email address",email_long: "이메일 주소가 너무 깁니다.",email_not_valid: "Invalid email address",subject_empty: "The subject can't be empty",subject_long: "내용이 너무 깁니다.",text_empty: "The message text can't be empty",text_long: "Too long message text",send_complete: "보내기 완료!",send_error: "Transmit failed!",login_empty: "로그인 칸이 비어 있습니다.",login_long: "로그인 내용이 너무 깁니다.",login_success: "로그인 성공! 3초후 페이지가 갱신 됩니다.",login_failed: "Login failed!",password_empty: "The password can't be empty and shorter then 4 characters",password_long: "비밀번호가 너무 길어요.",password_not_equal: "비밀번호가 일치하지 않습니다.",registration_success:"Registration success! Please log in!",registration_failed: "Registration failed!",geocode_error: "Geocode was not successful for the following reason:",googlemap_not_avail: "Google map API not available!",editor_save_success: "Post content saved!",editor_save_error: "Error saving post data!",editor_delete_post: "You really want to delete the current post?",editor_delete_post_header:"Delete post",editor_delete_success: "Post deleted!",editor_delete_error: "Error deleting post!",editor_caption_cancel: "Cancel",editor_caption_close: "Close"};});</script><script type="text/javascript">jQuery(document).ready(function() {THEMEREX_GLOBALS['ajax_url'] = '';THEMEREX_GLOBALS['ajax_nonce'] = '';THEMEREX_GLOBALS['ajax_nonce_editor'] = '1210043cc1';THEMEREX_GLOBALS['site_url'] = 'http://oneandwon.com';THEMEREX_GLOBALS['vc_edit_mode'] = false;THEMEREX_GLOBALS['theme_font'] = 'Nanum (uploaded font)';THEMEREX_GLOBALS['theme_skin'] = 'education';THEMEREX_GLOBALS['theme_skin_bg'] = '';THEMEREX_GLOBALS['slider_height'] = 100;THEMEREX_GLOBALS['system_message'] = {message: '',status: '',header: ''};THEMEREX_GLOBALS['user_logged_in'] = false;THEMEREX_GLOBALS['toc_menu'] = 'fixed';THEMEREX_GLOBALS['toc_menu_home'] = false;THEMEREX_GLOBALS['toc_menu_top'] = false;THEMEREX_GLOBALS['menu_fixed'] = false;THEMEREX_GLOBALS['menu_relayout'] = 960;THEMEREX_GLOBALS['menu_responsive'] = 800;THEMEREX_GLOBALS['menu_slider'] = true;THEMEREX_GLOBALS['demo_time'] = 0;THEMEREX_GLOBALS['media_elements_enabled'] = true;THEMEREX_GLOBALS['ajax_search_enabled'] = true;THEMEREX_GLOBALS['ajax_search_min_length'] = 3;THEMEREX_GLOBALS['ajax_search_delay'] = 200;THEMEREX_GLOBALS['css_animation'] = true;THEMEREX_GLOBALS['menu_animation_in'] = 'bounceIn';THEMEREX_GLOBALS['menu_animation_out'] = 'fadeOutDown';THEMEREX_GLOBALS['popup_engine'] = 'pretty';THEMEREX_GLOBALS['popup_gallery'] = true;THEMEREX_GLOBALS['email_mask'] = '^([a-zA-Z0-9_-]+.)*[a-zA-Z0-9_-]+@[a-z0-9_-]+(.[a-z0-9_-]+)*.[a-z]{2,6}$';THEMEREX_GLOBALS['contacts_maxlength'] = 1000;THEMEREX_GLOBALS['comments_maxlength'] = 1000;THEMEREX_GLOBALS['remember_visitors_settings'] = false;THEMEREX_GLOBALS['admin_mode'] = false;THEMEREX_GLOBALS['isotope_resize_delta'] = 0.3;THEMEREX_GLOBALS['error_message_box'] = null;THEMEREX_GLOBALS['viewmore_busy'] = false;THEMEREX_GLOBALS['video_resize_inited'] = false;THEMEREX_GLOBALS['top_panel_height'] = 0;});</script><script>var kbaord_media_group='570ee64f13808';</script>
Uncaught TypeError: Cannot read property 'show' of undefined
실제로 에디터 링크 기능을 누르면 위 오류가 나오네요.
소스파일은 아래 주소입니다.
http://oneandwon.com/wp-includes/js/wplink.min.js?ver=4.4.2
대단히 감사합니다!! 이제 다시 됩니다!!