Forum Replies Created
-
Author
-
Milton Ayala
ParticipantHello @sharmstr
How you been?
I want my header back, when I remove the code you gave me, nothing happens. Help
.bp-user #header {
display: none;
}Milton Ayala
ParticipantThanks @Laura,
Works perfectly. I used custom color numbers, I changed lg on the first line to sm and pasted that too, so my small buttons will have same colors as the large ones.
On the one for the menu you previously send, is their a way to select the menu? like by name. (ul#menu-menu li:hover)
Thanks again
Milton Ayala
ParticipantThanks @Laura
Where you have the color red / white can I use numbers instead?
For the menus I need to do 2, the hover works on the main menu, but that’s not set to transparent. The 2 menus are being used in pages.
Milton Ayala
ParticipantThanks @laura
I tried this code in quick css in theme options and it did not work.
Kleo come with an option for a transparent button, you can view it on the demo here (http://seventhqueen.com/themes/kleo/get-connected/) right on the landing you’ll see it, the hover is white, I can not find the option where to change that color.
Milton Ayala
ParticipantMilton Ayala
ParticipantNo, that’s easily done. I have a few menus set up. The main menu works fine and is not transparent. I set up transparent menus for a few pages only. I.e. in front page I have a transparent menu only for that page, the hover color doesn’t work there, when I set it up to black on the page itself, then it turns white when scrolling down. Also where it is working (on the main menu) once clicked, the clicked menu item stays white and not the color I selected. And also I have transparent buttons on pages and the hover color is white, how do I change it to a custom color?
I hope that is clearer, if not let me know, thanks for the help @Laura
Milton Ayala
ParticipantThank you @sharmstr
I did search and the link you provided, in my opinion, google it is not a solution.
Milton Ayala
ParticipantThought you might like to know @sharmstr I just installed Email Login Auth and it works right out of the box, no issues
Milton Ayala
ParticipantMilton Ayala
ParticipantI had the same issue, I fixed it by going to theme options / Display Meta Fields / and added Profile Link to the meta and boom it worked.
Milton Ayala
ParticipantAfter hours of fun, Nope, that doesn’t solve anything, still got the same problem.
Milton Ayala
ParticipantThanks @sharmstr
A yearly bill for an app? Now that’s taking SAAS too far. lol
I know is not easy, But I believe it could be done. In the mean time, I’ll just wait. 🙂
Milton Ayala
ParticipantWow! That’s crazy. That would be such an awesome option.
How about this crap here;
https://wordpress.org/plugins/wiziapp-create-your-own-native-iphone-app/screenshots/
or is there something similar or better? and would YOU recommend using it?
Milton Ayala
ParticipantHey @SHARMSTR
How about some parallax for the profile pages. Something simple @ least?
Milton Ayala
ParticipantGreat Idea! What happen? Maybe @Abe should get on this. I know I’ll happily pay for that option. Android and Apple please. Oh yea @ a reasonable price like the theme.
Milton Ayala
ParticipantAwesome, I see, that’s a win / win situation.
On another note, Thank you for all your help. I know and read you get that often. So I guess I’m another person you can add to the list of people who really appreciate what you do, especially because of your status on this forum. You ROCK!!! xoxoxoxoxoxo
Milton Ayala
ParticipantYou said “Now on your test site, clear everything out of custom css and your functions file. It should be a vanilla install with no customization.”
Do you mean to test code on a clean slate?
Milton Ayala
ParticipantThanks to your advice @sharmstr I found the culprit. Another dumb mistake by me. 🙂
It was a functions code that you posted to show the avatar on post. I posted it, works perfect but the avatar is not clickable. What I failed to understand clearly is that option was included in the theme update. I’m no Sharmstr,:) but maybe this code conflicts with the theme options/Blog/Display Meta Fields.
* Override Post Author Meta to include avatar
**/
if ( ! function_exists( ‘kleo_entry_meta’ ) ) :
/**
* Prints HTML with meta information for current post: categories, tags, permalink, author, and date.
* Create your own kleo_entry_meta() to override in a child theme.
* @since 1.0
*/function kleo_entry_meta($echo=true, $att=array()) {
$meta_list = array();
// Translators: used between list items, there is a space after the comma.
$categories_list = get_the_category_list( __( ‘, ‘, ‘kleo_framework’ ) );// Translators: used between list items, there is a space after the comma.
$tag_list = get_the_tag_list( ”, __( ‘, ‘, ‘kleo_framework’ ) );$date = sprintf( ‘<time class=”entry-date” datetime=”%3$s”>%4$s</time>‘,
esc_url( get_permalink() ),
esc_attr( get_the_time() ),
esc_attr( get_the_date( ‘c’ ) ),
esc_html( get_the_date() )
);$author = sprintf( ‘%3$s‘,
esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
esc_attr( sprintf( __( ‘View all posts by %s’, ‘kleo_framework’ ), get_the_author() ) ),
get_the_author()
);if (is_single()):
$avatar = get_avatar( get_the_author_meta( ‘ID’ ), 100 );
$meta_list[] = ‘<small class=”post-author-avatar”>’.$avatar.'</small>’;
endif;
$meta_list[] = ‘<small class=”meta-author”>’.$author.'</small>’;
$meta_list[] = ‘<small>’.$date.'</small>’;$cat_tag = array();
if ( $categories_list ) {
$cat_tag[] = $categories_list;
}if ($tag_list) {
$cat_tag[] = $tag_list;
}
if (!empty($cat_tag)) {
$meta_list[] = ‘<small class=”meta-category”>’.implode(“, “,$cat_tag).'</small>’;
}//comments
if (!isset($att[‘comments’]) || (isset($att[‘comments’]) && $att[‘comments’] !== false)) {
$meta_list[] = ‘<small class=”meta-comment-count”>‘.get_comments_number().’ <i class=”icon-chat-1 hover-tip”
data-original-title=”‘.sprintf( _n( ‘This article has one comment’, ‘This article has %1$s comments’, get_comments_number(), ‘kleo_framework’ ),number_format_i18n( get_comments_number() ) ).'”
data-toggle=”tooltip”
data-placement=”top”></i></small>’;
}if ($echo) {
echo implode(“, “, $meta_list);
}
else {
return implode(“, “, $meta_list);
}}
endif;Milton Ayala
ParticipantBTW it doesn’t hide it in the members page, but in groups and forums I do not know. I don’t have those options installed yet. Let you know if it happens. If that’s ok with you.
Thanks again
Milton Ayala
ParticipantThanks @sharmstr
Awesome idea! Funny I did not think of this, that’s how I started this whole site. less pressure doing it that way. testing now.
Milton Ayala
Participant🙂 yea a lot of crap. Thanks @sharmstr
I removed all plug ins [crap?] from the test site, you advice me to do and still the same problem
Milton Ayala
ParticipantWorks Perfectly. Thank you so much @sharmstr
Love that style, in my opinion is the best for profile covers
Milton Ayala
Participantin addition to the last note question,
A way to set up a default background for all users?
Milton Ayala
ParticipantThank you @ sharmstr Works Perfect. Another one!
For the people who wanted to get rid of the showless buttom, I SAY; this is why is there, Perfect.
Just noticed they have to have a cover set up for it to work. It would be more motivational for the user to set up a cover if it worked on profiles with no cover. is there a way to do that?
Milton Ayala
ParticipantThat’s HOT!
I tried it again and noticed it only works on the admin profile, but not on the rest. I emptied the cache. Stuck 🙂
Milton Ayala
ParticipantOK, I turn off the plug ins and is still not showing the meta fields selected in theme options. Maybe I’m wrong but I think this function is the problem. I got this to remove the archive word from posts
//Add me to child theme functions.php
function kleo_title()
{
$output = “”;
if ( is_category() )
{
$output = __(”,’kleo_framework’).” “.single_cat_title(”,false);
}
elseif (is_day())
{
$output = __(‘date:’,’kleo_framework’).” “.get_the_time(‘F jS, Y’);
}
elseif (is_month())
{
$output = __(‘month:’,’kleo_framework’).” “.get_the_time(‘F, Y’);
}
elseif (is_year())
{
$output = __(‘year:’,’kleo_framework’).” “.get_the_time(‘Y’);
}
elseif (is_search())
{
global $wp_query;
if(!empty($wp_query->found_posts))
{
if($wp_query->found_posts > 1)
{
$output = $wp_query->found_posts .” “. __(‘search results for:’,’kleo_framework’).” “.esc_attr( get_search_query() );
}
else
{
$output = $wp_query->found_posts .” “. __(‘search result for:’,’kleo_framework’).” “.esc_attr( get_search_query() );
}
}
else
{
if(!empty($_GET[‘s’]))
{
$output = __(‘Search results for:’,’kleo_framework’).” “.esc_attr( get_search_query() );
}
else
{
$output = __(‘To search the site please enter a valid term’,’kleo_framework’);
}
}
}
elseif (is_author())
{
$curauth = (get_query_var(‘author_name’)) ? get_user_by(‘slug’, get_query_var(‘author_name’)) : get_userdata(get_query_var(‘author’));
$output = __(”,’kleo_framework’).” “;
if(isset($curauth->nickname)) $output .= __(”,’kleo_framework’).” “.$curauth->nickname;
}
elseif (is_tag())
{
$output = __(‘Tag Archive for:’,’kleo_framework’).” “.single_tag_title(”,false);
}
elseif(is_tax())
{
$term = get_term_by( ‘slug’, get_query_var( ‘term’ ), get_query_var( ‘taxonomy’ ) );
$output = __(‘Archive for:’,’kleo_framework’).” “.$term->name;
} elseif ( is_front_page() && !is_home() ) {
$output = get_the_title(get_option(‘page_on_front’));
} elseif ( is_home() && !is_front_page() ) {
$output = get_the_title(get_option(‘page_for_posts’));
} elseif ( is_404() ) {
$output = __(‘Error 404 – Page not found’,’kleo_framework’);
}
else {
$output = get_the_title();
}
if (isset($_GET[‘paged’]) && !empty($_GET[‘paged’]))
{
$output .= ” (“.__(‘Page’,’kleo_framework’).” “.$_GET[‘paged’].”)”;
}
return $output;
}Milton Ayala
ParticipantI’m all update, and the css and functions code that I’m using is from a reliable source, in fact the best person in this forum. 🙂 well aside from one that came from @abe.
I think is a plug in, I just thought it would be faster to find it the way you did when I had the issue with the oval. (last reply image) What I my looking for when I inspect the element in development tools? I understand that this is out of the scope of what you do here, but you can’t blame a guy for trying. 🙂
Milton Ayala
ParticipantThanks for trying @ sharmstr
Nope, I even tried it with this, it didn’t work either
buddypress.is-user-profile #header {
display: none;
}Milton Ayala
ParticipantYes, I already cleared the cache. I was attempting to find the issue (should I say emulate you?) from your previous example to a different issue.
Attachments:
You must be logged in to view attached files. -
AuthorPosts