Forum Replies Created

Viewing 40 posts - 41 through 80 (of 92 total)
  • Author
  • in reply to: How to change upload icon #8388
     mpitka
    Participant

    Hi!

    We may have different version of rtMedia. Because those lines will not match. Can you give me lines, so I search those 🙂

    And by the way. Do you know simple way to remove filename under the picture (i.ex. testpicture.gif). I think that there’s no more less useless information than filename in this case 😀

    in reply to: blog dissapeared #8368
     mpitka
    Participant

    I figured out it myself.

    -> settings -> reading…. 😀

    in reply to: RT-media translations stopped working after update #8360
     mpitka
    Participant

    You have right. I downloaded order version of rtMedia and everything works well. So the problem is related to rtMedia. Have sent a message to them. When I get instructions, I will share it here if someone has similar problem too.

    in reply to: 3 problems with sign-up page #8342
     mpitka
    Participant

    Hi!
    1. is it possible to align text to left that it’s is placed nicely under the “sign up” button? It works “out-of-the-box” with Safari, but not with other browsers.

    2. I just don’t find it. Can you give me .php -file so I can translate it manually.

    3. Parse error: syntax error, unexpected $end in /homez.755/boorntdk/www/wp-content/themes/sweetdate-child/functions.php on line 199

    in reply to: Removing profilemenu #8330
     mpitka
    Participant

    this removes whole menu and no information is shown.

    in reply to: Removing profilemenu #8301
     mpitka
    Participant

    yes! Just that I mean 🙂

    in reply to: Removing profilemenu #8298
     mpitka
    Participant

    But I want to all these extended informations to be shown too for every profile. I just dont want useless menu which has only one tab.

    in reply to: Removing profilemenu #8294
     mpitka
    Participant

    I don’t want any tabs to be visible, but the content of “profile” tab must be visible. If removing all tabs, it will give 404-error or everything is invinsible. Correct me, if I’m wrong?

    in reply to: 3 problems with sign-up page #8261
     mpitka
    Participant
    in reply to: RT-media translations stopped working after update #8258
     mpitka
    Participant

    I use PoEdit. However, I tried Codestyling localization too. It recognizes my translation file just fine. But theres no translation at frontend. There must be some kind of problem after update.

    in reply to: RT-media translations stopped working after update #8256
     mpitka
    Participant

    Yes I know. I have uploaded all language files as I should to a right folder (/www/wp-content/plugins/buddypress-media/languages)

    And the file name is: rtmedia-fi_FI.

    Never had problems to implement language-files. But now it just does not work after update. Any ideas?

    in reply to: v.2.3 … many problems #8255
     mpitka
    Participant

    That works fine. Thank you!

    in reply to: How to remove membership -level indicator #8129
     mpitka
    Participant

    Thank you for your quick reply. It works perfectly. Great thanks!

    in reply to: Hide menu from all but not pmpro members #8067
     mpitka
    Participant

    it works. Typo.

    in reply to: v.2.3 … many problems #8055
     mpitka
    Participant

    Yeah and one more thing regarding this subject. How can I remove this “activity stream” from this profile menu? I have disabled it from my profile fields already, so it does not even work (404)

    in reply to: v.2.3 … many problems #8054
     mpitka
    Participant

    Hi!

    You were right. Language files was the problem. Two-lined button works great with Firefox and Chrome, but not with Safari. I don’t know how does it behave with IE….

    in reply to: Hide menu from all but not pmpro members #8053
     mpitka
    Participant

    New problem arrived.

    This code you gave me previously. It worked fine with older version of theme. Now it will disable menu for ALL users. Any ideas? 🙂

    in reply to: v.2.3 … many problems #7961
     mpitka
    Participant

    Sorry, many problems was because I forgot to activate child theme after update. But still the biggest issues are this new language -file and this “profile”-button, which is two-lined.

    And also, is it possible to go back to old profile button. I think it was better.

    in reply to: URL Slugs #7693
     mpitka
    Participant

    woooohooo. Magic happens. Thanks!

    in reply to: URL Slugs #7687
     mpitka
    Participant

    Fatal error: Call to undefined function kleo_breadcrumb() in /homez.755/boorntdk/www/wp-content/themes/sweetdate/functions.php on line 1177

    in reply to: URL Slugs #7580
     mpitka
    Participant

    ideas? 🙂

    in reply to: how to add pmpro restriction to own profile #7517
     mpitka
    Participant

    Thank you so much! It works perfectly!

    in reply to: URL Slugs #7516
     mpitka
    Participant
    in reply to: disable footer #7463
     mpitka
    Participant

    Thank you very much! Works perfectly

    in reply to: URL Slugs #7458
     mpitka
    Participant

    I have translated those, but no effect :/

    in reply to: how to add pmpro restriction to own profile #7457
     mpitka
    Participant

    can you give me a little bit more detailed instructions? 🙂

    in reply to: Hide menu from all but not pmpro members #7256
     mpitka
    Participant

    heh, You’re right. I don’t know what I messed up. For everybody else, who’s so noob, the whole working code is:

    <?php if ( pmpro_hasMembershipLevel(array(1,2,3))) { wp_nav_menu( array( ‘container’ => false, ‘menu_class’ => ‘left’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ‘sweetdate_main_nav’, ‘walker’ => new sweetdate_walker_nav_menu) ); } ?>

    Thank you!

    in reply to: Hide menu from all but not pmpro members #7252
     mpitka
    Participant

    Thank you for your help!

    Is it possible to give a little bit more detailed instructions, because I don’t have good PHP knowledge.

    in reply to: Paid Memberships Pro -custom checkout #7231
     mpitka
    Participant

    Great tip, thank you sqadmin!

    in reply to: HUGE BUG in profile fields #7180
     mpitka
    Participant

    thank you!

    in reply to: Horizontal search problem #7137
     mpitka
    Participant

    Sorry….

    age-fields and Province-fields do work.

    Only: “I’m a” ja “looking for” …. does not work. Help, anyone?

    in reply to: Remove username #7133
     mpitka
    Participant

    works great. Thank you very much, Anchora!

    in reply to: Remove username #7131
     mpitka
    Participant

    Thank you Anchora, but how can I do this exactly?

    in reply to: Big issues with profiles #7106
     mpitka
    Participant

    This worked!

    function my_remove_friends_nav() {
    global $bp;
    if (!bp_is_my_profile()) {
    bp_core_remove_nav_item( ‘friends’ );
    }
    }
    add_action( ‘bp_setup_nav’, ‘my_remove_friends_nav’ );

    in reply to: Map on front page #7077
     mpitka
    Participant

    works for me too! Thank you Adam!

    in reply to: Big issues with profiles #7018
     mpitka
    Participant

    Oh, Forgot to mention that I have tried this (functions.php @childtheme)

    function my_remove_friends_nav() {
    global $bp;
    if (!bp_is_my_profile()) {
    bp_core_remove_nav_item( ‘friends’ );
    }
    }
    add_action( ‘bp_setup_nav’, ‘my_remove_friends_nav’ );

    I have translated the site to finnish language. “Friends” is “Kaverit”… Can this cause issues?

    in reply to: Map on front page #7012
     mpitka
    Participant

    I have only this: [kleo_call_to_action], nothing else.

    I really don’t understand how this is possible when I have also deleted this map-bg.png too.

    in reply to: Disable links of Latest Members carousel #6266
     mpitka
    Participant

    works perfectly! Thanks SO MUCH!

    in reply to: Disable links of Latest Members carousel #6181
     mpitka
    Participant

    Oh, you are right. I got confused because this “finger” still remains. Is there any easy way to disable it?

    in reply to: Disable links of Latest Members carousel #6153
     mpitka
    Participant

    still not working 🙁 No error messages, but links remain.

Viewing 40 posts - 41 through 80 (of 92 total)

Log in with your credentials

Forgot your details?