This topic has 26 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #8824
     LordDax
    Participant

    i have the rtmedia installed and when a user upload a photo with the menu “album” + upload the tab “my photos” not appear…

    he must use the menu ‘Media’…

    here my functions.php

    /* rtMedia tab – only if plugin installed */
    if (class_exists(‘RTMedia’))
    {
    $bp_tabs[‘rtmedia’] = array(
    ‘type’ => ‘rt_media’,
    ‘name’ => __(‘My 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’
    );
    }

    where is my error??

    #8849
     Abe
    Keymaster

    You need both plugins for images, bpAlbum and Rtmedia?
    Disable rtMedia plugin or bpAlbum from Settings – Buddypress

    If you want to have both plugins active use just this code
    $bp_tabs[‘bp-album’] = array(
    ‘type’ => ‘bp_album’,
    ‘name’ => __(‘My photos’, ‘kleo_framework’),
    ‘class’ => ‘mySlider’
    );

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #8855
     LordDax
    Participant

    thanks for your reply,

    I don’t have bp-album installed, i have only rt-media

    I try your code but retuned to me a black screen

    #8858
     Abe
    Keymaster

    Then leave the initial code and disable bpAlbum from Settings – Buddypress. Album menu will disappear after that leaving only the media one

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #8860
     LordDax
    Participant

    here the tho option that appear on profile page:

    http://www.sex4fun.it/images/album.jpg

    I have already some user online, so i can’t remove te rt-media plugin, and they use the “album” to upload their pictures

    #8861
     LordDax
    Participant

    i can’t find that menu on buddypress settings 🙁

    http://www.sex4fun.it/images/buddymenu.jpg

    #8864
     Abe
    Keymaster

    sorry, I meant Sweetdate – Buddypress

    To have bpAlbum pictures in the tab replace that code part you pasted with this

    COPY CODE
    
    $bp_tabs['bp-album'] = array('type' => 'bp_album','name' => __('My photos', 'kleo_framework'),'class' => 'mySlider');
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #8866
     LordDax
    Participant

    great!!!!! thanks for your help!!!!!

    I disabled Rt-media, set bp-album to on and it works. Nice!

    #9062
     LordDax
    Participant

    After update at buddypress 1. and sweetdate 2.3.1 this mod stop to work… the tab “my photos” appear but don’t work 🙁

    #9087
     LordDax
    Participant

    help. i try differents solutions… but nothing work 🙁

    #9088
     Abe
    Keymaster

    Hi. You shouldn’t have replaced your sweetdate-child theme where you have your customizations

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #9089
     LordDax
    Participant

    But the strange thing is that I have’nt replaced my sweetdate-child theme

    #9090
     Abe
    Keymaster

    Maybe you have rtMedia re-activated. Give us site access to take a look

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #9092
     LordDax
    Participant
    This reply has been set as private.
    #9094
     LordDax
    Participant

    you can chek user http://www.sex4fun.it/membri/scambisti/ that is a demo with bp gallery’s photo

    #9159
     LordDax
    Participant

    Another issue, Match indicator is not working

    #9175
     Abe
    Keymaster

    You have added a minify plugin that causes some errors. Please disable that.
    I have added a photo to my profile and the tab shows: http://www.sex4fun.it/membri/abe/#le-mie-foto

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #9176
     Abe
    Keymaster

    Also http://www.sex4fun.it/membri/scambisti/#le-mie-foto has 4 photos that can’t be seen because of the minify script errors

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #9184
     LordDax
    Participant

    Abe, i check your profile, and the tab appear but if i click the tab not shows the photo

    #9185
     LordDax
    Participant

    you can check all my plugin… i haven’t a minify plugin 🙁

    #9187
     LordDax
    Participant

    Before the upgrade it work very well….do you think that to migrate at rt-media may be a solution?

    #9211
     Abe
    Keymaster

    No it won;t change with rtMedia
    You are having something that is interfering, maybe this jquery
    script type=”text/javascript” src=”http://www.sex4fun.it/s4fchat/includes/js/jquery.js.pagespeed.jm.qkvfzc5jGC.js”

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #9213
     LordDax
    Participant

    it is for arrowchat… i try to disable it and check what appen

    #9215
     LordDax
    Participant

    i removed this code:

    <link type="text/css" rel="stylesheet" id="arrowchat_css" media="all" href="/s4fchat/external.php?type=css" charset="utf-8" />
    <script type="text/javascript" src="/s4fchat/includes/js/jquery.js"></script>
    <script type="text/javascript" src="/s4fchat/includes/js/jquery-ui.js"></script>

    but the problem persist :(

    #9216
     LordDax
    Participant

    now i try to disabel some plugin…

    #9218
     LordDax
    Participant

    GREAT!!!! i found…. the problem was a stupid plugin… Lazy Content Slider… incredible!!!!

    THANKS ABE for your help!!!!!!!!!!!

    #9260
     Abe
    Keymaster

    wow great 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 27 posts - 1 through 27 (of 27 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?