This topic contains 1 reply, has 1 voice, and was last updated by Alexei Ivannicoff 1 month ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
TemplatesNext › Forums › Premium Theme › i-spirit Support › BuddyPress and Localization problem
This topic contains 1 reply, has 1 voice, and was last updated by Alexei Ivannicoff 1 month ago.
Hi! I’m useing i-spirit since version 1.1.2 I’ve written already about localization problem but trying againe with a new.
1. Localiczation problem is that in admin panel some things can not be translated. I speak about left panel with customn post types which is in Shortcodes plugin. I found in sorces code that these string are refering to “nx-admin” text domain but translations are gived in “nx”. The example is here
2. Second problem is BuddyPress. The problem is the ignoring of page settings I have no sidebar but it is not showed. In your source pluggin-buddypress.php:
if(!empty($ispirit_data[‘header-text-alignment’])) { $header_text_alignment = $ispirit_data[‘header-text-alignment’]; }
if(!empty($ispirit_data[‘header-text-color’])) { $header_text_color = $ispirit_data[‘header-text-color’]; }
$ispirit_template_url = get_template_directory_uri();
$hide_page_title = rwmb_meta(‘ispirit_hidetitle’);
$custom_page_title = esc_attr( rwmb_meta(‘ispirit_customtitle’) );
$sidebar_stat = rwmb_meta(‘ispirit_sidebar’);
Seems that rwmb_meta function return no data.It is true in all results of rwmb_meta(): no custom page title no any sidebar. The full ignorance.
3. bbPress and BuddyPress is the part of most sites today so i-spirit need the full support of them. The result spoils the design totally. I’ve tried to make child theme but no result.
Please tell me how to solve these problems! Sorry for my English.
The problem with ukrainian google fonts I solved by child theme.
You must be logged in to reply to this topic.