Forum Replies Created

Viewing 40 posts - 5,761 through 5,800 (of 8,607 total)
  • Author
  • in reply to: User fields tabs – duplicating #17949
     Abe
    Keymaster

    I think we already did this process in another post of your in the past. What happened with 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: GROUP AVATAR AND FORUM AVATARS etc… #17946
     Abe
    Keymaster

    Hi, for the Group avatar issue see this fix until next theme update: https://archived.seventhqueen.com/forums/topic/group-avatar-crop-tool-broken

    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: Suddenly Invalid Activation Keys #17945
     Abe
    Keymaster

    Until you find something and don’t want users to have problems try installing http://wordpress.org/plugins/bp-disable-activation-reloaded/

    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: Suddenly Invalid Activation Keys #17940
     Abe
    Keymaster

    Thank you very much for that. We appreciate that and we are glad to have you as a customer.

    Do you have Gravity Forms User Registration plugin? we have seen an similar issue on buddypress site and should be fixed in 2.1 version. More on the fix: https://buddypress.trac.wordpress.org/ticket/5563

    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: Suddenly Invalid Activation Keys #17934
     Abe
    Keymaster

    make sure you have the theme updated to the last version.
    PS: just a reminder that you need a different license for each theme install.

    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: Visual Composer Standalon issue with Kleo Theme #17932
     Abe
    Keymaster

    Hi Denis,
    You shouldn’t have purchased Visual Composer since it is bundled in the theme also. We provide the exact plugin but you don’t have access to their support and also the updates come once with new theme version.
    Do you have any other plugin installed related to Visual composer?

    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: Hidden topics and replies #17928
     Abe
    Keymaster

    Hi, Thanks @guy_fraser for your detailed response.
    If you use a caching plugin that could be the problem

    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: Online questions #17925
     Abe
    Keymaster

    All the times are related to Buddypress, even the online function used to display the status. see if you have a caching plugin or try on Buddypress forums if anybody had that problem

    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: too much space #17923
     Abe
    Keymaster

    I can’t modify theme files as I would need FTP access. Try to replace this file content with the one attached wp-content\themes\kleo\assets\js\app.js

    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.
     Abe
    Keymaster

    The search is saved in the link so when you reload you will have the same exact search parameters as before page load. CLicking All members is not intended to remove the search parameters

    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: Forcing Upload Of Profile Pic #17915
     Abe
    Keymaster

    This options does not come with the theme so you need a custom solution or an already available plugin to achieve 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: $user_login in custom password reset message #17912
     Abe
    Keymaster

    Hi, We changed the link for the next theme update to: $message = apply_filters( ‘retrieve_password_message’, $message, $key, $user_login );

    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 Search results #17908
     Abe
    Keymaster

    Hi,
    1. Please see this topic to change those field names: https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display

    2. Do this by adding a custom CSS in Sweetdate – Styling options – Quick css:

    COPY CODE
    
    .search-item .avatar {
    width: 140px;
    height: 140px;
    }
    .search-item .avatar img {
        width: 140px;
    }
    
    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: Buddypress activity shortcode #17903
     Abe
    Keymaster

    We have added another option to the kleo_bp_activity_stream shortcode to also enable/disable the post form. Also the favourite icon is now visible.

    This will be visible in this theme update.

    Also for you we have created a quick shortcode to display the whole activity page, that will be also available in next theme version so on update make sure to remove the below code so it won’t give you an error. Add the code to kleo-child/functions.php. Use the shortcode as [kleo_bp_activity_page]

    COPY CODE
    
    /**
     * Buddypress Activity page.
     */
    
    function kleo_bp_activity_page( $atts, $content = null ) {
    	ob_start();
    	bp_get_template_part( 'activity/index' );
    	$output = ob_get_clean();
    	
    	return $output;
    }
    add_shortcode('kleo_bp_activity_page', 'kleo_bp_activity_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: Recently Active User Groups #17891
     Abe
    Keymaster

    hi, That comes from a javascript function from wp-content\themes\sweetdate\assets\scripts\app.js
    You need to search the function circularMatch and change ‘max’:100, to whatever value you need

    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 on-line member panel information #17890
     Abe
    Keymaster

    Hi, Based on this topic: https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display you should change ‘About me’ to ‘None’ for example or any other value that is not a field name.

    Also this CSS hides that info:

    COPY CODE
    
    .search-body {
        display: 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.

     Abe
    Keymaster

    See the updated code from the initial topic: https://archived.seventhqueen.com/forums/topic/show-users-in-site-right-before-account-activation

    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 ..?? #17865
     Abe
    Keymaster

    This is a KLEO topic but my code is for Sweetdate. Please create a new topic in Sweetdate theme. We will close this section. Also share a link to your site

    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: Customer contributed documentation #17864
     Abe
    Keymaster

    Add a class, let’s say bordered-image and we will style it properly when we see it live

    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: GROUP AVATAR AND FORUM AVATARS etc… #17863
     Abe
    Keymaster

    Hi, Thanks for the feedback
    1,2 can you please share a screenshot to better understand?
    3. We have fixed it and will be available in this month update
    3. From what section?

    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: Strange color code coming from dynamic.css #17854
     Abe
    Keymaster

    Hi, That should be related to your main section background color. Try to set a value if you don’t have 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: Hide the top menu #17853
     Abe
    Keymaster

    Hi @kriscone

    This is the right CSS. Use Chrome inspect element to find specific elements in your site

    COPY CODE
    
    
    .top-links {
        display: none;
    }
    

    I don’t understand where should the transparency apply but you have styling settings for buddypress profile area 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.

     Abe
    Keymaster

    2.6.1 is the latest. Re-download the theme. Like I said above is a problem with your configuration since wp-admin/admin-ajax.php needs to be accessible and it is not

    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 page #17851
     Abe
    Keymaster

    All of that is by default with the theme if you follow the video tutorial exactly. Make sure to replicate all the steps. The popup will be active once you enable registration on your site from WP admin – Settings – General
    The register page is mapped to BuddyPress component from Settings – Buddypress – Pages

    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: User to post articles #17850
     Abe
    Keymaster

    Hi @makiL
    Try contacting the plugin developer for Social Articles related settings.
    Not to have the image stretch on the whole container, add this css in Theme options – Quick css:

    COPY CODE
    
    img.attachment-kleo-full-width {
        width: auto;
    }
    

    If you are referring to Social articles then I don’t think you can add more images, ask the developer

    The name of the author should appear also in the single article page, to the left of the image

    Edit the menu from WP admin – Appearance – Menus

    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: Multi-Select Box Profile Field Stopped Working #17848
     Abe
    Keymaster

    Hi, We fixed this and will be available in next theme version. Until then replace file contents with the ones attached: – wp-content\themes\kleo\buddypress\members\single\profile\edit.php
    – wp-content\themes\kleo\buddypress\members\register.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.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Release green online dot upon logout, members page #17845
     Abe
    Keymaster

    That is related to Buddypress and how it interprets the online state based on last activity. Try looking on Buddypress forums. 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: Theme Options Blank #17844
     Abe
    Keymaster

    Unfortunately wp-review plugin is causing problems in the whole site and not just the theme options since it has a JavaScript issue. I have disabled it right now and if you want to use it try to contact the plugin developer to fix this

    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: Groups Search #17843
     Abe
    Keymaster

    Hi, the link is not good since you had the preview in the Themeforest iframe.

    Our groups page is the one defined in WP admin – Settings – Pages and by default it should have the link /groups
    Those pages are just custom pages with shortcodes added elements.

    I see you are using the hierarchy plugin so you should contact the plugin 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: Theme Options Blank #17841
     Abe
    Keymaster

    Marking the reply as private will make the reply visible only to admin so don’t worry

    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: Customer contributed documentation #17837
     Abe
    Keymaster

    Hi @guy_fraser
    you should have access now. let me know if it is ok.
    We already have that plugin and it make the job a lot easier.

    Thanks again

    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: Sign up button #17836
     Abe
    Keymaster

    Those topics should have all you need to add the CSS but here it is again:

    COPY CODE
    
    .social-header.header-color, .social-header.header-color a {
        background: #333333 !important;
        color: #FFFFFF !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: WordPress gone after plugin install #17827
     Abe
    Keymaster

    Hi, This is related to a hosting settings so please talk at your hosting company to increase PHP memory limit to 128 MB recommended.

    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: Failed to import #17826
     Abe
    Keymaster

    Hi, You didn’t have bbPress plugin installed when doing the import and that is why related bbPress content couldn’t import.

    Wordpress importer probably haven’t updated the compatibility with WP 3.9.1 but it should work so just ignore 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: Visual Composer Not Respecting Columns #17796
     Abe
    Keymaster

    I just said in my reply above 🙂 let me know what you don’t understand

    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 Fatal Error activating plugin #17795
     Abe
    Keymaster

    Hi, Searching the net found to be a Woocommerce problem and old WordPress version used:
    I’ve seen this with other WooCommerce issues – an older version of WordPress. Just upgrade WordPress and that should solve 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: Google maps shortcode ? #17794
     Abe
    Keymaster

    Hi, you can use the Map shortcode from the VIsual composer and get the link from google maps like and should look like

    https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d13250.216292683543!2d151.23235643049514!3d-33.87538140441755!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sro!2s!4v1391343442092

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

    this is a KLEO theme topic.

    For Sweetdate we wanted to be visible since lots of users said their members can’t see where to change the profile picture from

    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: Active child theme, blank page #17790
     Abe
    Keymaster

    Hi, Maybe you have a wrong code in sweetdate-child/functions.php. Try setting WP_DEBUG to TRUE in wp-config.php to see site errors

    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: STEPS TO UPDATE KLEO THEME AND PLUGINS #17789
     Abe
    Keymaster

    Kleo is 1.4.2 and sweetdate is 2.6 sorry

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

Log in with your credentials

Forgot your details?