Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • in reply to: kleo_clients #187422
     ShauntiG
    Participant

    Thanks so much this worked fine. 🙂

    Shaunti –

    in reply to: Lost Password Link Not Working #85104
     ShauntiG
    Participant

    Thanks will do.

    in reply to: Deleting Archive for category" text #72346
     ShauntiG
    Participant

    Ok, maybe I didn’t understand your first answer, in the link you provided, line 8 of the code is //$output = __(‘Archive for category:’, ‘kleo_framework’) . ” ” . single_cat_title(”, false);
    Is this what you mean, if so this did not work as I mentioned before. I placed this code in the Themes/ Kleo Child/ functions.php and cleared the cache after as well. Could you tell me what I’m doing wrong. Do I need to place brackets in another position, or should I change it from false to true, or do I need to copy the entire code from line 1 to line 88? I’ve tried many different ways as well as $output = single_cat_title(”, false); and it still does not work. You also said in your first response make sure you get the latest kleo_title function code from /kleo/kleo-framework/lib/function-core.php I don’t understand, how to get the latest version of that. Totally confused. Here’s the what I have in the file so far.

    <?php
    /**
    * @package WordPress
    * @subpackage Kleo
    * @author SeventhQueen <themesupport@seventhqueen.com>
    * @since Kleo 1.0
    */

    /**
    * Kleo Child Theme Functions
    * Add custom code below
    */add_action(‘bp_profile_header_meta’,’social_links_in_header’);

    function social_links_in_header ()

    {
    $social_links = array(‘facebook’,’twitter’,’google+’,’instagram’,’linkedin’,’youtube’,’pinterest’);
    foreach( $social_links as $link )
    {
    if ( $data = bp_get_profile_field_data( array(‘user_id’=>bp_displayed_user_id(), ‘field’=>$link )) ) : ?>
    <?php
    if ($link == ‘google+’) {
    $iconlink = ‘gplus’;
    } elseif ($link == ‘pinterest’) {
    $iconlink = ‘pinterest-circled’;
    } elseif ($link == ‘instagram’) {
    $iconlink = ‘instagramm’;

    } else {
    $iconlink = $link;
    }
    ?>
    bp_displayed_user_id(), ‘field’=>$link)); ?>” target=”_blank”><i class=”icon-<?php echo $iconlink; ?>”></i>
    <?php endif;
    }
    }
    //$output = __(‘Archive for category:’, ‘kleo_framework’) . ” ” . single_cat_title(”, false);

    ?>

    in reply to: Deleting Archive for category" text #72315
     ShauntiG
    Participant

    Thanks for responding, I don’t want to remove the entire page title, right now the page title is completely removed with .archive .page-title { display: none; } in quick CSS, the URL https://socialbilitty.com/category/news/entertainment/filmmaking/ for example is a menu item on the front page of the site. I want the title to read just “Filmmaking”, it is also an H1 tag for SEO as well. The latest kleo_title function code was last modified on 11-20-14, if I need to update the code where can I get the latest, the Kleo theme Version: 3.0.6. is in the latest, which is installed.

    Thanks,

     ShauntiG
    Participant

    Is this the correct syntax for removing the Archive for category text and where in the child theme functions do I place the code? I got a syntax error (WSOD) and had call my host to fix. Please help, still need to remove the Archive text. https://socialbilitty.com

    {
    $output = __(‘Archive for category:’,’kleo_framework’).” “.single_cat_title(”,false);
    }

    in reply to: login popup dim #67960
     ShauntiG
    Participant

    Made the correction and all is fine now. Thank so much!

    in reply to: login popup dim #67852
     ShauntiG
    Participant

    Thanks for your prompt response. Tried passing this code in the Theme Options/General Settings/Quick CSS and then in the Word Press/Appearance/Edit CSS CSS/Stylesheet Editor. Both still did not work. I have a CDN which was purged from the back end as well as the W3 Total Cache plugin. Cleared all cookies and cache in all browsers. Still same problem. Is there something I’m missing or did incorrect? https://socialbilitty.com

    Thanks,
    Shaunti G.

    in reply to: login popup dim #67761
     ShauntiG
    Participant

    Having the same issue. When attempting to login ,the Modal Popup box comes up but it’s very dimly lit, so much so that you cannot really see the Facebook portion of the modal box and it’s not clickable. This is only on desktop as far as I can tell. I’ve tried all browsers Firefox, Google Chrome, Opera, and Safari and all are the same. There is also an issue with actually logging in within the popup as well, as you attempt to enter your credentials with password etc, it quickly disappears not allowing you to login at all. Have to go to the back end to log into site. Please help. https://socialbilitty.com

    in reply to: facebook avatar not showing on facebook register #45150
     ShauntiG
    Participant

    The problem is the Avatar shows when a user first logs in. However when the users comes back to the site, the Avatar disappears and on Google chrome a place holder is only shown. Other browsers just show a text message, like profile of… I have the latest update version 2.3.1 and I am using the child theme, in the theme options Miscellaneous the Show Facebook avatar is on, Enable Registration via Facebook is on, and Facebook integration is on. My App ID is also entered. Need help with how to fix. https://socialbilitty.com

    Thanks,

    Shaunti G.

    in reply to: Modal Box Issues #33404
     ShauntiG
    Participant

    Ok found it. Where must I place the new code in the file, which is <?php do_action(‘oa_social_login’); ?> for the Widget I want to use ? What I want to do is use the Facebook login you provided with the theme, and then have the additional social logins with Oneall social login Widget within the modal box as well, and then redirect all users to their Buddypress profile upon users registration.

Viewing 10 posts - 1 through 10 (of 10 total)

Log in with your credentials

Forgot your details?