BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 66
    phil may on in reply to: Profile tabs #40260

    it was working before on the old site, you helped get it working. there is a custom profile field where the user can put his channel name, the shortcode is from a plugin YOtuWP that displays youtube channels.

    the users youtube channel should display inn a tab on buddypress if this works correctly

    • This reply was modified 2 years, 7 months ago by phil may.
  • Participant
    Level: Enlightened
    Posts: 66
    phil may on in reply to: Profile tabs #40246

    [yotuwp type=”username” id=”‘ . $ytchannel_name . ‘”]

  • Participant
    Level: Enlightened
    Posts: 66
    phil may on in reply to: Profile tabs #40232

    this version doesnt seem to work anymore, it adds no tabs at all to my BP

    edit, it does create tabs but i cant get a shortcode to display in it like we did before

    • This reply was modified 2 years, 7 months ago by phil may.
  • Participant
    Level: Enlightened
    Posts: 66
    phil may on in reply to: Profile tabs #40229

    which version can i use?

  • Participant
    Level: Enlightened
    Posts: 66
    phil may on in reply to: Profile tabs #40211

    Thank you Brajesh!

  • Participant
    Level: Enlightened
    Posts: 66

    alright sounds good bro, your expertise and my ideas could equal a seriously badass theme!

  • Participant
    Level: Enlightened
    Posts: 66

    I dont understand what the hell is going on, i deactivated the redux framework and reactivated it and it started working again. this theme is a MESS. We should make a better one….

  • Participant
    Level: Enlightened
    Posts: 66

    this is the top of the functions.php

    <?php
    add_action( 'wp_enqueue_scripts', 'arcane_enqueue_styles' );
    function arcane_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }
  • Participant
    Level: Enlightened
    Posts: 66
    
    /*
    Theme Name: Arcane Child
    Theme URI: http://www.skywarriorthemes.com/arcane/
    Author: Skywarrior themes
    Author URI: http://www.skywarriorthemes.com/
    Description: Arcane gives you the power to create massive gaming communities. Users can create clans and challenge each others, keeping track of the matches, share content and much more!
    Version: 1.0
    Template: arcane
    License: Skywarrior Themes. All rights reserved.
    License URI: http://themeforest.net/user/Skywarrior
    Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    Text Domain: arcane
    */
    #settings-personal-li {
    display: none !important;
    }
    
  • Participant
    Level: Enlightened
    Posts: 66

    yeah something is very wrong, the child theme is enqueueing twentyseventeen not arcane. this makes absolutely no sense to me, even restoring a backup from when it was working properly isnt fixing it