Forum Replies Created

Viewing 40 posts - 7,801 through 7,840 (of 8,607 total)
  • Author
  • in reply to: Questions on Matching Percentage #10582
     Abe
    Keymaster

    Hello, There is already this topic here that guides you to changing the default fields:
    https://archived.seventhqueen.com/forums/topic/match-numbers

    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.

    in reply to: Character Limit ? #10580
     Abe
    Keymaster

    Hi, thank you and sorry for the later reply,

    I see there is no such plugin out there. I have found this topic, hope it helps
    http://wpquestions.com/question/show/id/3529
    The first code should work for all fields and you should put it in sweetdate-child/functions.php

    COPY CODE
    
    function filter_profile_data( $data ) {
    
    	return substr( $data, 0, 100);
    
    }
    
    add_filter( 'bp_get_member_profile_data', 'filter_profile_data' );
    
    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.

    in reply to: Logo and image uploads #10579
     Abe
    Keymaster

    Hi, .jpg files don’t support transparency. Save them as .png and make sure they don’t have a white background in the editing software

    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.

    in reply to: Embedded Video in Revolution Slider Not Working #10578
     Abe
    Keymaster

    Hi and sorry for the later reply,
    Have you tried to add a Video Layer?
    http://d.pr/i/jZCO

    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.

    in reply to: Total Member Number Mismatch #10577
     Abe
    Keymaster

    Hi,
    activity-wall.php is used by Buddypress Wall plugin. try replacing in \wp-content\themes\sweetdate\activity\index.php

    please try doing a search in the buddypress templates for the old function since if there are other areas you want to change it

    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.

    in reply to: Gruop number not working #10576
     Abe
    Keymaster

    Hi, There could be some caching you are using or maybe they are private groups. Also the user must activate their account and login at least once.

    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.

    in reply to: Fonts are not getting changed! :( #10574
     Abe
    Keymaster

    Hi and sorry for the later reply,
    The fonts for the site are changed from Sweetdate – Styling options.
    Revolution slider also uses its fonts:
    http://d.pr/i/RXO1

    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.

    in reply to: How to redirect #10573
     Abe
    Keymaster

    Thanks @Anchora,
    There are indeed plenty plugins out there

    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.

    in reply to: Modifying the create account popup #10572
     Abe
    Keymaster

    Hi and sorry for the later reply,
    The create account popup template is found in you server by FTP under wp-content/themes/sweetdate/page-parts/general-register-modal.php
    The registration page is generated by Buddypress and will show all the fields found in the Base Group in WP admin – Users – Profile fields. It’s template is found in sweetdate/registration/register.php
    You need PHP/HTML knowledge.

    Cheers

    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.

    in reply to: Redirecting post registration. #10570
     Abe
    Keymaster

    Great. Sharing would help others that are looking the same thing.

    Cheers

    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.

    in reply to: Sweetdate WP Feature Requests #10569
     Abe
    Keymaster

    I see what you mean now and you need to search for a Buddypress plugin since theme doesn’t have this by default.
    Cheers

    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.

    in reply to: Modify the Sticky Menu and add a side Menu #10568
     Abe
    Keymaster

    Hello,
    You can do that but you need to hire a developer to make those changes.
    That plugin from codecanyon should work but you need to ask the developer about styling issues that might appear

    That is custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team and we hope you understand that.

    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.

    in reply to: Jquery issue #10566
     Abe
    Keymaster

    Hi, in our original assets/scripts/app.js we had this function

    COPY CODE
    
    function isMobile() {
    	if (
    		(navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1)
    		|| (navigator.userAgent.indexOf('iPad') != -1)
    		|| ((navigator.userAgent.indexOf('Android') != -1) && (navigator.userAgent.indexOf('Mobile') != -1))
    	) {
    		return true;
    	}
    	else {
    		return false;
    	}
    }
    
    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.

    in reply to: Setting site URL in Facebook Error #10564
     Abe
    Keymaster

    No, we already took care of this, You just need to put your APP ID in the Miscellaneous section and all will be configured

    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.

    in reply to: Sweetdate WP Feature Requests #10563
     Abe
    Keymaster

    Hi, What do you mean by a membership portfolio?

    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.

    in reply to: Bp-album upload limits based on membership level? #10561
     Abe
    Keymaster

    Hi, Unfortunately there is nothing out of the box for restrictions based on membership or any other criteria.
    If you are logged in as admin you can go to the specific image from their activity stream and delete it.

    I hope you understand that this is a custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.

    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.

    in reply to: RTMedia – 404 page? #10559
     Abe
    Keymaster

    Hi, Re-saving the permalink settings did the trick all the time

    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.

    in reply to: RTMedia – 404 page? #10558
     Abe
    Keymaster

    Hi, You shoud start fresh with a new database install because I guess something is still there. Try contacting rtMedia for support on the 404 issue

    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.

    in reply to: Members page Sorting #10557
     Abe
    Keymaster

    Hi and sorry for the later reply,
    Unfortunately that is not available. You need to extend this functionality yourself by hiring a developer.
    Cheers

    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.

     Abe
    Keymaster

    Hi, I just did the test again and added the css to sweetdate-child/style.css and it is working as expected. Make sure you have the child theme activated. If it doesn’t work, add the CSS to Sweetdate – Styling options – Quick css

    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.

    in reply to: age range search not working #10554
     Abe
    Keymaster

    Hi and sorry for the later reply,
    You need to set the Age field in Sweetdate – Buddypress – Age field and the users have to complete their date in their profile. That is all the script is searching for.

    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.

    in reply to: Password Reset #10553
     Abe
    Keymaster

    Hi, That is an error generated by woocommerce plugin and I don’t think it is related to this topic

    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.

    in reply to: How to get remove full name and instead use username #10552
     Abe
    Keymaster

    Hi, you should get everything starting from
    add_filter( ‘xprofile_group_fields’, ‘dk_bp_remove_xprofile_fullname_field’, 10, 2 );

    and put it in the functions.php file at the end of the file before the ending ?>

    or if you can’t seem to do it right, just copy the file in your wp-content/plugins folder and activate it as a regular plugin

    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.

    in reply to: Translation contribution #10539
     Abe
    Keymaster

    Hello and sorry for the late reply. That image is really really small and can’t see anything in it.
    You need to translate the theme and all plugins you have installed.
    Use Codestyling localization for translations

    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.

    in reply to: How to get the register box shadow gray transparent #10538
     Abe
    Keymaster

    Great. We are glad you figured it out yourself.

    Cheers

    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.

    in reply to: w3tc settings imported #10537
     Abe
    Keymaster

    And also added this into our sweetdate-child/functions.php that is excluding those css files from minification

    COPY CODE
    
    //Minify
    add_filter('bwp_minify_style_ignore', 'exclude_my_css');
    
    function exclude_my_css($excluded)
    {
        $excluded = array('app','foundation','foundation-responsive');
        return $excluded;
    }
    
    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.

    in reply to: w3tc settings imported #10536
     Abe
    Keymaster

    Hi, For minify we are using BWP Minify with these settings. You should adapt them in WT3 if you really want that plugin
    Better-wp-minify.png

    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.

    in reply to: Auto Responsive #10535
     Abe
    Keymaster

    Hello and sorry for the late reply.
    That happens because of the responsiveness. You can disable that from Sweetdate – Layout options – Responsive Design and the design won’t respond to different site sizes.
    Put a link to your site and maybe a screenshot with the areas that aren’t right.

    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.

    in reply to: Translation files for registration process #10534
     Abe
    Keymaster

    Hello and sorry for the late reply.
    Those strings belong to Buddypress plugin and you need to translate the plugin. Use Codestyling Localization for easier process.

    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.

    in reply to: album bug #10489
     Abe
    Keymaster

    Hi,
    Sorry for the late reply. I see what you mean and we will look into it.
    Cheers

    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.

    in reply to: PORTFOLIO #10488
     Abe
    Keymaster

    Hello,
    Sorry for the late reply. The only easy way is to find an existing Buddypress plugin. The hard way is to develop 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.

    in reply to: members Icon 2 #10487
     Abe
    Keymaster

    Hi, the image is not working. When you set then to square from admin indeed they have a few rounded pixels

    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.

    in reply to: members Icon #10486
     Abe
    Keymaster

    Hi. That is the design of the page, unless you have something different than the demo page.

    Cheers

    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.

    in reply to: How can I get the profile page looking like this? #10423
     Abe
    Keymaster

    Hello,
    Kind of hard to have the exact design as in the HTML version. I gave some instructions here:
    https://archived.seventhqueen.com/forums/topic/how-to-get-the-wordpress-profile-page-to-look-like-the-html-one-you-offer

    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.

    in reply to: Setting site URL in Facebook Error #10421
     Abe
    Keymaster

    Hello,
    You need to be logged in with your FB account and go to https://developers.facebook.com/apps
    – click to create an application
    – put a name to it
    – enter your domain name
    – disable sandbox mode

    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.

    in reply to: Editing the main page frame size? #10419
     Abe
    Keymaster

    Hello, Please go to Sweetdate – Homepage and disable the members carousel

    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.

    in reply to: Hide all instances of username and use display name #10418
     Abe
    Keymaster

    Hi, That implies some changes and can’t be achieved by default.
    I hope you understand that this is a custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.

    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.

    in reply to: Can't login.. Stuck on Sending info #10417
     Abe
    Keymaster

    Hello, Please disable any plugin you have installed lately since it is causing you trouble

    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.

    in reply to: Users profile box on the members page #10415
     Abe
    Keymaster

    Hello, You have styling options for Buddypress profile page under Sweetdate – Buddypress at the end of the page

    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.

    in reply to: Member search #10414
     Abe
    Keymaster

    Hello, Nothing yet. We’ve been really busy this month. We’ll try in February

    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 40 posts - 7,801 through 7,840 (of 8,607 total)

Log in with your credentials

Forgot your details?