Replies
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 3 years, 2 months ago by phil may.
[yotuwp type=”username” id=”‘ . $ytchannel_name . ‘”]
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 3 years, 2 months ago by phil may.
- phil may on December 4, 2018 at 5:04 pm in reply to: [Resolved] tried to limit categories in buddyblog now it will not render #19234
alright sounds good bro, your expertise and my ideas could equal a seriously badass theme!
- phil may on December 4, 2018 at 4:55 pm in reply to: [Resolved] tried to limit categories in buddyblog now it will not render #19229
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….
- phil may on December 4, 2018 at 4:12 pm in reply to: [Resolved] tried to limit categories in buddyblog now it will not render #19226
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' ); }
- phil may on December 4, 2018 at 4:11 pm in reply to: [Resolved] tried to limit categories in buddyblog now it will not render #19225
/* 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; }
- phil may on December 4, 2018 at 3:27 pm in reply to: [Resolved] tried to limit categories in buddyblog now it will not render #19223
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