Forum Replies Created

Viewing 40 posts - 7,161 through 7,200 (of 8,607 total)
  • Author
  • in reply to: new matching setup #12435
     Abe
    Keymaster

    You can edit all fields from Users – Profile field. You can add you hcp field or just rename the Birthdate field.
    Another way is to add your field as a normal text field and set it in Sweetdate – Buddypress as Numerical field

    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: Theme not Same as LIVE Preview #12434
     Abe
    Keymaster

    @uetian78 You should import the demo content from xml file and it will appear just like that.
    Follow @gazwal advice and go to your Home Page, edit it and using Visual composer make sure to edit the “row” which has your revolution slider and set “Inner Container” to NO
    https://www.dropbox.com/s/gnv4h93aytcqkah/edit-row-revslider.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: Custom Top Menu #12433
     Abe
    Keymaster

    Hi DaveKinetic, Indeed there was an issue there. To fix it until next update please replace this file contents wp-content\themes\kleo\functions.php with the content from this one: https://archived.seventhqueen.com/files/kleo/functions.txt

    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: Codestyling Localization Problems #12426
     Abe
    Keymaster

    bpAlbum translation files reside in sweetdate/lib/bp-album/languages
    You need to copy the bp-album folder to your computer and translate it with Poedit.

    If you are using a child theme put the .mo and .po in sweetdate-child/languages/
    The file name should follow this example: bp-album-en_US.mo or bp-album-fr_FR.mo

    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: Codestyling Localization Problems #12424
     Abe
    Keymaster

    You should ask WPML for that. It is pretty delicate.

    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: City autocomplete #12421
     Abe
    Keymaster

    … from WP Admin – Users – Profile fields

    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: City autocomplete #12420
     Abe
    Keymaster

    Just edit the field…

    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: Replacement of registration widget on main page #12418
     Abe
    Keymaster

    Hi, You can add video directly form the Revolution Slider and disable the form in Sweetdate – Homepage

    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: Facebook Registeration #12416
     Abe
    Keymaster

    Hi, Enable it from Theme options – Miscellaneous. It will be automatically added to the register page and Buddypress login widget.

    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: Terms and Condition in signup #12414
     Abe
    Keymaster

    I definitely can’t help just by guessing the error 🙂 Make sure to copy the whole code.

    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

    Make sure you are viewing other members profile 🙂
    Nothing to do. They appear by default. Make sure to enable the components in Settings – Buddypress

    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 levels, custom forms for each levels #12412
     Abe
    Keymaster

    Hi,
    That is not an easy job and you will need to develop some functionality with the help of a developer to check for different user types and exclude them from the members list.

    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: Adding support for Spotify in audo posts #12411
     Abe
    Keymaster

    Pretty cool hack 🙂
    Good job

    You can also try to do it this way:
    – Install https://wordpress.org/plugins/spotify-embed/
    – Use the video post format and put the link in the Video embed input
    You must put it in Video embed since that uses oEmbed wordpress feature.

    Thanks

    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 Login on Homepage #12410
     Abe
    Keymaster

    Hi, If you are talking about the button on the right then edit header.php and remove the section from

    COPY CODE
    
    <!--Login buttons-->
    

    to

    COPY CODE
    
    <!--end login buttons-->
    
    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: No "Create Group" option #12409
     Abe
    Keymaster

    Thanks sharmstr.

    Just like we said, please see as an example our demo site
    Login with:
    user: demo
    pass: demo
    Link: http://seventhqueen.com/themes/kleo/groups

    And you will see in the groups page the button just like sharmstr image

    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: Problem with activity privacy plugin #12407
     Abe
    Keymaster

    Hi, That button to select the privacy should work. We did found a compatibility issue that when you posted the update it only appeared after page refresh. Replace this file content for the fix: wp-content\themes\kleo\buddypress\buddypress-functions.php with the content from this one: https://archived.seventhqueen.com/files/kleo/buddypress-functions.txt

    We will include the fix in next update

    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: Theme not Same as LIVE Preview #12406
     Abe
    Keymaster

    Hi, That happens because you set your header to be transparent under Theme options – Header options – Transparent Main Menu. Set it to OFF since that only works only in special cases like our demo homepage: http://seventhqueen.com/themes/kleo/

    That setting can be set on individual pages from Page edit Theme general settings – Display settings(which is the case on our demo)

    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 #12393
     Abe
    Keymaster

    make sure you have the child theme active and you have copied all code and haven’t missed a letter or something

    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: Facebook & Terms and Conditions at register form #12392
     Abe
    Keymaster

    Hi,

    1. You must edit wp-content\themes\sweetdate\registration\register.php and at line 249 and add a custom Javascript code to check if it is checked.
    You can adapt the code from the modal:

    COPY CODE
    
    
    	jQuery("#register_form, #register_form_front").submit(function() {
    		if (jQuery(".tos_register", this).length > 0) {
    			if (! jQuery(".tos_register", this).is(":checked"))
    			{
    				alert('You must agree with the terms and conditions.');
    				return false;
    			}
    		}
    	});
    
    

    2. Register modal can be edited from : wp-content\themes\sweetdate\page-parts\general-register-modal.php

    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: PaidMemberships Pro translation #12391
     Abe
    Keymaster

    You are referring to the back-end of the site or front-end where the strings aren’t translated?

    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: PaidMemberships Pro translation #12390
     Abe
    Keymaster

    login/password 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: Several issues with Kleo as I build out a new site #12388
     Abe
    Keymaster

    Hi jamu, Try talking at your hosting or see not to have some not found links

    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: about restriction~ #12387
     Abe
    Keymaster

    Hi Boblebad, There is no such option.

    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 set the blog page? #12385
     Abe
    Keymaster

    Nothing wrong in that. Just make sure wordpress it is configured with you current link.

    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: Lost password modal #12384
     Abe
    Keymaster

    Hi Chris, We just did a test and it seems you are using a plugin for login related pages. I am pretty sure it is a problem with it since even from it’s page the same error occurs. Disable it an redo the tests please. Make sure in the feature you do this step

    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: Country City autocomplete is not working #12383
     Abe
    Keymaster

    Those settings should be enough. You are not required to do any changes in any file to work as in the demo.
    Maybe you have a Javascript error and the script is not executing

    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: Manual for search form configuration #12382
     Abe
    Keymaster

    Hi, It should be simple enough. Just define one fields like Type of relationship and add that one to the search form. Users must complete their profile data to come up in search results. If you are using two fields for this, like “I am a ” and “Looking for” then they must have the same options to choose from and you need to set them as Matching fields under Sweetdate – Buddypress

    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: Theme not Same as LIVE Preview #12379
     Abe
    Keymaster

    If it appears like that, you haven’t added the code in the Text tab and you added it in the Visual tab

    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: Theme not Same as LIVE Preview #12378
     Abe
    Keymaster

    Hi, We set the menu as transparent in Home page edit under Theme General settings – Display settings

    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: Paid Membership Pro not working #12377
     Abe
    Keymaster

    Hi, Membership upgrade trough PMPRO should pretty simple. Where is the error or what is the problem? You can mark the reply as private if you want it only for admin eyes

    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: Missing argument error #12359
     Abe
    Keymaster

    Hi, We haven’t encountered this problem but we did a small change that will remove that notice in your case.
    In this file: wp-content\themes\kleo\lib\menu-custom.php
    line 75, change
    function kleo_edit_walker($walker,$menu_id) {
    to
    function kleo_edit_walker($walker,$menu_id = null) {

    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: Breadcrumps Question #12357
     Abe
    Keymaster

    Hi, Set the permalink to Custom structure and put: /%category%/%postname%.html
    or just /%category%/%postname% if you don’t want the .html at the end of the link

    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

    Providing error details always helps. You need to talk at your hosting to increase php memory limit to 128 Mb recommended

    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: Privacy settings not working correctly #12309
     Abe
    Keymaster

    What plugin are you using? Give us a link

    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 user from members list. #12307
     Abe
    Keymaster

    Can’t say. Try just with the new admin and try testing being logged out

    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 – WordPress #12305
     Abe
    Keymaster

    Please use a newer browser since yours might be obsoleted.
    5. Enable registration from Settings – General. Logout when going to the register link
    Install Contact Form 7 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: After update I can't login using the LOG IN button #12304
     Abe
    Keymaster

    We’ll do some tests but that doesn’t make sense to do since commenting that disables the AJAX function.

    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: No sidebar is displaying on Members page #12302
     Abe
    Keymaster

    Please see this on adding sidebar to members page: https://archived.seventhqueen.com/forums/topic/members-directory-page-with-sidebar

    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: Force users to upload avatar photo #12301
     Abe
    Keymaster

    Hi,
    1. avatar uploading at register page isn’t possible. Try searching for a plugin.

    2. remove the hearts with this CSS:

    COPY CODE
    
    .circular-item .hearts {
        background: none;
    }
    

    3. https://archived.seventhqueen.com/forums/topic/registration-and-subscription-in-the-same-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: Registration box linked to button color? #12299
     Abe
    Keymaster

    Please add all your css in the sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css.
    You need to override the initial css just by redefining it with your own value

    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,161 through 7,200 (of 8,607 total)

Log in with your credentials

Forgot your details?