Forum Replies Created

Viewing 40 posts - 1,001 through 1,040 (of 2,655 total)
  • Author
  • in reply to: Profile bellow #5010
     SQadmin
    Keymaster

    Hi,
    Hard to accomplish. You need to add conditionals here: sweetdate/members/single/profile/profile-loop.php

    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: "Load More" plus sign color #5008
     SQadmin
    Keymaster

    Thanks @zivix

    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: 3-columns responsive issue #5004
     SQadmin
    Keymaster

    Hi Anchora, If I understand correctly you want something like this: http://d.pr/i/bIeZ .
    It’s ok to have 3 columns but it’s not a good SEO practice to put sidebars before main content so, as a basic structure we sugest to have:

    1). In buddypress-before-wrap.php:

    http://d.pr/n/bA2k

    2). In buddypress-after-wrap.php:

    http://d.pr/n/hZOx

    I’m usin pull and push classes to switch columns at large resolutions. In mobile view these columns become 100% width and the main content is in its place, before the sidebars like this: http://d.pr/i/gPq4

    If you like to hide sidebar at small(mobile) resolution you need to add “hide-for-small” class to the sidebar.

    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: Expired member options #5001
     SQadmin
    Keymaster

    Yes that is the way it is, “Non-members” anyone with an account but not subscribed for a membership

    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 #5000
     SQadmin
    Keymaster

    Hi, This way it works:

    COPY CODE
    
    function my_remove_profile_nav() {
    	if (!bp_is_my_profile()) {
    		remove_action( 'bp_setup_nav', 'bp_album_setup_nav' );
    	}
    
    }
    add_action( 'bp_setup_nav', 'my_remove_profile_nav', 9 );
    
    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 Expiration Date #4994
     SQadmin
    Keymaster

    1,2. There is only one acount. if will upgrade the account… from trial to.. whatever
    3. I don’t know what to say about this but you can’t upgrade to the same level of membership.
    4. makes no sense. I mean I don’t understand

    You can always try their website for tricks of questions

    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: Mass Email Plugin? #4981
     SQadmin
    Keymaster

    Hi, Try http://wordpress.org/plugins/newsletter-sign-up/

    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: How to translate this? #4979
     SQadmin
    Keymaster

    And where is “View members directory”?

    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: Disappearing icons #4978
     SQadmin
    Keymaster

    You have the images as 10px width and height. You probably messed with some 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: Expired member options #4977
     SQadmin
    Keymaster

    Hi,
    If the member has an expired membership then he should be seen as a non-member. We will check this if is not the case.

    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: How to search by username? #4976
     SQadmin
    Keymaster

    You can remove this part from members/members-loop.php file:

    COPY CODE
                        <div class="bp-member-dir-buttons">
                        <?php do_action('bp_directory_members_item_last');?>
                        </div>
    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: How to search by username? #4975
     SQadmin
    Keymaster

    Hi, That is currently not possible. How are they acting weird?

    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: Suggested settings for W3 Total Cache? #4974
     SQadmin
    Keymaster

    You can enable Browser cache, database cache, Object cache.
    Anyway, you should stay away of the css, javascript minify because it doesn’t behave nicely.

    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: I want to ad customer quotes to the home page #4973
     SQadmin
    Keymaster

    Hi,
    That is only as a widget. You can use this plugin to use it as a shortcode: http://wordpress.org/plugins/widget-shortcode/

    To add more testimonials: WP admin – Testimonials menu

    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: register form for other pages #4972
     SQadmin
    Keymaster

    The register button can be changed from PMPRO advanced settings to point to your desired page.
    The video link is wrong. If you followed our example you would have seen that is should be like this:http://www.youtube.com/embed/IolkS-ezJxI

    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: V2.2 #4939
     SQadmin
    Keymaster

    As promised this code contains the functions, extra html that needs to be added to the register modal and the javascript so you can register right from the popup:
    http://d.pr/n/s2KO

    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: Recaptcha non working #4936
     SQadmin
    Keymaster

    Hi, I see users using BuddyPress Security Check
    Try that

    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 #4935
     SQadmin
    Keymaster

    So instead of opening a new one again you could have added your response in the provided topic …

    So if you remove the tab you won’t be able to go to it.. that is why the 404 probably.

    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: How to translate this? #4934
     SQadmin
    Keymaster

    The currency is set from PMPRO plugin settings and you can’t translate that(you can imagine values won’t be the same, etc ).
    Other texts are found in the PMPRO plugin. SO you need to translate the plugin and not the Sweetdate theme

    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: Check if user is online #4933
     SQadmin
    Keymaster

    … you need to add it in the loop, somewhere around
    <div class=”avatar”>

    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: Create Forum #4932
     SQadmin
    Keymaster

    Hi, Read more about it here: http://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    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: Weird Profile Arrangements #4931
     SQadmin
    Keymaster

    Add this css:

    COPY CODE
    
    #members-list .three.columns:nth-child(4n+1) {
        clear: left;
    }
    
    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: Urgent! Can't login/register anymore through modal.. #4928
     SQadmin
    Keymaster

    Same error but the Facebook popup openes and get some warning form WP bouncer plugin you installed
    Put the APP id in the Sweetdate – Miscellaneous

    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: Translating, frontpage and search form #4926
     SQadmin
    Keymaster

    Hi,
    1.You need to add those fields directly in your language from Users – Profile fields.

    2. You should try doing it with a Login redirect plugin or something.

    3. Add you own fields from Users – Profile fields. Then use them in the form in Sweetdate – Buddypress

    Cheers

    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: Members text #4925
     SQadmin
    Keymaster

    Members is the page name you mapped. The Profile Search text is in member/index.php

    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: How to search by username? #4924
     SQadmin
    Keymaster

    Hi, It works fine to me. I search for Women and I always have 2 pages, I went back and forward to the pages.
    You probably have the old js cached. Remove your cache

    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: Email notification when a user do a registration #4922
     SQadmin
    Keymaster

    Hi, maybe this helps: http://wordpress.org/plugins/welcome-email-editor/

    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-WP-profile-reviews #4914
     SQadmin
    Keymaster

    Hi,
    Do you think you can give us the link to your site or the plugin to test it locally?
    You can send it on our email: themesupport@seventhqueen.com

    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: Set Memberships Page like in theme demo #4913
     SQadmin
    Keymaster

    You need to install the Paid memberships Pro plugin. Follow the documentation please..

    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: Home page Top members change number #4912
     SQadmin
    Keymaster

    Until version 2.2 you need to replace this theme file: sweetdate/custom_buddypress/bp-functions.php with this one: https://archived.seventhqueen.com/files/bp-functions.txt

    After that you can change the shortcode and add an “number” attribute: [kleo_top_members number=12]

    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 Expiration Date #4905
     SQadmin
    Keymaster

    Like I said, is simple, it expires after 1 month after registration for example if you set 1 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: Upload photos from My photos tab #4904
     SQadmin
    Keymaster

    Hi,
    I don’t have a solution for you since is not an easy task and is beyond the scope of this support

    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 base profile for users only #4902
     SQadmin
    Keymaster

    Duplicate topic: https://archived.seventhqueen.com/forums/topic/disable-profile-tab-below-profile-image

    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: Check if user is online #4901
     SQadmin
    Keymaster

    So after you add those functions to sweetdate-child/functions.php add the code to members/members-loop.php

    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 log in signup button to menu #4900
     SQadmin
    Keymaster

    Please give more details on your requests because I am struggling and wasting time to understand what are you saying

    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: remove #4898
     SQadmin
    Keymaster

    You changed you structure and we really cannot guess what people are doing in their theme. As you modified it the #header div is empty

    COPY CODE
    
    #header {display:none;}
    

    Please use Firebug for Firefox of Chrome to inspect your elements css

    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: Members page got f–up #4897
     SQadmin
    Keymaster

    Have you changed the structure of the members page? A link to your site helped.

    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: widget-mailchimp.php #4895
     SQadmin
    Keymaster

    Widgets do not work this way. Only template files work that way.
    You could remove the default widget and add add your code for the custom widget in sweetdate-child/functions.php. You can remove the mailchimp widget like this:

    COPY CODE
    
     function unregister_default_widgets() {
         unregister_widget('SQueen_Mailchimp_Widget');
     }
     add_action('widgets_init', 'unregister_default_widgets', 11);
    
    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: Différent homepage for login people #4894
     SQadmin
    Keymaster

    So the code I gave doesn’t do just what you want?

    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: before_widget modification #4893
     SQadmin
    Keymaster

    Hi, Thanks you,
    You just need to add this function that overrides the default one:

    COPY CODE
    
    function sweetdate_widgets_init() {
    	register_sidebar( array(
    		'name' => __( 'Main Sidebar', 'kleo_framework' ),
    		'id' => 'sidebar-1',
    		'description' => __( 'Default sidebar', 'kleo_framework' ),
    		'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
    		'after_widget' => '</div>',
    		'before_title' => '<h5>',
    		'after_title' => '</h5>',
    	) );
    	register_sidebar(array(
    		'name' => 'Footer Widget 1',
            'id' => 'footer-1',
    		'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
    		'after_widget' => '</div>',
    		'before_title' => '<h5>',
    		'after_title' => '</h5>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Footer Widget 2',
            'id' => 'footer-2',
    		'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
    		'after_widget' => '</div>',
    		'before_title' => '<h5>',
    		'after_title' => '</h5>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Footer Widget 3',
            'id' => 'footer-3',
    		'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
    		'after_widget' => '</div>',
    		'before_title' => '<h5>',
    		'after_title' => '</h5>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Footer Widget 4',
            'id' => 'footer-4',
    		'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
    		'after_widget' => '</div>',
    		'before_title' => '<h5>',
    		'after_title' => '</h5>',
    	));
            
    	register_sidebar(array(
    		'name' => 'Footer Level 1 - Widget 1',
            'id' => 'footer-level1-1',
    		'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
    		'after_widget' => '</div>',
    		'before_title' => '<h5>',
    		'after_title' => '</h5>',
    	));
               
    	register_sidebar(array(
    		'name' => 'Footer Level 1 - Widget 2',
            'id' => 'footer-level1-2',
    		'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
    		'after_widget' => '</div>',
    		'before_title' => '<h5>',
    		'after_title' => '</h5>',
    	));
            
    	register_sidebar(array(
    		'name' => 'Footer Level 2',
            'id' => 'footer-level-2',
    		'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
    		'after_widget' => '</div>',
    		'before_title' => '<h5>',
    		'after_title' => '</h5>',
    	));
        register_sidebar(array(
             'name' => 'Shop Sidebar',
             'id' => 'shop-1',
             'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">',
             'after_widget' => '</div>',
             'before_title' => '<h5>',
             'after_title' => '</h5>',
         ));
        
    }
    

    And by default it is a H5

    Cheers

    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 - 1,001 through 1,040 (of 2,655 total)

Log in with your credentials

Forgot your details?