Forum Replies Created
-
Author
-
October 30, 2014 at 00:55 in reply to: How can I remove authenticated user tool bar as you do on seventhqueen.com #33542
Abe
KeymasterSure, 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.Abe
Keymasterhmm, 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 CODEfunction 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.Abe
Keymasterno 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.Abe
Keymasteryou 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.Abe
KeymasterDid it like this:
COPY CODEfunction 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.Abe
KeymasterI’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.Abe
Keymasterupdated 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.Abe
Keymasterthanks @sharmstr
I will do that changeYes 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.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.Abe
Keymasterthey 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.Abe
KeymasterHi, 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.Abe
Keymasterupdates 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.October 29, 2014 at 01:22 in reply to: Users on LAPTOPS using the Buddypress area think site is broken #33391Abe
Keymasterthanks @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.Abe
KeymasterHi, 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.Abe
KeymasterHi, 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.Abe
KeymasterThe 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.Abe
KeymasterHi, 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.October 29, 2014 at 01:08 in reply to: Users on LAPTOPS using the Buddypress area think site is broken #33379Abe
Keymasterthanks @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.October 29, 2014 at 01:08 in reply to: Users on LAPTOPS using the Buddypress area think site is broken #33378Abe
KeymasterPlease 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.Abe
KeymasterHi, 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.Abe
KeymasterHi, 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.Abe
KeymasterHi, 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.Abe
KeymasterWhy 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.Abe
KeymasterWill 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.Abe
KeymasterGreat 😉
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
KeymasterYes, 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.Abe
Keymasterhehe, 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.Abe
KeymasterYes @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.Abe
KeymasterHi, 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.Abe
KeymasterHello 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 linksCOPY 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.Abe
KeymasterIf 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.October 28, 2014 at 14:07 in reply to: message can't be sent from ''Friends / private message '' #33289Abe
KeymasterThank 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.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.Abe
Keymasterhi, 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.Abe
KeymasterWhat 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.Abe
Keymasterhi, 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 folderHi 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
KeymasterI 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.Abe
KeymasterI 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.Abe
KeymasterYes
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
KeymasterServer 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. -
AuthorPosts