Forum Replies Created

Viewing 40 posts - 361 through 400 (of 2,655 total)
  • Author
  • in reply to: RTMedia – 404 page? #7194
     SQadmin
    Keymaster

    Hi, This has been reported in the past and it is something related to the plugin. Just go to Settings – Permalinks and re-save the options.

    Regards,
    Abe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: force pic upload? #7152
     SQadmin
    Keymaster

    Don’t know a plugin for that. Sorry

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Redirect After Login #7151
     SQadmin
    Keymaster

    so instead of: return bp_core_get_user_domain($user->ID ); put return ‘/my_page_link’;

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: About me tab issue #7150
     SQadmin
    Keymaster

    Give us access to your site if it is still not working.. you are definitely doing something wrong. Also the user needs to have the profile fields completed

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: several status for a member #7149
     SQadmin
    Keymaster

    Hi,
    What do you mean that the status is not taken into account? I don’t understand the problem ..sorry

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Full width menu and body #7148
     SQadmin
    Keymaster

    On your tests the menu is on the left. Put a link to your site please
    To shrink the sidebars you have to edit the sidebar.php page and change “four columns” to “three columns” and in page-parts/general-before-wrap.php and page-parts/buddypress-before-wrap.php change eight to nine

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: modified home-search-form over revolution slider #7147
     SQadmin
    Keymaster

    You have to position it absolute. add an inline style attribute for example style=”position: absolute;”

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Membership level auto upgrade / product search #7146
     SQadmin
    Keymaster

    Hello,
    1. There isn’t something like that included. You will need to develop yourself the functionality
    2. The form searches only in profile fields
    3. You can add this css to Sweetdate – Styling options – Quick css to change how many to display one one row:

    COPY CODE
    
    .article-content .woocommerce ul.products li.product {
        width: 25%;
    }
    

    The above code will make 4 products on one row. Adjust the width to match your needs.

    Thank you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Avatar is not center aligned in border #7134
     SQadmin
    Keymaster

    Hi Paul, I tested in multiple browsers on mac and windows and all avatars seem to be ok. What browser are you using?

    ps: I also attached some screenshots with these http://d.pr/i/XmhC , http://d.pr/i/McQi

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: modified home-search-form over revolution slider #7120
     SQadmin
    Keymaster

    Hi, to have video in front of revolution slider you need to add the following line in sweetadmin/styling options/quick css box:

    COPY CODE
    
    .revslider-head.absolute-head .flex-video {
    	margin-top: 238px;
    	position: relative;
    	z-index: 1;
    }
    

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Avatar is not center aligned in border #7119
     SQadmin
    Keymaster

    Hi Paul, the above code is ok, I think other is the problem, you have a link to look closer?

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Permanent sticky navigation for Sweet date theme #7087
     SQadmin
    Keymaster

    Hi, you have a demo link to look more closely?

    Regards,
    Robert.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Bp-Album pictures previews in square #7086
     SQadmin
    Keymaster

    Hi, right now you can’t do this from admin, we’ll fix this in next update release. Until then you can add in admin sweetdate/styling options/quick css box the following line:

    COPY CODE
    
    .album .picture-thumb-box a.picture-thumb img { border-radius: 3px; }
    

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: mobile sidebars #7085
     SQadmin
    Keymaster

    Hi, you can add in quick css box the following:

    COPY CODE
    
    @media (max-width: 480px) {
        .widgets-container.sidebar_location { display: none; }
    }
    

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: About me tab issue #7073
     SQadmin
    Keymaster

    That should work if your group name under Users – Profile fields is Base
    Modify it in the code if it is different

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: rtMedia square thumbnails #7072
     SQadmin
    Keymaster

    CSS goes to Quick css box. Maybe we are not talking about the same thing. Try to be more specific. I asked you about what section you are referring but no answer..

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

    You could try adding those two arrays in a if condition to check for level IDs:

    COPY CODE
    
    if ( pmpro_hasMembershipLevel(array(2,3))) {
    $bp_tabs  2 arrays ....
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Private message display #7070
     SQadmin
    Keymaster

    Hello,
    That is the way Buddypress generates it. It can’t be easily modified. The template files are located in sweetdate/activity

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Adding 728X90 Banner #7068
     SQadmin
    Keymaster

    Hi, You need some PHP and HTML knowledge
    The PHP code for checking a logged in user field is like this and it has to be adapted and goes in header.php and

    COPY CODE
    
    $current_user = wp_get_current_user();
    $current_user_id = $current_user->ID;
    $usertype = xprofile_get_field_data('User type', $current_user_id);
    if ($usertype == 'Photo') {
    	echo '<img src="" />';
    }
    elseif ($usertype == 'Model') {
    	echo '<img src="" />';
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Big issues with profiles #7059
     SQadmin
    Keymaster

    If you have the child theme active that code should do the trick.
    Try with kaverit also

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: rtMedia square thumbnails #7058
     SQadmin
    Keymaster

    I gues you are talking about bp-Album and not rtMedia? for bpAlbum this css does the trick

    COPY CODE
    
    .picture-gallery .picture-thumb-box .picture-thumb img {
        border-radius: 0;
    }
    .picture-thumb-box .picture-thumb img {width: auto;}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add button next to 'search' on homepage #7057
     SQadmin
    Keymaster

    Hi,
    You need to make a change in a file. Best practice is to activate the sweetdate-child theme.
    After you have activated the child theme, by FTP copy the file from
    wp-content/themes/sweetdate/custom_buddypress/kleo-bp-search.php
    to
    wp-content/themes/sweetdate-child/custom_buddypress/kleo-bp-search.php

    Then edit the one you just copied and you need to edit line 203 that looks like this:

    COPY CODE
    
    <div class="seven offset-by-five columns"><button class="button radius"><i class="icon-search"></i>  <?php _e("SEARCH", 'kleo_framework'); ?></button></div>
    

    and add the LOGIN button after the SEARCH button. You should add it before the closing div and it should look like:

    COPY CODE
    
    <a href="/wp-login.php" class="button radius">LOGIN</a>
    

    Cheers,
    Abe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: About me tab issue #7055
     SQadmin
    Keymaster

    Paste here the code you have added, or better the sweetdate-child/functions.php file

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Report user button too big #7011
     SQadmin
    Keymaster

    You must be using a plugin that shows those buttons… in the default theme there are no such buttons 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: reply to message #7009
     SQadmin
    Keymaster

    We will test it and also add the replying restriction in v.2.3 theme version that will come this month

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: reply to message #7007
     SQadmin
    Keymaster

    Why aren’t you continuing the discussion on your recent opened topic and create new one?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Report user button too big #7006
     SQadmin
    Keymaster

    Hi,
    Where is this Report User link?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Twitter & Social Icons #7005
     SQadmin
    Keymaster

    Oh sorry I got a bit confused there 🙂
    Please check the demo and see if it works because we did some changes there to include in v.2.3
    http://seventhqueen.com/demo/sweetdatewp/

    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: users groups #7004
     SQadmin
    Keymaster

    There is an option under Settings – Buddypress – Settings

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Map on front page #7003
     SQadmin
    Keymaster

    What you have pasted the kleo_section shortcode. The map is in this one:
    [kleo_call_to_action bg=”http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/map-bg.png”%5D

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Private-Group request – No buttons! #7002
     SQadmin
    Keymaster

    Well I am really glad. It was bugging me 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: limiting pics #7000
     SQadmin
    Keymaster

    Hi, That is currently not available.

    Regards,
    Abe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Adding 728X90 Banner #6999
     SQadmin
    Keymaster

    You need some custom code to accomplish that. where do you want to put the banner?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: buddypress album – how to install #6998
     SQadmin
    Keymaster

    Your files normally should go under wp-content/uploads/album

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Avatar thumbnails are actually resized full size images #6996
     SQadmin
    Keymaster

    We will make sure in v2.3 it will use the full size only where is strictly necessary. Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Custom Email Subject #6995
     SQadmin
    Keymaster

    Hi, Search for a wordpress plugin since it is related to basic wp functionality

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mobile Image Problem #6994
     SQadmin
    Keymaster

    We haven’t been able to reproduce that. What browser are you using on the phone?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Hide Profile tab #6993
     SQadmin
    Keymaster

    Try the updated code.

    Cheers,
    Abe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: new user registration #6992
     SQadmin
    Keymaster

    Hi, It doesn’t have to do with the theme. You need to see how the process of adding users works. make sure the users are activating their account

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Membership level not working #6991
     SQadmin
    Keymaster

    Hi, the restriction handles only the default functionality and can’t work for any other 3rd party plugins you are adding without custom work from your side

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 361 through 400 (of 2,655 total)

Log in with your credentials

Forgot your details?