supharuek
Forum Replies Created
-
Ok. Thanks again. Super hero.
Edited, EN & TH not work.
Sorry, What is your mean non-default. I can’t find on that page.
Please help me to check again. I can’t fix it. Thank you.
This is setting : https://www.dropbox.com/s/bgrnyboih0xwuh0/CaptureSetting.JPG?dl=0
This is /etc/httpd/logs/error_log : https://www.dropbox.com/s/95nnfc2dwwai04q/log.txt?dl=0
- This reply was modified 7 years, 6 months ago by supharuek.
Updated. Thank you for your kind support.
Resolved: Now it’s work, I added this code at the bottom line on wp-includes/nav-menu.php
add_filter( ‘wp_get_nav_menu_items’, ‘filter__wp_get_nav_menu_items’, 10, 3 );
function filter__wp_get_nav_menu_items( $items, $menu, $args ) {if ( ! class_exists( ‘WPGlobus’ ) ) {
return $items;
}foreach( $items as $key=>$item ) {
$items[$key]->title = apply_filters( ‘the_title’, $item->title );
}return $items;
}
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] DropDown Main Menu not translatedPerfect!!
Theme developer said “Sorry, this issue is not related to the theme. You need to contact WPGlobus for the support.” https://www.dropbox.com/s/tpmucviixv07yl5/IMG-2480.PNG?dl=0
Please guide me which file that must be concern. I will try to edit my self.
Thank you.
- This reply was modified 7 years, 7 months ago by supharuek.