Forum Replies Created
-
Author
-
veggistParticipant
I found the problem, it was a bug in the hosters dns, taken care of now, thanks 🙂
veggistParticipantOk, never a dull moment working with data, thats for sure 😉
Another issue, I have noticed my test users are having problem finding the “edit profile” button. Is it poossible to have it as a first choise on the profile page as shown in the screenshot?Attachments:
You must be logged in to view attached files.veggistParticipantHi again @Abe
Thanks for your tip. It seems lite there have been something happening to the themes .mo files. Everything looked fine in the .po files but I compiled it to .mo again overriding the previous and then the missing thextfiles came back. I have never experienced this before, what can cause this? The files are the same as before uppdating the themeveggistParticipantHi @Abe
Not sure what you mean with “general text issue”? The form is changed after update. I FTP´ed up the lang.files after theme update, the same files as I had before the update, no change on themveggistParticipantIt is the same plugins now as it was before the theme update, why should this matter?
veggistParticipantHi Laura and thank you for your reply
I have tried this now, and about 20 other combinations, but no blog carousel appearing. All other shortcodes seems to be ok on the homepage, so I wonder if there is something wrong with the settings on the blogfeed page or something? Or is there something else in the sortcodes on my homepage stopping it? This is all the shortcoed on the homepage now:[kleo_section border=1 bg=”http://veggistreff.com/wp-content/uploads/2013/06/gray_pattern.gif”%5D
[kleo_call_to_action bg=”http://veggistreff.com/wp-content/uploads/2013/06/map-bg.png”%5D
[kleo_one]
[kleo_h1]Alt starter med en [kleo_colored_text color=”#F00056″] Profil [/kleo_colored_text][/kleo_h1]
[kleo_lead_paragraph]Bli medlem nå å få muligheten til å finne andre vegetarianere og veganere. Finn likesinnede for vegetarprat, vennskap eller for å finne kjærligheten. . Bli medlem i dag![/kleo_lead_paragraph]
[kleo_button url="register" style="standard" size="large" round="radius" icon="0,before" target="_self"] Meld deg inn GRATIS [/kleo_button]
[/kleo_one]
[kleo_one][kleo_status_icon type=”total” subtitle=”Medlemsantall”] [kleo_status_icon type=”members_online” subtitle=”Medlemmer online”] [kleo_status_icon type=”women_online” subtitle=”Kvinner online”] [kleo_status_icon type=”men_online” subtitle=”Menn online”]
[/kleo_one][/kleo_call_to_action][/kleo_section]
[kleo_section centered=1 border=1]
[kleo_row][kleo_section] [kleo_one]
[kleo_lead_paragraph] Les bloggen vår [/kleo_lead_paragraph]
[/kleo_one]
[kleo_one]
[kleo_posts_carousel cat="all" limit="3"]
[/kleo_one]
[/kleo_row][/kleo_section]
[kleo_section bg=”http://veggistreff.com/wp-content/uploads/2013/06/gray_pattern.gif” centered=1 border=1][kleo_row] [kleo_one][kleo_h2]Topp [kleo_colored_text color=”#F00056″] Medlemmer [/kleo_colored_text][/kleo_h2][kleo_top_members] [/kleo_one] [/kleo_row][/kleo_section]
[kleo_section centered=1]
[kleo_row][kleo_one][kleo_h2]Siste aktive [kleo_colored_text color=”#F00056″] Brukergrupper [/kleo_colored_text][/kleo_h2][/kleo_one]
[kleo_recent_groups]
[/kleo_row]
[/kleo_section]
veggistParticipant@Laura:
I gave you the ftp credentials so you could log in and check and I`m still waiting for a feedback on that
I don´t want to mess up any more by installing and trying out other translating plugins in the meantime.
Whats the status?veggistParticipantWell, as I wrote in my last post, I have them in:
-wp-content/themes/sweetdate/languages (theme language)
-wp-content/themes/sweetdate-child/languages (theme language)
-wp-content/languages/plugins (bbpress-nb_NO.po/mo)
-wp-content/plugins/buddypress/bp-languages (buddypress-nb_NO.po/mo)
-wp-content/plugins/bbpress/languages (bbpress-nb_NO.po/mo)In the forum I have read that some have them in the language folders, others on the plugin folder. I just want to make sure my translation are kicking in and NOT being lost in updates. Why is the translations not workking now? Do you need login credentials? (I think I submitted that earlier in the ticket)
veggistParticipantWell, the translations in buddypress and bbpress is not active
I have the theme translation in /public_html/wp-content/themes/sweetdate/languages and /public_html/wp-content/languages and in the child theme /public_html/wp-content/themes/sweetdate-child/languages
The bbpress langfiles are in/public_html/wp-content/plugins/bbpress/languages and /public_html/wp-content/languages/plugins
The buddypress langfiles are in /public_html/wp-content/plugins/buddypress/bp-languagesBut now I just found a wp-install in /public_html/wp-content/languages, and I don´t know why that is there. Is this causing the problem?
veggistParticipantI have now deleted and re-uploaded the norwegian language files in:
/public_html/wp-content/plugins/bbpress/languages
and
/public_html/wp-content/plugins/buddypress/bp-languagesbut still the english translation is there, see attachement
Attachments:
You must be logged in to view attached files.veggistParticipantHi, it seems like my bbpress-nb_NO.mo/po-files somehow disapeared after updating the theme. and after uploading the files again as you described over here, they do not kick in. Why is that?
veggistParticipantI have tried using this now, in my puctions.php in child theme, using the frase “DIETT” insted of “CUSTOMGROUP”, but I got no option for “DIETT” in my form.
Here´s what in my functions.php now:
<?php
/**
* @package WordPress
* @subpackage Sweetdate
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Sweetdate 1.0
*//**
* Sweetdate Child Theme Functions
* Add extra code or replace existing functions
*/
add_action( ‘admin_init’, ‘redirect_non_admin_users’ );
/**
* Redirect non-admin users to home page
*
* This function is attached to the ‘admin_init’ action hook.
*/
function redirect_non_admin_users() {
if ( ! current_user_can( ‘manage_options’ ) && ‘/wp-admin/admin-ajax.php’ != $_SERVER[‘PHP_SELF’] ) {
wp_redirect( home_url() );
exit;
}
}
//Profile tabsadd_action(‘after_setup_theme’,’kleo_my_custom_tabs’);
function kleo_my_custom_tabs()
{
global $bp_tabs;
$bp_tabs = array();
/* This is the code you need to use as a base for each profile tab, the display changes if you use
Regular type or Cite tab, cite is a quote, bigger style for a lot of text, while regular is small
When wanting to change the style, change it at type and class , citetab , regulartab
You can start to copy the custom code from here */
$bp_tabs[‘DITETT’] = array(
‘type’ => ‘regular’,
‘name’ => __(‘DITETT’, ‘kleo_framework’),
‘group’ => ‘DIETT’,
‘class’ => ‘regulartab’
);
/* To here, the above code is what you need to copy and paste to make new tabs.
The order of the tabs changes as it is in the code. *//* rtMedia tab – only if plugin installed */
if (class_exists(‘RTMedia’))
{
$bp_tabs[‘rtmedia’] = array(
‘type’ => ‘rt_media’,
‘name’ => __(‘Photos’, ‘kleo_framework’),
‘class’ => ‘mySlider’
);
}/* Bp-Album tab – only if plugin installed */
elseif (function_exists(‘bpa_init’)) {
$bp_tabs[‘bp-album’] = array(
‘type’ => ‘bp_album’,
‘name’ => __(‘My photos’, ‘kleo_framework’),
‘class’ => ‘mySlider’
);
}}
?>
And I attached a screenshot of my Buddypress settings page to show how it is now.
What am I doing wrong?Attachments:
You must be logged in to view attached files.veggistParticipantOk, I will do that. and the files will remain there even after update of theme and plugin?
-
AuthorPosts