Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
  • in reply to: Registration – issue with required dropdowns #93353
     fovoc
    Participant

    Hey there,

    I managed to resolve this. I was using a simple script to compress HTML and that was causing a conflict. I just removed the compression script in register page and everything seems fine.

    Cheers,
    Dimitris

    in reply to: letter "w" on the profile page #92597
     fovoc
    Participant

    I can confirm the same issue here … :/

    Please advise,
    Dimitris

    in reply to: child-theme problem after latest update #92596
     fovoc
    Participant

    Hey there,

    this is resolved as I had to overwrite the /sweetdate-child/members/single/cover-image-header.php file in my child-theme instead of /sweetdate-child/members/single/member-header.php.

    Cheers,
    Dimitris

    in reply to: child-theme problem after latest update #91694
     fovoc
    Participant

    Hey there,

    can see any differences, issue remains … :/

    Cheers,
    Dimitris

    in reply to: How to star a conversation #91136
     fovoc
    Participant

    Hey there,

    thanks for the template file. It seems to work as it should. 🙂

    Thanks again,
    Dimitris

    in reply to: child-theme problem after latest update #91135
     fovoc
    Participant

    This is the content of the file: /sweetdate-child/members/single/member-header.php, which obviously doesn’t render.

    COPY CODE
    <?php
    
    /**
     * BuddyPress - Users Header
     *
     * @package BuddyPress
     * @subpackage bp-default
     */
    
    ?>
    
    <?php do_action( 'bp_before_member_header' ); ?>
    
    <?php
    /***
     * If you'd like to show specific profile fields here use:
     * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field
     */
     do_action( 'bp_profile_header_meta' );
     ?>
    
    <div class="five columns">
    
        <?php
        /**
         * kleo_bp_before_profile_name hook
         *
         * @hooked kleo_bp_compatibility_match - 20
         */
         do_action( 'kleo_bp_before_profile_name' );
         ?>
    		
    	<?php do_action( 'bp_before_member_header_meta' ); ?>
    		
        <?php 
        /**
         * kleo_bp_after_profile_username
         *
         * @hooked kleo_membership_info - 10
         */
        do_action('kleo_bp_after_profile_name');
        ?>
    		<div class="clearfix"></div>
        <div class="row">
            <div id="item-header-avatar" class="eight columns image-hover">
                <?php bp_displayed_user_avatar( array('type' =>'full','width' => 580, 'height' => 580) ); ?>
    			 <?php
                /**
                 * kleo_bp_after_profile_image
                 *
                 * @hooked kleo_bp_profile_photo_change - 10
                 */
                 do_action( 'kleo_bp_after_profile_image' );
                 ?>
    			
            </div>
    
            <?php do_action('kleo_bp_header_actions');?>
    		
        </div><!--end row-->
    </div><!--end five-->
    
    <?php do_action( 'bp_after_member_header' ); ?>
    
    <?php do_action( 'template_notices' ); ?>

    Regards,
    Dimitris

    in reply to: child-theme problem after latest update #90729
     fovoc
    Participant

    I tried to erase the content before the avatar image like fullname, last active status etc.

    in reply to: How to star a conversation #90526
     fovoc
    Participant

    Hey there,

    OK…one more time… let’s say that I send a message to “Maria Kallas” in the attachment… how do I mark this conversation as “starred”?

    Kind regards,
    Dimitris

    in reply to: How to star a conversation #90274
     fovoc
    Participant

    Hey there,

    you’re free to proceed in the staging area (no caching environment). I really can’t find a way to star a private message, even in your demo site… 😕

    WP-ADMIN
    URL : http://levovelo.dev.onpressidium.com/next-exit/
    Username : seventhqueen
    Password : sOyBn!XHN)z5m3oW5CrkFH&e

    SFTP
    Username : seventhqueen
    Password : SeventhQueen0
    SFTP Server : sftp.levovelo.onpressidium.com / c8-sftp.cluster.pressidium.com
    SFTP Port : 11488

    in reply to: child-theme problem after latest update #90273
     fovoc
    Participant

    Hey there,

    you’re free to proceed in the staging area (no caching environment). I even erased all the content of sweetdate-child/members/single/member-header.php without any results… 😕

    WP-ADMIN
    URL : http://levovelo.dev.onpressidium.com/next-exit/
    Username : seventhqueen
    Password : sOyBn!XHN)z5m3oW5CrkFH&e

    SFTP
    Username : seventhqueen
    Password : SeventhQueen0
    SFTP Server : sftp.levovelo.onpressidium.com / c8-sftp.cluster.pressidium.com
    SFTP Port : 11488

    in reply to: ‘Mixed Content Error’ in admin options page #90270
     fovoc
    Participant

    Excuse me, my mistake

    in reply to: How to star a conversation #90089
     fovoc
    Participant

    Hey there,

    the only thing I’ve done considering this, is:

    COPY CODE
    
    #starred-personal-li {
        display: none !important;
    }
    

    just to hide the link under the my-profile/messages page.

    What has to do the ‘send-message’ button with that I wonder?
    Can I see this functionality in any of your demo sites?

    Please advise,
    Dimitris

    PS. Excuse me, but I’m unable to provide WP admin credentials at the moment.

    in reply to: How to star a conversation #89766
     fovoc
    Participant

    Any update on this?

    in reply to: How to star a conversation #89614
     fovoc
    Participant

    Hey there,

    the private messaging module is enabled. Can’t find a way to star a conversation though… even in your demo site.

    Please advise,
    Dimitris

    in reply to: How to use your custom dropdown #89032
     fovoc
    Participant

    Hey there,

    this is a question out of the scope of my clients’ site and I can’t understand why admin credentials are required, especially when the default dropdown “right now cant be changed”.
    I’ll try to replicate the styling through some CSS.

    Cheers,
    Dimitris

    in reply to: How to use your custom dropdown #88528
     fovoc
    Participant

    Hey there…

    reference… how about the sorting dropdown in friends list (attached gif)?
    This is a default dropdown, can I customize it by adding a class or something?

    Cheers,
    Dimitris

    in reply to: edit main members list #83688
     fovoc
    Participant

    Hey there,

    thanks for your reply. I’m talking about custom development indeed. Any way you can help on this? On how can I edit the main members query?
    Your solution could be a working solution but this way I should de-activate the “Quick Profile navigation” in single members and this is a major disadvantage.
    I was trying to use ‘meta_key’ and ‘meta_value’ in ‘bp_ajax_querystring’ action but I always get no members at all … :/

    Thanks as always,
    Dimitris

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

Log in with your credentials

Forgot your details?