Forum Replies Created

Viewing 40 posts - 1 through 40 (of 59 total)
  • Author
  • in reply to: Theme Options / Buddy Press / / Header? #127815
     Milton Ayala
    Participant

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

    in reply to: Transparent menu / Transparent button hover color #79822
     Milton Ayala
    Participant

    Thanks @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

    in reply to: Transparent menu / Transparent button hover color #79760
     Milton Ayala
    Participant

    Thanks @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.

    in reply to: Transparent menu / Transparent button hover color #79448
     Milton Ayala
    Participant

    Yes @Laura and the menus

    in reply to: Transparent menu / Transparent button hover color #77590
     Milton Ayala
    Participant

    Thanks @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.

    in reply to: Transparent menu / Transparent button hover color #77269
     Milton Ayala
    Participant

    How about just the Hover color for the transparent menu and buttons?

    #e7ab17

    Thank you @laura

    in reply to: Transparent menu / Transparent button hover color #77085
     Milton Ayala
    Participant

    No, 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

    in reply to: BP Activity -(Site Wide Activity) Posts #70599
     Milton Ayala
    Participant

    Works perfectly @sharmstr

    Sorry I missed that one, Thanks again

    in reply to: BP Activity -(Site Wide Activity) Posts #70564
     Milton Ayala
    Participant

    Thank you @sharmstr

    I did search and the link you provided, in my opinion, google it is not a solution.

    in reply to: Login by email or Username #69666
     Milton Ayala
    Participant

    Thought you might like to know @sharmstr I just installed Email Login Auth and it works right out of the box, no issues

    https://wordpress.org/plugins/email-login-auth/

    in reply to: CPU usage overload #69354
     Milton Ayala
    Participant

    Once I moved to new hosting this was automatically fixed

    in reply to: Pagination for categories not working #69353
     Milton Ayala
    Participant

    Once I switched my hosting this was somehow fixed

    in reply to: Parallax for Profile Covers #69352
     Milton Ayala
    Participant

    Thanks @Andrei look forward to it

    in reply to: ERROR: class-envato-protected-api.php #66678
     Milton Ayala
    Participant

    Thank you @sharmstr and @Abe,

    Works perfectly

    in reply to: Pagination for categories not working #56326
     Milton Ayala
    Participant

    OK @Sharmstr I’ll try that to see if it works

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

    @webmaster-sw

    I 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.

    in reply to: CPU usage overload #56004
     Milton Ayala
    Participant

    After hours of fun, Nope, that doesn’t solve anything, still got the same problem.

    in reply to: Display Meta Fields #55335
     Milton Ayala
    Participant

    Never mind fix it…


    @abe
    thank you for adding the menu selection on posts

    in reply to: mobile APP for Kleo BP sites – discussion thread #53336
     Milton Ayala
    Participant

    Thanks @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. 🙂

    in reply to: mobile APP for Kleo BP sites – discussion thread #53334
     Milton Ayala
    Participant

    Wow! 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?

    in reply to: Theme Options / Buddy Press / / Header? #53289
     Milton Ayala
    Participant

    Hey @SHARMSTR

    How about some parallax for the profile pages. Something simple @ least?

    in reply to: mobile APP for Kleo BP sites – discussion thread #53280
     Milton Ayala
    Participant

    Great 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.

    in reply to: Display Meta Fields / Theme options error #53275
     Milton Ayala
    Participant

    Awesome, 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

    in reply to: Display Meta Fields / Theme options error #53271
     Milton Ayala
    Participant

    You 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?

    in reply to: Display Meta Fields / Theme options error #53258
     Milton Ayala
    Participant

    Yes I got rid of it. lol

    OK I cleared it. Now what?

    in reply to: Display Meta Fields / Theme options error #53241
     Milton Ayala
    Participant

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

    in reply to: Display Meta Fields / Theme options error #53192
     Milton Ayala
    Participant

    OK

    When and How? What level access do you need?

    in reply to: Theme Options / Buddy Press / / Header? #53191
     Milton Ayala
    Participant

    🙂 Thanks, I see now. So the code is good?

    in reply to: Theme Options / Buddy Press / / Header? #53185
     Milton Ayala
    Participant

    BTW 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

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

    Thanks @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.

    in reply to: Display Meta Fields / Theme options error #53183
     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

    in reply to: Display Meta Fields / Theme options error #53181
     Milton Ayala
    Participant

    ### Begin System Info ###

    — Site Info

    Site URL: http://rackupskills.com
    Home URL: http://rackupskills.com
    Multisite: No

    — User Browser

    Platform: Windows
    Browser Name: Chrome
    Browser Version: 41.0.2272.101
    User Agent String: Mozilla/5.0 (Windows NT 6.1; WOW
    64) AppleWebKit/537.36 (KHTML, l
    ike Gecko) Chrome/41.0.2272.101
    Safari/537.36

    — WordPress Configuration

    Version: 4.1.1
    Permalink Structure: /%postname%/
    Active Theme: Kleo Child (child theme)
    Parent Theme: Kleo 2.4.1
    Show On Front: page
    Page On Front: Home (#8)
    Page For Posts: Unset
    Remote Post: wp_remote_post() works
    Table Prefix: Length: 5 Status: Acceptable
    WP_DEBUG: Disabled
    Memory Limit: 1024M

    — WordPress Active Plugins

    Alexa Claim and Certify: 2.5
    Anti-spam by CleanTalk: 5.2
    Audit Trail: 1.1.17
    Author Avatars List: 1.8.6.4
    BP Login Redirect: 2.2
    BuddyPress: 2.2.1
    BuddyPress Cover Photo: 1.0.5
    Buddypress Upload Avatar Ajax: 1.0.1
    Contact Form 7: 4.1.1
    EWWW Image Optimizer: 2.2.2
    Google XML Sitemaps: 4.0.8
    IP Geo Block: 2.0.6
    K Elements: 2.4
    Limit Login Attempts: 1.7.1
    New User Approve: 1.7.2
    PB Responsive Images: 1.4.2
    Q2W3 Fixed Widget: 4.0.6
    Remove Dashboard Access: 1.1.3
    Revolution Slider: 4.6.5
    rtMedia for WordPress, BuddyPress and bbPress: 3.7.35
    Simple Author Box: 1.5
    Social Articles: 1.8
    Social Media Widget by Acurax: 2.2
    Taxonomy Metadata: 0.4
    Use Google Libraries: 1.6.2
    W3 Total Cache: 0.9.4.1
    WordPress Importer: 0.6.1
    WordPress SEO: 2.0.1
    WordPress Zero Spam: 1.5.3
    WP-DBManager: 2.75
    WPBakery Visual Composer: 4.4.2
    WP Latest Posts: 2.0.9
    WP Latest Posts Add-on: 2.0.7
    WP User Frontend: 1.3.2

    — WordPress Inactive Plugins

    Author and Post Statistic Widgets Pro: 1.2.0
    Clone Posts: 1.0
    iThemes Security: 4.6.12
    NextScripts: Social Networks Auto-Poster: 3.4.16
    P3 (Plugin Performance Profiler): 1.5.3.8

    — Webserver Configuration

    PHP Version: 5.4.36
    MySQL Version: 50532
    Webserver Info: Apache/2.4.12 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 mod_fcgid/2.3.10-dev

    — PHP Configuration

    Safe Mode: No
    Memory Limit: 256M
    Upload Max Size: 16M
    Post Max Size: 16M
    Upload Max Filesize: 16M
    Time Limit: 300
    Max Input Vars: 7000
    Display Errors: On (1)

    — PHP Extensions

    cURL: Supported
    fsockopen: Supported
    SOAP Client: Installed
    Suhosin: Not Installed

    — Session Configuration

    Session: Enabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path:
    Use Cookies: On
    Use Only Cookies: On

    ### End System Info ###

    in reply to: Theme Options / Buddy Press / / Header? #53179
     Milton Ayala
    Participant

    Works Perfectly. Thank you so much @sharmstr

    Love that style, in my opinion is the best for profile covers

    in reply to: Theme Options / Buddy Press / / Header? #53166
     Milton Ayala
    Participant

    in addition to the last note question,

    A way to set up a default background for all users?

    in reply to: Theme Options / Buddy Press / / Header? #53164
     Milton Ayala
    Participant

    Thank 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?

    in reply to: Theme Options / Buddy Press / / Header? #53159
     Milton Ayala
    Participant

    That’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 🙂

    in reply to: Display Meta Fields / Theme options error #53108
     Milton Ayala
    Participant

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

    in reply to: Display Meta Fields / Theme options error #53096
     Milton Ayala
    Participant

    I’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. 🙂

    in reply to: Theme Options / Buddy Press / / Header? #53094
     Milton Ayala
    Participant

    Thanks for trying @ sharmstr

    Nope, I even tried it with this, it didn’t work either

    buddypress.is-user-profile #header {
    display: none;
    }

    in reply to: Display Meta Fields / Theme options error #52989
     Milton Ayala
    Participant

    Yes, 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.

Viewing 40 posts - 1 through 40 (of 59 total)

Log in with your credentials

Forgot your details?