Forum Replies Created

Viewing 40 posts - 4,041 through 4,080 (of 8,607 total)
  • Author
  •  Abe
    Keymaster

    Sure, In Theme options – Miscellaneous

    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: Private message button #33535
     Abe
    Keymaster

    hmm, you are right 🙂 you initial approach was fine since the bp_get_member_user_id() returns false if it is not in the loop.
    So final code here 🙂

    COPY CODE
    
    function filter_message_button_link( $link = '' ) {
        $bp_user_id = (bp_get_member_user_id() ? bp_get_member_user_id() : bp_displayed_user_id() );
    	$link = wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r=' . bp_core_get_username( $bp_user_id ) );
    	return $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: Visual Composer not visible, pages frozen #33532
     Abe
    Keymaster

    no problem. my eagle eyes saw it right away 🙂

    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 visible, pages frozen #33529
     Abe
    Keymaster

    you haven’t disabled plugins since bp like is active and causing problems. Please disable plugins and do the decent checks before posting here

    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 message button #33521
     Abe
    Keymaster

    Did it like this:

    COPY CODE
    
    function filter_message_button_link( $link = '' ) {
        $bp_user_id = (bp_is_user() ? bp_displayed_user_id() : bp_get_member_user_id() );
    	$link = wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r=' . bp_core_get_username( $bp_user_id ) );
    	return $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: Private message button #33518
     Abe
    Keymaster

    I’ll do a check for the page your are on and get the proper ID

    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: KLEO Updates Change Log #33516
     Abe
    Keymaster

    updated file changes for versions 2.1.1, 2.1, 2.0

    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 message button #33505
     Abe
    Keymaster

    thanks @sharmstr
    I will do that change

    Yes it will be included in the next update 2.2

    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: KLEO – Features Requests #33501
     Abe
    Keymaster

    @Ryaza that is related to your permalink structur and you should add %category% in from on post title

    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 conditions and privacy pages in EN/ES #33500
     Abe
    Keymaster

    they said they will look into it and probably it will be in a 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: k-elements error #33469
     Abe
    Keymaster

    Hi, Please update manually if you encounter problems with automatic updates in plugin. See the documentation on updating plugins

    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: KLEO Updates Change Log #33466
     Abe
    Keymaster

    updates 2.2 feature – sneak peek 🙂

    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

    thanks @chazzzzy

    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 implement a Kleo Dark Theme #33390
     Abe
    Keymaster

    Hi, You should copy the exact colors defined int the footer section from Theme options – Styling options. Set them as in the footer to main, header, alternate

    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 "Women Online" #33385
     Abe
    Keymaster

    Hi, please read this topic on adjusting those shortcodes to match your profile fields https://archived.seventhqueen.com/forums/topic/homepage-online-members-status-icons-how-to

    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: You do not see "About Me" and "My photos" #33383
     Abe
    Keymaster

    The my photos tab appears only if the user uploaded photos. If you renamed your profile fields group then follow this topic to define which groups show there 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: How to make feature items change colour when hovered? #33380
     Abe
    Keymaster

    Hi, Just update to 2.1 version

    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

    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.

     Abe
    Keymaster

    Please don’t create duplicated topics https://archived.seventhqueen.com/forums/topic/change-buddypress-change-profile-photo-url

    Also i see you also added a comment on the item page which makes our job to take 3 times longer and not so cool 🙂

    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 crop-step to album uploads #33376
     Abe
    Keymaster

    Hi, depending on the plugin used .. you will have to contact the developers to check for a solution.

    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: Main portfolio page #33374
     Abe
    Keymaster

    Hi, Right now the /portfolio is the archive for the post type which is automatically generated and we added some options for it in Theme options – Portfolio

    You want to add extra content to 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: Text article around featured Image in blog #33372
     Abe
    Keymaster

    Hi, That is not an option right now. You need to adjust it either by CSS or changing 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: Theme Options Error #33371
     Abe
    Keymaster

    Why private? I can delete it if you want.

    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: KLEO Updates Change Log #33370
     Abe
    Keymaster

    Will do that tomorrow @giorgos

    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 priority of custom post type creation #33367
     Abe
    Keymaster

    Great 😉

    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: Social Media Widget #33362
     Abe
    Keymaster

    Yes, good idea. We will create a shortcode for theme and that can be used anywhere, pages, text widgets, etc

    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: Change Buddypress "Change Profile Photo" URL #33360
     Abe
    Keymaster

    hehe, indeed 🙂

    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: KLEO – Features Requests #33327
     Abe
    Keymaster

    Yes @Ryaza we will add this in nearest 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: Private Message sending issue #33324
     Abe
    Keymaster

    Hi, I can’t replicate this. maybe you have a plugin conflict.

    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 Buddypress "Change Profile Photo" URL #33323
     Abe
    Keymaster

    Hello there
    I came with a quick solution that implies only adding this code to your child theme functions.php. This will make the page go a bit lower when clicking Buddypress navigation links

    COPY CODE
    
    /* Buddypress profile - scroll page below when clicking navigation */
    add_action('wp_footer', 'kleo_bp_add_link_nav');
    function kleo_bp_add_link_nav() {
        echo '<script>jQuery(document).ready(function() { ' . "\n\t" .
            'jQuery("#item-nav .item-list-tabs a, #item-body #subnav a").each(function() {' . "\n\t\t" .
            'jQuery(this).attr("href",jQuery(this).attr("href")+"#item-nav");' . "\n\t" .
            '}); ' . "\n" .
            '});</script>' . "\n";
    }
    
    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: Ajax Registration Plugin compaitibility #33292
     Abe
    Keymaster

    If with 2014 theme is the same then obviously is not theme related.

    To assign a default membership level at registration please see this code from Sweetdate theme that applies to KLEO as well https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration/#post-2727

    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 can't be sent from ''Friends / private message '' #33289
     Abe
    Keymaster

    Thank you @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: 5-15 seconds loadtime #33279
     Abe
    Keymaster

    @rasmusberg if the page has loaded but still showing the loading sign then it is probably waiting for an external script to load..

    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: Vcard not showing any info!!! URGENT #33278
     Abe
    Keymaster

    hi, this is the topic you must follow in order to add the required code https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    You need to change the code to match your renamed profile field groups as in 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: Sweet Date update = rtMedia bug #33263
     Abe
    Keymaster

    What plugins do I recommend? cuz I am confused
    We haven’t done changes to affect plugins behavior.

    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: error installing KLEO #33260
     Abe
    Keymaster

    hi, please read the documentation before posting here and try to search also.
    You have to extract that archive first and you’ll see the theme in WordPress folder

    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: 5-15 seconds loadtime #33259
     Abe
    Keymaster

    I said “server response around 100ms which is more than OK” and your pages load really fast

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

    I see lots of cometchat files in red

    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: Revolution slider not loading on mobile/ipad #33254
     Abe
    Keymaster

    Yes

    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: 5-15 seconds loadtime #33250
     Abe
    Keymaster

    Server processing time is really slow and you get a server response around 100ms which is more than OK.

    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.
Viewing 40 posts - 4,041 through 4,080 (of 8,607 total)

Log in with your credentials

Forgot your details?