Forum Replies Created

Viewing 40 posts - 6,401 through 6,440 (of 8,607 total)
  • Author
  • in reply to: Youtube or Vimeo video on users profile ? #15129
     Abe
    Keymaster

    Hi @ututorco
    See this topic to add more tabs next to profile image. Those in fact are profile groups and you add them by their name
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-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: visual composer product license #15127
     Abe
    Keymaster

    In the package downloaded inside the Plugins folder you have js_composer.zip. Delete the old plugin and add new 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: Consultation Sweet Date (WordPress) #15126
     Abe
    Keymaster

    Hi, That text can be changed from a file template located in 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

    Hi, I don’t know what you mean with Reseting the website. The count relates to Buddypress functions and should display correctly. Maybe it takes the multinetwork users.. Try activating the Buddypress plugin inside that site and not Network 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: Mobile View Bad: Words overlap/scrambled #15123
     Abe
    Keymaster

    We will take a look at the forum view and see what we can do.
    Can’t really say about the Wall plugin. Try to inspect those elements and see if you can apply some CSS to fix it

    As for the Group image, you can add this css to your Sweetdate – Styling options – Quick css box:

    COPY CODE
    
    @media (max-width: 480px) {
    #item-header-avatar.group-avatar .avatar {
    
        max-height: 150px;
        max-width: 150px;
    }
    }
    
    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 position #15121
     Abe
    Keymaster

    Hi, You can disable the top bar and let the main header to go top, that way you won’t have to make layout changes. Go to Header options – Display top bar – OFF

    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 visibility link in chrome browser #15117
     Abe
    Keymaster

    If you are talking about the color for the “All Members” text add this CSS to customize it:

    COPY CODE
    
    div#main ul.sub-nav li a, #subnav ul li a {
        border-radius: 1000px;
        color: #6F6F6F;
        text-decoration: none;
    }
    
    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 editing #15116
     Abe
    Keymaster

    @rweiss, you should copy the templates to your child theme and modify them there.


    @cjmelo
    , make sure you translate Buddypress plugin since those strings come from 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: Hide age on Members Directory #15115
     Abe
    Keymaster

    Sharing might help other looking for the same solution

    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: Send email at buddypress account activation #15114
     Abe
    Keymaster

    That is just an example and you need to edit it to match you needs. Try searching for a plugin that changes WordPress default emails. That code replaces the default activation email with the text you see there, “‘Dear USER_DISPLAY_NAME …”

    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: WooCommerce Issues / Suggestions #15112
     Abe
    Keymaster

    Hi, We are glad you like it 🙂
    Yes it uses the Shop sidebar and you can change each Woocommerce page template from the specific page.
    We are looking over the found issues and come with a fix.

    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: Change square avatar to circle in 'online now' #15111
     Abe
    Keymaster

    Probably it does not the sidebar styling. Inspect the element using Chrome browser or Firebug for Firefox to see the element class and add a CSS rule to the image like border-radius: 50%;

    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: Internal server error after installing plugins #15110
     Abe
    Keymaster

    Hi, Try to talk at your hosting and increase your PHP memory limit to 128 MB recommended size

    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: Uninstall Sweet Date Theme #15107
     Abe
    Keymaster

    You can remove the database from your server and create a new one and just do a clean WordPress install, just like the first time you installed 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.

     Abe
    Keymaster

    Let us know if we can help since we wanted to include that functionality in the theme also. Thanks @sharmstr

    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: remove #15104
     Abe
    Keymaster

    That appears because you are using Paid memberships Pro. Disabling the plugin that will go also. If you need the plugin but want that to dissapear, add this code to your child theme functions.php

    COPY CODE
    
    //Remove membership info from profile page
    add_action('after_setup_theme', 'kleo_remove_membership_info');
    function kleo_remove_membership_info() {
    	remove_action('kleo_bp_after_profile_name', 'kleo_membership_info');
    }
    
    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: Message to all users but alert not shown #15103
     Abe
    Keymaster

    Hi, That will send a site notice that appears when in the Buddypress Login widget, in the sidebar. It does not send a private message

    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: List of shortcodes #15102
     Abe
    Keymaster

    Hi, Please follow sharmstr suggestion. We will create a section in the documentation with all shortcodes attributes

    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: Need to change ABOUT ME to simply read ABOUT #15101
     Abe
    Keymaster

    See this topic to customize those tabs: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    To change just the name displayed and not the group name, modify the name attribute of the array, example:
    name’ => __(‘Looking for’, ‘kleo_framework’),

    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: [HELP] Login Modal & Form Formatting #15100
     Abe
    Keymaster

    The registration page template to edit is located in wp-content\themes\sweetdate\registration\register.php
    The login modal template is located in:
    wp-content\themes\sweetdate\page-parts\general-login-modal.php

    To change the Facebook button you have to add this function in your sweetdate-child/functions.php

    COPY CODE
    function fb_button()
    {
    ?>
        <a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook-sign"></i> &nbsp;<?php _e("LOG IN WITH Facebook", 'kleo_framework');?></a>
    <?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: Scroll to Top Script #15099
     Abe
    Keymaster

    It breaks the script since you have JavaScript errors. See it in your browser console:

    TypeError: this.each is not a function
    …data(“bs.modal”),g=a.extend({},b.DEFAULTS,e.data(),”object”==typeof c&&c);f||e.d…

    Also for the scripts to load in the footer you must add them a TRUE parameter like this example, otherwise they will load in the header:

    COPY CODE
    
    wp_register_script( 'bootstrap', get_template_directory_uri() . '/assets/js/bootstrap.min.js', array('jquery'),KLEO_THEME_VERSION, true );
    
    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 child theme files #15097
     Abe
    Keymaster

    Hi, You must have the child theme active if you want the changes to be active.

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

    In May most probable

    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 options styling issue #15094
     Abe
    Keymaster

    Hello, Yes we will add it in to take site colors from Theme options
    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: latest registered member thumb size #15088
     Abe
    Keymaster

    in the code above modify remove the space from the php opening tag, first line

    The editor does some strange voodoo to those php starting tags 🙂

    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: latest registered member thumb size #15087
     Abe
    Keymaster

    Hi, That could be related to a small custom size for the thumb set in wp-content/plugins/bp-custom.php
    Check that file and you should have like this:

    COPY CODE
    
    <?php
    if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) )
    define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width
     
    if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
    define( 'BP_AVATAR_THUMB_HEIGHT', 120 ); //change this with your desired thumb height
     
    if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
    define( 'BP_AVATAR_FULL_WIDTH', 580 ); //change this with your desired full size,weel I changed it to 260 <img src="http://buddydev.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> 
     
    if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
    define( 'BP_AVATAR_FULL_HEIGHT', 580 ); //change this to default height for full avatar
     
    

    If the file isn’t there, create it and add the code above and you should try uploading a new avatar

    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: Where i can edit e-mail notification? #15084
     Abe
    Keymaster

    Hi, It is related to WordPress default email sent. Try this plugin: http://wordpress.org/plugins/welcome-email-editor/

    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 Titles Only Show on Mouseover #15080
     Abe
    Keymaster

    We are doing some tests and try to replicate that. We will keep you posted

    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 filter out personal contact information #15077
     Abe
    Keymaster

    Hi, We haven’t seen a proper plugin and that is why we are working on the side to a plugin that will try to as a solution to those problem. We can’t say when it will be available.
    As administrator you have access to user profiles from front-end and also can edit them. Make sure to active the Admin bar and that will give you some options to edit profile when viewing one or just go to /members/username/profile/edit

    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: New private message excerpt length #15076
     Abe
    Keymaster

    Hi, That is handled by buddypress and you can adjust that using the ‘bp_get_message_thread_excerpt’ filter.
    Code example added to sweetdate-child/functions.php to adjust the length:

    COPY CODE
    
     add_filter( 'bp_get_message_thread_excerpt', 'kleo_custom_message_length');
    function kleo_custom_message_length($text) {
    return substr( $text,0 , 10 );
    }
    
    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: Change square avatar to circle in 'online now' #15068
     Abe
    Keymaster

    Hi, Is this a Sweetdate theme topic? It is added to Kleo theme
    Are you talking about the Buddypress widget “Who’s Online” ? In Sweetdate that widget appears rounded. Please be more specific about the section, in what page or 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: Youtube or Vimeo video on users profile ? #15054
     Abe
    Keymaster

    There are plenty of resources on the internet. Just doing a google search found: http://taptappress.com/docs/code-snippets/buddypress-allow-youtube-embed-in-profile-field/

    That works with a field named “youtube”

    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: Assign default Membership level at registration #15051
     Abe
    Keymaster

    It says that you have to put it in sweetdate-child/functions.php That is on your server in wp-content/themes

    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: Location, geo, proximity search, zip code or city #15050
     Abe
    Keymaster

    hi, You can make that change. That change will be done in the GEO MY WP plugin, not the theme. In the next update, probably in May, we will included some changes too but we worked with GEO MY WP plugin developer and he included the changes for sweetdate in the plugin.
    The integration was done mainly in the plugin and it will remain that way

    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 Headline or Tag? #15048
     Abe
    Keymaster

    That should be related to the plugin. Try asking the developer

    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: Demo Site Bugs #15047
     Abe
    Keymaster

    Hi, It comes recommended with the theme and it is Paid Memberships Pro. See the documentation

    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 – www.rezlove.ca #15045
     Abe
    Keymaster

    This is the CSS to add and modify the colors to change that notice:

    COPY CODE
    
    div#message.updated p {
        background-color: #8FF57A;
        border-color: #80CF70;
        color: #1A6A00;
    }
    
    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 – www.rezlove.ca #15044
     Abe
    Keymaster

    1. Like it says, the url you configured don’t match the domain of your site
    2,3. please create only on topic with the same question: https://archived.seventhqueen.com/forums/topic/four-more-questions

    4. You can change all the colors of the elements using CSS rules by inspecting the element using Chrome browser or Firefox Firebug.

    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: Location, geo, proximity search, zip code or city #15041
     Abe
    Keymaster

    Hi guys, we are still doing some tests with the integration to check searching members function. Our initial tests were positive but if you find any others please let us know

    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: Optimizing Load Time #15038
     Abe
    Keymaster

    Hi, That should not be related to the hosting if the page already loaded and should be related to your computer,browser

    About the big hesitation when you click a button — to add a friend or to post a comment, this could be related to the server but can’t tell why it all loads quickly and that don’t

    We do not have a document for setting up BUddypress with caching plugins. Try WP Super Cache since it is a good plugin and easy to setup
    More on APC here: http://www.php.net/manual/en/intro.apc.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.

Viewing 40 posts - 6,401 through 6,440 (of 8,607 total)

Log in with your credentials

Forgot your details?