Forum Replies Created

Viewing 40 posts - 6,801 through 6,840 (of 8,607 total)
  • Author
  • in reply to: problem with Icons #13620
     Abe
    Keymaster

    kriscone, how are you adding the icons in the menu?

    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 Icons #13619
     Abe
    Keymaster

    when you are adding the icons through html, you add them like:

    COPY CODE
    
    <i class="icon icon-glass"></i>
    

    when you add it trough CSS, you add it like:

    COPY CODE
    
    .item-to-style:before: { content:"\f000"; font-family: "FontAwesome"; }
    
    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: Private-Group request – No buttons! #13618
     Abe
    Keymaster

    I don;t know what membership-requests-code is
    Sweetdate child theme comes almost empty so there is nothing to be changed in 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: Add Tab To Members profile #13616
     Abe
    Keymaster

    Also the My photos will appear once that user has uploaded photos to his profile trough Album or trough Media section if you installed rtMedia 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: Add Tab To Members profile #13615
     Abe
    Keymaster

    sweetdate-child/functions.php in found in your server when you connect to it by FTP or cpanel in file browser.
    The full path is wp-content/themes/sweetdate-child/functions.php
    You need to have the child theme installed and activated

    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: Add Tab To Members profile #13614
     Abe
    Keymaster

    Hi ahmadfaiz11, You need to follow the instructions from that topic: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    and change the group names with your renamed group names

    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 Checkout Terms #13613
     Abe
    Keymaster

    Hi, You don’t need to add a code to show the terms and conditions in the popup. You just set the Terms and conditions page in Sweetdate – Miscellaneous. No other settings needed

    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 can't create groups #13612
     Abe
    Keymaster

    You said that the Groups Directory isn’t showing for groups or admin. this is where the button should appear. Try setting the page designated for groups in Settings – Buddypress – Pages.

    Do a clean install and follow the video tutorial, maybe have a wrong setting.
    https://archived.seventhqueen.com/video-tutorials

    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: Hiding Non-Paying Members #13610
     Abe
    Keymaster

    Hi, we will test that when we find some time. You can extend that code to cover all other areas.

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

    Hi hugblue, Most of the times if users don’t receive the email it comes from the email server config or maybe the message arrives to spam. You can try installing a plugin like SMTP configure and try to set your wordpress site to send all emails trought a SMTP server

    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: 50×50 thumbnail problem with roundness #13605
     Abe
    Keymaster

    Thanks ThemeVal for your appreciation. We try to help each of our clients to have everyone happy.
    It is strange what happens in your install since nobody could replicate your issue.

    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: Cannot login to my Admin WP Panel – Help #13604
     Abe
    Keymaster

    Hi, Nick sorry for the late reply, seems to be working now

    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. to remove the matching please add this code to your sweetdate-child/functions.php

    COPY CODE
    
    //remove matching
    add_action('after_setup_theme','kleo_remove_matching');
    function kleo_remove_matching()
    {
       /* disable matching on member profile */
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');      
    }
    
    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: Fatal error #13601
     Abe
    Keymaster

    Strange yes. Let us know if you encounter this again.

    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: Custom Top Menu #13597
     Abe
    Keymaster

    Roger since you opened a new topic we will continue this discussion here : https://archived.seventhqueen.com/forums/topic/custom-top-menu-2

    topic closed

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

    If you want buddypress related links in the menu then you must go to Appearance – Menus – Screen options and check Buddypress links. This will add into the left a Buddypress related links section from which you can choose

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

    Hi, That topic is not closed, you can still reply to it. Let’s talk here then.

    You must set a menu to be used in the Top bar. You must go to Appearance – Menus – Manage Locations and set a menu to appear in the “Top menu”

    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: Position fixed/absolute problem #13592
     Abe
    Keymaster

    Great,

    Topic closed

    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: Hi. how can i change color and size sidebar ..?? #13590
     Abe
    Keymaster

    Hi Joss,
    To change the sidebar width we have done some changes to the theme and now you will have two new options in Theme options – Layout settings to set content width: “Main content width for one sidebar templates” and “Main content width for two sidebars templates”.
    Until next update please get this archive and replace current theme files with the one included in the archive.
    https://archived.seventhqueen.com/files/kleo/kleo-template-width.zip

    To change the colors for the sidebar you need to add custom css in the file kleo-child/style.css or in admin – Theme options – Quick css for example:

    COPY CODE
    
    .sidebar {
        background: none repeat scroll 0 0 #CCCCCC;
        color: #0000FF !important;
    }
    .sidebar a{
        color: #0000FF !important;
    }
    .widget-title {
        color: #FF0000 !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: Edit Field Group Glitch #13582
     Abe
    Keymaster

    Hi, it seems to be a buddypress related problem and couldn’t find a way to fix it without modifying BUddypress core files.
    Please change line 830 from wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-template.php to

    COPY CODE
    
    $tabs[] = sprintf( '<li %1$s><a href="%2$s">%3$s</a></li>', $selected, $link, esc_html( stripslashes($groups[$i]->name) ) );
    

    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: 50×50 thumbnail problem with roundness #13581
     Abe
    Keymaster

    Hi ThemeVal, Please try and put a testing demo on a live server so we can have access to it so it will be much easier to see your problem. Your issue is a very isolated one and haven’t managed to reproduce it. I have given you the file location where you should have added the code and the link http://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/ has very straight instructions. I have guessed you had a basic knowledge if you are developing sites for a client of yours

    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: 50×50 thumbnail problem with roundness #13541
     Abe
    Keymaster

    That is really strange if the demo site looks ok since they should have the same styles. Please follow sharmstr instruction to increase default 50px buddypress thumb size: http://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/

    That will point you to add some code to change the size in wp-content/plugins/bp-custom.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: Visual Composer is not working #13533
     Abe
    Keymaster

    Hi, Can you give us temporary access to your site admin to take a quick look?

    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: 50×50 thumbnail problem with roundness #13532
     Abe
    Keymaster

    We try to respond as quickly we can but sometimes we focus on developing some new functionality or fixing a found bug and it takes a bit more time to get a response.

    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: 50×50 thumbnail problem with roundness #13531
     Abe
    Keymaster

    Hi ThemeVal,
    We have tested in different scenarios but could not replicate your problem in the activity stream. What browser do you use?
    Sorry for the late reply.
    Thanks sharmstr for your answer.

    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: Register page problem #13513
     Abe
    Keymaster

    Make sure you don;t have two register pages added and make sure it is mapped in Settings – Buddypress – Pages. Also make sure you are not logged in when accessing 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: Age doesn't calculate correctly #13512
     Abe
    Keymaster

    we fixed it. It is related to translated sites only and we will release an update tomorrow that will include also this fix

    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: Double languages in Profiles #13459
     Abe
    Keymaster

    Glad you solved it 😉

    Topic closed

    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 standard register and register via facebook #13458
     Abe
    Keymaster

    In our tests the field that is required won’t save the empty value when the notice will appear. Check that.

    Also you might like this plugin: https://wordpress.org/plugins/bp-force-profile/screenshots/

    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: Image in header after menu before register form ? #13457
     Abe
    Keymaster

    Yes you can put the template files in the child theme in the same exact folder structure.

    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: Activit timeline #13454
     Abe
    Keymaster

    This could be a problem in your configuration, it should not happen. Maybe doing a clean install would help if that is possible

    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 Picture #13452
     Abe
    Keymaster

    Hi, to change that text you have to edit this file: wp-content\themes\sweetdate\members\single\profile\change-avatar.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: Restrict page access #13449
     Abe
    Keymaster

    Hi, There seems to be a problem in some cases with the restriction. To fix it please see this until next version 2.6
    https://archived.seventhqueen.com/forums/topic/restrictions-not-working

    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: Child theme – questions #13448
     Abe
    Keymaster

    that should be all. Just make sure the child theme is in the following location wp-content/themes/sweetdate-child/ and has style.css in it
    Right now your site is in maintenance 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: Image in header after menu before register form ? #13447
     Abe
    Keymaster

    Like I told you, in the page template you will call header-custom.php with get_header(‘custom’);
    Maybe the problem comes from another thing in your 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: RESTRICTIONS NOT WORKING #13444
     Abe
    Keymaster

    Hi, Please replace this file contents wp-content\themes\sweetdate\functions-pmpro.php with this one https://archived.seventhqueen.com/files/functions-pmpro.txt until tomorrow when 2.6 update will be released

    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: PMPro – not directly theme related #13443
     Abe
    Keymaster

    Hi Kieran, we have seen this on Sweetdate theme implemented with the use of a 3rd party plugin that limits messages and integrated with PMPRO
    See:
    https://archived.seventhqueen.com/forums/topic/limit-number-of-instant-messages-or-other-options

    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: Double languages in Profiles #13441
     Abe
    Keymaster

    Please check your profile fields from Users – Profile fields since it should appear only the ones that are in there. Or it could be the cause of a plugin used

    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 standard register and register via facebook #13440
     Abe
    Keymaster

    Well I guess we know the meaning of a required fields 😉
    You might have noticed that if you save the profile without selecting a REQUIRED field you can’t continue:
    https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2014/03/required-fields.jpg

    Isn’t that a required field?
    Also maybe you are doing your tests as admin since that will pass over the restrictions and ignore them

    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: homepage error #13432
     Abe
    Keymaster

    Hi, You must have played with the settings and enabled Maintenance mode from Theme options – General settings – Enable maintenance 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.

Viewing 40 posts - 6,801 through 6,840 (of 8,607 total)

Log in with your credentials

Forgot your details?