Forum Replies Created

Viewing 19 posts - 41 through 59 (of 59 total)
  • Author
  • in reply to: Hide activity on member page #52973
     Milton Ayala
    Participant

    Thanks @sharmstr

    Works Perfect.

    in reply to: Display User Avatar in Post #52947
     Milton Ayala
    Participant

    @sharmstr I just noticed that the avatar is not clickable.

    in reply to: Avatar Position Error #52916
     Milton Ayala
    Participant

    Yea I have 🙂 I found a lot of cool stuff here that works, and your support has been excellent. Thanks again @sharmstr

    in reply to: Avatar Position Error #52908
     Milton Ayala
    Participant

    Oh, I see, maybe I got confused with all the reading I been doing on the forum. From what I understood it was your idea. The girl that builds motorcycles and everybody confuses for a guy. 🙂

    That’s exactly where I went wrong. If I experience issues like that again I’ll know how to start trouble shooting thanks to you.

    in reply to: Avatar Position Error #52903
     Milton Ayala
    Participant

    Wow! @sharmstr,

    You’re so right, it worked perfectly. I apologize, I missed that one. I was doing them one by one. This goes to prove the customer is not always right. 🙂 Thank you so much!!!

    On another note, I like the codes you have provided in the forum and from what I read you are the creator of BP profile cover. Real Nice! Way to go!

    in reply to: Avatar Position Error #52894
     Milton Ayala
    Participant

    Ok, Which link? here’s one, not sure what you mean?

    http://rackupskills.com/author/

    in reply to: Avatar Position Error #52892
     Milton Ayala
    Participant

    Thank you,

    O’ I see, the header not the avatar. I did the plug-in thing 3 times already, Just to be sure. All the codes on the css are recently added ( your codes ) And I was experiencing the problem before that.

    But just in case here’s what it looks like

    #kleo-login-modal .kleo-pop-title-wrap p {
    display: none;
    }
    body.is-user-profile #item-header-avatar {
    border: 0;
    }
    body.buddypress.is-user-profile div#item-header {
    text-align: center;
    }
    body.buddypress.is-user-profile div#item-header i {
    font-size: 30px;
    }

    body.buddypress.is-user-profile div#item-header-content span.activity {
    display: none;
    }
    .main-color #buddypress div#item-nav ul li a:before, .main-color #buddypress div#item-nav .tabdrop .dropdown-menu li a:before {
    color: #08490e;
    }
    /* Format Post Author Avatar */

    .post-author-avatar {
    display: block;
    }
    .post-author-avatar img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #f7f7f7;
    }
    .bp-user #buddypress #item-header-avatar {
    margin-top: -50px !important;

    }

    The only code which I did a few versions back was on the fuctions to remove the word archive from the post page title. All the other codes are yours recently added, I had the issue before that. So the only code I added was in the fuctions, I removed it and still had the same issue. Plus I need this code or else the word archive pops back up. Also I noticed that this code might be the reason why my theme options/blog/meta display fields selection does not work.

    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;
    }

    Can you help me @sharmstr?

    in reply to: Avatar Position Error #52872
     Milton Ayala
    Participant

    I’m sure that’s not the default.:) Yea I had the problem with the oval outline on the avatar, I think is an overall issue. I tried the plug-in solution and it did not work out for me. Your css styling code worked, but only on the profile pages and it still does not centered it, so on the profile pages the outline of the avatar is gone but is still off the center. You also provided so generously a css code to move the avatar to the right

    body.buddypress.is-user-profile div#item-header {
    text-align: right;
    }

    It moves it to the right, but is still some what off, it doesn’t align with the social icons. I tried text-align: center; and it brought it back to it’s mis-alignment position in the center. Maybe I’m wrong, but I think this is only a solution for the profile pages / buddy press. Also I think this is an overall issue and it has nothing to do with buddy press. I also get the issue on the comments in post pages.

    Is there a function code to force the avatar to it’s default position? or can this be solved with a css code for the whole theme?

    Just in case someone has similar issues, @sharmstr previous oval chat
    https://archived.seventhqueen.com/forums/topic/profile-covers

    in reply to: Display User Avatar in Post #52616
     Milton Ayala
    Participant

    Works Perfect! Thank you @sharmstr

    in reply to: Profile Covers #52511
     Milton Ayala
    Participant

    Hey @sharmstr,

    Thought you might like to know

    On the Oval error, and removing the white circle around avatar

    When I click on show less in profile cover, The white circle is back, so it was not removed from there. But the oval error is gone. 🙂

    This kind of works for me. In perspective, the transition to show less keeps the focus on the avatar as the white circle comes in.

    in reply to: Profile Covers #52493
     Milton Ayala
    Participant

    Thanks a lot @Sharmstr,

    It works. and you’re right I got to either learn it or hire somebody, and this is a great start. Thanks again for the support.

    in reply to: Profile Covers #52464
     Milton Ayala
    Participant

    I want it on the bottom, right.

    Will the social icons move too? I used your code to achieve social icons on the profile page. (thanks! works perfect) Also can I change the size of the icons?

    Would the code have a I.e. 40 px height 10 px width location assignment? So I can tweak the location of the avatar if I wanted to?

    in reply to: Profile Covers #52453
     Milton Ayala
    Participant

    Thank you @sharmstr,

    Code to remove border works perfectly. I know it shouldn’t be oval, the only thing I could find here was this;

    https://archived.seventhqueen.com/forums/topic/profile-avatar-and-activity-stream-issue

    I could not find the culprit plug-in. The design looks better with a border, but for now this will do.

    On avatar location, That sounds good, only if I knew how to code css. Can I get the code?

    Thank you again, You ROCK!

     Milton Ayala
    Participant

    Thanks govind

    That works better

    in reply to: Multi author post views counter #51955
     Milton Ayala
    Participant

    I tried Wp Post views and to display the views it tells me

    Note that the theme files must contain a call to the_views() in order for any view count to be displayed.

    How do I do that?

    in reply to: Multi author post views counter #51357
     Milton Ayala
    Participant

    Thanks sharmstr,

    How about just post views? anything?

     Milton Ayala
    Participant

    This works for me, I read it in the forums here, but your right it’s hard to find

    peter redirect plug in

    https://wordpress.org/plugins/peters-login-redirect/

    Good luck

    in reply to: Custom menu option for posts #49970
     Milton Ayala
    Participant

    Awesome! Thanks Radu

    in reply to: Custom menu option for posts #49805
     Milton Ayala
    Participant

    Thank you Radu for your response. I know about that option, I guess I was not clear enough. On pages you get the option for Main Menu options, screenshot below, is there a way to have that option on the posts?

    Attachments:
    You must be logged in to view attached files.
Viewing 19 posts - 41 through 59 (of 59 total)

Log in with your credentials

Forgot your details?