Forum Replies Created
-
Author
-
AbeKeymaster
Hi there, the css should be somehow the same:
COPY CODE.buddypress div#item-header div#item-header-content { background: rgba(0,0,0,0.5); }
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.April 23, 2016 at 21:40 in reply to: How to expand the buttons for fully shown text in advanced-members-search #118614AbeKeymasterHi, sorry for the late reply. Those fields should be as long as the container you put them in. You have a custom structure there so try to check with your developer since there is nothing from the theme and is just a input that can’t stretch enough.
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.AbeKeymasterHi, that should be related to Facebook APP used for the login. See this tutorial on creating an APP for Facebook login.
https://archived.seventhqueen.com/general/article/create-facebook-app-get-app-id-facebook-loginCheers
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.AbeKeymasterHi, this topic is private and can't be seen by other users or public so the link is seen by our moderators. BuddyPress is totally optional if you don't want a social network and if you want a presentation website it is totally ok to use KLEO All the bestAbeKeymasterHi there, we used this function to create the my_tasks placeholder. You can create your own by following our initial logic. make sure to rename functions names and add it to your child theme/functions.php
COPY CODEadd_filter('walker_nav_menu_start_el', 'kleo_ctdl_replace_placeholders'); function kleo_ctdl_replace_placeholders( $output ) { if ( strpos( $output, '##my_tasks##' ) !== false ) { if ( ! is_user_logged_in() ) { return ''; } $count = CTDL_Lib::get_todos( get_current_user_id(), 5000, 0)->post_count; $output = str_replace('##my_tasks##', "<b class='bubble'>" . $count . "</b>", $output); } return $output; }
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.AbeKeymasterGlad to hear 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.AbeKeymasterhi, that requires some customisations since that element wasn’t thought to be used like that. Try reaching a developer to help you with customisation needs.
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.April 23, 2016 at 08:53 in reply to: Need a developer from TEAM KLEO to take quick look under the hood – > Admin #118542AbeKeymasterNot marked as solutionAbeKeymasterHi, normally you should adjust the logo size and menu items number so that does not happen. Maybe try to make the logo another format.
We will think of a solution for the next theme versions
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.April 21, 2016 at 19:17 in reply to: CRITICAL ISSUE: Visual Composer Not Working/Not Visible After Update to 4.0.6 #118223AbeKeymasterNot marked as solutionAbeKeymasterHi, sorry for the late reply. I am not sure you have read my reply about the theme setting …
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.AbeKeymasterGlad to hear that solved the problem. I will see if it will be included and it needs more testing on my side.
All the best
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.AbeKeymasterHi, that shortcode that appears has nothing to do with recent WP update or other things, it is just the page content that is showing since it is built with Visual composer. to remove it please add this to your child theme functions.php
COPY CODEadd_filter( 'bp_get_activity_content_body','kleo_bp_activity_filter', 1 ); function kleo_bp_activity_filter( $content ) { $content = preg_replace("/\[(.*?)(?:(\/))?\](?:(.+?)\[\/\2\])?/s",'', $content); return $content; }
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.AbeKeymasterhi, please attach the plugin so we can test it. I took a look at that hook and it is nothing wrong with 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.AbeKeymasterIt is possible. Go from the Menu “Get support” to the theme you need, probably Kleo, read the info and if is the case you can create a topic
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.AbeKeymasterPlease also check your browser console for Javascript errors and let us know or put the link here to look along with some credentials
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.AbeKeymasterHi, An update should come from Visual composer very fast and it will fix that issue
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.April 19, 2016 at 19:52 in reply to: Request to replace theme license fom BuddyApp to SweetDate – Purchased wrong theme from 7th Queen on Themeforest #117723AbeKeymasterNot marked as solutionAbeKeymasterHi @rahmancse
please open a new topic if is theme related and before testing it with any other plugins disabled that are not theme recommnendedHi 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. -
AuthorPosts