Forum Replies Created

Viewing 40 posts - 5,561 through 5,600 (of 8,607 total)
  • Author
  • in reply to: Sign-up buttons misaligned #18705
     Abe
    Keymaster

    They appear on the same line to me. Maybe it comes from using different browsers. Use Inspect element from you Chrome browser or Firefox Firebug to see element CSS. Try making the font size smaller for the 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: Translation lines missing ? #18676
     Abe
    Keymaster

    Those come from Buddypress plugin. Make sure you fully translated BUddypress and you have generated the .mo file

    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: Open Sans font loaded repeatedly? #18675
     Abe
    Keymaster

    Hi, Yes I see now what you say and we fixed it. Until the update you can comment this line in wp-content\themes\kleo\kleo-framework\kleo.php
    add_action( ‘wp_enqueue_scripts’, create_function( ”, “wp_register_style(‘kleo-google-fonts’, ‘//fonts.googleapis.com/css?family=Roboto Condensed:300,400,700|Open Sans:400’ , array(), ”, ‘all’ ); wp_enqueue_style(‘kleo-google-fonts’);” ) );

    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: Profile tabs hover #18673
     Abe
    Keymaster

    You have some color settings for the profile in Sweetdate – Buddypress. Have you tried 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: Problems with the quick profile navigation #18672
     Abe
    Keymaster

    hi, I think I already responded to your exact same questions somewhere. Let me know if that 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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: search form matching issue #18671
     Abe
    Keymaster

    Hi, That matching fields algorithm works with only one value fields. You can get read of one fields and just have User type field where users will be able to search by multiple choices if you add it to the form, so they will search by user type. Hope you understand what I try to explain. Mainly just have one field for user status and add that to the search form and remove it from the Matching fields in 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: How to download the additional pictures!? #18670
     Abe
    Keymaster

    I don’t know what are you referring to. There is no default option to download the pictures

    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

    Wordpress does no recommend that functions over wp_login_url. The recommendation is for the redirect parameter.
    Also that form action has nothing to do with the AJAX login and wp-admin/admin-ajax.php
    Like I said wp-admin/admin-ajax.php should be accessible and this is not just a requirement of our AJAX login but plenty other WordPress functions.

    The function that takes care of the login is the one you pasted above, maybe it helps in the debug process the guys at wpengine

    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: Suggestion: Clean up profile avatar row #18668
     Abe
    Keymaster

    Don’t complicate the things. they share certain functions but anything else is just a matter of naming

    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: Dark & more #18666
     Abe
    Keymaster

    Hi, we fixed that also but forgot to attach it. replace the content from buddypress.php with the attached file.

    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.

    Attachments:
    You must be logged in to view attached files.
    in reply to: cannot import demo .xml and data #18664
     Abe
    Keymaster

    Thanks @sharmstr
    We are grateful

    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: cannot import demo .xml and data #18663
     Abe
    Keymaster

    Hi @pa7ja9
    Have you tried to set WP_DEBUG to TRUE in wp-config.php file?
    Also check server logs for errors and see if you can find any useful info. I don’t think it could be related to the theme but you can switch to the default WP theme and do the same import just for testing

    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: Front Page -Kleo Child Theme #18661
     Abe
    Keymaster

    Hi, it works by WordPress instruction. Probably in the functions.php the system does not know yet what template will be loaded so you can put your code in a action like add_action(‘wp_head’, ‘your_function’); and in the function your_function() {} add the 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.

    in reply to: Formatting in BBpress topics #18660
     Abe
    Keymaster

    You should wait for the update. It should be available at the beginning of June

    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 change the number of photos that can be upload #18659
     Abe
    Keymaster

    Hi, if you are using the default bpAlbum functionality you can enalbe bp_Album settings by adding this to your sweetdate-child/functions.php
    add_action( ‘admin_menu’, ‘bp_album_add_admin_menu’ );

    You can enable bpAlbum from 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: Bug in notifications – blank notifications #18656
     Abe
    Keymaster

    Hmm. not sure what those can be. haven’t seen them. Try the buddypress forum. It could be from a plugin used also

    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: SSL showing warning sign on home page #18655
     Abe
    Keymaster

    Hi, Maybe there are some background images used from Sweetdate options or from homepage images which you can edit from the page content

    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: Background behind specific links #18653
     Abe
    Keymaster

    Glad I could help

    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: bbPress forum does not show first post of thread #18652
     Abe
    Keymaster

    Make a backup first of the database and try.

    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

    @sharmstr we almost finished the gallery shortcode change and we are waiting a response from rtcamp team on a JS matter. Will keep you posted. 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: Problem with buddypress login widget #18598
     Abe
    Keymaster

    It must be from a plugin installed. Add this css to fix it

    COPY CODE
    
    .input#bp-login-widget-user-login {
        width: 100%!important;
    }
    
    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: Visual Composure Conflict #18578
     Abe
    Keymaster

    I don’t know if you understand me, create a file on your server in wp-content/themes/kleo/vc_templates/vc_column.php
    The file you need to create does not exist, that is why you have to create it and add the content from the attached file.

    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: Instalation issues #18577
     Abe
    Keymaster

    Hi @Jeegy
    glad you figured it out.

    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: Recent Active Groups Homepage #18576
     Abe
    Keymaster

    Hi, you need to change the maximum number for the count in wp-content\themes\sweetdate\assets\scripts\app.js in function circularMembers() change max: 100

    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 login/register not working suddenly #18574
     Abe
    Keymaster

    Glad you figured it out.

    Topic closed.

    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: Users not showing up #18573
     Abe
    Keymaster

    Hi,

    1. could be from a plugin used or custom code
    2. Caching issues maybe. This is related to buddypress. Strange

    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: Changing age calc #18572
     Abe
    Keymaster

    Hi, What you need implied some custom work and there is no quick solution to provide. So you need to hire a developer to help you do the customizations needs.

    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: Changing default text in the Sign Up entry box #18571
     Abe
    Keymaster

    Hi, see the templates to edit:
    – register page: wp-content\themes\sweetdate\registration\register.php
    – register popup box: wp-content\themes\sweetdate\page-parts\general-register-modal.php
    – home page register form (if used): wp-content\themes\sweetdate\page-parts\home-register-form.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.

     Abe
    Keymaster

    As far as I know, the autocomplete will work only from your friend connections so if you have that disabled, you will probably won’t have an autocomplete.

    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 Madness… Please help! #18568
     Abe
    Keymaster

    Hi, kleo_framework strings is the right text domain to translate for Kleo theme and you should click the button to auto-generate the .mo file after you make the translation. After that the plugin should put the translation in theme folder under languages directory.

    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: Multiple Home Page Sliders? #18567
     Abe
    Keymaster

    Hi, I don’t think I understand exactly what you say. You can add as much sliders as you want from that page edit using Visual composer. Sliders are defined in WP admin – Revolution slider

    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: bbPress forum does not show first post of thread #18566
     Abe
    Keymaster

    Hi, it could be a caching issue. Anyway looks something wrong in your install

    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: FB Register/Login wrong profile problem #18564
     Abe
    Keymaster

    Hi, maybe it is a caching problem. Try deleting browser cache or site cache if you are using a 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: Hierarchical profile fields #18563
     Abe
    Keymaster

    Hi, that can’t be achieved by default and you will need to make the customizations yourself. Also this plugin you can try but it won’t apply to the search: http://wordpress.org/plugins/buddypress-user-account-type-lite/

    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: Background behind specific links #18562
     Abe
    Keymaster

    Hi, Yes this is related only to CSS an you should inspect those elements using Chrome browser or Mozilla Firebug to see what CSS you need to customize. Any CSS customization can be added to the child theme in style.css or in 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: Problems With WooCommerce #18561
     Abe
    Keymaster

    Hi, see this related on BuddyPress installed on a network: http://codex.buddypress.org/getting-started/customizing/bp_enable_multiblog/

    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: membership #18559
     Abe
    Keymaster

    Hi, you can do that but you should only restrict the group creation link in this case. See how to add extra restrictions to your site: https://archived.seventhqueen.com/forums/topic/membership-levels-price-page#post-14077

    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 strong passwords ? #18558
     Abe
    Keymaster

    Buddypress has its own mechanism in the profile edit page and you should search a plugin for Buddypress like https://wordpress.org/plugins/enforce-strong-password/

    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 link not working #18557
     Abe
    Keymaster

    Hi Allan, that must come from the captcha plugin you use since the redirect take you to the homepage and not the reset 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: Profile pictures not showing up? #18553
     Abe
    Keymaster

    Hi, If you are testing on local install then Gravatar won’t be able to generate the avatars. You can choose a generated one from WP admin – Settings – Discussion

    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 - 5,561 through 5,600 (of 8,607 total)

Log in with your credentials

Forgot your details?